summaryrefslogtreecommitdiff
path: root/archivers/arj
diff options
context:
space:
mode:
authortnn <tnn>2015-04-12 15:56:08 +0000
committertnn <tnn>2015-04-12 15:56:08 +0000
commit645799a4c70d0166e2c54d6dafef243c9ba0c375 (patch)
treeb8b723aa515e7b01c3c4cbba7eb2a058be46bcb0 /archivers/arj
parentc81c2d51eac12264882f07c58e8cde1c4628e967 (diff)
downloadpkgsrc-645799a4c70d0166e2c54d6dafef243c9ba0c375.tar.gz
defuzz
Diffstat (limited to 'archivers/arj')
-rw-r--r--archivers/arj/distinfo4
-rw-r--r--archivers/arj/patches/patch-uxspec.c8
2 files changed, 6 insertions, 6 deletions
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';