This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via e70cb6b345c55441302dfa02a6a00ded1dde2e02 (commit) via 3cc79074c0c2dacbe5dc3dcaa5ee9f68fea48074 (commit) via 64be1e7affcf1e0b1042bd3def5f425f45043d9f (commit) from b60a354f6af6e7cd697d50ce9252186cb5fb60b0 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit e70cb6b345c55441302dfa02a6a00ded1dde2e02 Merge: 3cc7907 64be1e7 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Apr 1 15:14:45 2011 +0200
Merge remote-tracking branch 'earl/mdadm'
commit 3cc79074c0c2dacbe5dc3dcaa5ee9f68fea48074 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri Apr 1 14:28:35 2011 +0200
ghostscript: update to 9.02.
Fixes #160.
commit 64be1e7affcf1e0b1042bd3def5f425f45043d9f Author: Jan Paul Tuecking earl@ipfire.org Date: Fri Apr 1 14:13:17 2011 +0200
mdadm: Update to 3.2.1.
Fixes #156
-----------------------------------------------------------------------
Summary of changes: pkgs/ghostscript/ghostscript.nm | 10 +++------- pkgs/mdadm/mdadm.nm | 6 +++--- pkgs/mdadm/patches/mdadm-3.0-devel2-warn.patch | 24 ------------------------ 3 files changed, 6 insertions(+), 34 deletions(-) delete mode 100644 pkgs/mdadm/patches/mdadm-3.0-devel2-warn.patch
Difference in files: diff --git a/pkgs/ghostscript/ghostscript.nm b/pkgs/ghostscript/ghostscript.nm index eb5d54d..573e742 100644 --- a/pkgs/ghostscript/ghostscript.nm +++ b/pkgs/ghostscript/ghostscript.nm @@ -25,8 +25,8 @@ include $(PKGROOT)/Include
PKG_NAME = ghostscript -PKG_VER = 8.70 -PKG_REL = 0 +PKG_VER = 9.02 +PKG_REL = 1
PKG_MAINTAINER = PKG_GROUPS = Applications/Printing @@ -51,13 +51,9 @@ define PKG_DESCRIPTION the PostScript language and in PDF. endef
-PKG_TARBALL = $(THISAPP).tar.bz2 +PKG_TARBALL = $(THISAPP).tar.gz
CONFIGURE_OPTIONS += \ --without-omni
PARALLELISMFLAGS = # Disable this - -define STAGE_INSTALL_CMDS - chown -v root:root $(BUILDROOT)/usr/share/ghostscript/8.70/Resource/Font/* -endef diff --git a/pkgs/mdadm/mdadm.nm b/pkgs/mdadm/mdadm.nm index eca2498..45d810d 100644 --- a/pkgs/mdadm/mdadm.nm +++ b/pkgs/mdadm/mdadm.nm @@ -25,8 +25,8 @@ include $(PKGROOT)/Include
PKG_NAME = mdadm -PKG_VER = 3.0-devel2 -PKG_REL = 0 +PKG_VER = 3.2.1 +PKG_REL = 1
PKG_MAINTAINER = PKG_GROUPS = System/Base @@ -44,7 +44,7 @@ define PKG_DESCRIPTION file can be used to help with some common tasks. endef
-PKG_TARBALL = $(THISAPP).tar.bz2 +PKG_TARBALL = $(THISAPP).tar.gz
PKG_PACKAGES += $(PKG_NAME)-devel
diff --git a/pkgs/mdadm/patches/mdadm-3.0-devel2-warn.patch b/pkgs/mdadm/patches/mdadm-3.0-devel2-warn.patch deleted file mode 100644 index b472010..0000000 --- a/pkgs/mdadm/patches/mdadm-3.0-devel2-warn.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- mdadm-3.0-devel2/mdopen.c.warn 2009-02-12 09:13:54.000000000 -0500 -+++ mdadm-3.0-devel2/mdopen.c 2009-02-12 09:34:15.000000000 -0500 -@@ -88,8 +88,9 @@ void make_parts(char *dev, int cnt) - if (chmod(name, stb2.st_mode & 07777)) - perror("chmod"); - } else { -- snprintf(sym, 10000, "%s%s%d", orig, odig?"p":"", i); -- symlink(sym, name); -+ snprintf(sym, 1024, "%s%s%d", orig, odig?"p":"", i); -+ if (symlink(sym, name)) -+ perror("symlink"); - } - stat(name, &stb2); - add_dev(name, &stb2, 0, NULL); -@@ -357,7 +358,8 @@ int create_mddev(char *dev, char *name, - strcpy(chosen, devname); - } - } else -- symlink(devname, chosen); -+ if (symlink(devname, chosen)) -+ perror("symlink"); - if (use_mdp && strcmp(chosen, devname) != 0) - make_parts(chosen, parts); - }
hooks/post-receive -- IPFire 3.x development tree