[csw-devel] SF.net SVN: gar:[9355] csw/mgar/pkg/openssh/trunk
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Wed Mar 24 22:02:16 CET 2010
Revision: 9355
http://gar.svn.sourceforge.net/gar/?rev=9355&view=rev
Author: chninkel
Date: 2010-03-24 21:02:15 +0000 (Wed, 24 Mar 2010)
Log Message:
-----------
openssh: added derelativise_path_bugfix patch to fix an incorrect usage of getcwd under solaris
Modified Paths:
--------------
csw/mgar/pkg/openssh/trunk/Makefile
csw/mgar/pkg/openssh/trunk/checksums
csw/mgar/pkg/openssh/trunk/files/changelog.CSW
Modified: csw/mgar/pkg/openssh/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openssh/trunk/Makefile 2010-03-24 17:11:08 UTC (rev 9354)
+++ csw/mgar/pkg/openssh/trunk/Makefile 2010-03-24 21:02:15 UTC (rev 9355)
@@ -73,6 +73,10 @@
# see https://bugzilla.mindrot.org/show_bug.cgi?id=1457
PATCHFILES += no_x_forwarding_bug.patch
+# Fix an incorrect usage of getcwd under Solaris
+# see https://bugzilla.mindrot.org/show_bug.cgi?id=1739
+PATCHFILES += derelativise_path_bugfix.patch
+
# documentation files to install (not a gar variable)
DOCFILES = CREDITS ChangeLog ChangeLog.gssapi INSTALL LICENCE OVERVIEW README README.dns
DOCFILES += README.platform README.privsep README.smartcard README.tun TODO WARNING.RNG
Modified: csw/mgar/pkg/openssh/trunk/checksums
===================================================================
--- csw/mgar/pkg/openssh/trunk/checksums 2010-03-24 17:11:08 UTC (rev 9354)
+++ csw/mgar/pkg/openssh/trunk/checksums 2010-03-24 21:02:15 UTC (rev 9355)
@@ -5,10 +5,11 @@
1d3d6d477c09e59c514e637fa3a2f7a4 CSWosshlpk.checkinstall
0993813fa5c752215f892cb67c86816f CSWosshlpk.preinstall
77b86c30c3257fdf014102c8166fab2d CSWosshlpk.prototype
-279bdcf587e6191c295c3adc1b0cfb8d changelog.CSW
+b888991f715a20842aeb776fe6c71370 changelog.CSW
9153031524651a18e7edaed4637aa769 contrib-openssh-lpk-5.2p1-0.3.9.patch
a5ebb2e3fdaa06c3c9edba55aac5f83b cswopenssh
8e765642349b6321d01b33e95304e113 cswopenssh.xml
+704ad1d3216df8de4d44465006c64c39 derelativise_path_bugfix.patch
4b3e79120b60e8f25be5141eba53cac5 don_t_use_TIOCSCTTY.patch
ca5403c8e1539d5ced0573f289ed7aef no_x_forwarding_bug.patch
10e0b84c84ad0dc9c490480aab36be01 openssh-5.4p1-gsskex-all-20100313.patch
Modified: csw/mgar/pkg/openssh/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/openssh/trunk/files/changelog.CSW 2010-03-24 17:11:08 UTC (rev 9354)
+++ csw/mgar/pkg/openssh/trunk/files/changelog.CSW 2010-03-24 21:02:15 UTC (rev 9355)
@@ -1,3 +1,10 @@
+openssh (5.4p1,REV=2010.03.24) unstable
+
+ * Added derelativise_path_bugfix.patch patch to solve a bug in the
+ derelativise_path function (Closes: #4367).
+
+ -- Yann Rouillard <yann at opencsw.org> Wed, 24 Mar 2010 22:00:55 +0100
+
openssh (5.4p1,REV=2010.03.13) unstable
* New upstream release.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list