gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1621: update util-linux to 2.22.2 and


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1621: update util-linux to 2.22.2 and add pam as external dep
Date: Sat, 19 Jan 2013 11:07:22 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1621
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sat 2013-01-19 11:07:22 +0100
message:
  update util-linux to 2.22.2 and add pam as external dep
added:
  external/pam/
  external/pam/Makefile
modified:
  deps/util-linux/Makefile
  deps/util-linux/sha256sums
=== modified file 'deps/util-linux/Makefile'
--- a/deps/util-linux/Makefile  2012-11-18 21:56:08 +0000
+++ b/deps/util-linux/Makefile  2013-01-19 10:07:22 +0000
@@ -1,16 +1,28 @@
 GARNAME = util-linux
-MAJORVERSION=2.22
-GARVERSION = $(MAJORVERSION).1
+GARVERSION = 2.22.2
+HOME_URL = http://userweb.kernel.org/~kzak/util-linux-ng/
+DESCRIPTION = The util-linux package contains a large variety of low-level 
system utilities.
+
+######################################################################
+
+empty:=
+space:= $(empty) $(empty)
+VERSION_LIST = $(subst .,$(space),$(GARVERSION))
+SERIES = $(subst $(space),.,$(wordlist 1,2,$(VERSION_LIST)))
 
 MASTER_SITES = $(MASTER_KERNEL)
-MASTER_SUBDIR = linux/utils/$(GARNAME)/v$(MAJORVERSION)/
+MASTER_SUBDIR = linux/utils/$(GARNAME)/v$(SERIES)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.sign
 
-HOME_URL = http://userweb.kernel.org/~kzak/util-linux-ng/
-DESCRIPTION = The util-linux package contains a large variety of low-level 
system utilities.
+BUILDDEPS =
+LIBDEPS = pam
 
-CONFIGURE_OPTS = --disable-makeinstall-chown --disable-makeinstall-setuid
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk
+
+CONFIGURE_ARGS += --disable-makeinstall-chown --disable-makeinstall-setuid
+
 

=== modified file 'deps/util-linux/sha256sums'
--- a/deps/util-linux/sha256sums        2012-11-18 21:56:08 +0000
+++ b/deps/util-linux/sha256sums        2013-01-19 10:07:22 +0000
@@ -1,2 +1,2 @@
-6b42558d60a52c85501b62918467e0582f8a836f5f00168fc3422ca3cf40db36  
download/util-linux-2.22.1.tar.gz
-a22bd3e33a8d09b064694146f071535af253c1dd7d0a8ce1c1b7b2e3540f69e4  
download/util-linux-2.22.1.tar.sign
+79d5a1ac095b1a4cc1bd13e43f8f65bfaa5b9793c61a559b5de137ce316170bd  
download/util-linux-2.22.2.tar.gz
+46a0c094868aff349eed9fdd4774aa0bdf6cfb794ce576998ee3d5062c49f3fd  
download/util-linux-2.22.2.tar.sign

=== added directory 'external/pam'
=== added file 'external/pam/Makefile'
--- a/external/pam/Makefile     1970-01-01 00:00:00 +0000
+++ b/external/pam/Makefile     2013-01-19 10:07:22 +0000
@@ -0,0 +1,6 @@
+GARNAME = pam
+GARVERSION = 1
+HOME_URL = http://www.kernel.org/pub/linux/libs/pam
+DESCRIPTION = An authentication library
+LIBFILES = pam
+include ../../gar.lib/external.mk


reply via email to

[Prev in Thread] Current Thread [Next in Thread]