[Pkg-cracklib-commits] [pkg-cracklib] 04/05: refresh debian/patches/libcrack2-error-safer-check-variant.patch
Jan Dittberner
jandd at moszumanska.debian.org
Sat Feb 1 15:41:18 UTC 2014
This is an automated email from the git hooks/post-receive script.
jandd pushed a commit to branch master
in repository pkg-cracklib.
commit 6e6c546f25e9f74bbc2f4b98a1a774716e278c2a
Author: Jan Dittberner <jandd at debian.org>
Date: Sat Feb 1 16:03:31 2014 +0100
refresh debian/patches/libcrack2-error-safer-check-variant.patch
---
debian/changelog | 1 +
debian/patches/libcrack2-error-safer-check-variant.patch | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2d630ec..762ec5b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
cracklib2 (2.9.1-1) UNRELEASED; urgency=medium
* New upstream version
+ * refresh debian/patches/libcrack2-error-safer-check-variant.patch
-- Jan Dittberner <jandd at debian.org> Sat, 01 Feb 2014 15:58:15 +0100
diff --git a/debian/patches/libcrack2-error-safer-check-variant.patch b/debian/patches/libcrack2-error-safer-check-variant.patch
index 384ab6e..683aa4f 100644
--- a/debian/patches/libcrack2-error-safer-check-variant.patch
+++ b/debian/patches/libcrack2-error-safer-check-variant.patch
@@ -92,7 +92,7 @@ Bug-Debian: http://bugs.debian.org/682735
{
fprintf(stderr, "%s: error reading header\n", prefix);
+ errno = 0;
-
+
pdesc.header.pih_magic = 0;
fclose(ifp);
@@ -199,6 +202,7 @@
@@ -100,7 +100,7 @@ Bug-Debian: http://bugs.debian.org/682735
/* nope, not "64-bit" after all */
fprintf(stderr, "%s: error reading header\n", prefix);
+ errno = 0;
-
+
pdesc.header.pih_magic = 0;
fclose(ifp);
@@ -225,6 +229,7 @@
@@ -116,7 +116,7 @@ Bug-Debian: http://bugs.debian.org/682735
{
fprintf(stderr, "%s: invalid word count\n", prefix);
+ errno = 0;
-
+
pdesc.header.pih_magic = 0;
fclose(ifp);
@@ -264,6 +270,7 @@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cracklib/pkg-cracklib.git
More information about the Pkg-cracklib-commits
mailing list