[arch-commits] Commit in nss-mdns/repos (10 files)

Tom Gundersen tomegun at archlinux.org
Tue Feb 21 17:19:59 UTC 2012


    Date: Tuesday, February 21, 2012 @ 12:19:59
  Author: tomegun
Revision: 150739

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  nss-mdns/repos/extra-i686/PKGBUILD
    (from rev 150738, nss-mdns/trunk/PKGBUILD)
  nss-mdns/repos/extra-i686/nss-mdns.install
    (from rev 150738, nss-mdns/trunk/nss-mdns.install)
  nss-mdns/repos/extra-x86_64/PKGBUILD
    (from rev 150738, nss-mdns/trunk/PKGBUILD)
  nss-mdns/repos/extra-x86_64/nss-mdns.install
    (from rev 150738, nss-mdns/trunk/nss-mdns.install)
Deleted:
  nss-mdns/repos/extra-i686/PKGBUILD
  nss-mdns/repos/extra-i686/mdns.allow
  nss-mdns/repos/extra-i686/nss-mdns.install
  nss-mdns/repos/extra-x86_64/PKGBUILD
  nss-mdns/repos/extra-x86_64/mdns.allow
  nss-mdns/repos/extra-x86_64/nss-mdns.install

-------------------------------+
 extra-i686/PKGBUILD           |   64 ++++++++++++++++++----------------------
 extra-i686/mdns.allow         |    8 -----
 extra-i686/nss-mdns.install   |   40 ++++++++++++-------------
 extra-x86_64/PKGBUILD         |   64 ++++++++++++++++++----------------------
 extra-x86_64/mdns.allow       |    8 -----
 extra-x86_64/nss-mdns.install |   40 ++++++++++++-------------
 6 files changed, 100 insertions(+), 124 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-21 17:19:32 UTC (rev 150738)
+++ extra-i686/PKGBUILD	2012-02-21 17:19:59 UTC (rev 150739)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Travis Willard <travis at archlinux.org>
-
-pkgname=nss-mdns
-pkgver=0.10
-pkgrel=4
-pkgdesc="glibc plugin providing host name resolution via mDNS"
-arch=('i686' 'x86_64')
-url="http://0pointer.de/lennart/projects/nss-mdns/"
-license=('LGPL')
-depends=('glibc')
-makedepends=('pkgconfig')
-backup=('etc/mdns.allow')
-install=nss-mdns.install
-source=("http://0pointer.de/lennart/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz"
-        'mdns.allow')
-md5sums=('03938f17646efbb50aa70ba5f99f51d7'
-         '904abb492fb1f56722826c0c3a997bf0')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  ./configure --prefix=/ \
-    --disable-lynx \
-    --enable-avahi
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 "${srcdir}"/mdns.allow "${pkgdir}"/etc/mdns.allow
-}
-

Copied: nss-mdns/repos/extra-i686/PKGBUILD (from rev 150738, nss-mdns/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-21 17:19:59 UTC (rev 150739)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Travis Willard <travis at archlinux.org>
+
+pkgname=nss-mdns
+pkgver=0.10
+pkgrel=5
+pkgdesc="glibc plugin providing host name resolution via mDNS"
+arch=('i686' 'x86_64')
+url="http://0pointer.de/lennart/projects/nss-mdns/"
+license=('LGPL')
+depends=('glibc')
+install=nss-mdns.install
+source=("http://0pointer.de/lennart/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('03938f17646efbb50aa70ba5f99f51d7')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+

Deleted: extra-i686/mdns.allow
===================================================================
--- extra-i686/mdns.allow	2012-02-21 17:19:32 UTC (rev 150738)
+++ extra-i686/mdns.allow	2012-02-21 17:19:59 UTC (rev 150739)
@@ -1,8 +0,0 @@
-#
-# /etc/mdns.allow
-#
-
-.local.
-.local
-
-# End of file

Deleted: extra-i686/nss-mdns.install
===================================================================
--- extra-i686/nss-mdns.install	2012-02-21 17:19:32 UTC (rev 150738)
+++ extra-i686/nss-mdns.install	2012-02-21 17:19:59 UTC (rev 150739)
@@ -1,20 +0,0 @@
-post_install() {
-  cat << 'EOM'
-==> To enable IPv4 multicast DNS lookups, append 'mdns4' to the hosts line
-    in /etc/nsswitch.conf. Use 'mdns6' for IPv6 or 'mdns' for both.
-EOM
-}
-
-post_upgrade() {
-  if [ "$2" == "0.7-1" ]; then
-    echo -n "disabling mdns lookups in /etc/nsswitch.conf... "
-    sed -i -e '/^hosts: / s/ mdns\([46]\)\?\>//g' etc/nsswitch.conf && echo "done."
-  fi
-  cat << 'EOM'
-==> Please note that due to security reasons from version 0.9 on the 
-    minimal mDNS stack included in nss-mdns (dubbed "legacy") is no 
-    longer built - nss-mdns will not work unless Avahi is running.
-EOM
-
-  post_install
-}

Copied: nss-mdns/repos/extra-i686/nss-mdns.install (from rev 150738, nss-mdns/trunk/nss-mdns.install)
===================================================================
--- extra-i686/nss-mdns.install	                        (rev 0)
+++ extra-i686/nss-mdns.install	2012-02-21 17:19:59 UTC (rev 150739)
@@ -0,0 +1,20 @@
+post_install() {
+  cat << 'EOM'
+==> To enable IPv4 multicast DNS lookups, append 'mdns4' to the hosts line
+    in /etc/nsswitch.conf. Use 'mdns6' for IPv6 or 'mdns' for both.
+EOM
+}
+
+post_upgrade() {
+  if [ "$2" == "0.7-1" ]; then
+    echo -n "disabling mdns lookups in /etc/nsswitch.conf... "
+    sed -i -e '/^hosts: / s/ mdns\([46]\)\?\>//g' etc/nsswitch.conf && echo "done."
+  fi
+  cat << 'EOM'
+==> Please note that due to security reasons from version 0.9 on the 
+    minimal mDNS stack included in nss-mdns (dubbed "legacy") is no 
+    longer built - nss-mdns will not work unless Avahi is running.
+EOM
+
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-21 17:19:32 UTC (rev 150738)
+++ extra-x86_64/PKGBUILD	2012-02-21 17:19:59 UTC (rev 150739)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Travis Willard <travis at archlinux.org>
-
-pkgname=nss-mdns
-pkgver=0.10
-pkgrel=4
-pkgdesc="glibc plugin providing host name resolution via mDNS"
-arch=('i686' 'x86_64')
-url="http://0pointer.de/lennart/projects/nss-mdns/"
-license=('LGPL')
-depends=('glibc')
-makedepends=('pkgconfig')
-backup=('etc/mdns.allow')
-install=nss-mdns.install
-source=("http://0pointer.de/lennart/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz"
-        'mdns.allow')
-md5sums=('03938f17646efbb50aa70ba5f99f51d7'
-         '904abb492fb1f56722826c0c3a997bf0')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  ./configure --prefix=/ \
-    --disable-lynx \
-    --enable-avahi
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 "${srcdir}"/mdns.allow "${pkgdir}"/etc/mdns.allow
-}
-

Copied: nss-mdns/repos/extra-x86_64/PKGBUILD (from rev 150738, nss-mdns/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-21 17:19:59 UTC (rev 150739)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Travis Willard <travis at archlinux.org>
+
+pkgname=nss-mdns
+pkgver=0.10
+pkgrel=5
+pkgdesc="glibc plugin providing host name resolution via mDNS"
+arch=('i686' 'x86_64')
+url="http://0pointer.de/lennart/projects/nss-mdns/"
+license=('LGPL')
+depends=('glibc')
+install=nss-mdns.install
+source=("http://0pointer.de/lennart/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('03938f17646efbb50aa70ba5f99f51d7')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+

Deleted: extra-x86_64/mdns.allow
===================================================================
--- extra-x86_64/mdns.allow	2012-02-21 17:19:32 UTC (rev 150738)
+++ extra-x86_64/mdns.allow	2012-02-21 17:19:59 UTC (rev 150739)
@@ -1,8 +0,0 @@
-#
-# /etc/mdns.allow
-#
-
-.local.
-.local
-
-# End of file

Deleted: extra-x86_64/nss-mdns.install
===================================================================
--- extra-x86_64/nss-mdns.install	2012-02-21 17:19:32 UTC (rev 150738)
+++ extra-x86_64/nss-mdns.install	2012-02-21 17:19:59 UTC (rev 150739)
@@ -1,20 +0,0 @@
-post_install() {
-  cat << 'EOM'
-==> To enable IPv4 multicast DNS lookups, append 'mdns4' to the hosts line
-    in /etc/nsswitch.conf. Use 'mdns6' for IPv6 or 'mdns' for both.
-EOM
-}
-
-post_upgrade() {
-  if [ "$2" == "0.7-1" ]; then
-    echo -n "disabling mdns lookups in /etc/nsswitch.conf... "
-    sed -i -e '/^hosts: / s/ mdns\([46]\)\?\>//g' etc/nsswitch.conf && echo "done."
-  fi
-  cat << 'EOM'
-==> Please note that due to security reasons from version 0.9 on the 
-    minimal mDNS stack included in nss-mdns (dubbed "legacy") is no 
-    longer built - nss-mdns will not work unless Avahi is running.
-EOM
-
-  post_install
-}

Copied: nss-mdns/repos/extra-x86_64/nss-mdns.install (from rev 150738, nss-mdns/trunk/nss-mdns.install)
===================================================================
--- extra-x86_64/nss-mdns.install	                        (rev 0)
+++ extra-x86_64/nss-mdns.install	2012-02-21 17:19:59 UTC (rev 150739)
@@ -0,0 +1,20 @@
+post_install() {
+  cat << 'EOM'
+==> To enable IPv4 multicast DNS lookups, append 'mdns4' to the hosts line
+    in /etc/nsswitch.conf. Use 'mdns6' for IPv6 or 'mdns' for both.
+EOM
+}
+
+post_upgrade() {
+  if [ "$2" == "0.7-1" ]; then
+    echo -n "disabling mdns lookups in /etc/nsswitch.conf... "
+    sed -i -e '/^hosts: / s/ mdns\([46]\)\?\>//g' etc/nsswitch.conf && echo "done."
+  fi
+  cat << 'EOM'
+==> Please note that due to security reasons from version 0.9 on the 
+    minimal mDNS stack included in nss-mdns (dubbed "legacy") is no 
+    longer built - nss-mdns will not work unless Avahi is running.
+EOM
+
+  post_install
+}




More information about the arch-commits mailing list