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 f0b55c28746b56de89d7a10a4ad0ad2a4939baac (commit) via 02229e7318fa6d008b25e5daa63117b6ee744a71 (commit) via 14d367dea8f528461b22c9eba199d006d434af48 (commit) via 2c2b49f5d8e1ca51303267c01e13fe1c3f42a080 (commit) via 7737398fa1093eae254aaeb7549584be51b37f07 (commit) from 167d2f5c4db1919e611655996abb37200937de1b (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 f0b55c28746b56de89d7a10a4ad0ad2a4939baac Author: Robert Möker robertm@ipfire.org Date: Wed Aug 10 13:25:16 2011 +0200
avahi: Update to 0.6.30.
commit 02229e7318fa6d008b25e5daa63117b6ee744a71 Author: Robert Möker robertm@ipfire.org Date: Wed Aug 10 13:13:29 2011 +0200
libdaemon: Update to 0.14.
commit 14d367dea8f528461b22c9eba199d006d434af48 Author: Robert Möker robertm@ipfire.org Date: Sat Aug 6 20:52:55 2011 +0200
usb-modswitch: Update to usb-modswitch 1.1.9
commit 2c2b49f5d8e1ca51303267c01e13fe1c3f42a080 Author: Robert Möker robertm@ipfire.org Date: Mon Aug 8 23:27:00 2011 +0200
sg3-utils: Update to sg3-utils 1.32
commit 7737398fa1093eae254aaeb7549584be51b37f07 Author: Robert Möker robertm@ipfire.org Date: Wed Aug 10 13:05:21 2011 +0200
iw: Update to iw 3.0
-----------------------------------------------------------------------
Summary of changes: pkgs/avahi/avahi.nm | 10 +++-- pkgs/iw/iw.nm | 7 +-- .../iw-0.9.17-default-install-to-PREFIX-sbin.patch | 42 -------------------- pkgs/libdaemon/libdaemon.nm | 4 +- pkgs/sg3-utils/sg3-utils.nm | 2 +- pkgs/usb-modemswitch/usb-modeswitch.nm | 4 +- 6 files changed, 14 insertions(+), 55 deletions(-) delete mode 100644 pkgs/iw/patches/iw-0.9.17-default-install-to-PREFIX-sbin.patch
Difference in files: diff --git a/pkgs/avahi/avahi.nm b/pkgs/avahi/avahi.nm index e062d88..ae2d277 100644 --- a/pkgs/avahi/avahi.nm +++ b/pkgs/avahi/avahi.nm @@ -25,8 +25,8 @@ include $(PKGROOT)/Include
PKG_NAME = avahi -PKG_VER = 0.6.25 -PKG_REL = 0 +PKG_VER = 0.6.30 +PKG_REL = 1
PKG_MAINTAINER = PKG_GROUPS = Networking/Zeroconf @@ -41,12 +41,13 @@ define PKG_DESCRIPTION you can chat with, find printers to print to or find files being \ shared. This kind of technology is already found in MacOS X (branded \ 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very \ - convenient + convenient. endef
PKG_BUILD_DEPS+= dbus-devel dbus-glib-devel expat-devel gcc-c++ gettext \ - libdaemon-devel intltool perl perl-XML-Parser pkg-config python-devel \ + libdaemon-devel>=0.14 intltool perl perl-XML-Parser pkg-config python-devel \ python-dbus +PKG_DEPS-avahi+= libdaemon>=0.14
PKG_TARBALL = $(THISAPP).tar.gz
@@ -62,5 +63,6 @@ CONFIGURE_OPTIONS += \ --disable-qt3 \ --disable-qt4 \ --disable-gtk \ + --disable-gtk3 \ --disable-pygtk \ --disable-mono diff --git a/pkgs/iw/iw.nm b/pkgs/iw/iw.nm index 9202180..9861b48 100644 --- a/pkgs/iw/iw.nm +++ b/pkgs/iw/iw.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include
PKG_NAME = iw -PKG_VER = 0.9.17 +PKG_VER = 3.0 PKG_REL = 1
PKG_MAINTAINER = @@ -38,9 +38,8 @@ PKG_BUILD_DEPS+= libnl-devel pkg-config
define PKG_DESCRIPTION iw is a new nl80211 based CLI configuration utility for wireless \ - devices. Currently you can only use this utility to configure devices \ - which use a mac80211 driver as these are the new drivers being written \ - - only because most new wireless devices being sold are now SoftMAC. + devices. It supports almost all new drivers that have been added \ + to the kernel recently. endef
PKG_TARBALL = $(THISAPP).tar.bz2 diff --git a/pkgs/iw/patches/iw-0.9.17-default-install-to-PREFIX-sbin.patch b/pkgs/iw/patches/iw-0.9.17-default-install-to-PREFIX-sbin.patch deleted file mode 100644 index 74c8e33..0000000 --- a/pkgs/iw/patches/iw-0.9.17-default-install-to-PREFIX-sbin.patch +++ /dev/null @@ -1,42 +0,0 @@ -From f8a9dbbbde041fca098b579c3669819e8282577a Mon Sep 17 00:00:00 2001 -From: John W. Linville linville@tuxdriver.com -Date: Wed, 30 Sep 2009 09:17:39 -0400 -Subject: [iw PATCH] default install to $(PREFIX)/sbin - -The iw utility isn't generally useful to normal users, so move it to -$(PREFIX)/sbin with other system management executables. - -Signed-off-by: John W. Linville linville@tuxdriver.com ---- -As "suggested" by Johannes... :-) - - Makefile | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) - -diff --git a/Makefile b/Makefile -index cb5fcc1..68bef4d 100644 ---- a/Makefile -+++ b/Makefile -@@ -3,7 +3,7 @@ - MAKEFLAGS += --no-print-directory - - PREFIX ?= /usr --BINDIR ?= $(PREFIX)/bin -+SBINDIR ?= $(PREFIX)/sbin - MANDIR ?= $(PREFIX)/share/man - PKG_CONFIG ?= pkg-config - -@@ -85,8 +85,8 @@ check: - - install: iw iw.8.gz - @$(NQ) ' INST iw' -- $(Q)$(MKDIR) $(DESTDIR)$(BINDIR) -- $(Q)$(INSTALL) -m 755 -t $(DESTDIR)$(BINDIR) iw -+ $(Q)$(MKDIR) $(DESTDIR)$(SBINDIR) -+ $(Q)$(INSTALL) -m 755 -t $(DESTDIR)$(SBINDIR) iw - @$(NQ) ' INST iw.8' - $(Q)$(MKDIR) $(DESTDIR)$(MANDIR)/man8/ - $(Q)$(INSTALL) -m 644 -t $(DESTDIR)$(MANDIR)/man8/ iw.8.gz --- -1.6.2.5 - diff --git a/pkgs/libdaemon/libdaemon.nm b/pkgs/libdaemon/libdaemon.nm index 7230632..b5186e4 100644 --- a/pkgs/libdaemon/libdaemon.nm +++ b/pkgs/libdaemon/libdaemon.nm @@ -25,8 +25,8 @@ include $(PKGROOT)/Include
PKG_NAME = libdaemon -PKG_VER = 0.13 -PKG_REL = 0 +PKG_VER = 0.14 +PKG_REL = 1
PKG_MAINTAINER = PKG_GROUPS = System/Libraries diff --git a/pkgs/sg3-utils/sg3-utils.nm b/pkgs/sg3-utils/sg3-utils.nm index 6d4e379..3b4b252 100644 --- a/pkgs/sg3-utils/sg3-utils.nm +++ b/pkgs/sg3-utils/sg3-utils.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include
PKG_NAME = sg3_utils -PKG_VER = 1.29 +PKG_VER = 1.32 PKG_REL = 0
PKG_MAINTAINER = diff --git a/pkgs/usb-modemswitch/usb-modeswitch.nm b/pkgs/usb-modemswitch/usb-modeswitch.nm index 62551ad..1c40fdd 100644 --- a/pkgs/usb-modemswitch/usb-modeswitch.nm +++ b/pkgs/usb-modemswitch/usb-modeswitch.nm @@ -25,8 +25,8 @@ include $(PKGROOT)/Include
PKG_NAME = usb-modeswitch -PKG_VER = 1.1.7 -PKG_REL = 2 +PKG_VER = 1.1.9 +PKG_REL = 0
PKG_MAINTAINER = PKG_GROUPS = Applications/System
hooks/post-receive -- IPFire 3.x development tree