summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rwxr-xr-xsource/a/logrotate/logrotate.SlackBuild2
-rw-r--r--source/a/logrotate/logrotate.slackware.diff41
-rw-r--r--source/a/logrotate/logrotate.url2
-rwxr-xr-xsource/ap/nano/nano.SlackBuild2
-rw-r--r--source/k/kernel-configs/config-generic-4.19.9 (renamed from source/k/kernel-configs/config-generic-4.19.8)3
-rw-r--r--source/k/kernel-configs/config-generic-4.19.9.x64 (renamed from source/k/kernel-configs/config-generic-4.19.8.x64)3
-rw-r--r--source/k/kernel-configs/config-generic-smp-4.19.9-smp (renamed from source/k/kernel-configs/config-generic-smp-4.19.8-smp)3
-rw-r--r--source/k/kernel-configs/config-huge-4.19.9 (renamed from source/k/kernel-configs/config-huge-4.19.8)3
-rw-r--r--source/k/kernel-configs/config-huge-4.19.9.x64 (renamed from source/k/kernel-configs/config-huge-4.19.8.x64)3
-rw-r--r--source/k/kernel-configs/config-huge-smp-4.19.9-smp (renamed from source/k/kernel-configs/config-huge-smp-4.19.8-smp)3
-rwxr-xr-xsource/l/gtk+3/gtk+3.SlackBuild2
-rw-r--r--source/l/gtk+3/gtk.typo.fix.diff11
-rwxr-xr-xsource/l/python-six/python-six.SlackBuild4
-rwxr-xr-xsource/n/bind/bind.SlackBuild2
-rw-r--r--source/n/curl/cacert.pem26
-rwxr-xr-xsource/n/libassuan/libassuan.SlackBuild2
-rw-r--r--source/x/x11/build/xf86-input-void2
17 files changed, 54 insertions, 60 deletions
diff --git a/source/a/logrotate/logrotate.SlackBuild b/source/a/logrotate/logrotate.SlackBuild
index e948d0ad6..404d48318 100755
--- a/source/a/logrotate/logrotate.SlackBuild
+++ b/source/a/logrotate/logrotate.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=logrotate
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
diff --git a/source/a/logrotate/logrotate.slackware.diff b/source/a/logrotate/logrotate.slackware.diff
index 3336e1f80..338ae19a0 100644
--- a/source/a/logrotate/logrotate.slackware.diff
+++ b/source/a/logrotate/logrotate.slackware.diff
@@ -1,21 +1,6 @@
-diff -Nur logrotate-3.13.0.orig/config.c logrotate-3.13.0/config.c
---- logrotate-3.13.0.orig/config.c 2017-10-12 09:05:41.000000000 -0500
-+++ logrotate-3.13.0/config.c 2017-11-18 02:28:03.757579985 -0600
-@@ -143,6 +143,10 @@
- ".ucf-dist",
- ".ucf-new",
- ".ucf-old",
-+ ".new",
-+ ".old",
-+ ".orig",
-+ ".bak",
- "~"
- };
- static int defTabooCount = sizeof(defTabooExts) / sizeof(char *);
-diff -Nur logrotate-3.13.0.orig/logrotate.8 logrotate-3.13.0/logrotate.8
---- logrotate-3.13.0.orig/logrotate.8 2017-10-13 01:25:51.000000000 -0500
-+++ logrotate-3.13.0/logrotate.8 2017-11-18 02:28:03.756579975 -0600
-@@ -589,6 +589,10 @@
+--- ./logrotate.8.orig 2018-12-04 09:10:46.000000000 -0600
++++ ./logrotate.8 2018-12-13 18:26:31.756882880 -0600
+@@ -608,6 +608,10 @@
.IR .ucf\-dist ,
.IR .ucf\-new ,
.IR .ucf\-old ,
@@ -26,10 +11,9 @@ diff -Nur logrotate-3.13.0.orig/logrotate.8 logrotate-3.13.0/logrotate.8
.IR ~
.TP
-diff -Nur logrotate-3.13.0.orig/logrotate.8.in logrotate-3.13.0/logrotate.8.in
---- logrotate-3.13.0.orig/logrotate.8.in 2017-10-12 09:05:41.000000000 -0500
-+++ logrotate-3.13.0/logrotate.8.in 2017-11-18 02:28:03.756579975 -0600
-@@ -589,6 +589,10 @@
+--- ./logrotate.8.in.orig 2018-08-09 04:17:37.000000000 -0500
++++ ./logrotate.8.in 2018-12-13 18:27:14.471878890 -0600
+@@ -608,6 +608,10 @@
.IR .ucf\-dist ,
.IR .ucf\-new ,
.IR .ucf\-old ,
@@ -40,3 +24,16 @@ diff -Nur logrotate-3.13.0.orig/logrotate.8.in logrotate-3.13.0/logrotate.8.in
.IR ~
.TP
+--- ./config.c.orig 2018-10-05 10:01:21.000000000 -0500
++++ ./config.c 2018-12-13 18:25:29.650888682 -0600
+@@ -149,6 +149,10 @@
+ ".ucf-dist",
+ ".ucf-new",
+ ".ucf-old",
++ ".new",
++ ".old",
++ ".orig",
++ ".bak",
+ "~"
+ };
+ static const int defTabooCount = sizeof(defTabooExts) / sizeof(char *);
diff --git a/source/a/logrotate/logrotate.url b/source/a/logrotate/logrotate.url
index 3ef0dd640..9cf1060df 100644
--- a/source/a/logrotate/logrotate.url
+++ b/source/a/logrotate/logrotate.url
@@ -1 +1 @@
-https://github.com/logrotate/logrotate/releases/download/3.14.0/logrotate-3.14.0.tar.xz
+https://github.com/logrotate/logrotate/releases/download/3.15.0/logrotate-3.15.0.tar.xz
diff --git a/source/ap/nano/nano.SlackBuild b/source/ap/nano/nano.SlackBuild
index 56561f6db..46a4db593 100755
--- a/source/ap/nano/nano.SlackBuild
+++ b/source/ap/nano/nano.SlackBuild
@@ -155,7 +155,7 @@ chmod 644 $PKG/etc/nanorc.new
mkdir -p $PKG/usr/doc/${PKGNAM}-$VERSION
cp -a \
ABOUT-NLS AUTHORS BUGS COPYING* IMPROVEMENTS INSTALL NEWS README* THANKS TODO UPGRADE \
- doc/faq.html doc/nanorc.sample \
+ doc/faq.html doc/nanorc.sample doc/sample.nanorc \
$PKG/usr/doc/${PKGNAM}-$VERSION
# If there's a ChangeLog, installing at least part of the recent history
diff --git a/source/k/kernel-configs/config-generic-4.19.8 b/source/k/kernel-configs/config-generic-4.19.9
index a94aa5f43..8e0d25ad6 100644
--- a/source/k/kernel-configs/config-generic-4.19.8
+++ b/source/k/kernel-configs/config-generic-4.19.9
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.8 Kernel Configuration
+# Linux/x86 4.19.9 Kernel Configuration
#
#
@@ -3253,6 +3253,7 @@ CONFIG_MWL8K=m
CONFIG_WLAN_VENDOR_MEDIATEK=y
CONFIG_MT7601U=m
CONFIG_MT76_CORE=m
+CONFIG_MT76_LEDS=y
CONFIG_MT76_USB=m
CONFIG_MT76x2_COMMON=m
CONFIG_MT76x0U=m
diff --git a/source/k/kernel-configs/config-generic-4.19.8.x64 b/source/k/kernel-configs/config-generic-4.19.9.x64
index 72f9b0c33..e9d7c1e95 100644
--- a/source/k/kernel-configs/config-generic-4.19.8.x64
+++ b/source/k/kernel-configs/config-generic-4.19.9.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.8 Kernel Configuration
+# Linux/x86 4.19.9 Kernel Configuration
#
#
@@ -3297,6 +3297,7 @@ CONFIG_MWL8K=m
CONFIG_WLAN_VENDOR_MEDIATEK=y
CONFIG_MT7601U=m
CONFIG_MT76_CORE=m
+CONFIG_MT76_LEDS=y
CONFIG_MT76_USB=m
CONFIG_MT76x2_COMMON=m
CONFIG_MT76x0U=m
diff --git a/source/k/kernel-configs/config-generic-smp-4.19.8-smp b/source/k/kernel-configs/config-generic-smp-4.19.9-smp
index a25a44cab..99d077bc8 100644
--- a/source/k/kernel-configs/config-generic-smp-4.19.8-smp
+++ b/source/k/kernel-configs/config-generic-smp-4.19.9-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.8 Kernel Configuration
+# Linux/x86 4.19.9 Kernel Configuration
#
#
@@ -3301,6 +3301,7 @@ CONFIG_MWL8K=m
CONFIG_WLAN_VENDOR_MEDIATEK=y
CONFIG_MT7601U=m
CONFIG_MT76_CORE=m
+CONFIG_MT76_LEDS=y
CONFIG_MT76_USB=m
CONFIG_MT76x2_COMMON=m
CONFIG_MT76x0U=m
diff --git a/source/k/kernel-configs/config-huge-4.19.8 b/source/k/kernel-configs/config-huge-4.19.9
index d6b60aa05..52f5e3c43 100644
--- a/source/k/kernel-configs/config-huge-4.19.8
+++ b/source/k/kernel-configs/config-huge-4.19.9
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.8 Kernel Configuration
+# Linux/x86 4.19.9 Kernel Configuration
#
#
@@ -3253,6 +3253,7 @@ CONFIG_MWL8K=m
CONFIG_WLAN_VENDOR_MEDIATEK=y
CONFIG_MT7601U=m
CONFIG_MT76_CORE=m
+CONFIG_MT76_LEDS=y
CONFIG_MT76_USB=m
CONFIG_MT76x2_COMMON=m
CONFIG_MT76x0U=m
diff --git a/source/k/kernel-configs/config-huge-4.19.8.x64 b/source/k/kernel-configs/config-huge-4.19.9.x64
index 84430856a..a651ee2cb 100644
--- a/source/k/kernel-configs/config-huge-4.19.8.x64
+++ b/source/k/kernel-configs/config-huge-4.19.9.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.8 Kernel Configuration
+# Linux/x86 4.19.9 Kernel Configuration
#
#
@@ -3297,6 +3297,7 @@ CONFIG_MWL8K=m
CONFIG_WLAN_VENDOR_MEDIATEK=y
CONFIG_MT7601U=m
CONFIG_MT76_CORE=m
+CONFIG_MT76_LEDS=y
CONFIG_MT76_USB=m
CONFIG_MT76x2_COMMON=m
CONFIG_MT76x0U=m
diff --git a/source/k/kernel-configs/config-huge-smp-4.19.8-smp b/source/k/kernel-configs/config-huge-smp-4.19.9-smp
index 0368a416f..e01dfc170 100644
--- a/source/k/kernel-configs/config-huge-smp-4.19.8-smp
+++ b/source/k/kernel-configs/config-huge-smp-4.19.9-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.8 Kernel Configuration
+# Linux/x86 4.19.9 Kernel Configuration
#
#
@@ -3301,6 +3301,7 @@ CONFIG_MWL8K=m
CONFIG_WLAN_VENDOR_MEDIATEK=y
CONFIG_MT7601U=m
CONFIG_MT76_CORE=m
+CONFIG_MT76_LEDS=y
CONFIG_MT76_USB=m
CONFIG_MT76x2_COMMON=m
CONFIG_MT76x0U=m
diff --git a/source/l/gtk+3/gtk+3.SlackBuild b/source/l/gtk+3/gtk+3.SlackBuild
index 8e9207371..9b5460922 100755
--- a/source/l/gtk+3/gtk+3.SlackBuild
+++ b/source/l/gtk+3/gtk+3.SlackBuild
@@ -77,6 +77,8 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+zcat $CWD/gtk.typo.fix.diff.gz | patch -p1 --verbose || exit 1
+
# Regenerate ./configure:
libtoolize --copy --force
autoreconf -vif
diff --git a/source/l/gtk+3/gtk.typo.fix.diff b/source/l/gtk+3/gtk.typo.fix.diff
new file mode 100644
index 000000000..b966dca50
--- /dev/null
+++ b/source/l/gtk+3/gtk.typo.fix.diff
@@ -0,0 +1,11 @@
+--- ./docs/tools/shooter.c.orig 2018-12-12 11:46:09.000000000 -0600
++++ ./docs/tools/shooter.c 2018-12-13 18:28:54.613869535 -0600
+@@ -170,7 +170,7 @@
+ y_orig = 0;
+ }
+
+- if (x_orig + width > gdk_screen_get_width (gdk_screen_get_dfeault ()))
++ if (x_orig + width > gdk_screen_get_width (gdk_screen_get_default ()))
+ width = gdk_screen_width () - x_orig;
+
+ if (y_orig + height > gdk_screen_get_height (gdk_screen_get_default ()))
diff --git a/source/l/python-six/python-six.SlackBuild b/source/l/python-six/python-six.SlackBuild
index 6f492f7bf..6042e451f 100755
--- a/source/l/python-six/python-six.SlackBuild
+++ b/source/l/python-six/python-six.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=python-six
-VERSION=${VERSION:-$(echo six-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
+VERSION=${VERSION:-$(echo six-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
@@ -69,7 +69,7 @@ mkdir -p $TMP $PKG
cd $TMP
rm -rf six-$VERSION
-tar xvf $CWD/six-$VERSION.tar.*z* || exit 1
+tar xvf $CWD/six-$VERSION.tar.*z || exit 1
cd six-$VERSION
chown -R root:root .
find . \
diff --git a/source/n/bind/bind.SlackBuild b/source/n/bind/bind.SlackBuild
index 9c73836d3..aa0803b5f 100755
--- a/source/n/bind/bind.SlackBuild
+++ b/source/n/bind/bind.SlackBuild
@@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=bind
-VERSION=${VERSION:-9.12.3}
+VERSION=${VERSION:-9.12.3-P1}
BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
diff --git a/source/n/curl/cacert.pem b/source/n/curl/cacert.pem
index 0cb1d0075..de312f8f2 100644
--- a/source/n/curl/cacert.pem
+++ b/source/n/curl/cacert.pem
@@ -1,7 +1,7 @@
##
## Bundle of CA Root Certificates
##
-## Certificate data from Mozilla as of: Wed Oct 17 03:12:10 2018 GMT
+## Certificate data from Mozilla as of: Wed Dec 5 04:12:10 2018 GMT
##
## This is a bundle of X.509 certificates of public Certificate Authorities
## (CA). These were automatically extracted from Mozilla's root certificates
@@ -14,7 +14,7 @@
## Just configure this file as the SSLCACertificateFile.
##
## Conversion done with mk-ca-bundle.pl version 1.27.
-## SHA256: 3f875d87fee4ce3d966c69f1d6c111aa95c0143ade59e4fa24882c582bb5f0ca
+## SHA256: 35b415062acb8c2c27607083b5b3bec8f4ff57463c9b9f06db3e8df3ea895592
##
@@ -261,28 +261,6 @@ gn2Z9DH2canPLAEnpQW5qrJITirvn5NSUZU8UnOOVkwXQMAJKOSLakhT2+zNVVXxxvjpoixMptEm
X36vWkzaH6byHCx+rgIW0lbQL1dTR+iS
-----END CERTIFICATE-----
-Visa eCommerce Root
-===================
------BEGIN CERTIFICATE-----
-MIIDojCCAoqgAwIBAgIQE4Y1TR0/BvLB+WUF1ZAcYjANBgkqhkiG9w0BAQUFADBrMQswCQYDVQQG
-EwJVUzENMAsGA1UEChMEVklTQTEvMC0GA1UECxMmVmlzYSBJbnRlcm5hdGlvbmFsIFNlcnZpY2Ug
-QXNzb2NpYXRpb24xHDAaBgNVBAMTE1Zpc2EgZUNvbW1lcmNlIFJvb3QwHhcNMDIwNjI2MDIxODM2
-WhcNMjIwNjI0MDAxNjEyWjBrMQswCQYDVQQGEwJVUzENMAsGA1UEChMEVklTQTEvMC0GA1UECxMm
-VmlzYSBJbnRlcm5hdGlvbmFsIFNlcnZpY2UgQXNzb2NpYXRpb24xHDAaBgNVBAMTE1Zpc2EgZUNv
-bW1lcmNlIFJvb3QwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvV95WHm6h2mCxlCfL
-F9sHP4CFT8icttD0b0/Pmdjh28JIXDqsOTPHH2qLJj0rNfVIsZHBAk4ElpF7sDPwsRROEW+1QK8b
-RaVK7362rPKgH1g/EkZgPI2h4H3PVz4zHvtH8aoVlwdVZqW1LS7YgFmypw23RuwhY/81q6UCzyr0
-TP579ZRdhE2o8mCP2w4lPJ9zcc+U30rq299yOIzzlr3xF7zSujtFWsan9sYXiwGd/BmoKoMWuDpI
-/k4+oKsGGelT84ATB+0tvz8KPFUgOSwsAGl0lUq8ILKpeeUYiZGo3BxN77t+Nwtd/jmliFKMAGzs
-GHxBvfaLdXe6YJ2E5/4tAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEG
-MB0GA1UdDgQWBBQVOIMPPyw/cDMezUb+B4wg4NfDtzANBgkqhkiG9w0BAQUFAAOCAQEAX/FBfXxc
-CLkr4NWSR/pnXKUTwwMhmytMiUbPWU3J/qVAtmPN3XEolWcRzCSs00Rsca4BIGsDoo8Ytyk6feUW
-YFN4PMCvFYP3j1IzJL1kk5fui/fbGKhtcbP3LBfQdCVp9/5rPJS+TUtBjE7ic9DjkCJzQ83z7+pz
-zkWKsKZJ/0x9nXGIxHYdkFsd7v3M9+79YKWxehZx0RbQfBI8bGmX265fOZpwLwU8GUYEmSA20GBu
-YQa7FkKMcPcw++DbZqMAAb3mLNqRX6BGi01qnD093QVG/na/oAo85ADmJ7f/hC3euiInlhBx6yLt
-398znM/jra6O1I7mT1GvFpLgXPYHDw==
------END CERTIFICATE-----
-
Comodo AAA Services root
========================
-----BEGIN CERTIFICATE-----
diff --git a/source/n/libassuan/libassuan.SlackBuild b/source/n/libassuan/libassuan.SlackBuild
index be72665af..cd9eafc51 100755
--- a/source/n/libassuan/libassuan.SlackBuild
+++ b/source/n/libassuan/libassuan.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libassuan
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.bz2 | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/x/x11/build/xf86-input-void b/source/x/x11/build/xf86-input-void
index 48082f72f..d00491fd7 100644
--- a/source/x/x11/build/xf86-input-void
+++ b/source/x/x11/build/xf86-input-void
@@ -1 +1 @@
-12
+1