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 167d2f5c4db1919e611655996abb37200937de1b (commit) via 2ff4088c082e2ac041fed92b4abed55be8eeecd1 (commit) from 3e3816c3802331ba2cdc8c02a1a81d0dd0dbfa44 (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 167d2f5c4db1919e611655996abb37200937de1b Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Aug 10 12:59:05 2011 +0200
basesystem: Remove shadow as a dependency.
1) The package does not exist anymore. 2) I think a system can run very well without it.
commit 2ff4088c082e2ac041fed92b4abed55be8eeecd1 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Aug 10 12:58:11 2011 +0200
pdns-recursor: Re-enable compiler optimization.
The new version (or maybe the new GCC) does not crash anymore on my system.
-----------------------------------------------------------------------
Summary of changes: pkgs/basesystem/basesystem.nm | 4 ++-- pkgs/pdns-recursor/pdns-recursor.nm | 6 +----- 2 files changed, 3 insertions(+), 7 deletions(-)
Difference in files: diff --git a/pkgs/basesystem/basesystem.nm b/pkgs/basesystem/basesystem.nm index d0f09c5..c50d90d 100644 --- a/pkgs/basesystem/basesystem.nm +++ b/pkgs/basesystem/basesystem.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include
PKG_NAME = basesystem PKG_VER = 2.99 -PKG_REL = 3 +PKG_REL = 4 PKG_EPOCH = 1 PKG_ARCH = noarch
@@ -43,7 +43,7 @@ PKG_BUILD_DEPS = # There are no build dependencies PKG_DEPS += /bin/sh /sbin/init \ coreutils file filesystem findutils gawk grep iana-etc initscripts kbd \ less module-init-tools network pakfire passwd procps psmisc sed setup \ - shadow syslog system-release tar udev util-linux + syslog system-release tar udev util-linux
define PKG_DESCRIPTION This package contains files that are needed to run basic \ diff --git a/pkgs/pdns-recursor/pdns-recursor.nm b/pkgs/pdns-recursor/pdns-recursor.nm index 05a85cc..901517b 100644 --- a/pkgs/pdns-recursor/pdns-recursor.nm +++ b/pkgs/pdns-recursor/pdns-recursor.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include
PKG_NAME = pdns-recursor PKG_VER = 3.3 -PKG_REL = 3 +PKG_REL = 4
PKG_MAINTAINER = PKG_GROUPS = Networking/DNS @@ -43,10 +43,6 @@ endef
PKG_TARBALL = $(THISAPP).tar.bz2
-# XXX pdns-recursors likes to segfault when compiled with normal -# CFLAGS. So we do it with -O0 -CFLAGS := $(subst -O2,-O0,$(CFLAGS)) - define STAGE_BUILD cd $(DIR_APP) && LUA=1 LUA_CPPFLAGS_CONFIG= LUA_LIBS_CONFIG=-llua \ make OPTFLAGS="$(CFLAGS)" #$(PARALLELISMFLAGS)
hooks/post-receive -- IPFire 3.x development tree