Mailinglist Archive: opensuse-commit (1214 mails)
| < Previous | Next > |
commit mcrypt for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 28 Aug 2009 23:51:59 +0200
- Message-id: <20090828215159.B83436434@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package mcrypt for openSUSE:Factory
checked in at Fri Aug 28 23:51:59 CEST 2009.
--------
--- mcrypt/mcrypt.changes 2009-04-24 22:23:28.000000000 +0200
+++ mcrypt/mcrypt.changes 2009-08-06 18:38:22.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Aug 6 16:37:25 UTC 2009 - puzel@xxxxxxxxxx
+
+- mcrypt-2.6.8-missing-fclose.patch (bnc#527721)
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
New:
----
mcrypt-2.6.8-missing-fclose.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mcrypt.spec ++++++
--- /var/tmp/diff_new_pack.bCplIQ/_old 2009-08-28 23:51:49.000000000 +0200
+++ /var/tmp/diff_new_pack.bCplIQ/_new 2009-08-28 23:51:49.000000000 +0200
@@ -24,7 +24,7 @@
Group: Productivity/Security
AutoReqProv: on
Version: 2.6.8
-Release: 2
+Release: 3
Summary: Replacement for the crypt Command
Source: %{name}-%{version}.tar.bz2
Patch0: %{name}-%{version}-gettext.patch
@@ -34,6 +34,7 @@
Patch3: mcrypt-native-by-default.patch
# PATCH-FIX-OPENSUSE mcrypt-manpage-fix.patch petr.uzel@xxxxxxx -- fix manpage
typos (patch from Debian)
Patch4: mcrypt-manpage-fix.patch
+Patch5: mcrypt-2.6.8-missing-fclose.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://mcrypt.sourceforge.net/
@@ -58,6 +59,7 @@
%patch2
%patch3 -p1
%patch4 -p1
+%patch5 -p1
%build
rm -fv ac*.m4
++++++ mcrypt-2.6.8-missing-fclose.patch ++++++
Index: mcrypt-2.6.8/src/extra.c
===================================================================
--- mcrypt-2.6.8.orig/src/extra.c 2007-11-07 18:10:20.000000000 +0100
+++ mcrypt-2.6.8/src/extra.c 2009-08-06 18:23:52.000000000 +0200
@@ -503,6 +503,7 @@ char **read_key_file(char *file, int *nu
}
*num = x;
+ fclose(FROMF);
return keys;
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |