Hello community,

here is the log from the commit of package fail2ban for openSUSE:Factory 
checked in at 2015-02-04 09:31:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fail2ban (Old)
 and      /work/SRC/openSUSE:Factory/.fail2ban.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fail2ban"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fail2ban/fail2ban.changes        2014-11-26 
10:34:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.fail2ban.new/fail2ban.changes   2015-02-04 
12:47:12.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Jan 21 21:00:48 UTC 2015 - [email protected]
+
+- Fixed strptime thread safety issue.
+  fail2ban-issue_906-strptime.patch (bnc#914075 gh#fail2ban/fail2ban#906)
+
+-------------------------------------------------------------------

New:
----
  fail2ban-issue_906-strptime.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fail2ban.spec ++++++
--- /var/tmp/diff_new_pack.7FjMUL/_old  2015-02-04 12:47:13.000000000 +0100
+++ /var/tmp/diff_new_pack.7FjMUL/_new  2015-02-04 12:47:13.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fail2ban
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -36,8 +36,10 @@
 Source5:        %{name}.tmpfiles
 Source6:        sfw-fail2ban.conf
 Source7:        f2b-restart.conf
-# PATCH-FIX-OPENSUSE fail2ban-opensuse-locations.patch bnc#878028 
jweberhofer@weberhoferat -- update default locations for logfiles
+# PATCH-FIX-OPENSUSE fail2ban-opensuse-locations.patch bnc#878028 
[email protected] -- update default locations for logfiles
 Patch100:       fail2ban-opensuse-locations.patch
+# PATCH-FIX-UPSTREAM fail2ban-issue_906-strptime.patch bnc#914075, 
gh#fail2ban/fail2ban#906 [email protected] -- Fix strptime thread 
safety issue
+Patch101:       fail2ban-issue_906-strptime.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 %if 0%{?suse_version} >= 1230
@@ -97,6 +99,8 @@
 %prep
 %setup
 %patch100 -p1
+%patch101 -p1
+
 # correct doc-path
 sed -i -e 's|%{_prefix}/share/doc/fail2ban|%{_docdir}/%{name}|' setup.py
 

++++++ fail2ban-issue_906-strptime.patch ++++++
diff -ur fail2ban-0.8.14.orig/common/__init__.py 
fail2ban-0.8.14/common/__init__.py
--- fail2ban-0.8.14.orig/common/__init__.py     2014-08-19 22:23:33.000000000 
+0200
+++ fail2ban-0.8.14/common/__init__.py  2015-01-21 21:51:13.425141175 +0100
@@ -28,3 +28,7 @@
 
 # Custom debug level
 logging.HEAVYDEBUG = 5
+
+from time import strptime
+# strptime thread safety hack-around - http://bugs.python.org/issue7980
+strptime("2012", "%Y")

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to