summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/k/kernel-configs/config-generic-5.4.50 (renamed from source/k/kernel-configs/config-generic-5.4.49)2
-rw-r--r--source/k/kernel-configs/config-generic-5.4.50.x64 (renamed from source/k/kernel-configs/config-generic-5.4.49.x64)2
-rw-r--r--source/k/kernel-configs/config-generic-smp-5.4.50-smp (renamed from source/k/kernel-configs/config-generic-smp-5.4.49-smp)2
-rw-r--r--source/k/kernel-configs/config-huge-5.4.50 (renamed from source/k/kernel-configs/config-huge-5.4.49)2
-rw-r--r--source/k/kernel-configs/config-huge-5.4.50.x64 (renamed from source/k/kernel-configs/config-huge-5.4.49.x64)2
-rw-r--r--source/k/kernel-configs/config-huge-smp-5.4.50-smp (renamed from source/k/kernel-configs/config-huge-smp-5.4.49-smp)2
-rw-r--r--source/l/netpbm/netpbm-fiasco-overflow.patch12
-rw-r--r--source/l/netpbm/netpbm-manfix.patch36
-rwxr-xr-xsource/l/netpbm/netpbm.SlackBuild1
9 files changed, 6 insertions, 55 deletions
diff --git a/source/k/kernel-configs/config-generic-5.4.49 b/source/k/kernel-configs/config-generic-5.4.50
index 3d90e7c95..354ea9b92 100644
--- a/source/k/kernel-configs/config-generic-5.4.49
+++ b/source/k/kernel-configs/config-generic-5.4.50
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.4.49 Kernel Configuration
+# Linux/x86 5.4.50 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-generic-5.4.49.x64 b/source/k/kernel-configs/config-generic-5.4.50.x64
index 3ed75fb3b..580514732 100644
--- a/source/k/kernel-configs/config-generic-5.4.49.x64
+++ b/source/k/kernel-configs/config-generic-5.4.50.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.4.49 Kernel Configuration
+# Linux/x86 5.4.50 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-generic-smp-5.4.49-smp b/source/k/kernel-configs/config-generic-smp-5.4.50-smp
index abd1b366d..ea5d8dbd7 100644
--- a/source/k/kernel-configs/config-generic-smp-5.4.49-smp
+++ b/source/k/kernel-configs/config-generic-smp-5.4.50-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.4.49 Kernel Configuration
+# Linux/x86 5.4.50 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-huge-5.4.49 b/source/k/kernel-configs/config-huge-5.4.50
index 191890558..464f7efc9 100644
--- a/source/k/kernel-configs/config-huge-5.4.49
+++ b/source/k/kernel-configs/config-huge-5.4.50
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.4.49 Kernel Configuration
+# Linux/x86 5.4.50 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-huge-5.4.49.x64 b/source/k/kernel-configs/config-huge-5.4.50.x64
index 3ca9c3380..84c948a46 100644
--- a/source/k/kernel-configs/config-huge-5.4.49.x64
+++ b/source/k/kernel-configs/config-huge-5.4.50.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.4.49 Kernel Configuration
+# Linux/x86 5.4.50 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-huge-smp-5.4.49-smp b/source/k/kernel-configs/config-huge-smp-5.4.50-smp
index f11357276..021573f77 100644
--- a/source/k/kernel-configs/config-huge-smp-5.4.49-smp
+++ b/source/k/kernel-configs/config-huge-smp-5.4.50-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.4.49 Kernel Configuration
+# Linux/x86 5.4.50 Kernel Configuration
#
#
diff --git a/source/l/netpbm/netpbm-fiasco-overflow.patch b/source/l/netpbm/netpbm-fiasco-overflow.patch
deleted file mode 100644
index 850dbc308..000000000
--- a/source/l/netpbm/netpbm-fiasco-overflow.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up netpbm-10.47.09/converter/other/fiasco/lib/image.h.fiasco-overflow netpbm-10.47.09/converter/other/fiasco/lib/image.h
---- netpbm-10.47.09/converter/other/fiasco/lib/image.h.fiasco-overflow 2010-01-25 09:00:48.000000000 +0100
-+++ netpbm-10.47.09/converter/other/fiasco/lib/image.h 2010-01-27 10:29:48.000000000 +0100
-@@ -29,7 +29,7 @@ typedef struct image
- * Image data
- */
- {
-- char id [7];
-+ char id [8];
- unsigned reference_count;
- unsigned width; /* Width of the image */
- unsigned height; /* Height of the image */
diff --git a/source/l/netpbm/netpbm-manfix.patch b/source/l/netpbm/netpbm-manfix.patch
index 54df85f53..c85a74970 100644
--- a/source/l/netpbm/netpbm-manfix.patch
+++ b/source/l/netpbm/netpbm-manfix.patch
@@ -1,16 +1,3 @@
-diff -urNp old/userguide/avstopam.html new/userguide/avstopam.html
---- old/userguide/avstopam.html 2017-09-05 13:58:08.338559550 +0200
-+++ new/userguide/avstopam.html 2017-09-05 14:00:27.371039472 +0200
-@@ -1,8 +1,7 @@
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
--<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
-+<html>
- <head>
- <title>Avstopam User Manual</title>
--<meta http-equiv="content-type" content="text/html; charset=us-ascii" />
- </head>
-
- <body>
diff -urNp old/userguide/escp2topbm.html new/userguide/escp2topbm.html
--- old/userguide/escp2topbm.html 2017-09-05 13:58:08.335559561 +0200
+++ new/userguide/escp2topbm.html 2017-09-05 14:01:20.226842694 +0200
@@ -114,29 +101,6 @@ diff -urNp old/userguide/pamstereogram.html new/userguide/pamstereogram.html
<h2 id="name">NAME</h2>
-diff -urNp old/userguide/pamtoavs.html new/userguide/pamtoavs.html
---- old/userguide/pamtoavs.html 2017-09-05 13:58:08.329559583 +0200
-+++ new/userguide/pamtoavs.html 2017-09-05 14:05:49.299863901 +0200
-@@ -1,5 +1,5 @@
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
--<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
-+<html>
- <head>
- <title>Pamtoavs User Manual</title>
- <meta http-equiv="content-type" content="text/html; charset=us-ascii" />
-diff -urNp old/userguide/pamtooctaveimg.html new/userguide/pamtooctaveimg.html
---- old/userguide/pamtooctaveimg.html 2017-09-05 13:58:08.335559561 +0200
-+++ new/userguide/pamtooctaveimg.html 2017-09-05 14:06:21.825752356 +0200
-@@ -1,8 +1,7 @@
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
--<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
-+<html>
- <head>
- <title>Pamtooctaveimg User Manual</title>
--<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- </head>
-
- <body>
diff -urNp old/userguide/pnmflip.html new/userguide/pnmflip.html
--- old/userguide/pnmflip.html 2017-09-05 13:58:08.336559557 +0200
+++ new/userguide/pnmflip.html 2017-09-05 14:07:15.065963977 +0200
diff --git a/source/l/netpbm/netpbm.SlackBuild b/source/l/netpbm/netpbm.SlackBuild
index 2d5241b47..a0c206a8f 100755
--- a/source/l/netpbm/netpbm.SlackBuild
+++ b/source/l/netpbm/netpbm.SlackBuild
@@ -84,7 +84,6 @@ zcat $CWD/netpbm-xwdfix.patch.gz | patch -p1 --verbose || exit 1
zcat $CWD/netpbm-multilib.patch.gz | patch -p1 --verbose || exit 1
zcat $CWD/netpbm-glibc.patch.gz | patch -p1 --verbose || exit 1
zcat $CWD/netpbm-docfix.patch.gz | patch -p1 --verbose || exit 1
-zcat $CWD/netpbm-fiasco-overflow.patch.gz | patch -p1 --verbose || exit 1
zcat $CWD/netpbm-cmuwtopbm.patch.gz | patch -p1 --verbose || exit 1
zcat $CWD/netpbm-pamtojpeg2k.patch.gz | patch -p1 --verbose || exit 1
zcat $CWD/netpbm-manfix.patch.gz | patch -p1 --verbose || exit 1