summaryrefslogtreecommitdiffstats
path: root/source/xap/pan/0d775547f0e7cf7529538704814469e1db5496f2.patch
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-07-16 19:43:38 +0000
committer Eric Hameleers <alien@slackware.com>2020-07-17 08:59:50 +0200
commit6fe7ea34909357ac4740e80c2c20245d4d129b20 (patch)
tree2cb4e33e809ba3ad8b57266b94164f267e22a444 /source/xap/pan/0d775547f0e7cf7529538704814469e1db5496f2.patch
parent1097672bbe2dad8c413235e4cd4f8ee4a8d162e0 (diff)
downloadcurrent-d7d08a74139062bb72f69953cad1315f65b8aa81.tar.gz
current-d7d08a74139062bb72f69953cad1315f65b8aa81.tar.xz
Thu Jul 16 19:43:38 UTC 202020200716194338
a/kernel-generic-5.4.52-x86_64-1.txz: Upgraded. a/kernel-huge-5.4.52-x86_64-1.txz: Upgraded. a/kernel-modules-5.4.52-x86_64-1.txz: Upgraded. d/kernel-headers-5.4.52-x86-1.txz: Upgraded. d/rust-1.45.0-x86_64-1.txz: Upgraded. k/kernel-source-5.4.52-noarch-1.txz: Upgraded. l/M2Crypto-0.36.0-x86_64-1.txz: Upgraded. x/libevdev-1.9.1-x86_64-1.txz: Upgraded. xap/pan-0.146-x86_64-2.txz: Rebuilt. Fix posting errors with GMime3. Thanks to Detlef Graef. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/xap/pan/0d775547f0e7cf7529538704814469e1db5496f2.patch')
-rw-r--r--source/xap/pan/0d775547f0e7cf7529538704814469e1db5496f2.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/source/xap/pan/0d775547f0e7cf7529538704814469e1db5496f2.patch b/source/xap/pan/0d775547f0e7cf7529538704814469e1db5496f2.patch
new file mode 100644
index 000000000..80dc04877
--- /dev/null
+++ b/source/xap/pan/0d775547f0e7cf7529538704814469e1db5496f2.patch
@@ -0,0 +1,25 @@
+From 0d775547f0e7cf7529538704814469e1db5496f2 Mon Sep 17 00:00:00 2001
+From: Detlef Graef <detlef.graef@yahoo.de>
+Date: Sun, 5 Jul 2020 08:54:35 +0200
+Subject: [PATCH] Remove empty line from file posting.xml
+
+---
+ pan/data-impl/profiles.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/pan/data-impl/profiles.cc b/pan/data-impl/profiles.cc
+index e999fda..4053cae 100644
+--- a/pan/data-impl/profiles.cc
++++ b/pan/data-impl/profiles.cc
+@@ -240,7 +240,7 @@ ProfilesImpl :: serialize (std::ostream& out) const
+ }
+ out << indent(--depth) << "</profile>\n";
+ }
+- out << indent(--depth) << "</profiles>\n\n";
++ out << indent(--depth) << "</profiles>\n";
+ out << indent(--depth) << "</posting>\n";
+ }
+
+--
+GitLab
+