| Commit message (Expand) | Author | Age | Files | Lines |
* | Harden slackpkg with respect to obtaining GPG key | Robby Workman | 2021-06-04 | 1 | -8/+44 |
* | Fix 'continue' error message.dive | Dave Woodfall | 2021-04-21 | 1 | -1/+0 |
* | core-functions.sh: Fix package duplicate bug | PiterPUNK | 2021-04-20 | 1 | -1/+1 |
* | Remove now pointless if/then/else | Dave Woodfall | 2021-04-05 | 1 | -7/+3 |
* | Don't create blacklist when running update. | Dave Woodfall | 2021-04-04 | 1 | -1/+1 |
* | Add show-changelog & help to non-root commands | Dave Woodfall | 2021-03-31 | 1 | -0/+2 |
* | Improve search blacklisting. | Dave Woodfall | 2021-03-20 | 1 | -8/+0 |
* | Modifiy blacklist regex line ending. | Dave Woodfall | 2021-03-14 | 1 | -1/+1 |
* | Fix exit code for pending updates. | Dave Woodfall | 2021-03-12 | 1 | -1/+1 |
* | Avoid matching txz/tgz etc extension when blacklisting. | Dave Woodfall | 2021-03-06 | 1 | -13/+14 |
* | Add blacklist to search option. | Dave Woodfall | 2021-02-25 | 1 | -2/+12 |
* | Move applyblacklist to end of makelist() | Dave Woodfall | 2021-02-24 | 1 | -6/+5 |
* | Clarify how to blacklist duplicate packages | Robby Workman | 2021-02-22 | 1 | -7/+6 |
* | Fix new-config dialog | Dave Woodfall | 2021-02-20 | 1 | -1/+1 |
* | Reduce false positives in DOUBLEFILES detection | Dave Woodfall | 2021-02-20 | 1 | -25/+17 |
* | 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 |
* | Escape plus signs in blacklist regex | Dave Woodfall | 2021-02-16 | 1 | -1/+1 |
* | Convert ${ROOT}/${WORKDIR} > ${WORKDIR} | Dave Woodfall | 2021-02-16 | 1 | -33/+33 |
* | Convert ${ROOT}/${CONF} -> ${CONF} and tweak blacklists | Dave Woodfall | 2021-02-13 | 1 | -9/+7 |
* | Further fixup/enhancement to blacklisting issues | Robby Workman | 2021-02-11 | 1 | -5/+0 |
* | Fixup internal blacklist handling, i.e. see remainder of commit | Dave Woodfall | 2021-02-11 | 1 | -12/+33 |
* | Use ERE for sanity_check() function | Dave Woodfall | 2021-02-11 | 1 | -1/+2 |
* | Allow new-config after slackpkg upgrade itself | piterpunk | 2021-02-08 | 1 | -0/+1 |
* | Do not allow adding blacklist packages from slackpkg exec | Robby Workman | 2021-02-04 | 1 | -21/+7 |
* | Add 'download' to options in usage() ; remove dupes from manpage | Peter Hyman | 2021-02-04 | 1 | -1/+1 |
* | Add support for Slackware-AArch64 | Stuart Winter | 2021-01-18 | 1 | -0/+5 |
* | Add show-changelog option and update manpage | Peter Hyman | 2021-01-04 | 1 | -1/+2 |
* | Changes to checkchangelog function | Peter Hyman | 2021-01-04 | 1 | -28/+18 |
* | core-functions.sh: Replace tempfile with mktemp | Robby Workman | 2020-07-30 | 1 | -1/+1 |
* | Revert "More fixups for alternate ROOT ; thanks to zerouno." | Robby Workman | 2020-02-26 | 1 | -4/+4 |
* | More fixups for alternate ROOT ; thanks to zerouno. | Robby Workman | 2020-02-19 | 1 | -4/+4 |
* | 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 |
* | Fixup blacklist checking and appending when using alt $ROOT | Robby Workman | 2019-01-14 | 1 | -2/+2 |
* | Fix support for package sets (try #2) | Dave Woodfall | 2018-12-30 | 1 | -3/+6 |
* | Fix support for blacklisting entire package sets | Dave Woodfall | 2018-12-30 | 1 | -2/+10 |
* | Fix (hopefully) blacklisting of specific packages | Dave Woodfall | 2018-11-22 | 1 | -2/+5 |
* | Minor grammatical fixup | Robby Workman | 2018-11-20 | 1 | -1/+1 |
* | Mention possible stale mirror if CHECKSUMS.md5 gpg verify failsslackpkg-2.83.0-noarch-4.txz | Robby Workman | 2018-09-05 | 1 | -1/+4 |
* | Fix for /var/log/packages/ possibly being a symlink to elsewhere | Robby Workman | 2018-06-07 | 1 | -6/+6 |
* | Use CHECKSUMS.md5.asc to determine ChangeLog newness | Patrick J. Volkerding | 2018-06-07 | 1 | -0/+27 |
* | Make sure user knows that the warning about -current only shows once | Robby Workman | 2018-01-06 | 1 | -0/+5 |
* | core-functions.sh: Warn (first time) if -current mirror is selected | Didier Spaier | 2018-01-06 | 1 | -7/+25 |
* | Add $ROOT to $WORKDIR, $TEMP, and $TMPDIR instances | Robby Workman | 2018-01-02 | 1 | -30/+30 |
* | core-functions.sh: Fix Slackware ARM gpg key | Robby Workman | 2018-01-02 | 1 | -1/+1 |
* | core-functions.sh: Create $WORKDIR before using it | Robby Workman | 2017-12-30 | 1 | -0/+3 |
* | *: Initial commit of slackpkg (as of 2.82.2 release)2.82.2 | Robby Workman | 2017-10-22 | 1 | -0/+1351 |