[bitlbee: 2/3] systemd socket should be opened over IPv6 as well (#949303)

Matej Cepl mcepl at fedoraproject.org
Fri Aug 16 13:23:33 UTC 2013


commit 1979579fd0263d67b42dd5937c9ae80f72e76089
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Fri Aug 16 15:20:54 2013 +0200

    systemd socket should be opened over IPv6 as well (#949303)
    
    return fix for NSS crash (#922447)

 bitlbee.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/bitlbee.spec b/bitlbee.spec
index 1b5b330..7d46826 100644
--- a/bitlbee.spec
+++ b/bitlbee.spec
@@ -40,6 +40,10 @@ Patch5:            bitlbee-3.2-libotr4.patch
 # Suggested fix for https://bugzilla.redhat.com/949303
 # Open socket on IPv6 as well
 Patch6:            bitlbee-IPv6.patch
+# Suggested fix for https://bugzilla.redhat.com/922447 aka
+# http://bugs.bitlbee.org/bitlbee/ticket/1038
+Patch7:            nss-crash-rhbz922447.patch
+
 
 Requires(pre):     shadow-utils
 Requires(preun):   /sbin/service
@@ -107,7 +111,7 @@ echo With systemd %with_systemd
 %patch5 -p1
 %endif
 
-%patch6 -p1
+%patch7 -p1
 
 
 %build
@@ -243,6 +247,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Fri Aug 16 2013 Matěj Cepl <mcepl at redhat.com> - 3.2-6
 - systemd socket should be opened over IPv6 as well (#949303)
+- return fix for NSS crash (#922447)
 
 * Fri Aug 16 2013 Matěj Cepl <mcepl at redhat.com> - 3.2-5
 - Add a conditional patch for F>=20 to build with libotr4


More information about the scm-commits mailing list