summaryrefslogtreecommitdiffstats
path: root/files/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Release 15.0.10HEAD15.0.10masterRobby Workman2022-01-171-0/+9
|
* Release 15.0.915.0.9Robby Workman2021-12-121-0/+6
|
* Release 15.0.815.0.8Robby Workman2021-10-241-0/+5
|
* Release 15.0.715.0.7Robby Workman2021-08-151-1/+3
|
* Remove ftp://spout.ussg.indiana.edu from mirrorlistRobby Workman2021-07-131-0/+4
| | | | Thanks to Andy Alt on LQ.
* Release 15.0.615.0.6Robby Workman2021-07-051-0/+6
|
* Release 15.0.515.0.5Robby Workman2021-06-041-0/+5
|
* Release 15.0.415.0.4Robby Workman2021-06-041-0/+9
|
* Release slackpkg-15.0.315.0.315.0.xRobby Workman2021-05-031-1/+5
|
* Really release 15.0.2 :-)15.0.2Robby Workman2021-04-201-0/+5
|
* Release 15.0.2Robby Workman2021-04-131-0/+11
|
* Re-release slackpkg-15.0.1 (no package generated yet anyway)15.0.1Robby Workman2021-03-141-1/+2
|
* Modifiy blacklist regex line ending.Dave Woodfall2021-03-141-0/+4
|
* Release slackpkg-15.0.1Robby Workman2021-03-121-1/+6
|
* Added Lithuania mirrors (thanks to Totoro-kun on LQ)Robby Workman2021-03-121-0/+1
|
* Fix exit code for pending updates.Dave Woodfall2021-03-121-0/+1
|
* Update ChangeLogRobby Workman2021-03-091-0/+6
|
* Update files/ChangeLog with latest changesRobby Workman2021-02-211-0/+4
|
* Update ChangeLog with dive's latest commitsRobby Workman2021-02-161-0/+2
|
* Update ChangeLog to reflect previous commitRobby Workman2021-02-131-0/+1
|
* Update ChangeLog and prep for releaseRobby Workman2021-02-121-0/+11
|
* Release slackpkg-15.0Robby Workman2021-02-041-1/+2
| | | | | | | | We decided to jump from 2.83.x straight to 15.0 to match the version of Slackware for which it's intended: 15.0 That's not to imply that this version of slackpkg won't work just fine with earlier Slackware releases: it should; however, you definitely want this version of slackpkg for Slackware 15.0
* Do not allow adding blacklist packages from slackpkg execRobby Workman2021-02-041-0/+1
| | | | | | | As of slackpkg shipped with Slackware 15.0, it is no longer supported to add packages to /etc/slackpkg/blacklist using the slackpkg executable; this should only be done with an editor pointing at /etc/slackpkg/blacklist
* Add 'download' to options in usage() ; remove dupes from manpagePeter Hyman2021-02-041-0/+2
| | | | Signed-off-by: Robby Workman <rworkman@slackware.com>
* Add aaa_glibc-solibs and aaa_libraries to early routineRobby Workman2021-02-041-0/+4
|
* Release 2.84.0_beta12Robby Workman2021-01-181-1/+2
|
* Change mirrors from ftp to http or httpsRobby Workman2021-01-181-0/+1
| | | | Also omit "pub/" from mirror.slackbuilds.org links
* Add support for Slackware-AArch64Stuart Winter2021-01-181-0/+4
| | | | Signed-off-by: Robby Workman <rworkman@slackware.com>
* Release 2.84.0_beta11Robby Workman2021-01-041-2/+6
|
* Update ChangeLog to reflect last commitRobby Workman2021-01-041-0/+5
| | | | (should have been part of last commit)
* Release 2.84.0_beta10Robby Workman2020-11-271-0/+5
|
* Release 2.84.0_beta9Robby Workman2020-08-031-0/+6
|
* Release 2.84.0_beta8Robby Workman2020-02-261-0/+5
|
* Update ChangeLog for 2.84.0_beta7Robby Workman2020-02-201-0/+7
|
* Release 2.84.0_beta6Robby Workman2019-07-151-0/+4
|
* Release 2.84.0_beta5Robby Workman2019-05-201-0/+6
|
* Release 2.84.0_beta4Robby Workman2019-01-281-0/+8
|
* Release 2.84.0_beta3Robby Workman2018-12-311-0/+6
|
* Release 2.84.0_beta2Robby Workman2018-12-301-0/+5
| | | | | | | This should fix blacklisting of entire package sets; thanks much to David Woodfall (dive) for this. Note that the sample blacklist file has changed to reflect the new syntax for blacklisting sets (add a trailing slash, e.g. "kde/")
* 2.84.0_beta1 releaseRobby Workman2018-12-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | - 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)
* Note requirement to escape special characters in blacklistRobby Workman2018-12-021-1/+2
|
* Fix (hopefully) blacklisting of specific packagesDave Woodfall2018-11-221-0/+8
| | | | | | | | | | | | | | In short, it seems impossible to blacklist some packages without catching other undesirable packages. As an example, blacklisting glibc will also catch glibc-zoneinfo (and the other glibc-*) packages. It would be good to have the ability to blacklist only the glibc package without it catching the others. With this change, if sysadmin wants the blacklist to be "greedy," then adding "glibc.*" to the blacklist will do that. Reported-by: Peter Hyman <pete@peterhyman.com> Signed-off-by: Robby Workman <rworkman@slackware.com>
* Update ChangeLog with changes since 2.83.0Robby Workman2018-11-181-0/+15
|
* 2.83.0 release2.83.0Robby Workman2018-05-291-0/+5
|
* 2.83.0beta2Robby Workman2018-04-041-0/+2
|
* post-functions.sh: Tweak handling of new kernel promptsRobby Workman2018-04-041-0/+1
|
* files/slackpkg.8: mandoc lint fixesorbea2018-04-031-0/+3
|
* 2.83.0beta1Robby Workman2018-04-031-0/+12
|
* 2.82.3beta5Robby Workman2018-01-061-1/+16
|
* 2.82.3beta4Robby Workman2018-01-041-0/+4
|