summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackware.com>2018-12-02 00:47:42 -0600
committerRobby Workman <rworkman@slackware.com>2018-12-02 00:50:44 -0600
commitfdba68e52972bc36249c3ce75f8432fe905b10dc (patch)
tree6789c3abd7aeecffa192f4ef51c088bab2150a9f
parent0463acfd1d57efeb6385f9c2e435861b06fd3eb6 (diff)
downloadslackpkg-fdba68e52972bc36249c3ce75f8432fe905b10dc.tar.xz
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)
-rw-r--r--files/ChangeLog3
-rwxr-xr-xslackpkg.SlackBuild2
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}