Date: Tuesday, October 10, 2017 @ 11:16:10
  Author: eworm
Revision: 262293

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

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

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

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD     2017-10-10 11:16:02 UTC (rev 262292)
+++ community-testing-i686/PKGBUILD     2017-10-10 11:16:10 UTC (rev 262293)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse <[email protected]>
-# Contributor: Sven-Hendrik Haase <[email protected]>
-# Contributor: Ionut Biru <[email protected]>
-# Contributor: Gerhard Brauer <[email protected]>
-
-pkgname=nbd
-pkgver=3.16.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=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz";
-       'config'
-       'nbd.service'
-       'sysusers_nbd.conf')
-sha256sums=('422f62bdf6e6b973bd82083dc52b6577396fe00aa6607837ac464e476124155b'
-            '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/[email protected] 
"${pkgdir}"/usr/lib/systemd/system/[email protected]
-
-  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-testing-i686/PKGBUILD (from rev 262292, 
nbd/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2017-10-10 11:16:10 UTC (rev 262293)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Christian Hesse <[email protected]>
+# Contributor: Sven-Hendrik Haase <[email protected]>
+# Contributor: Ionut Biru <[email protected]>
+# Contributor: Gerhard Brauer <[email protected]>
+
+pkgname=nbd
+pkgver=3.16.2
+pkgrel=2
+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=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz";
+       'config'
+       'nbd.service'
+       'sysusers_nbd.conf')
+sha256sums=('422f62bdf6e6b973bd82083dc52b6577396fe00aa6607837ac464e476124155b'
+            'ee2e9fbbeb8a8b9b71d16b6f32eb41788f6def9d00cc4a47897ed3cb97cdde7c'
+            '1b1add55d82d7623eabf7ff3dfec15c1fbe3c340fa74160df3d60e91eb1c71ba'
+            '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/[email protected] 
"${pkgdir}"/usr/lib/systemd/system/[email protected]
+
+  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-testing-i686/config
===================================================================
--- community-testing-i686/config       2017-10-10 11:16:02 UTC (rev 262292)
+++ community-testing-i686/config       2017-10-10 11:16:10 UTC (rev 262293)
@@ -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-testing-i686/config (from rev 262292, 
nbd/trunk/config)
===================================================================
--- community-testing-i686/config                               (rev 0)
+++ community-testing-i686/config       2017-10-10 11:16:10 UTC (rev 262293)
@@ -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-testing-i686/nbd.service
===================================================================
--- community-testing-i686/nbd.service  2017-10-10 11:16:02 UTC (rev 262292)
+++ community-testing-i686/nbd.service  2017-10-10 11:16:10 UTC (rev 262293)
@@ -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-testing-i686/nbd.service (from rev 262292, 
nbd/trunk/nbd.service)
===================================================================
--- community-testing-i686/nbd.service                          (rev 0)
+++ community-testing-i686/nbd.service  2017-10-10 11:16:10 UTC (rev 262293)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Network Block Device Server
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/nbd-server
+ProtectSystem=full
+ProtectHome=on
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-testing-i686/sysusers_nbd.conf
===================================================================
--- community-testing-i686/sysusers_nbd.conf    2017-10-10 11:16:02 UTC (rev 
262292)
+++ community-testing-i686/sysusers_nbd.conf    2017-10-10 11:16:10 UTC (rev 
262293)
@@ -1 +0,0 @@
-u nbd 44 "Network Block Device" /var/empty

Copied: nbd/repos/community-testing-i686/sysusers_nbd.conf (from rev 262292, 
nbd/trunk/sysusers_nbd.conf)
===================================================================
--- community-testing-i686/sysusers_nbd.conf                            (rev 0)
+++ community-testing-i686/sysusers_nbd.conf    2017-10-10 11:16:10 UTC (rev 
262293)
@@ -0,0 +1 @@
+u nbd 44 "Network Block Device" /var/empty

Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD   2017-10-10 11:16:02 UTC (rev 262292)
+++ community-testing-x86_64/PKGBUILD   2017-10-10 11:16:10 UTC (rev 262293)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse <[email protected]>
-# Contributor: Sven-Hendrik Haase <[email protected]>
-# Contributor: Ionut Biru <[email protected]>
-# Contributor: Gerhard Brauer <[email protected]>
-
-pkgname=nbd
-pkgver=3.16.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=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz";
-       'config'
-       'nbd.service'
-       'sysusers_nbd.conf')
-sha256sums=('422f62bdf6e6b973bd82083dc52b6577396fe00aa6607837ac464e476124155b'
-            '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/[email protected] 
"${pkgdir}"/usr/lib/systemd/system/[email protected]
-
-  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-testing-x86_64/PKGBUILD (from rev 262292, 
nbd/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-10-10 11:16:10 UTC (rev 262293)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Christian Hesse <[email protected]>
+# Contributor: Sven-Hendrik Haase <[email protected]>
+# Contributor: Ionut Biru <[email protected]>
+# Contributor: Gerhard Brauer <[email protected]>
+
+pkgname=nbd
+pkgver=3.16.2
+pkgrel=2
+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=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz";
+       'config'
+       'nbd.service'
+       'sysusers_nbd.conf')
+sha256sums=('422f62bdf6e6b973bd82083dc52b6577396fe00aa6607837ac464e476124155b'
+            'ee2e9fbbeb8a8b9b71d16b6f32eb41788f6def9d00cc4a47897ed3cb97cdde7c'
+            '1b1add55d82d7623eabf7ff3dfec15c1fbe3c340fa74160df3d60e91eb1c71ba'
+            '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/[email protected] 
"${pkgdir}"/usr/lib/systemd/system/[email protected]
+
+  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-testing-x86_64/config
===================================================================
--- community-testing-x86_64/config     2017-10-10 11:16:02 UTC (rev 262292)
+++ community-testing-x86_64/config     2017-10-10 11:16:10 UTC (rev 262293)
@@ -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-testing-x86_64/config (from rev 262292, 
nbd/trunk/config)
===================================================================
--- community-testing-x86_64/config                             (rev 0)
+++ community-testing-x86_64/config     2017-10-10 11:16:10 UTC (rev 262293)
@@ -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-testing-x86_64/nbd.service
===================================================================
--- community-testing-x86_64/nbd.service        2017-10-10 11:16:02 UTC (rev 
262292)
+++ community-testing-x86_64/nbd.service        2017-10-10 11:16:10 UTC (rev 
262293)
@@ -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-testing-x86_64/nbd.service (from rev 262292, 
nbd/trunk/nbd.service)
===================================================================
--- community-testing-x86_64/nbd.service                                (rev 0)
+++ community-testing-x86_64/nbd.service        2017-10-10 11:16:10 UTC (rev 
262293)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Network Block Device Server
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/nbd-server
+ProtectSystem=full
+ProtectHome=on
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-testing-x86_64/sysusers_nbd.conf
===================================================================
--- community-testing-x86_64/sysusers_nbd.conf  2017-10-10 11:16:02 UTC (rev 
262292)
+++ community-testing-x86_64/sysusers_nbd.conf  2017-10-10 11:16:10 UTC (rev 
262293)
@@ -1 +0,0 @@
-u nbd 44 "Network Block Device" /var/empty

Copied: nbd/repos/community-testing-x86_64/sysusers_nbd.conf (from rev 262292, 
nbd/trunk/sysusers_nbd.conf)
===================================================================
--- community-testing-x86_64/sysusers_nbd.conf                          (rev 0)
+++ community-testing-x86_64/sysusers_nbd.conf  2017-10-10 11:16:10 UTC (rev 
262293)
@@ -0,0 +1 @@
+u nbd 44 "Network Block Device" /var/empty

Reply via email to