[csw-devel] SF.net SVN: gar:[8117] csw/mgar/pkg/bash/trunk
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Fri Jan 22 22:14:47 CET 2010
Revision: 8117
http://gar.svn.sourceforge.net/gar/?rev=8117&view=rev
Author: chninkel
Date: 2010-01-22 21:14:47 +0000 (Fri, 22 Jan 2010)
Log Message:
-----------
bash: added patches 001 and 002
Modified Paths:
--------------
csw/mgar/pkg/bash/trunk/Makefile
csw/mgar/pkg/bash/trunk/checksums
csw/mgar/pkg/bash/trunk/files/changelog.CSW
Removed Paths:
-------------
csw/mgar/pkg/bash/trunk/files/vsnprintf.patch
Modified: csw/mgar/pkg/bash/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bash/trunk/Makefile 2010-01-22 20:13:17 UTC (rev 8116)
+++ csw/mgar/pkg/bash/trunk/Makefile 2010-01-22 21:14:47 UTC (rev 8117)
@@ -13,7 +13,7 @@
###### Package information #######
GARNAME = bash
-GARVERSION = 4.1.0
+GARVERSION = 4.1.2
CATEGORIES = devel
DESCRIPTION = A sh-compatible command language interpreter
@@ -67,8 +67,6 @@
# opencsw bash use /etc/bash.bashrc and /etc/bash.bash_logout files
PATCHFILES += use_system_bashrc_and_logout.patch
-# Temporary fix for vsnprintf definition
-PATCHFILES += vsnprintf.patch
##### Build and installation information #####
Modified: csw/mgar/pkg/bash/trunk/checksums
===================================================================
--- csw/mgar/pkg/bash/trunk/checksums 2010-01-22 20:13:17 UTC (rev 8116)
+++ csw/mgar/pkg/bash/trunk/checksums 2010-01-22 21:14:47 UTC (rev 8117)
@@ -1,6 +1,7 @@
f93b41b44ce6b023df65b72f00386ac5 CSWbash.prototype
9800d8724815fd84994d9be65ab5e7b8 bash-4.1.tar.gz
-c2f23fbca9f119574b933d4f335a838d changelog.CSW
+582dea5671b557f783e18629c2f77b68 bash41-001
+118d465095d4a4706eb1d34696a2666a bash41-002
+0cdd3f1f6e96a3307d83317231d9b170 changelog.CSW
60956e6be20f69dafbb06fcc83bab88e shells
29607316cff22f7427322d8f190cbadf use_system_bashrc_and_logout.patch
-44859f2b196b79f037134d32c4ee79ea vsnprintf.patch
Modified: csw/mgar/pkg/bash/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/bash/trunk/files/changelog.CSW 2010-01-22 20:13:17 UTC (rev 8116)
+++ csw/mgar/pkg/bash/trunk/files/changelog.CSW 2010-01-22 21:14:47 UTC (rev 8117)
@@ -1,3 +1,10 @@
+bash (4.1.02,REV=2010.01.07) unstable
+
+ * Added bash patches bash41-001 and bash41-002.
+ * Removed patch vsnprintf.patch applied upstream.
+
+ -- Yann Rouillard <yann at opencsw.org> Fri, 22 Jan 2010 22:04:28 +0100
+
bash (4.1,REV=2010.01.07) unstable
* New upstream release.
Deleted: csw/mgar/pkg/bash/trunk/files/vsnprintf.patch
===================================================================
--- csw/mgar/pkg/bash/trunk/files/vsnprintf.patch 2010-01-22 20:13:17 UTC (rev 8116)
+++ csw/mgar/pkg/bash/trunk/files/vsnprintf.patch 2010-01-22 21:14:47 UTC (rev 8117)
@@ -1,15 +0,0 @@
-*** ../bash-4.1/builtins/printf.def 2009-11-20 15:31:23.000000000 -0500
---- builtins/printf.def 2010-01-07 08:50:06.000000000 -0500
-***************
-*** 173,177 ****
-
- #if !HAVE_VSNPRINTF
-! extern int vsnprintf __P((char *, size_t, const char *, ...)) __attribute__((__format__ (printf, 3, 4)));
- #endif
-
---- 173,177 ----
-
- #if !HAVE_VSNPRINTF
-! extern int vsnprintf __P((char *, size_t, const char *, va_list)) __attribute__((__format__ (printf, 3, 0)));
- #endif
-
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