summaryrefslogtreecommitdiff
path: root/shells/rssh/patches
diff options
context:
space:
mode:
authoradam <adam>2010-10-16 09:57:38 +0000
committeradam <adam>2010-10-16 09:57:38 +0000
commit5dc2681660564f0a26209b4e48412620042a0957 (patch)
tree346b385f2f5cf887aadd0069dd0de7f38c6a49c5 /shells/rssh/patches
parentf0f047b79b6b29498aa05fa35e087e3a9489f8c4 (diff)
downloadpkgsrc-5dc2681660564f0a26209b4e48412620042a0957.tar.gz
Changes 2.3.3:
This release solves two small bugs, with minor security implications.
Diffstat (limited to 'shells/rssh/patches')
-rw-r--r--shells/rssh/patches/patch-aa10
-rw-r--r--shells/rssh/patches/patch-ab8
2 files changed, 9 insertions, 9 deletions
diff --git a/shells/rssh/patches/patch-aa b/shells/rssh/patches/patch-aa
index 2837b9db648..e7c7031820f 100644
--- a/shells/rssh/patches/patch-aa
+++ b/shells/rssh/patches/patch-aa
@@ -1,17 +1,17 @@
-$NetBSD: patch-aa,v 1.2 2010/02/12 00:27:18 joerg Exp $
+$NetBSD: patch-aa,v 1.3 2010/10/16 09:57:39 adam Exp $
---- Makefile.in.orig 2006-01-07 02:24:57.000000000 +0000
+--- Makefile.in.orig 2010-08-01 13:59:54.000000000 +0000
+++ Makefile.in
-@@ -670,7 +670,7 @@ info-am:
+@@ -755,7 +755,7 @@ install-dvi: install-dvi-am
- install-data-am: install-man
+ install-dvi-am:
-install-exec-am: install-binPROGRAMS install-dist_sysconfDATA \
+install-exec-am: install-binPROGRAMS \
install-libexecPROGRAMS
@$(NORMAL_INSTALL)
$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
-@@ -728,7 +728,6 @@ uninstall-man: uninstall-man1 uninstall-
+@@ -830,7 +830,6 @@ uninstall-man: uninstall-man1 uninstall-
$(CC) -c $(DEFS) $(ourdefs) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $<
install-exec-hook:
diff --git a/shells/rssh/patches/patch-ab b/shells/rssh/patches/patch-ab
index db8527bb574..f50dc91434d 100644
--- a/shells/rssh/patches/patch-ab
+++ b/shells/rssh/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1 2006/01/14 00:52:33 seb Exp $
+$NetBSD: patch-ab,v 1.2 2010/10/16 09:57:39 adam Exp $
---- main.c.in.orig 2006-01-03 17:25:05.000000000 +0000
+--- main.c.in.orig 2010-08-01 19:43:30.000000000 +0000
+++ main.c.in
-@@ -195,7 +195,7 @@ char **build_shell_args( struct passwd u
+@@ -198,7 +198,7 @@ char **build_shell_args( struct passwd u
* build_arg_vector() in the chroot helper instead...
*/
@@ -11,7 +11,7 @@ $NetBSD: patch-ab,v 1.1 2006/01/14 00:52:33 seb Exp $
log_set_priority(LOG_ERR);
log_msg("OOM error in build_shell_args() (fatal)");
exit(1);
-@@ -226,9 +226,9 @@ char **build_shell_args( struct passwd u
+@@ -229,9 +229,9 @@ char **build_shell_args( struct passwd u
/* change the command to run to the chroot helper */
*cmd = PATH_CHROOT_HELPER;