[arch-commits] Commit in nbd/repos (16 files)

Christian Hesse eworm at archlinux.org
Wed Feb 22 06:30:55 UTC 2017


    Date: Wednesday, February 22, 2017 @ 06:30:55
  Author: eworm
Revision: 213437

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

Added:
  nbd/repos/community-i686/PKGBUILD
    (from rev 213436, nbd/trunk/PKGBUILD)
  nbd/repos/community-i686/config
    (from rev 213436, nbd/trunk/config)
  nbd/repos/community-i686/nbd.service
    (from rev 213436, nbd/trunk/nbd.service)
  nbd/repos/community-i686/sysusers_nbd.conf
    (from rev 213436, nbd/trunk/sysusers_nbd.conf)
  nbd/repos/community-x86_64/PKGBUILD
    (from rev 213436, nbd/trunk/PKGBUILD)
  nbd/repos/community-x86_64/config
    (from rev 213436, nbd/trunk/config)
  nbd/repos/community-x86_64/nbd.service
    (from rev 213436, nbd/trunk/nbd.service)
  nbd/repos/community-x86_64/sysusers_nbd.conf
    (from rev 213436, nbd/trunk/sysusers_nbd.conf)
Deleted:
  nbd/repos/community-i686/PKGBUILD
  nbd/repos/community-i686/config
  nbd/repos/community-i686/nbd.service
  nbd/repos/community-i686/sysusers_nbd.conf
  nbd/repos/community-x86_64/PKGBUILD
  nbd/repos/community-x86_64/config
  nbd/repos/community-x86_64/nbd.service
  nbd/repos/community-x86_64/sysusers_nbd.conf

------------------------------------+
 /PKGBUILD                          |  110 +++++++++++++++++++++++++++++++++++
 /config                            |   42 +++++++++++++
 /nbd.service                       |   20 ++++++
 /sysusers_nbd.conf                 |    2 
 community-i686/PKGBUILD            |   55 -----------------
 community-i686/config              |   21 ------
 community-i686/nbd.service         |   10 ---
 community-i686/sysusers_nbd.conf   |    1 
 community-x86_64/PKGBUILD          |   55 -----------------
 community-x86_64/config            |   21 ------
 community-x86_64/nbd.service       |   10 ---
 community-x86_64/sysusers_nbd.conf |    1 
 12 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-22 06:30:27 UTC (rev 213436)
+++ community-i686/PKGBUILD	2017-02-22 06:30:55 UTC (rev 213437)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse <mail at eworm.de>
-# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Gerhard Brauer <gerbra at archlinux.de>
-
-pkgname=nbd
-pkgver=3.15.1
-pkgrel=3
-pkgdesc="tools for network block devices, allowing you to use remote block devices over TCP/IP"
-arch=('i686' 'x86_64')
-url="http://nbd.sourceforge.net"
-license=('GPL')
-depends=('glib2' 'gnutls')
-backup=('etc/nbd-server/config')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz"
-	'config'
-	'nbd.service'
-	'sysusers_nbd.conf')
-sha256sums=('ac1108dfdaffe1cf01f5f0f34c738771184bf6ff4a503edefaf10a961f8b8745'
-            'ee2e9fbbeb8a8b9b71d16b6f32eb41788f6def9d00cc4a47897ed3cb97cdde7c'
-            '7f57d8764f9bf974ed407835467141ff54c9ed05471312a20437b398834c1f0c'
-            '11bbab28111c519d043bd96934e16508fe1483c9741e781eea9b9544b111505d')
-
-build(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure \
-    --prefix=/usr \
-    --sbindir=/usr/bin \
-    --sysconfdir=/etc \
-    --enable-syslog
-
-  make
-}
-
-# checks still fail...
-#check() {
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-#
-#  make check
-#}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 systemd/nbd at .service "${pkgdir}"/usr/lib/systemd/system/nbd at .service
-
-  install -D -m644 "${srcdir}"/config "${pkgdir}"/etc/nbd-server/config
-  install -D -m644 "${srcdir}"/nbd.service "${pkgdir}"/usr/lib/systemd/system/nbd.service
-  install -D -m644 "${srcdir}"/sysusers_nbd.conf "${pkgdir}"/usr/lib/sysusers.d/nbd.conf
-
-  install -D -m644 doc/README "${pkgdir}"/usr/share/doc/nbd/README
-}

Copied: nbd/repos/community-i686/PKGBUILD (from rev 213436, nbd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-22 06:30:55 UTC (rev 213437)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Gerhard Brauer <gerbra at archlinux.de>
+
+pkgname=nbd
+pkgver=3.15.2
+pkgrel=1
+pkgdesc="tools for network block devices, allowing you to use remote block devices over TCP/IP"
+arch=('i686' 'x86_64')
+url="http://nbd.sourceforge.net"
+license=('GPL')
+depends=('glib2' 'gnutls')
+backup=('etc/nbd-server/config')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz"
+	'config'
+	'nbd.service'
+	'sysusers_nbd.conf')
+sha256sums=('cf188ebdad3d317742b874fb8669faa437ee9fab4005e71b049bc301011af344'
+            'ee2e9fbbeb8a8b9b71d16b6f32eb41788f6def9d00cc4a47897ed3cb97cdde7c'
+            '7f57d8764f9bf974ed407835467141ff54c9ed05471312a20437b398834c1f0c'
+            '11bbab28111c519d043bd96934e16508fe1483c9741e781eea9b9544b111505d')
+
+build(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --sysconfdir=/etc \
+    --enable-syslog
+
+  make
+}
+
+# checks still fail...
+#check() {
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+#
+#  make check
+#}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 systemd/nbd at .service "${pkgdir}"/usr/lib/systemd/system/nbd at .service
+
+  install -D -m644 "${srcdir}"/config "${pkgdir}"/etc/nbd-server/config
+  install -D -m644 "${srcdir}"/nbd.service "${pkgdir}"/usr/lib/systemd/system/nbd.service
+  install -D -m644 "${srcdir}"/sysusers_nbd.conf "${pkgdir}"/usr/lib/sysusers.d/nbd.conf
+
+  install -D -m644 doc/README "${pkgdir}"/usr/share/doc/nbd/README
+}

Deleted: community-i686/config
===================================================================
--- community-i686/config	2017-02-22 06:30:27 UTC (rev 213436)
+++ community-i686/config	2017-02-22 06:30:55 UTC (rev 213437)
@@ -1,21 +0,0 @@
-[generic]
-	# The [generic] section is required, even if nothing is specified
-	# there.
-	# When either of these options are specified, nbd-server drops
-	# privileges to the given user and group after opening ports, but
-	# _before_ opening files.
-	user = nbd
-	group = nbd
-[export1]
-	exportname = /export/nbd/export1-file
-	authfile = /export/nbd/export1-authfile
-	timeout = 30
-	filesize = 10000000
-	readonly = false
-	multifile = false
-	copyonwrite = false
-	prerun = dd if=/dev/zero of=%s bs=1k count=500
-	postrun = rm -f %s
-[otherexport]
-	exportname = /export/nbd/experiment
-	# The other options are all optional.

Copied: nbd/repos/community-i686/config (from rev 213436, nbd/trunk/config)
===================================================================
--- community-i686/config	                        (rev 0)
+++ community-i686/config	2017-02-22 06:30:55 UTC (rev 213437)
@@ -0,0 +1,21 @@
+[generic]
+	# The [generic] section is required, even if nothing is specified
+	# there.
+	# When either of these options are specified, nbd-server drops
+	# privileges to the given user and group after opening ports, but
+	# _before_ opening files.
+	user = nbd
+	group = nbd
+[export1]
+	exportname = /export/nbd/export1-file
+	authfile = /export/nbd/export1-authfile
+	timeout = 30
+	filesize = 10000000
+	readonly = false
+	multifile = false
+	copyonwrite = false
+	prerun = dd if=/dev/zero of=%s bs=1k count=500
+	postrun = rm -f %s
+[otherexport]
+	exportname = /export/nbd/experiment
+	# The other options are all optional.

Deleted: community-i686/nbd.service
===================================================================
--- community-i686/nbd.service	2017-02-22 06:30:27 UTC (rev 213436)
+++ community-i686/nbd.service	2017-02-22 06:30:55 UTC (rev 213437)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Network Block Device Server
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/nbd-server
-
-[Install]
-WantedBy=multi-user.target

Copied: nbd/repos/community-i686/nbd.service (from rev 213436, nbd/trunk/nbd.service)
===================================================================
--- community-i686/nbd.service	                        (rev 0)
+++ community-i686/nbd.service	2017-02-22 06:30:55 UTC (rev 213437)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Network Block Device Server
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/nbd-server
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-i686/sysusers_nbd.conf
===================================================================
--- community-i686/sysusers_nbd.conf	2017-02-22 06:30:27 UTC (rev 213436)
+++ community-i686/sysusers_nbd.conf	2017-02-22 06:30:55 UTC (rev 213437)
@@ -1 +0,0 @@
-u nbd 44 "Network Block Device" /var/empty

Copied: nbd/repos/community-i686/sysusers_nbd.conf (from rev 213436, nbd/trunk/sysusers_nbd.conf)
===================================================================
--- community-i686/sysusers_nbd.conf	                        (rev 0)
+++ community-i686/sysusers_nbd.conf	2017-02-22 06:30:55 UTC (rev 213437)
@@ -0,0 +1 @@
+u nbd 44 "Network Block Device" /var/empty

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-02-22 06:30:27 UTC (rev 213436)
+++ community-x86_64/PKGBUILD	2017-02-22 06:30:55 UTC (rev 213437)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse <mail at eworm.de>
-# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Gerhard Brauer <gerbra at archlinux.de>
-
-pkgname=nbd
-pkgver=3.15.1
-pkgrel=3
-pkgdesc="tools for network block devices, allowing you to use remote block devices over TCP/IP"
-arch=('i686' 'x86_64')
-url="http://nbd.sourceforge.net"
-license=('GPL')
-depends=('glib2' 'gnutls')
-backup=('etc/nbd-server/config')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz"
-	'config'
-	'nbd.service'
-	'sysusers_nbd.conf')
-sha256sums=('ac1108dfdaffe1cf01f5f0f34c738771184bf6ff4a503edefaf10a961f8b8745'
-            'ee2e9fbbeb8a8b9b71d16b6f32eb41788f6def9d00cc4a47897ed3cb97cdde7c'
-            '7f57d8764f9bf974ed407835467141ff54c9ed05471312a20437b398834c1f0c'
-            '11bbab28111c519d043bd96934e16508fe1483c9741e781eea9b9544b111505d')
-
-build(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure \
-    --prefix=/usr \
-    --sbindir=/usr/bin \
-    --sysconfdir=/etc \
-    --enable-syslog
-
-  make
-}
-
-# checks still fail...
-#check() {
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-#
-#  make check
-#}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 systemd/nbd at .service "${pkgdir}"/usr/lib/systemd/system/nbd at .service
-
-  install -D -m644 "${srcdir}"/config "${pkgdir}"/etc/nbd-server/config
-  install -D -m644 "${srcdir}"/nbd.service "${pkgdir}"/usr/lib/systemd/system/nbd.service
-  install -D -m644 "${srcdir}"/sysusers_nbd.conf "${pkgdir}"/usr/lib/sysusers.d/nbd.conf
-
-  install -D -m644 doc/README "${pkgdir}"/usr/share/doc/nbd/README
-}

Copied: nbd/repos/community-x86_64/PKGBUILD (from rev 213436, nbd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-22 06:30:55 UTC (rev 213437)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Gerhard Brauer <gerbra at archlinux.de>
+
+pkgname=nbd
+pkgver=3.15.2
+pkgrel=1
+pkgdesc="tools for network block devices, allowing you to use remote block devices over TCP/IP"
+arch=('i686' 'x86_64')
+url="http://nbd.sourceforge.net"
+license=('GPL')
+depends=('glib2' 'gnutls')
+backup=('etc/nbd-server/config')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz"
+	'config'
+	'nbd.service'
+	'sysusers_nbd.conf')
+sha256sums=('cf188ebdad3d317742b874fb8669faa437ee9fab4005e71b049bc301011af344'
+            'ee2e9fbbeb8a8b9b71d16b6f32eb41788f6def9d00cc4a47897ed3cb97cdde7c'
+            '7f57d8764f9bf974ed407835467141ff54c9ed05471312a20437b398834c1f0c'
+            '11bbab28111c519d043bd96934e16508fe1483c9741e781eea9b9544b111505d')
+
+build(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --sysconfdir=/etc \
+    --enable-syslog
+
+  make
+}
+
+# checks still fail...
+#check() {
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+#
+#  make check
+#}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 systemd/nbd at .service "${pkgdir}"/usr/lib/systemd/system/nbd at .service
+
+  install -D -m644 "${srcdir}"/config "${pkgdir}"/etc/nbd-server/config
+  install -D -m644 "${srcdir}"/nbd.service "${pkgdir}"/usr/lib/systemd/system/nbd.service
+  install -D -m644 "${srcdir}"/sysusers_nbd.conf "${pkgdir}"/usr/lib/sysusers.d/nbd.conf
+
+  install -D -m644 doc/README "${pkgdir}"/usr/share/doc/nbd/README
+}

Deleted: community-x86_64/config
===================================================================
--- community-x86_64/config	2017-02-22 06:30:27 UTC (rev 213436)
+++ community-x86_64/config	2017-02-22 06:30:55 UTC (rev 213437)
@@ -1,21 +0,0 @@
-[generic]
-	# The [generic] section is required, even if nothing is specified
-	# there.
-	# When either of these options are specified, nbd-server drops
-	# privileges to the given user and group after opening ports, but
-	# _before_ opening files.
-	user = nbd
-	group = nbd
-[export1]
-	exportname = /export/nbd/export1-file
-	authfile = /export/nbd/export1-authfile
-	timeout = 30
-	filesize = 10000000
-	readonly = false
-	multifile = false
-	copyonwrite = false
-	prerun = dd if=/dev/zero of=%s bs=1k count=500
-	postrun = rm -f %s
-[otherexport]
-	exportname = /export/nbd/experiment
-	# The other options are all optional.

Copied: nbd/repos/community-x86_64/config (from rev 213436, nbd/trunk/config)
===================================================================
--- community-x86_64/config	                        (rev 0)
+++ community-x86_64/config	2017-02-22 06:30:55 UTC (rev 213437)
@@ -0,0 +1,21 @@
+[generic]
+	# The [generic] section is required, even if nothing is specified
+	# there.
+	# When either of these options are specified, nbd-server drops
+	# privileges to the given user and group after opening ports, but
+	# _before_ opening files.
+	user = nbd
+	group = nbd
+[export1]
+	exportname = /export/nbd/export1-file
+	authfile = /export/nbd/export1-authfile
+	timeout = 30
+	filesize = 10000000
+	readonly = false
+	multifile = false
+	copyonwrite = false
+	prerun = dd if=/dev/zero of=%s bs=1k count=500
+	postrun = rm -f %s
+[otherexport]
+	exportname = /export/nbd/experiment
+	# The other options are all optional.

Deleted: community-x86_64/nbd.service
===================================================================
--- community-x86_64/nbd.service	2017-02-22 06:30:27 UTC (rev 213436)
+++ community-x86_64/nbd.service	2017-02-22 06:30:55 UTC (rev 213437)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Network Block Device Server
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/nbd-server
-
-[Install]
-WantedBy=multi-user.target

Copied: nbd/repos/community-x86_64/nbd.service (from rev 213436, nbd/trunk/nbd.service)
===================================================================
--- community-x86_64/nbd.service	                        (rev 0)
+++ community-x86_64/nbd.service	2017-02-22 06:30:55 UTC (rev 213437)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Network Block Device Server
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/nbd-server
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/sysusers_nbd.conf
===================================================================
--- community-x86_64/sysusers_nbd.conf	2017-02-22 06:30:27 UTC (rev 213436)
+++ community-x86_64/sysusers_nbd.conf	2017-02-22 06:30:55 UTC (rev 213437)
@@ -1 +0,0 @@
-u nbd 44 "Network Block Device" /var/empty

Copied: nbd/repos/community-x86_64/sysusers_nbd.conf (from rev 213436, nbd/trunk/sysusers_nbd.conf)
===================================================================
--- community-x86_64/sysusers_nbd.conf	                        (rev 0)
+++ community-x86_64/sysusers_nbd.conf	2017-02-22 06:30:55 UTC (rev 213437)
@@ -0,0 +1 @@
+u nbd 44 "Network Block Device" /var/empty



More information about the arch-commits mailing list