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 cde9a69f99f33bd940261baa4e3f4491f021ba12 (commit)
via 5f0b9531c2f6e919a4d20dc5c78ad4c4ea7ddea5 (commit)
via 0b5a1d41329e114d50f1a731d9bc8b9361227c8f (commit)
via 5b78736f84d11d4b7b76e83b4cfb8b9ae39e3fd5 (commit)
via 75716605caef89bf8e8a47bae86d491499e46d68 (commit)
via c1a9ffc60e7f0f151107f0e72a8c7caf54e1a280 (commit)
via 7b95d337c3dddb7bf73fbb6e41eee3bbb71666ce (commit)
from f92b9693dc07e66eb81dcb34ca60e52cf5151e84 (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 cde9a69f99f33bd940261baa4e3f4491f021ba12
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Wed May 26 13:42:12 2010 +0200
Revert "pkg-config: Update to 0.24."
This reverts commit 75716605caef89bf8e8a47bae86d491499e46d68.
commit 5f0b9531c2f6e919a4d20dc5c78ad4c4ea7ddea5
Merge: 5b78736f84d11d4b7b76e83b4cfb8b9ae39e3fd5 0b5a1d41329e114d50f1a731d9bc8b9361227c8f
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Wed May 26 13:26:21 2010 +0200
Merge branch 'master' into next
commit 0b5a1d41329e114d50f1a731d9bc8b9361227c8f
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Wed May 26 13:04:49 2010 +0200
libsoup: Update to 2.31.2.
Old version did not build with glib2.
commit 5b78736f84d11d4b7b76e83b4cfb8b9ae39e3fd5
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Wed May 26 11:17:45 2010 +0200
python: Add dependency to sqlite.
commit 75716605caef89bf8e8a47bae86d491499e46d68
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Tue May 25 22:26:55 2010 +0200
pkg-config: Update to 0.24.
Enabled testsuite.
commit c1a9ffc60e7f0f151107f0e72a8c7caf54e1a280
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Tue May 25 22:03:42 2010 +0200
initscripts: Update udev.conf in order to work with new udev version.
Latest versions of udev create all the required nodes in /dev
and so on.
commit 7b95d337c3dddb7bf73fbb6e41eee3bbb71666ce
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Tue May 25 20:39:19 2010 +0200
udev: Update to 156.
-----------------------------------------------------------------------
Summary of changes:
pkgs/core/initscripts/init/udev.conf | 7 -------
pkgs/core/libsoup/libsoup.nm | 4 ++--
pkgs/core/python/python.nm | 2 +-
pkgs/core/udev/udev.nm | 13 +------------
4 files changed, 4 insertions(+), 22 deletions(-)
Difference in files:
diff --git a/pkgs/core/initscripts/init/udev.conf b/pkgs/core/initscripts/init/udev.conf
index f35c86a..421b8d0 100644
--- a/pkgs/core/initscripts/init/udev.conf
+++ b/pkgs/core/initscripts/init/udev.conf
@@ -16,13 +16,6 @@ pre-start script
# Udev handles uevents itself, so we don't need to have
# the kernel call out to any binary in response to them
echo > /proc/sys/kernel/hotplug
-
- # Copy static device nodes to /dev
- cp -a /lib/udev/devices/* /dev
-
- # This is a line that is required to get this work
- # Looks like a timing problem of upstart
- ls -lah /dev
end script
expect fork
diff --git a/pkgs/core/libsoup/libsoup.nm b/pkgs/core/libsoup/libsoup.nm
index 015cdc3..21a8bba 100644
--- a/pkgs/core/libsoup/libsoup.nm
+++ b/pkgs/core/libsoup/libsoup.nm
@@ -25,7 +25,7 @@
include $(PKGROOT)/Include
PKG_NAME = libsoup
-PKG_VER = 2.29.91
+PKG_VER = 2.31.2
PKG_REL = 0
PKG_MAINTAINER =
@@ -43,7 +43,7 @@ define PKG_DESCRIPTION
and also has a synchronous API, for use in threaded applications.
endef
-PKG_TARBALL = $(THISAPP).tar.bz2
+PKG_TARBALL = $(THISAPP).tar.gz
CONFIGURE_OPTIONS += \
--without-gnome
diff --git a/pkgs/core/python/python.nm b/pkgs/core/python/python.nm
index 7a4d02c..f657257 100644
--- a/pkgs/core/python/python.nm
+++ b/pkgs/core/python/python.nm
@@ -35,7 +35,7 @@ PKG_LICENSE = Python
PKG_SUMMARY = An interpreted, interactive, object-oriented programming language.
PKG_BUILD_DEPS+= autoconf automake
-PKG_DEPS += bzip2 db expat gdbm gmp libffi ncurses openssl pkg-config readline tar zlib
+PKG_DEPS += bzip2 db expat gdbm gmp libffi ncurses openssl pkg-config readline sqlite tar zlib
define PKG_DESCRIPTION
Python is an interpreted, interactive, object-oriented programming \
diff --git a/pkgs/core/udev/udev.nm b/pkgs/core/udev/udev.nm
index 67d93da..c456ba1 100644
--- a/pkgs/core/udev/udev.nm
+++ b/pkgs/core/udev/udev.nm
@@ -25,7 +25,7 @@
include $(PKGROOT)/Include
PKG_NAME = udev
-PKG_VER = 152
+PKG_VER = 156
PKG_REL = 0
PKG_MAINTAINER =
@@ -67,15 +67,4 @@ define STAGE_INSTALL_CMDS
$(BUILDROOT)/usr/lib/ConsoleKit/run-seat.d/udev-acl.ck
install -m 755 $(DIR_SOURCE)/console_init $(BUILDROOT)/lib/udev/
-
- # Finally, install some essential devnodes
- install -dv $(BUILDROOT)/lib/{firmware,udev/devices/{pts,shm}}
- -mknod -m0600 $(BUILDROOT)/lib/udev/devices/console c 5 1
- -mknod -m0600 $(BUILDROOT)/lib/udev/devices/kmsg c 1 11
- -mknod -m0666 $(BUILDROOT)/lib/udev/devices/null c 1 3
- ln -sfv /proc/self/fd $(BUILDROOT)/lib/udev/devices/fd
- ln -sfv /proc/self/fd/0 $(BUILDROOT)/lib/udev/devices/stdin
- ln -sfv /proc/self/fd/1 $(BUILDROOT)/lib/udev/devices/stdout
- ln -sfv /proc/self/fd/2 $(BUILDROOT)/lib/udev/devices/stderr
- ln -sfv /proc/kcore $(BUILDROOT)/lib/udev/devices/core
endef
hooks/post-receive
--
IPFire 3.x development tree