mirror of
https://github.com/zuno/slackpkgplus
synced 2025-01-13 20:01:04 +01:00
Mon Feb 15 21:14:31 CET 2021
pkg/slackpkg+-1.7.1-noarch-1mt.txz: Rebuilt - This is a temporary release - Slackpkg+ devel no longer supports slackware 14.2
This commit is contained in:
parent
1ea5ec8da7
commit
c0ce76652a
5 changed files with 47 additions and 5 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
Mon Feb 15 21:14:31 CET 2021
|
||||||
|
pkg/slackpkg+-1.7.1-noarch-1mt.txz: Rebuilt
|
||||||
|
- This is a temporary release
|
||||||
|
- Slackpkg+ devel no longer supports slackware 14.2
|
||||||
|
+-------------------------+
|
||||||
|
|
||||||
Mon Feb 8 18:41:17 CET 2021
|
Mon Feb 8 18:41:17 CET 2021
|
||||||
pkg/slackpkg+-1.7.0d1-noarch-13mt.txz: Rebuilt
|
pkg/slackpkg+-1.7.0d1-noarch-13mt.txz: Rebuilt
|
||||||
- Fixed some regression on blacklist with slackpkg-15
|
- Fixed some regression on blacklist with slackpkg-15
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
Mon Feb 15 21:14:31 CET 2021
|
||||||
|
pkg/slackpkg+-1.7.1-noarch-1mt.txz: Rebuilt
|
||||||
|
- This is a temporary release
|
||||||
|
- Slackpkg+ devel no longer supports slackware 14.2
|
||||||
|
+-------------------------+
|
||||||
|
|
||||||
Mon Feb 8 18:41:17 CET 2021
|
Mon Feb 8 18:41:17 CET 2021
|
||||||
pkg/slackpkg+-1.7.0d1-noarch-13mt.txz: Rebuilt
|
pkg/slackpkg+-1.7.0d1-noarch-13mt.txz: Rebuilt
|
||||||
- Fixed some regression on blacklist with slackpkg-15
|
- Fixed some regression on blacklist with slackpkg-15
|
||||||
|
|
|
@ -1738,9 +1738,39 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
||||||
LEGACYBLACKLIST="-w"
|
LEGACYBLACKLIST="-w"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
SPKGPLUS_VERSION="1.7.0d1"
|
SPKGPLUS_VERSION="1.7.1"
|
||||||
VERSION="$VERSION / slackpkg+ $SPKGPLUS_VERSION"
|
VERSION="$VERSION / slackpkg+ $SPKGPLUS_VERSION"
|
||||||
|
|
||||||
|
if [ ${VERSION:0:4} == "2.82" ];then
|
||||||
|
echo " ! ! ! WARNING ! ! ! "
|
||||||
|
echo " You are using slackpkg+ $SPKGPLUS_VERSION release with Slackware 14.2"
|
||||||
|
echo
|
||||||
|
echo " It no longer supports Slackware 14.2 and should be used with"
|
||||||
|
echo " Slackware current only."
|
||||||
|
echo " Using it with Slackware 14.2 may no work properly"
|
||||||
|
echo " Use slackpkg+ 1.7.0 instead"
|
||||||
|
echo
|
||||||
|
SLPMIR="$(cat $CONF/slackpkgplus.conf|grep -E ^MIRRORPLUS.*slackpkg)"
|
||||||
|
if [ "$SLPMIR" != "MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+1.7/" ];then
|
||||||
|
echo " Please replace"
|
||||||
|
cat $CONF/slackpkgplus.conf|grep -E ^MIRRORPLUS.*slackpkg
|
||||||
|
echo " with"
|
||||||
|
echo "MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+1.7/"
|
||||||
|
echo " then run 'slackpkg update && slackpkg upgrade slackpkg+' to downgrade it"
|
||||||
|
echo
|
||||||
|
echo
|
||||||
|
echo -n "Do you want continue anyway? (Y/[N]) "
|
||||||
|
read ANSW
|
||||||
|
if [ "$ANSW" != "Y" ];then
|
||||||
|
cleanup
|
||||||
|
fi
|
||||||
|
else
|
||||||
|
echo " run 'slackpkg update && slackpkg upgrade slackpkg+' to downgrade it"
|
||||||
|
echo
|
||||||
|
sleep 5
|
||||||
|
fi
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
if [ ! -e "$WORKDIR" ];then
|
if [ ! -e "$WORKDIR" ];then
|
||||||
mkdir -p "$WORKDIR"
|
mkdir -p "$WORKDIR"
|
||||||
|
|
|
@ -106,10 +106,10 @@ REPOPLUS=( slackpkgplus )
|
||||||
#MIRRORPLUS['slacky']=http://repository.slacky.eu/slackware-14.2/
|
#MIRRORPLUS['slacky']=http://repository.slacky.eu/slackware-14.2/
|
||||||
|
|
||||||
# use this to keep the slackpkg+ package updated to the latest stable release
|
# use this to keep the slackpkg+ package updated to the latest stable release
|
||||||
#MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+/
|
MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+15/
|
||||||
|
|
||||||
# use the development branch to use the mainline version and help develop by reporting bugs.
|
# use the development branch to use the mainline version and help develop by reporting bugs.
|
||||||
MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+dev/
|
#MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+dev/
|
||||||
|
|
||||||
# Local repository:
|
# Local repository:
|
||||||
#MIRRORPLUS['alienbob']=file://repositories/alien/sbrepos/14.2/x86/
|
#MIRRORPLUS['alienbob']=file://repositories/alien/sbrepos/14.2/x86/
|
||||||
|
|
|
@ -120,10 +120,10 @@ REPOPLUS=( slackpkgplus )
|
||||||
#MIRRORPLUS['slacky']=http://repository.slacky.eu/slackware64-14.2/
|
#MIRRORPLUS['slacky']=http://repository.slacky.eu/slackware64-14.2/
|
||||||
|
|
||||||
# use this to keep the slackpkg+ package updated to the latest stable release
|
# use this to keep the slackpkg+ package updated to the latest stable release
|
||||||
#MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+/
|
MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+15/
|
||||||
|
|
||||||
# use the development branch to use the mainline version and help develop by reporting bugs.
|
# use the development branch to use the mainline version and help develop by reporting bugs.
|
||||||
MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+dev/
|
#MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+dev/
|
||||||
|
|
||||||
|
|
||||||
# Slackware current - x86_64
|
# Slackware current - x86_64
|
||||||
|
|
Loading…
Reference in a new issue