diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-09-13 18:04:35 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-09-14 09:03:52 +0200 |
commit | 8f7b6e56d5075e27771a02fbbcfe954c91ecb893 (patch) | |
tree | 67f7366d18c8f320d9914a1a929bb430c93b8eb4 /source/n | |
parent | a6160c7f56c451aa827678063c6ce95b7b4e404e (diff) | |
download | current-8f7b6e56d5075e27771a02fbbcfe954c91ecb893.tar.gz |
Mon Sep 13 18:04:35 UTC 202120210913180435
a/btrfs-progs-5.14-x86_64-1.txz: Upgraded.
a/kernel-firmware-20210912_7160358-noarch-1.txz: Upgraded.
a/kernel-generic-5.14.3-x86_64-1.txz: Upgraded.
a/kernel-huge-5.14.3-x86_64-1.txz: Upgraded.
a/kernel-modules-5.14.3-x86_64-1.txz: Upgraded.
ap/vim-8.2.3435-x86_64-1.txz: Upgraded.
d/bison-3.8.1-x86_64-1.txz: Upgraded.
d/ccache-4.4.1-x86_64-1.txz: Upgraded.
d/gdb-11.1-x86_64-1.txz: Upgraded.
d/kernel-headers-5.14.3-x86-1.txz: Upgraded.
k/kernel-source-5.14.3-noarch-1.txz: Upgraded.
kde/latte-dock-0.10.2-x86_64-1.txz: Upgraded.
l/gd-2.3.3-x86_64-1.txz: Upgraded.
l/imagemagick-7.1.0_7-x86_64-1.txz: Upgraded.
l/libedit-20210910_3.1-x86_64-1.txz: Upgraded.
l/libexif-0.6.23-x86_64-1.txz: Upgraded.
l/pango-1.48.10-x86_64-1.txz: Upgraded.
n/NetworkManager-1.32.10-x86_64-2.txz: Rebuilt.
00-dhcp-client.conf: Add the --noconfigure option to dhcpcd, or else the
network won't return after suspend/resume. Thanks to marav.
n/ethtool-5.14-x86_64-1.txz: Upgraded.
n/mutt-2.1.3-x86_64-1.txz: Upgraded.
n/wget2-2.0.0-x86_64-1.txz: Added.
xap/vim-gvim-8.2.3435-x86_64-1.txz: Upgraded.
xfce/thunar-4.16.9-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/n')
-rwxr-xr-x | source/n/NetworkManager/NetworkManager.SlackBuild | 2 | ||||
-rw-r--r-- | source/n/NetworkManager/conf.d/00-dhcp-client.conf | 5 | ||||
-rw-r--r-- | source/n/dhcpcd/dhcpcd.url | 2 | ||||
-rw-r--r-- | source/n/wget2/slack-desc | 19 | ||||
-rwxr-xr-x | source/n/wget2/wget2.SlackBuild | 164 |
5 files changed, 188 insertions, 4 deletions
diff --git a/source/n/NetworkManager/NetworkManager.SlackBuild b/source/n/NetworkManager/NetworkManager.SlackBuild index f607e36a..fb108b5b 100755 --- a/source/n/NetworkManager/NetworkManager.SlackBuild +++ b/source/n/NetworkManager/NetworkManager.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=NetworkManager VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: MARCH=$( uname -m ) diff --git a/source/n/NetworkManager/conf.d/00-dhcp-client.conf b/source/n/NetworkManager/conf.d/00-dhcp-client.conf index 2fc42be4..8f435692 100644 --- a/source/n/NetworkManager/conf.d/00-dhcp-client.conf +++ b/source/n/NetworkManager/conf.d/00-dhcp-client.conf @@ -1,7 +1,8 @@ [main] # Choose a DHCP client below. Upstream recommends internal, but results may vary. -# dhcpcd is the DHCP client usually used by Slackware: -dhcp=dhcpcd +# dhcpcd is the DHCP client usually used by Slackware. The --noconfigure +# option must be used or the network will not return after suspend/resume: +dhcp=dhcpcd --noconfigure # dhclient is the ISC reference DHCP client, part of the dhcp package: #dhcp=dhclient # This is a simple DHCP client that is built into NetworkManager: diff --git a/source/n/dhcpcd/dhcpcd.url b/source/n/dhcpcd/dhcpcd.url index 4f90b451..e4372dd4 100644 --- a/source/n/dhcpcd/dhcpcd.url +++ b/source/n/dhcpcd/dhcpcd.url @@ -1 +1 @@ -ftp://roy.marples.name/pub/dhcpcd +https://roy.marples.name/downloads/dhcpcd diff --git a/source/n/wget2/slack-desc b/source/n/wget2/slack-desc new file mode 100644 index 00000000..d4724857 --- /dev/null +++ b/source/n/wget2/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +wget2: wget2 (a non-interactive network retriever v2) +wget2: +wget2: GNU Wget2 is the successor of GNU Wget, a file and recursive website +wget2: downloader. Designed and written from scratch it wraps around libwget, +wget2: that provides the basic functions needed by a web client. In many +wget2: cases Wget2 downloads much faster than Wget1.x due to HTTP2, HTTP +wget2: compression, parallel connections and use of If-Modified-Since HTTP +wget2: header. +wget2: +wget2: Design and implementation by Tim Rühsen, with lead maintainers +wget2: Tim Rühsen, Darshit Shah, and Giuseppe Scrivano. diff --git a/source/n/wget2/wget2.SlackBuild b/source/n/wget2/wget2.SlackBuild new file mode 100755 index 00000000..9fe76a36 --- /dev/null +++ b/source/n/wget2/wget2.SlackBuild @@ -0,0 +1,164 @@ +#!/bin/bash + +# Copyright 2008, 2009, 2010, 2012, 2013, 2014, 2015, 2018, 2021 Patrick J. Volkerding, Sebeka, Minnesota, USA +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +cd $(dirname $0) ; CWD=$(pwd) + +PKGNAM=wget2 +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +BUILD=${BUILD:-1} + +NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} + +# Automatically determine the architecture we're building on: +if [ -z "$ARCH" ]; then + case "$( uname -m )" in + i?86) export ARCH=i586 ;; + arm*) export ARCH=arm ;; + # Unless $ARCH is already set, use uname -m for all other archs: + *) export ARCH=$( uname -m ) ;; + esac +fi + +# If the variable PRINT_PACKAGE_NAME is set, then this script will report what +# the name of the created package would be, and then exit. This information +# could be useful to other scripts. +if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then + echo "$PKGNAM-$VERSION-$ARCH-$BUILD.txz" + exit 0 +fi + +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" + LIBDIRSUFFIX="" +elif [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=i686" + LIBDIRSUFFIX="" +elif [ "$ARCH" = "s390" ]; then + SLKCFLAGS="-O2" + LIBDIRSUFFIX="" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" +elif [ "$ARCH" = "armv7hl" ]; then + SLKCFLAGS="-O3 -march=armv7-a -mfpu=vfpv3-d16" + LIBDIRSUFFIX="" +else + SLKCFLAGS="-O2" + LIBDIRSUFFIX="" +fi + +# Don't use icecream: +PATH=$(echo $PATH | sed "s|/usr/libexec/icecc/bin||g" | tr -s : | sed "s/^://g" | sed "s/:$//g") + +TMP=${TMP:-/tmp} +PKG=$TMP/package-wget2 + +rm -rf $PKG +mkdir -p $TMP $PKG +cd $TMP +rm -rf $PKGNAM-$VERSION +tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1 +cd $PKGNAM-$VERSION + +chown -R root:root . +find . \ + \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ + -exec chmod 755 {} \+ -o \ + \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ + -exec chmod 644 {} \+ + +CFLAGS="$SLKCFLAGS" \ +./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ + --mandir=/usr/man \ + --infodir=/usr/info \ + --docdir=/usr/doc/$PKGNAM-$VERSION \ + --with-ssl=openssl \ + --disable-static \ + --build=${ARCH}-slackware-linux || exit 1 + +make $NUMJOBS || make || exit 1 +make install DESTDIR=$PKG || exit 1 + +# Don't ship .la files: +rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la + +find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ + | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null + +# I don't think this is supposed to be there. Correct me if I'm wrong. +if [ -r $PKG/usr/bin/wget2 -a $PKG/usr/bin/wget2_noinstall ]; then + rm -f $PKG/usr/bin/wget2_noinstall +fi + +# Doesn't seem to install the info file... +if [ ! -r $PKG/usr/info/wget2.info ]; then + mkdir -p $PKG/usr/info + cp -a docs/wget2.info $PKG/usr/info + chown root:root $PKG/usr/info/* + chmod 644 $PKG/usr/info/* +fi + +# Or the man pages... +if [ ! -r $PKG/usr/man1/wget2.1 ]; then + mkdir -p $PKG/usr/man/man{1,3} + cp -a docs/man/man1/* $PKG/usr/man/man1 + cp -a docs/man/man3/* $PKG/usr/man/man3 + chown root:root $PKG/usr/man/man?/* + chmod 644 $PKG/usr/man/man?/* +fi + +# Compress manual pages: +find $PKG/usr/man -type f -exec gzip -9 {} \+ +for i in $( find $PKG/usr/man -type l ) ; do + ln -s $( readlink $i ).gz $i.gz + rm $i +done + +# Compress info files, if any: +if [ -d $PKG/usr/info ]; then + ( cd $PKG/usr/info + rm -f dir + gzip -9 * + ) +fi + +mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION +cp -a \ + AUTHORS* COPYING* NEWS* README* \ + $PKG/usr/doc/$PKGNAM-$VERSION + +# If there's a ChangeLog, installing at least part of the recent history +# is useful, but don't let it get totally out of control: +if [ -r ChangeLog ]; then + DOCSDIR=$(echo $PKG/usr/doc/*-$VERSION) + cat ChangeLog | head -n 1000 > $DOCSDIR/ChangeLog + touch -r ChangeLog $DOCSDIR/ChangeLog +fi + +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + +cd $PKG +/sbin/makepkg -l y -c n $TMP/$PKGNAM-$VERSION-$ARCH-$BUILD.txz |