[arch-commits] Commit in dnsmasq/repos (3 files)

Paul Mattal paul at archlinux.org
Mon Jul 21 21:20:57 UTC 2008


    Date: Monday, July 21, 2008 @ 17:20:57
  Author: paul
Revision: 5975

Merged revisions 3602-5974 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/dnsmasq/trunk

........
  r5365 | paul | 2008-07-15 13:00:58 -0400 (Tue, 15 Jul 2008) | 2 lines
  
  upgpkg: dnsmasq 2.43-1
      update to 2.43
........
  r5974 | paul | 2008-07-21 17:20:45 -0400 (Mon, 21 Jul 2008) | 2 lines
  
  upgpkg: dnsmasq 2.43-2
      update to 2.43, fix message to be only on install, not on upgrade
........

Modified:
  dnsmasq/repos/extra-i686/	(properties)
  dnsmasq/repos/extra-i686/PKGBUILD
  dnsmasq/repos/extra-i686/dnsmasq.install

-----------------+
 PKGBUILD        |    6 +++---
 dnsmasq.install |   13 +++++++------
 2 files changed, 10 insertions(+), 9 deletions(-)


Property changes on: dnsmasq/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /dnsmasq/trunk:1-3601
   + /dnsmasq/trunk:1-5974

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-07-21 21:20:45 UTC (rev 5974)
+++ extra-i686/PKGBUILD	2008-07-21 21:20:57 UTC (rev 5975)
@@ -3,8 +3,8 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=dnsmasq
-pkgver=2.42
-pkgrel=1
+pkgver=2.43
+pkgrel=2
 pkgdesc="A lightweight DNS/DHCP server ideal for small/home networks using NAT"
 arch=(i686 x86_64)
 source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.gz \
@@ -13,7 +13,7 @@
 url="http://www.thekelleys.org.uk/dnsmasq/doc.html"
 depends=('glibc' 'bash')
 backup=(etc/dnsmasq.conf)
-md5sums=('78a23a31a35b8427a8589b76c1ae3ff6' 'e956eee1ec24212a3254d2b168187495'\
+md5sums=('3222690c6f1f919bcefcf01a632508af' 'e956eee1ec24212a3254d2b168187495'\
          'ef61cd6c3ce1fd0767a98b02975c9c9c')
 install=$pkgname.install
 

Modified: extra-i686/dnsmasq.install
===================================================================
--- extra-i686/dnsmasq.install	2008-07-21 21:20:45 UTC (rev 5974)
+++ extra-i686/dnsmasq.install	2008-07-21 21:20:57 UTC (rev 5975)
@@ -1,11 +1,5 @@
 # arg 1: the new package version
 post_install() {
-	/bin/true
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
 	echo "=========================================================="
 	echo "| IMPORTANT: Unless you want to run dnsmasq as root, you |"
 	echo "|     must either enable CONFIG_SECURITY_CAPABILITIES in |"
@@ -14,8 +8,15 @@
 	echo "| For more details on configuring dnsmasq, visit:        |"
 	echo "|     http://www.thekelleys.org.uk/dnsmasq/doc.html      |"
 	echo "=========================================================="
+	/bin/true
 }
 
+# arg 1: the new package version
+# arg 2: the old package version
+post_upgrade() {
+	/bin/true
+}
+
 # arg 1: the old package version
 pre_remove() {
 	/bin/true





More information about the arch-commits mailing list