diff --git a/openup b/openup index 4b9996f..d22e6d4 100755 --- a/openup +++ b/openup @@ -34,8 +34,10 @@ PKG_CERT_FPRINT="DE:29:0F:7F:B8:0E:36:5A:AF:A9:BF:E0:4E:08:C2:0F:2D:50:16:97" PKG_PUBKEY_URL="https://stable.mtier.org/mtier-${_REL_INT}-pkg.pub" # PKG_PATH for currently running OpenBSD release PKG_PATH_MAIN="http://ftp.fr.openbsd.org/pub/OpenBSD/$(uname -r)/packages/$(arch -s)" -# PKG_PATH for the corresponding release stable packages service +# PKG_PATH for the corresponding release stable service PKG_PATH_UPDATE="https://stable.mtier.org/updates/$(uname -r)/$(arch -s)" +# PKG_PATH addition for the corresponding LTS release stable service +#PKG_PATH_UPDATE="https://user%domain.tld:password@stable.mtier.org/updates-lts/$(uname -r)/$(arch -s):${PKG_PATH_UPDATE}" # URL to the latest vuxml (vulnerabilities database) VUXML_URL="https://stable.mtier.org/vuxml/${_REL_INT}.xml" # exclusion list: pkg names without version/flavor, separated by space