|  | Commit message (Collapse) | Author | Age | Files | Lines | 
|---|
| | 
| 
| 
| | Signed-off-by: Robby Workman <rworkman@slackware.com> | 
| | |  | 
| | |  | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| 
| | 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> | 
| | 
| 
| 
| | Signed-off-by: Robby Workman <rworkman@slackware.com> | 
| | |  | 
| | 
| 
| 
| | Signed-off-by: Robby Workman <rworkman@slackware.com> | 
| | 
| 
| 
| | Signed-off-by: Robby Workman <rworkman@slackware.com> | 
| | 
| 
| 
| | Signed-off-by: Robby Workman <rworkman@slackware.com> | 
| | 
| 
| 
| 
| 
| 
| 
| | 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 | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| | 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 | 
| | 
| 
| 
| | Signed-off-by: Robby Workman <rworkman@slackware.com> | 
| | |  | 
| | |  | 
| | 
| 
| 
| | Also omit "pub/" from mirror.slackbuilds.org links | 
| | 
| 
| 
| | Signed-off-by: Robby Workman <rworkman@slackware.com> | 
| | |  | 
| | 
| 
| 
| | Signed-off-by: Robby Workman <rworkman@slackware.com> | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| | * 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> | 
| | 
| 
| 
| | (should have been part of last commit) | 
| | 
| 
| 
| | Signed-off-by: Robby Workman <rworkman@slackware.com> | 
| | |  | 
| | 
| 
| 
| | Thanks to phenixia2003 (SeB) on LQ for the patch. | 
| | |  | 
| | 
| 
| 
| | Thanks to xpetrl on LQ | 
| | 
| 
| 
| | Thanks to I.G.O.R. on LQ for the suggestion and reminder. | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| 
| 
| | 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" | 
| | |  | 
| | |  | 
| | |  | 
| | 
| 
| 
| | Thanks to zerouno for the suggestion. | 
| | |  | 
| | 
| 
| 
| | Signed-off-by: Robby Workman <rworkman@slackware.com> | 
| | 
| 
| 
| 
| | Thanks to blizzack on ##slackware for the report, and thanks to
Skydroid and alienBOB for debugging assistance. | 
| | |  | 
| | 
| 
| 
| | This fixes a slight regression from e1fc7d99876aaba62 | 
| | |  | 
| | |  | 
| | 
| 
| 
| | Thanks to mcandre on LQ for the suggestion. | 
| | 
| 
| 
| | Thanks to dive for the report. | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| 
| 
| | This adds ./$PKGMAIN/ to a blacklisted set line, which
ought to say turn kde/ into ./slackware64/kde as it listed in the
temp pkglist.  I've tightened up the patches/pasture/extra etc. lines
too.
Signed-off-by: Robby Workman <rworkman@slackware.com> | 
| | 
| 
| 
| 
| 
| 
| | 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/") | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| | Blacklisted sets now need a trailing / (eg. kde/)
Anything with a trailing slash is excluded from having \s added to it.
Then the slash is removed so the set is picked up by the old
functionality.
Signed-off-by: Robby Workman <rworkman@slackware.com> | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | - 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) | 
| | |  | 
| | |  |