summaryrefslogtreecommitdiffstats
path: root/source/l
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-04-18 19:58:04 +0000
committer Eric Hameleers <alien@slackware.com>2022-04-19 06:59:45 +0200
commit615523f1128f2b40168434af4e8e00e95136fa71 (patch)
tree3068279d052c3271a7e83b6f953c52bbfcb8f33a /source/l
parent8b9b348d17ffe04d5a5087505a9f30b2ff9c1ebe (diff)
downloadcurrent-615523f1128f2b40168434af4e8e00e95136fa71.tar.gz
current-615523f1128f2b40168434af4e8e00e95136fa71.tar.xz
Mon Apr 18 19:58:04 UTC 202220220418195804
a/coreutils-9.1-x86_64-1.txz: Upgraded. kde/krita-5.0.5-x86_64-3.txz: Rebuilt. Recompiled against quazip-1.3. l/enchant-2.3.3-x86_64-1.txz: Upgraded. l/imagemagick-7.1.0_30-x86_64-1.txz: Upgraded. l/json-c-0.16_20220414-x86_64-1.txz: Upgraded. l/libnl3-3.6.0-x86_64-1.txz: Upgraded. l/pcre2-10.40-x86_64-1.txz: Upgraded. l/quazip-1.3-x86_64-1.txz: Upgraded. Shared library .so-version bump. n/rsync-3.2.4-x86_64-1.txz: Upgraded. x/libpinyin-2.6.2-x86_64-1.txz: Upgraded. xap/xsnow-3.5.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l')
-rwxr-xr-xsource/l/json-c/json-c.SlackBuild2
-rw-r--r--source/l/libnl/libnl.info2
-rw-r--r--source/l/libnl/libnl.url1
-rw-r--r--source/l/libnl/slack-desc2
-rwxr-xr-xsource/l/libnl3/libnl3.SlackBuild2
5 files changed, 4 insertions, 5 deletions
diff --git a/source/l/json-c/json-c.SlackBuild b/source/l/json-c/json-c.SlackBuild
index c6dd70644..06e548e24 100755
--- a/source/l/json-c/json-c.SlackBuild
+++ b/source/l/json-c/json-c.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=json-c
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | cut -f 3- -d - | rev | cut -f 3- -d . | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
MARCH=$( uname -m )
diff --git a/source/l/libnl/libnl.info b/source/l/libnl/libnl.info
deleted file mode 100644
index fafac745d..000000000
--- a/source/l/libnl/libnl.info
+++ /dev/null
@@ -1,2 +0,0 @@
-HOMEPAGE="http://people.suug.ch/~tgr/libnl/"
-DOWNLOAD="http://people.suug.ch/~tgr/libnl/files/libnl-1.1.tar.gz"
diff --git a/source/l/libnl/libnl.url b/source/l/libnl/libnl.url
new file mode 100644
index 000000000..c28c821ab
--- /dev/null
+++ b/source/l/libnl/libnl.url
@@ -0,0 +1 @@
+https://www.infradead.org/~tgr/libnl
diff --git a/source/l/libnl/slack-desc b/source/l/libnl/slack-desc
index 7fc981fd2..ce73e0241 100644
--- a/source/l/libnl/slack-desc
+++ b/source/l/libnl/slack-desc
@@ -12,7 +12,7 @@ libnl: libnl is a library for applications dealing with netlink sockets.
libnl: The library provides an interface for raw netlink messaging and
libnl: various netlink family specific interfaces.
libnl:
-libnl: Homepage: http://people.suug.ch/~tgr/libnl/
+libnl: Homepage: https://www.infradead.org/~tgr/libnl
libnl:
libnl:
libnl:
diff --git a/source/l/libnl3/libnl3.SlackBuild b/source/l/libnl3/libnl3.SlackBuild
index 43fd07cef..6e11e9699 100755
--- a/source/l/libnl3/libnl3.SlackBuild
+++ b/source/l/libnl3/libnl3.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libnl
PKGNAME=libnl3
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in