summaryrefslogtreecommitdiffstats
path: root/slackpkg.SlackBuild
Commit message (Collapse)AuthorAgeFilesLines
* Release 15.0.10HEAD15.0.10masterRobby Workman2022-01-171-1/+1
|
* Release 15.0.915.0.9Robby Workman2021-12-121-1/+1
|
* Release 15.0.815.0.8Robby Workman2021-10-241-1/+1
|
* Release 15.0.715.0.7Robby Workman2021-08-151-1/+1
|
* Release 15.0.615.0.6Robby Workman2021-07-051-1/+1
|
* Release 15.0.515.0.5Robby Workman2021-06-041-1/+1
|
* Release 15.0.415.0.4Robby Workman2021-06-041-1/+1
|
* shell-completions/slackpkg.bash: add "show-changelog"Robby Workman2021-06-041-1/+1
|
* Import bash-completion file from upstream projectRobby Workman2021-06-041-0/+4
| | | | | | | | | | | | Thanks to Igor Murzov <igor@gplsoft.org> for the initial contribution of this file to the upstream bash-completion project, and thanks to Ville Skyttä <ville.skytta@iki.fi> and Koichi Murase <myoga.murase@gmail.com> for various changes and fixes since then. Co-authored-by: Igor Murzov <igor@gplsoft.org> Co-authored-by: Ville Skyttä <ville.skytta@iki.fi> Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
* Added the new-config actions for specific filespiterpunk2021-06-041-1/+2
| | | | | | | | - Added code to parse a list with the .new files and the default action to do. - Added post-functions.conf file to hold the aforementioned list and possible future configurations. - Updated the SlackBuild to install the post-functions.conf file
* Release slackpkg-15.0.315.0.315.0.xRobby Workman2021-05-031-1/+1
|
* Release 15.0.2Robby Workman2021-04-131-1/+1
|
* Release slackpkg-15.0.1Robby Workman2021-03-121-2/+1
|
* Fix exit code for pending updates.Dave Woodfall2021-03-121-1/+1
|
* Update ChangeLogRobby Workman2021-03-091-1/+1
|
* Update mirror files (14.2 -> 15.0)Robby Workman2021-03-021-1/+1
| | | | This also comments out the default mirror.
* Update ChangeLog and prep for releaseRobby Workman2021-02-121-1/+1
|
* Release slackpkg-15.0Robby Workman2021-02-041-2/+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
* Release 2.84.0_beta12Robby Workman2021-01-181-1/+1
|
* Release 2.84.0_beta11Robby Workman2021-01-041-1/+1
|
* Release 2.84.0_beta10Robby Workman2020-11-271-1/+1
|
* Release 2.84.0_beta9Robby Workman2020-08-031-1/+1
|
* Release 2.84.0_beta8Robby Workman2020-02-261-1/+1
|
* Bump version to 2.84.0_beta7Robby Workman2020-02-191-1/+1
|
* Release 2.84.0_beta6Robby Workman2019-07-151-1/+1
|
* Release 2.84.0_beta5Robby Workman2019-05-201-1/+1
|
* Release 2.84.0_beta4Robby Workman2019-01-281-1/+1
|
* Release 2.84.0_beta3Robby Workman2018-12-311-1/+1
|
* Release 2.84.0_beta2Robby Workman2018-12-301-1/+1
| | | | | | | 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/+1
| | | | | | | | | | | | | | | | | | | | | | | | - 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)
* Bugfixes in SlackBuild scriptPatrick J. Volkerding2018-05-291-6/+6
| | | | Signed-off-by: Robby Workman <rworkman@slackware.com>
* slackpkg.SlackBuild: tweaks to support PRINT_PACKAGE_NAME et alRobby Workman2018-05-241-3/+12
|
* 2.83.0beta2Robby Workman2018-04-041-1/+1
|
* 2.83.0beta1Robby Workman2018-04-031-1/+1
|
* 2.82.3beta5Robby Workman2018-01-061-1/+1
|
* 2.82.3beta4Robby Workman2018-01-041-1/+1
|
* 2.82.3beta3Robby Workman2018-01-021-1/+1
|
* slackpkg.SlackBuild: Make VERSION able to be overriddenRobby Workman2017-12-301-1/+1
|
* 2.82.3beta2Robby Workman2017-11-081-1/+1
|
* Increment version to 2.82.3beta1Robby Workman2017-11-071-1/+1
|
* Build script: Fixup expectations for gzipped filesRobby Workman2017-11-071-32/+26
| | | | | The files in the git repo are *not* gzipped because this makes tracking changes, well, impossible.
* *: Initial commit of slackpkg (as of 2.82.2 release)2.82.2Robby Workman2017-10-221-0/+119