From 645799a4c70d0166e2c54d6dafef243c9ba0c375 Mon Sep 17 00:00:00 2001 From: tnn Date: Sun, 12 Apr 2015 15:56:08 +0000 Subject: defuzz --- archivers/arj/distinfo | 4 ++-- archivers/arj/patches/patch-uxspec.c | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'archivers/arj') diff --git a/archivers/arj/distinfo b/archivers/arj/distinfo index 84064221e23..ac5d137a936 100644 --- a/archivers/arj/distinfo +++ b/archivers/arj/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.18 2015/04/12 15:54:02 tnn Exp $ +$NetBSD: distinfo,v 1.19 2015/04/12 15:56:08 tnn Exp $ SHA1 (arj-3.10.22.tar.gz) = e8470f480e9eee14906e5485a8898e5c24738c8b RMD160 (arj-3.10.22.tar.gz) = 80f8a1a8cd203f73def8e957d96563a4dba80153 @@ -12,4 +12,4 @@ SHA1 (patch-gnu_config.h.in) = 2cf609a6c7cb4e32441a433db3dc9cc04c23ae2a SHA1 (patch-gnu_configure.in) = 062f3dc1eee6f009dfdfa432bb3c138a9c28a829 SHA1 (patch-gnu_makefile.in) = db8a0afa61f49242e9fd601d5fc3167cf75f748b SHA1 (patch-integr.c) = fade32219b21ac3382028bf23ee4171d8d095b5f -SHA1 (patch-uxspec.c) = b1756afe8a39cc5cdce30b031bb3c96ee40a6b89 +SHA1 (patch-uxspec.c) = 24a22fa2822704e620b38df12b76ef88fe908863 diff --git a/archivers/arj/patches/patch-uxspec.c b/archivers/arj/patches/patch-uxspec.c index 8de52b1555a..8fced85b1a9 100644 --- a/archivers/arj/patches/patch-uxspec.c +++ b/archivers/arj/patches/patch-uxspec.c @@ -1,11 +1,11 @@ -$NetBSD: patch-uxspec.c,v 1.2 2015/04/12 15:54:02 tnn Exp $ +$NetBSD: patch-uxspec.c,v 1.3 2015/04/12 15:56:08 tnn Exp $ Fix build on systems without lchown. Fix CVE-2015-0556. Via Debian security-traversal-symlink.patch. ---- uxspec.c.orig 2015-04-12 15:46:11.000000000 +0000 +--- uxspec.c.orig 2004-04-17 11:39:42.000000000 +0000 +++ uxspec.c -@@ -125,6 +125,58 @@ int query_uxspecial(char FAR **dest, cha +@@ -120,6 +120,58 @@ int query_uxspecial(char FAR **dest, cha } #endif @@ -64,7 +64,7 @@ Fix CVE-2015-0556. Via Debian security-traversal-symlink.patch. /* Restores the UNIX special file data */ int set_uxspecial(char FAR *storage, char *name) -@@ -161,6 +213,8 @@ int set_uxspecial(char FAR *storage, cha +@@ -156,6 +208,8 @@ int set_uxspecial(char FAR *storage, cha l=sizeof(tmp_name)-1; far_memmove((char FAR *)tmp_name, dptr, l); tmp_name[l]='\0'; -- cgit v1.2.3