[arch-commits] Commit in nss-mdns/repos (8 files)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Mon Aug 18 08:44:18 UTC 2014
Date: Monday, August 18, 2014 @ 10:44:18
Author: bpiotrowski
Revision: 220195
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
nss-mdns/repos/extra-i686/PKGBUILD
(from rev 220194, nss-mdns/trunk/PKGBUILD)
nss-mdns/repos/extra-i686/nss-mdns.install
(from rev 220194, nss-mdns/trunk/nss-mdns.install)
nss-mdns/repos/extra-x86_64/PKGBUILD
(from rev 220194, nss-mdns/trunk/PKGBUILD)
nss-mdns/repos/extra-x86_64/nss-mdns.install
(from rev 220194, nss-mdns/trunk/nss-mdns.install)
Deleted:
nss-mdns/repos/extra-i686/PKGBUILD
nss-mdns/repos/extra-i686/nss-mdns.install
nss-mdns/repos/extra-x86_64/PKGBUILD
nss-mdns/repos/extra-x86_64/nss-mdns.install
-------------------------------+
/PKGBUILD | 62 ++++++++++++++++++++++++++++++++++++++++
/nss-mdns.install | 40 +++++++++++++++++++++++++
extra-i686/PKGBUILD | 30 -------------------
extra-i686/nss-mdns.install | 20 ------------
extra-x86_64/PKGBUILD | 30 -------------------
extra-x86_64/nss-mdns.install | 20 ------------
6 files changed, 102 insertions(+), 100 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2014-08-18 08:44:15 UTC (rev 220194)
+++ extra-i686/PKGBUILD 2014-08-18 08:44:18 UTC (rev 220195)
@@ -1,30 +0,0 @@
-# $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
-}
-
Copied: nss-mdns/repos/extra-i686/PKGBUILD (from rev 220194, nss-mdns/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-18 08:44:18 UTC (rev 220195)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Travis Willard <travis at archlinux.org>
+
+pkgname=nss-mdns
+pkgver=0.10
+pkgrel=6
+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://pkgs.fedoraproject.org/repo/pkgs/nss-mdns/nss-mdns-$pkgver.tar.gz/03938f17646efbb50aa70ba5f99f51d7/nss-mdns-$pkgver.tar.gz")
+md5sums=('03938f17646efbb50aa70ba5f99f51d7')
+
+build() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --disable-lynx
+ make
+}
+
+package() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
+
Deleted: extra-i686/nss-mdns.install
===================================================================
--- extra-i686/nss-mdns.install 2014-08-18 08:44:15 UTC (rev 220194)
+++ extra-i686/nss-mdns.install 2014-08-18 08:44:18 UTC (rev 220195)
@@ -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 220194, nss-mdns/trunk/nss-mdns.install)
===================================================================
--- extra-i686/nss-mdns.install (rev 0)
+++ extra-i686/nss-mdns.install 2014-08-18 08:44:18 UTC (rev 220195)
@@ -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 2014-08-18 08:44:15 UTC (rev 220194)
+++ extra-x86_64/PKGBUILD 2014-08-18 08:44:18 UTC (rev 220195)
@@ -1,30 +0,0 @@
-# $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
-}
-
Copied: nss-mdns/repos/extra-x86_64/PKGBUILD (from rev 220194, nss-mdns/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2014-08-18 08:44:18 UTC (rev 220195)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Travis Willard <travis at archlinux.org>
+
+pkgname=nss-mdns
+pkgver=0.10
+pkgrel=6
+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://pkgs.fedoraproject.org/repo/pkgs/nss-mdns/nss-mdns-$pkgver.tar.gz/03938f17646efbb50aa70ba5f99f51d7/nss-mdns-$pkgver.tar.gz")
+md5sums=('03938f17646efbb50aa70ba5f99f51d7')
+
+build() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --disable-lynx
+ make
+}
+
+package() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
+
Deleted: extra-x86_64/nss-mdns.install
===================================================================
--- extra-x86_64/nss-mdns.install 2014-08-18 08:44:15 UTC (rev 220194)
+++ extra-x86_64/nss-mdns.install 2014-08-18 08:44:18 UTC (rev 220195)
@@ -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 220194, nss-mdns/trunk/nss-mdns.install)
===================================================================
--- extra-x86_64/nss-mdns.install (rev 0)
+++ extra-x86_64/nss-mdns.install 2014-08-18 08:44:18 UTC (rev 220195)
@@ -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