Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove spaces in awk. | Dave Woodfall | 2021-02-20 | 1 | -3/+4 |
| | |||||
* | More blacklisting fixups (see full commit msg) | Dave Woodfall | 2021-02-20 | 1 | -15/+22 |
| | | | | | | | | | | | Merge server and local lists in subshell. Filter once. This takes the server and local package lists, sorts, applies blacklist, sorts again to make a large list of package names in blacklist. Use internal printf rather than external ls to build local list. Also pass local package list to blacklist | ||||
* | Update ChangeLog with dive's latest commits | Robby Workman | 2021-02-16 | 1 | -0/+2 |
| | |||||
* | Escape plus signs in blacklist regex | Dave Woodfall | 2021-02-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Robby Workman <rworkman@slackware.com> | ||||
* | Convert ${ROOT}/${WORKDIR} > ${WORKDIR} | Dave Woodfall | 2021-02-16 | 2 | -37/+41 |
| | | | | | | | All ${WORKDIR} == old ${ROOT}/${WORKDIR} Set ${CONF} depending on ${ROOT} Signed-off-by: Robby Workman <rworkman@slackware.com> | ||||
* | Update ChangeLog to reflect previous commit | Robby Workman | 2021-02-13 | 1 | -0/+1 |
| | |||||
* | Convert ${ROOT}/${CONF} -> ${CONF} and tweak blacklists | Dave Woodfall | 2021-02-13 | 1 | -9/+7 |
| | | | | Signed-off-by: Robby Workman <rworkman@slackware.com> | ||||
* | Update ChangeLog and prep for release | Robby Workman | 2021-02-12 | 2 | -1/+12 |
| | |||||
* | Further fixup/enhancement to blacklisting issues | Robby Workman | 2021-02-11 | 2 | -16/+3 |
| | |||||
* | Fix "slackpkg blacklist" so that it shows blacklist again | Robby Workman | 2021-02-11 | 1 | -1/+5 |
| | |||||
* | Fixup internal blacklist handling, i.e. see remainder of commit | Dave Woodfall | 2021-02-11 | 1 | -12/+33 |
| | | | | | | | | This creates a blacklist of package names from regexp in original file (/etc/slackpkg/blacklist) and uses the precreated list for later comparison Signed-off-by: Robby Workman <rworkman@slackware.com> | ||||
* | Use ERE for sanity_check() function | Dave Woodfall | 2021-02-11 | 1 | -1/+2 |
| | | | | Signed-off-by: Robby Workman <rworkman@slackware.com> | ||||
* | Remove "slackpkg blacklist" from manual pages | Robby Workman | 2021-02-10 | 17 | -172/+16 |
| | |||||
* | Fix aaa_elflibs --> aaa_libraries in sample blacklist file | Stuart Winter | 2021-02-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Robby Workman <rworkman@slackware.com> | ||||
* | Split aarch64 and arm mirrors into separate files | Stuart Winter | 2021-02-09 | 3 | -12/+72 |
| | | | | Signed-off-by: Robby Workman <rworkman@slackware.com> | ||||
* | Allow new-config after slackpkg upgrade itself | piterpunk | 2021-02-08 | 1 | -0/+1 |
| | | | | Signed-off-by: Robby Workman <rworkman@slackware.com> | ||||
* | Release slackpkg-15.0 | Robby Workman | 2021-02-04 | 2 | -3/+4 |
| | | | | | | | | 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 | ||||
* | Set fileversion of slackpkg.conf to "v15.0" | Robby Workman | 2021-02-04 | 1 | -1/+1 |
| | |||||
* | Do not allow adding blacklist packages from slackpkg exec | Robby Workman | 2021-02-04 | 3 | -38/+13 |
| | | | | | | | 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 manpage | Peter Hyman | 2021-02-04 | 3 | -7/+4 |
| | | | | Signed-off-by: Robby Workman <rworkman@slackware.com> | ||||
* | Add aaa_glibc-solibs and aaa_libraries to early routine | Robby Workman | 2021-02-04 | 2 | -1/+5 |
| | |||||
* | Release 2.84.0_beta12 | Robby Workman | 2021-01-18 | 2 | -2/+3 |
| | |||||
* | Change mirrors from ftp to http or https | Robby Workman | 2021-01-18 | 2 | -18/+19 |
| | | | | Also omit "pub/" from mirror.slackbuilds.org links | ||||
* | Add support for Slackware-AArch64 | Stuart Winter | 2021-01-18 | 5 | -14/+37 |
| | | | | Signed-off-by: Robby Workman <rworkman@slackware.com> | ||||
* | Release 2.84.0_beta11 | Robby Workman | 2021-01-04 | 2 | -3/+7 |
| | |||||
* | Add show-changelog option and update manpage | Peter Hyman | 2021-01-04 | 3 | -3/+18 |
| | | | | Signed-off-by: Robby Workman <rworkman@slackware.com> | ||||
* | Changes to checkchangelog function | Peter Hyman | 2021-01-04 | 2 | -30/+22 |
| | | | | | | | | | | * Modify checkchangelog() function to only check CHECKSUMS.md5.asc. * Remove unneeded check of ChangeLog.txt from checkchangelog() function. * Move fetching of ChangeLog.txt to updatefilelists() function. * Modify check-updates to output need to update to stderr so cron jobs will notify sysadmin. Signed-off-by: Robby Workman <rworkman@slackware.com> | ||||
* | Update ChangeLog to reflect last commit | Robby Workman | 2021-01-04 | 1 | -0/+5 |
| | | | | (should have been part of last commit) | ||||
* | slackpkg.8: document issues with filenames having spaces | Eric Pozharski | 2020-12-01 | 1 | -0/+13 |
| | | | | Signed-off-by: Robby Workman <rworkman@slackware.com> | ||||
* | Release 2.84.0_beta10 | Robby Workman | 2020-11-27 | 2 | -1/+6 |
| | |||||
* | Fix output if package is incorrectly named | Robby Workman | 2020-11-27 | 1 | -1/+8 |
| | | | | Thanks to phenixia2003 (SeB) on LQ for the patch. | ||||
* | Release 2.84.0_beta9 | Robby Workman | 2020-08-03 | 2 | -1/+7 |
| | |||||
* | Add Switzerland mirrors | Robby Workman | 2020-08-03 | 2 | -0/+8 |
| | | | | Thanks to xpetrl on LQ | ||||
* | core-functions.sh: Replace tempfile with mktemp | Robby Workman | 2020-07-30 | 1 | -1/+1 |
| | | | | Thanks to I.G.O.R. on LQ for the suggestion and reminder. | ||||
* | Release 2.84.0_beta8 | Robby Workman | 2020-02-26 | 2 | -1/+6 |
| | |||||
* | Revert "More fixups for alternate ROOT ; thanks to zerouno." | Robby Workman | 2020-02-26 | 2 | -7/+7 |
| | | | | | | | | | This reverts commit fcc58ff5068146ab016c2f897bc14d4482f4a9cd because it breaks lxc container creation; ponce stated on LQ that "seems that forcing $CONF under $ROOT is what break things here: $CONF in the template is used to have a temporary location, outside of the container, in which to store the template, a blacklist and a mirror configuration for the container creation" | ||||
* | Update ChangeLog for 2.84.0_beta7 | Robby Workman | 2020-02-20 | 1 | -0/+7 |
| | |||||
* | Bump version to 2.84.0_beta7 | Robby Workman | 2020-02-19 | 1 | -1/+1 |
| | |||||
* | More fixups for alternate ROOT ; thanks to zerouno. | Robby Workman | 2020-02-19 | 2 | -7/+7 |
| | |||||
* | Uncomment mirrors.slackware.com mirror by default | Robby Workman | 2020-02-18 | 2 | -2/+2 |
| | | | | Thanks to zerouno for the suggestion. | ||||
* | Release 2.84.0_beta6 | Robby Workman | 2019-07-15 | 2 | -1/+5 |
| | |||||
* | Add slackware.uk mirrors to sample mirror list | Darren Austin | 2019-07-15 | 2 | -0/+8 |
| | | | | Signed-off-by: Robby Workman <rworkman@slackware.com> | ||||
* | install-new: catch packages added to /patches after -stable release | Robby Workman | 2019-07-15 | 1 | -0/+20 |
| | | | | | Thanks to blizzack on ##slackware for the report, and thanks to Skydroid and alienBOB for debugging assistance. | ||||
* | Release 2.84.0_beta5 | Robby Workman | 2019-05-20 | 2 | -1/+7 |
| | |||||
* | doinst.sh - remove /var/lib/slackpkg/CHECKSUMS* on upgrade | Robby Workman | 2019-04-08 | 1 | -0/+1 |
| | | | | This fixes a slight regression from e1fc7d99876aaba62 | ||||
* | Release 2.84.0_beta4 | Robby Workman | 2019-01-28 | 2 | -1/+9 |
| | |||||
* | Remove subshell usage and save a trivial amount of time | Robby Workman | 2019-01-16 | 1 | -1/+2 |
| | |||||
* | Catch errors and return exit status 1 if they occur | Robby Workman | 2019-01-16 | 1 | -1/+3 |
| | | | | Thanks to mcandre on LQ for the suggestion. | ||||
* | Fixup blacklist checking and appending when using alt $ROOT | Robby Workman | 2019-01-14 | 1 | -2/+2 |
| | | | | Thanks to dive for the report. | ||||
* | Release 2.84.0_beta3 | Robby Workman | 2018-12-31 | 2 | -1/+7 |
| |