-
pjusticejperkin, weirdness with haproxy 3.1.0, which we got as update this morning. Never seems to actually get around to listening on ports. Issue opened @github.
-
jperkinthanks, will take a look on Monday - re DBD::mysql, I'm not sure what you mean as we're already at 4.050?
-
pjusticeI think the pkgin version is actually 5.x.
-
pjusticeer, wait, brane
-
pjusticep5-DBD-mysql57 isn't building right now, maybe.
-
jperkinoh, we removed mysql 5.7 as it's EOL
-
pjusticeIs there a trick to lock a package (haproxy) at a given version temporarily?
-
jperkinthe really ugly trick is to edit the pkgdb and change its PKGPATH, i.e. /opt/local/pkgdb/foo/+BUILD_INFO
-
jperkinthen pkgin will consider it to be a different package
-
jperkinyou get to keep both pieces, etc.
-
pjusticethanks
-
jperkinmay need to pkgin -f up after edit to make sure it picks up pkgdb change
-
jperkinlong-term the only supported way should you want to stay on a particular release is to create your own copy of the package, as there can be no guarantee that its dependencies won't change from underneath it
-
pjusticeHence the "temporarily" part of the question. I just need daily auto-updates not to break the service until the bug gets figured out.