mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
da4119a5e0
ap/slackpkg-15.0.1-noarch-1.txz: Upgraded. Tweak default blacklist file's help text (thanks, dive). Fix display of blacklisted packages. Tweaks to slack-desc. Note that kernel-headers should not be blacklisted. Added Lithuania mirrors (Totoro-kun on LQ). Fix exit code for pending updates (dive). Avoid matching txz/tgz etc extension when blacklisting (dive). Use https for all slackpkg homepage links. Update mirror files (14.2 -> 15.0). Add blacklist to search option. Move applyblacklist to end of makelist(). Clarify how to blacklist duplicate packages. Fix new-config dialog. Reduce false positives in DOUBLEFILES detection. Remove spaces in awk.. More blacklisting fixups (see full commit msg). Escape plus signs in blacklist regex. Convert ${ROOT}/${WORKDIR} > ${WORKDIR} (dive). Convert ${ROOT}/${CONF} -> ${CONF} and tweak blacklists (dive). Further fixup/enhancement to blacklisting issues. Fix "slackpkg blacklist" so that it shows blacklist again. Fixup internal blacklist handling. Use ERE for sanity_check() function (David Woodfall). Remove "slackpkg blacklist" from manual pages. Fix aaa_elflibs --> aaa_libraries in sample blacklist file (mozes). Split aarch64 and arm mirrors into separate files (mozes). Allow new-config after slackpkg upgrade itself (PiterPUNK). Modify blacklist regex line ending. Thanks to Robby Workman. ap/sqlite-3.35.2-x86_64-1.txz: Upgraded. kde/kid3-3.8.6-x86_64-1.txz: Upgraded. l/glib2-2.66.8-x86_64-1.txz: Upgraded. l/pango-1.48.3-x86_64-2.txz: Rebuilt. Eliminate dangling symlink. Thanks to upnort. n/bind-9.16.13-x86_64-1.txz: Upgraded. n/links-2.22-x86_64-1.txz: Upgraded. n/network-scripts-15.0-noarch-14.txz: Rebuilt. Fix discrepancies between rc.inet1.conf versions. Move configuration of SLACC before DHCP. Don't bring up a bridge interface if it will be brought up later by IP config. Fix a typo in br_open when configuring IFOPTS: i->1. Add SLAAC security and privacy options. Fix typo of 'default'. Added debugging output around new SLAAC enhancements. Move enabling RA before SLAAC security section. Thanks to davjohn on LQ. Fix domain name validation checks. Thanks to xbeastx74 on LQ for the report. Thanks to Darren "Tadgy" Austin and Robby Workman. n/wireless_tools-30.pre9-x86_64-5.txz: Rebuilt. rc.wireless: don't leave interfaces in up state as it prevents SLAAC. Take interface down at exit from rc.wireless. Thanks to davjohn. x/libgee-0.20.4-x86_64-1.txz: Upgraded.
41 lines
1.3 KiB
Text
41 lines
1.3 KiB
Text
# /etc/slackpkg/blacklist
|
|
#
|
|
# This is a blacklist file. Any packages listed here won't be
|
|
# upgraded, removed, or installed by slackpkg.
|
|
|
|
# aaa_libraries should NOT be blacklisted!
|
|
#
|
|
# You can blacklist using regular expressions.
|
|
#
|
|
# All of the following will be checked for the regex:
|
|
# Package series, name, version, arch, build, and fullname
|
|
# When blacklisting packages, you can use extended regex on package names
|
|
# (such as xorg-.* instead of xorg-server, xorg-docs, etc), and a trailing
|
|
# slash for package series ("n/", "ap/", "xap/", etc).
|
|
#
|
|
# To blacklist *only* the "xorg-server" package, use this:
|
|
# xorg-server
|
|
#
|
|
# To blacklist *all* of the "xorg-server-*" packages, use this:
|
|
# xorg-server.*
|
|
#
|
|
# To blacklist the entire KDE package set, use this:
|
|
# kde/
|
|
#
|
|
# You will need to escape any special characters that are present in the
|
|
# package name. For example, to blacklist the gcc-g++ package, use this:
|
|
# gcc-g\+\+
|
|
#
|
|
# DON'T put any space(s) before or after the package name or regex.
|
|
#
|
|
# Automated upgrade of kernel packages may not be wanted in some situations;
|
|
# uncomment the lines below if that fits your circumstances, but note that
|
|
# kernel-headers should *not* be blacklisted:
|
|
#
|
|
#kernel-generic.*
|
|
#kernel-huge.*
|
|
#kernel-modules.*
|
|
#kernel-source
|
|
#
|
|
# This one will blacklist all SBo packages:
|
|
#[0-9]+_SBo
|