From fdba68e52972bc36249c3ce75f8432fe905b10dc Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sun, 2 Dec 2018 00:47:42 -0600 Subject: 2.84.0_beta1 release - Allow blacklisting of individual packages without collateral damage (e.g. glibc ---> glibc-*). This changes the prior behavior of the blacklist function; previously, adding "glibc" to the blacklist would cause glibc, glibc-profile, glibc-zoneinfo, et al to be ignored by slackpkg. The new behavior is that *only* the glibc package is ignored. If you want to blacklist all packages whose names begin with glibc, you would need to add "glibc.*" to the blacklist now. Also note that any special characters, e.g. "+", will need to be escaped in the blacklist file. (David Woodfall) - Add support for listing .new files without PAGER (David Woodfall) - Remove switch.ch mirrors - Add config option to allow *not* saving .orig configs (Darren Austin) - Mention possible stale mirror if CHECKSUMS.md5 gpg verify fails - Clarify that a press of "Enter" is needed to confirm kernel change (Mario Preksavec) - doinst.sh Don't remove ChangeLog.txt upon upgrade/reinstall. (Patrick Volkerding) - mirrors-x86*.sample: Remove bjtu.edu.cn mirror - Fix for /var/log/packages/ possibly being a symlink to elsewhere - Use CHECKSUMS.md5.asc to determine ChangeLog newness (Patrick Volkerding) --- files/ChangeLog | 3 ++- slackpkg.SlackBuild | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/files/ChangeLog b/files/ChangeLog index 1fbe9ad..c0806d9 100644 --- a/files/ChangeLog +++ b/files/ChangeLog @@ -1,6 +1,7 @@ -For Next Release +Sun Dec 2 06:46:33 UTC 2018 --------------- + - 2.84.0_beta1 - Allow blacklisting of individual packages without collateral damage (e.g. glibc ---> glibc-*). This changes the prior behavior of the blacklist function; previously, adding "glibc" to the diff --git a/slackpkg.SlackBuild b/slackpkg.SlackBuild index 05ebc50..59eb21a 100755 --- a/slackpkg.SlackBuild +++ b/slackpkg.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=slackpkg -VERSION=${VERSION:-2.83.0} +VERSION=${VERSION:-2.84.0_beta1} ARCH="noarch" BUILD=${BUILD:-1} -- cgit v1.2.3