Skip to content

Commit

Permalink
Merge pull request #11 from Florin65/master
Browse files Browse the repository at this point in the history
Compiled and tested the updates. Also recompiled a few modules that depend on dbus and pcre, including systemd. Everything seem to be ok, merging.
  • Loading branch information
Ratler committed Jul 12, 2012
2 parents ef97271 + 2858ad8 commit 78b0ba9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 16 deletions.
6 changes: 3 additions & 3 deletions libs/pcre/DETAILS
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
MODULE=pcre
VERSION=8.30
VERSION=8.31
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL[0]=ftp://ftp.csx.cam.ac.uk/pub/software/programming/$MODULE
SOURCE_URL[1]=$SFORGE_URL/$MODULE
SOURCE_VFY=sha1:68d28fb383325b8af9e3d481d30f586b46c56022
SOURCE_VFY=sha1:1132276bb8bea7cb0662210fb812fbef7791621f
WEB_SITE=http://www.pcre.org
ENTERED=20010922
UPDATED=20120228
UPDATED=20120711
SHORT="Perl compatible regular expression library"

cat << EOF
Expand Down
2 changes: 0 additions & 2 deletions system/dbus/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
rm -fr /lib/systemd/system/sockets.target.wants/dbus.socket
rm -fr /lib/systemd/system/multi-user.target.wants/dbus.service

patch_it $SOURCE2 1 &&

if kernel_option_present CONFIG_INOTIFY_USER ; then
OPTS+=" --enable-inotify"
else
Expand Down
8 changes: 3 additions & 5 deletions system/dbus/DETAILS
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
MODULE=dbus
VERSION=1.6.0
VERSION=1.6.2
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE2=dbus-fix-sba-for-dbus-activation.patch
SOURCE_URL=http://$MODULE.freedesktop.org/releases/$MODULE
SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:9bfc971ff4cafa2741050d53a98cc7bfdc56880a
SOURCE_VFY=sha1:09d55ac4ea4ccf0d233070909494028f5a4e1e63
WEB_SITE=http://dbus.freedesktop.org
ENTERED=20031219
UPDATED=20120619
UPDATED=20120712
SHORT="A message bus system for applications"
LUNAR_RESTART_SERVICES=off

Expand Down
6 changes: 3 additions & 3 deletions utils/dialog/DETAILS
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
MODULE=dialog
VERSION=1.1-20120215
VERSION=1.1-20120706
SOURCE=$MODULE-$VERSION.tgz
SOURCE_URL=ftp://invisible-island.net/$MODULE
SOURCE_VFY=sha1:0d8a07e064c6d4f9cc7d9cb21c4609dc4a19537e
SOURCE_VFY=sha1:fa033f0fb166da86e29d70e68159a92a9b9cdb84
WEB_SITE=http://invisible-island.net/dialog
ENTERED=20010922
UPDATED=20120303
UPDATED=20120711
SHORT="allows shell scripts to provide fancy text dialog with users"

cat << EOF
Expand Down
6 changes: 3 additions & 3 deletions utils/grep/DETAILS
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
MODULE=grep
VERSION=2.12
VERSION=2.13
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL[0]=$GNU_URL/$MODULE
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
SOURCE_VFY=sha1:0853e96b22050cc3ff11a60e5715ca0c9852a715
SOURCE_VFY=sha1:6bc69e3c5613f9d099fbba5308e9f7005ecb112b
WEB_SITE=http://www.gnu.org/software/grep/grep.html
ENTERED=20010922
UPDATED=20120429
UPDATED=20120711
SHORT="grep finds lines that match specified patterns"

cat << EOF
Expand Down

0 comments on commit 78b0ba9

Please sign in to comment.