[arch-commits] Commit in inn/trunk (PKGBUILD)

2020-11-12 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 19:11:27
  Author: felixonmars
Revision: 753357

upgpkg: inn 2.6.3-6: Python 3.9 rebuild

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 19:11:12 UTC (rev 753356)
+++ PKGBUILD2020-11-12 19:11:27 UTC (rev 753357)
@@ -4,7 +4,7 @@
 
 pkgname=inn
 pkgver=2.6.3
-pkgrel=5
+pkgrel=6
 pkgdesc="Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers."
 url="https://www.isc.org/othersoftware/;
 arch=('x86_64')


[arch-commits] Commit in inn/trunk (PKGBUILD)

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 16:17:56
  Author: felixonmars
Revision: 649724

upgpkg: inn 2.6.3-5: Perl 5.32 rebuild

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 16:17:46 UTC (rev 649723)
+++ PKGBUILD2020-06-21 16:17:56 UTC (rev 649724)
@@ -4,7 +4,7 @@
 
 pkgname=inn
 pkgver=2.6.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers."
 url="https://www.isc.org/othersoftware/;
 arch=('x86_64')


[arch-commits] Commit in inn/trunk (PKGBUILD)

2020-06-21 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 21, 2020 @ 16:15:32
  Author: foutrelis
Revision: 649705

Add -fcommon workaround for GCC 10

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 16:15:29 UTC (rev 649704)
+++ PKGBUILD2020-06-21 16:15:32 UTC (rev 649705)
@@ -67,6 +67,7 @@
 
 build() {
   cd "$srcdir"/inn-$pkgver
+  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
   PYTHON=/usr/bin/python ./configure --prefix=/usr \
--includedir=/usr/include/inn \
--sbindir=/usr/sbin \


[arch-commits] Commit in inn/trunk (PKGBUILD)

2020-01-01 Thread Jelle van der Waa via arch-commits
Date: Wednesday, January 1, 2020 @ 19:33:59
  Author: jelle
Revision: 545896

upgpkg: inn 2.6.3-4

Switch package to python3

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-01 19:32:31 UTC (rev 545895)
+++ PKGBUILD2020-01-01 19:33:59 UTC (rev 545896)
@@ -4,14 +4,14 @@
 
 pkgname=inn
 pkgver=2.6.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers."
 url="https://www.isc.org/othersoftware/;
 arch=('x86_64')
 license=("custom:INN")
 depends=('openssl' 'perl-mime-tools')
-makedepends=('make' 'bison' 'python2' 'gcc' 'smtp-forwarder' 'libsasl')
-optdepends=('python2' 'libsasl')
+makedepends=('make' 'bison' 'python' 'gcc' 'smtp-forwarder' 'libsasl')
+optdepends=('python' 'libsasl')
 options=(emptydirs docs zipman)
 install=inn.install
 backup=(etc/inn/innwatch.ctl
@@ -67,7 +67,7 @@
 
 build() {
   cd "$srcdir"/inn-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  PYTHON=/usr/bin/python ./configure --prefix=/usr \
--includedir=/usr/include/inn \
--sbindir=/usr/sbin \
--with-libtool \


[arch-commits] Commit in inn/trunk (PKGBUILD)

2019-10-01 Thread Sergej Pupykin via arch-commits
Date: Tuesday, October 1, 2019 @ 19:57:09
  Author: spupykin
Revision: 512395

fix url

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-01 19:47:54 UTC (rev 512394)
+++ PKGBUILD2019-10-01 19:57:09 UTC (rev 512395)
@@ -6,7 +6,7 @@
 pkgver=2.6.3
 pkgrel=3
 pkgdesc="Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers."
-url="https://www.isc.org/software/inn/;
+url="https://www.isc.org/othersoftware/;
 arch=('x86_64')
 license=("custom:INN")
 depends=('openssl' 'perl-mime-tools')


[arch-commits] Commit in inn/trunk (PKGBUILD)

2019-06-01 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 14:25:25
  Author: felixonmars
Revision: 476501

Perl 5.30 rebuild

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:24:41 UTC (rev 476500)
+++ PKGBUILD2019-06-01 14:25:25 UTC (rev 476501)
@@ -4,7 +4,7 @@
 
 pkgname=inn
 pkgver=2.6.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers."
 url="https://www.isc.org/software/inn/;
 arch=('x86_64')


[arch-commits] Commit in inn/trunk (PKGBUILD)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:52:06
  Author: foutrelis
Revision: 470529

Perl 5.30 rebuild

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:51:34 UTC (rev 470528)
+++ PKGBUILD2019-05-25 11:52:06 UTC (rev 470529)
@@ -4,7 +4,7 @@
 
 pkgname=inn
 pkgver=2.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers."
 url="https://www.isc.org/software/inn/;
 arch=('x86_64')


[arch-commits] Commit in inn/trunk (PKGBUILD)

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 17:48:46
  Author: felixonmars
Revision: 433599

upgpkg: inn 2.6.3-1

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 17:47:57 UTC (rev 433598)
+++ PKGBUILD2019-02-16 17:48:46 UTC (rev 433599)
@@ -3,8 +3,8 @@
 # Contributor: Edward Tjörnhammar 
 
 pkgname=inn
-pkgver=2.6.2
-pkgrel=2
+pkgver=2.6.3
+pkgrel=1
 pkgdesc="Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers."
 url="http://www.isc.org/software/inn/;
 arch=('x86_64')
@@ -59,7 +59,7 @@
innd.service
inn.tmpfiles
inn.sysusers)
-sha256sums=('f70ee423765d39efc0b1727e0ac2ed9e1ed1de833a96130ae890eb5e6cdf41d0'
+sha256sums=('bd914ac421f8e71a36dc95cef0655a05dd162eb68f5893cc4028642209015256'
 'SKIP'
 'b8658c900f5bce5d0b09b595496137e5f3e93bbcdc1fb1f751783e6e2873de21'
 'f58a06718396628bf110de21c052cf29c0d2e7bd0c7bd645d43b592b6ac549d4'


[arch-commits] Commit in inn/trunk (PKGBUILD)

2018-08-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 1, 2018 @ 12:29:55
  Author: foutrelis
Revision: 366824

Perl 5.28 rebuild

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-01 12:29:36 UTC (rev 366823)
+++ PKGBUILD2018-08-01 12:29:55 UTC (rev 366824)
@@ -5,7 +5,7 @@
 
 pkgname=inn
 pkgver=2.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers."
 url="http://www.isc.org/software/inn/;
 arch=('x86_64')


[arch-commits] Commit in inn/trunk (PKGBUILD)

2018-03-20 Thread Sergej Pupykin via arch-commits
Date: Tuesday, March 20, 2018 @ 12:03:51
  Author: spupykin
Revision: 309588

upgpkg: inn 2.6.2-1

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-20 12:03:42 UTC (rev 309587)
+++ PKGBUILD2018-03-20 12:03:51 UTC (rev 309588)
@@ -4,8 +4,8 @@
 # Contributor: Edward Tjörnhammar 
 
 pkgname=inn
-pkgver=2.6.1
-pkgrel=6
+pkgver=2.6.2
+pkgrel=1
 pkgdesc="Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers."
 url="http://www.isc.org/software/inn/;
 arch=('x86_64')
@@ -60,7 +60,7 @@
innd.service
inn.tmpfiles
inn.sysusers)
-sha256sums=('50f03516d39922f5c4db68915d2a70c8d5ffe8c14a16ba01029c148700523bda'
+sha256sums=('f70ee423765d39efc0b1727e0ac2ed9e1ed1de833a96130ae890eb5e6cdf41d0'
 'SKIP'
 'b8658c900f5bce5d0b09b595496137e5f3e93bbcdc1fb1f751783e6e2873de21'
 'f58a06718396628bf110de21c052cf29c0d2e7bd0c7bd645d43b592b6ac549d4'


[arch-commits] Commit in inn/trunk (PKGBUILD inn.install inn.sysusers site.make.patch)

2018-01-17 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 17, 2018 @ 16:03:07
  Author: spupykin
Revision: 283732

upgpkg: inn 2.6.1-6

Added:
  inn/trunk/inn.sysusers
Modified:
  inn/trunk/PKGBUILD
  inn/trunk/inn.install
Deleted:
  inn/trunk/site.make.patch

-+
 PKGBUILD|   14 --
 inn.install |9 +++--
 inn.sysusers|3 +++
 site.make.patch |   32 
 4 files changed, 10 insertions(+), 48 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-17 15:50:44 UTC (rev 283731)
+++ PKGBUILD2018-01-17 16:03:07 UTC (rev 283732)
@@ -5,7 +5,7 @@
 
 pkgname=inn
 pkgver=2.6.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers."
 url="http://www.isc.org/software/inn/;
 arch=('x86_64')
@@ -59,20 +59,13 @@
 source=(https://ftp.isc.org/isc/inn/inn-$pkgver.tar.gz{,.asc}
innd.service
inn.tmpfiles
-   site.make.patch)
+   inn.sysusers)
 sha256sums=('50f03516d39922f5c4db68915d2a70c8d5ffe8c14a16ba01029c148700523bda'
 'SKIP'
 'b8658c900f5bce5d0b09b595496137e5f3e93bbcdc1fb1f751783e6e2873de21'
 'f58a06718396628bf110de21c052cf29c0d2e7bd0c7bd645d43b592b6ac549d4'
-'66cc0532702177b9554d7864bde28997937c75047716f2bac5feda25594b3818')
+'a8c269bc006eb39a140af1538a0812c54ea11f444867c28f5e9792bfdd4df71a')
 
-prepare() {
-  cd "$srcdir"/inn-$pkgver
-#  sed -i 's|-export-dynamic gnu|-export-dynamic|' Makefile.global
-#  [ $NOEXTRACT -eq 1 ] || patch -p3 < "$srcdir"/site.make.patch
-#  sed -i 's|#define L_NOTICE.*|#define L_NOTICE LOG_NOTICE|' 
include/inn/options.h
-}
-
 build() {
   cd "$srcdir"/inn-$pkgver
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
@@ -132,6 +125,7 @@
   chmod 0 "$pkgdir"/usr/bin/innbind
 
   install -Dm0644 "$srcdir"/innd.service 
"$pkgdir"/usr/lib/systemd/system/innd.service
+  install -Dm0644 "$srcdir"/inn.sysusers "$pkgdir"/usr/lib/sysusers.d/inn.conf
   install -Dm0644 "$srcdir"/inn.tmpfiles "$pkgdir"/usr/lib/tmpfiles.d/inn.conf
 
 # template start; name=perl-binary-module-dependency; version=1;

Modified: inn.install
===
--- inn.install 2018-01-17 15:50:44 UTC (rev 283731)
+++ inn.install 2018-01-17 16:03:07 UTC (rev 283732)
@@ -1,13 +1,10 @@
 post_install() {
-   grep -e "^news:; /etc/group 2>&- >&- || groupadd -g 13 -r news 2>&- >&-
-   grep -e "^news:; /etc/passwd 2>&- >&- || useradd -u 9 -r -m -g news 
news 2>&- >&-
-
/usr/bin/makedbz -i -o 2>&- >&-
mkdir /var/log/news 2>&- >&-
 
-   chown news:news -R var/spool/news 2>&- >&-
-   chown news:news var/log/news 2>&- >&-
-   chown news:news -R var/db/inn 2>&- >&-
+   chown 9:13 -R var/spool/news 2>&- >&-
+   chown 9:13 var/log/news 2>&- >&-
+   chown 9:13 -R var/db/inn 2>&- >&-
 
echo ""
echo "->"

Added: inn.sysusers
===
--- inn.sysusers(rev 0)
+++ inn.sysusers2018-01-17 16:03:07 UTC (rev 283732)
@@ -0,0 +1,3 @@
+g news 13 -
+u news 9 - /var/spool/news
+m news news

Deleted: site.make.patch
===
--- site.make.patch 2018-01-17 15:50:44 UTC (rev 283731)
+++ site.make.patch 2018-01-17 16:03:07 UTC (rev 283732)
@@ -1,32 +0,0 @@
 old/src/inn-2.4.5/site/Makefile 2008-06-29 19:56:57.0 +0200
-+++ new/src/inn-2.4.5/site/Makefile 2008-10-09 19:27:59.613208825 +0200
-@@ -52,7 +52,6 @@
- 
- PATH_ACTIVE   = ${PATHDB}/active
- PATH_ACTIVE_TIMES = ${PATHDB}/active.times
--PATH_HISTORY  = ${PATHDB}/history
- PATH_NEWSGROUPS   = ${PATHDB}/newsgroups
- 
- ##  Scripts from above, plus site-specific config files.
-@@ -98,7 +97,7 @@
- ALL_INSTALLED = $(MOST_INSTALLED) $(REST_INSTALLED)
- 
- SPECIAL   = $D$(PATH_ACTIVE) $D$(PATH_ACTIVE_TIMES) \
--  $D$(PATH_NEWSGROUPS) $D$(PATH_HISTORY)
-+  $D$(PATH_NEWSGROUPS)
- 
- ##  Get new versions of everything from samples directory.
- all:  $(ALL) config
-@@ -143,12 +142,6 @@
-   chown $(RUNASUSER) $@
-   chgrp $(RUNASGROUP) $@
-   chmod $(FILEMODE) $@
--$D$(PATH_HISTORY):
--  touch $@
--  chown $(RUNASUSER) $@
--  chgrp $(RUNASGROUP) $@
--  chmod $(FILEMODE) $@
--  test -z "$D" && $(PATHBIN)/makedbz -i -o
- 
- bootstrap:
- 


[arch-commits] Commit in inn/trunk (PKGBUILD)

2017-09-04 Thread Sergej Pupykin
Date: Monday, September 4, 2017 @ 20:26:31
  Author: spupykin
Revision: 255689

upgpkg: inn 2.6.1-5: glibc rebuild

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-04 20:13:09 UTC (rev 255688)
+++ PKGBUILD2017-09-04 20:26:31 UTC (rev 255689)
@@ -5,7 +5,7 @@
 
 pkgname=inn
 pkgver=2.6.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers."
 url="http://www.isc.org/software/inn/;
 arch=('i686' 'x86_64')


[arch-commits] Commit in inn/trunk (PKGBUILD)

2017-08-26 Thread Evangelos Foutras
Date: Saturday, August 26, 2017 @ 15:36:51
  Author: foutrelis
Revision: 254156

Perl versioned binary modules rebuild

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-26 15:36:47 UTC (rev 254155)
+++ PKGBUILD2017-08-26 15:36:51 UTC (rev 254156)
@@ -5,7 +5,7 @@
 
 pkgname=inn
 pkgver=2.6.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers."
 url="http://www.isc.org/software/inn/;
 arch=('i686' 'x86_64')


[arch-commits] Commit in inn/trunk (PKGBUILD)

2017-08-24 Thread Evangelos Foutras
Date: Thursday, August 24, 2017 @ 13:10:29
  Author: foutrelis
Revision: 253217

Perl versioned binary modules rebuild

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-24 13:08:24 UTC (rev 253216)
+++ PKGBUILD2017-08-24 13:10:29 UTC (rev 253217)
@@ -5,7 +5,7 @@
 
 pkgname=inn
 pkgver=2.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers."
 url="http://www.isc.org/software/inn/;
 arch=('i686' 'x86_64')


[arch-commits] Commit in inn/trunk (PKGBUILD)

2017-06-01 Thread Felix Yan
Date: Thursday, June 1, 2017 @ 18:57:54
  Author: felixonmars
Revision: 232551

Perl 5.26 rebuild

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-01 18:45:55 UTC (rev 232550)
+++ PKGBUILD2017-06-01 18:57:54 UTC (rev 232551)
@@ -5,7 +5,7 @@
 
 pkgname=inn
 pkgver=2.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers."
 url="http://www.isc.org/software/inn/;
 arch=('i686' 'x86_64')


[arch-commits] Commit in inn/trunk (PKGBUILD)

2017-03-04 Thread Antonio Rojas
Date: Saturday, March 4, 2017 @ 09:44:09
  Author: arojas
Revision: 214850

openssl 1.1 rebuild

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 09:22:47 UTC (rev 214849)
+++ PKGBUILD2017-03-04 09:44:09 UTC (rev 214850)
@@ -4,8 +4,8 @@
 # Contributor: Edward Tjörnhammar 
 
 pkgname=inn
-pkgver=2.6.0
-pkgrel=5
+pkgver=2.6.1
+pkgrel=1
 pkgdesc="Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers."
 url="http://www.isc.org/software/inn/;
 arch=('i686' 'x86_64')
@@ -60,7 +60,7 @@
innd.service
inn.tmpfiles
site.make.patch)
-sha256sums=('ba96be8e87c2b56bf896c9f96492ed7706beb68e082794f8fabc7058a1804da7'
+sha256sums=('50f03516d39922f5c4db68915d2a70c8d5ffe8c14a16ba01029c148700523bda'
 'SKIP'
 'b8658c900f5bce5d0b09b595496137e5f3e93bbcdc1fb1f751783e6e2873de21'
 'f58a06718396628bf110de21c052cf29c0d2e7bd0c7bd645d43b592b6ac549d4'


[arch-commits] Commit in inn/trunk (PKGBUILD inn.install)

2017-01-24 Thread Sergej Pupykin
Date: Tuesday, January 24, 2017 @ 11:50:16
  Author: spupykin
Revision: 208806

upgpkg: inn 2.6.0-5

upd

Modified:
  inn/trunk/PKGBUILD
  inn/trunk/inn.install

-+
 PKGBUILD|2 +-
 inn.install |1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 11:50:12 UTC (rev 208805)
+++ PKGBUILD2017-01-24 11:50:16 UTC (rev 208806)
@@ -5,7 +5,7 @@
 
 pkgname=inn
 pkgver=2.6.0
-pkgrel=3
+pkgrel=5
 pkgdesc="Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers."
 url="http://www.isc.org/software/inn/;
 arch=('i686' 'x86_64')

Modified: inn.install
===
--- inn.install 2017-01-24 11:50:12 UTC (rev 208805)
+++ inn.install 2017-01-24 11:50:16 UTC (rev 208806)
@@ -19,5 +19,4 @@
echo "-> The default user:group for inn is news:news;
echo "->"
echo ""
-   systemd-tmpfiles --create inn.conf
 }


[arch-commits] Commit in inn/trunk (PKGBUILD)

2016-11-14 Thread Sergej Pupykin
Date: Monday, November 14, 2016 @ 16:01:19
  Author: spupykin
Revision: 195745

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-14 16:00:22 UTC (rev 195744)
+++ PKGBUILD2016-11-14 16:01:19 UTC (rev 195745)
@@ -55,14 +55,16 @@
var/db/inn/history.hash
var/db/inn/history.index
var/db/inn/newsgroups)
-source=(http://ftp.isc.org/isc/inn/inn-$pkgver.tar.gz
+validpgpkeys=('E784364E8DDE7BB370FBD9EAD15D313882004173')
+source=(https://ftp.isc.org/isc/inn/inn-$pkgver.tar.gz{,.asc}
innd.service
inn.tmpfiles
site.make.patch)
-md5sums=('e904c2a4d2f917d79b9cfdc94b17e275'
- '9da925a486fcf0cd67fdf462cbb9c0b4'
- '050b7b3361c673a118739e42349e'
- '960c800026ed6e03901cf0bafdfd53d8')
+sha256sums=('ba96be8e87c2b56bf896c9f96492ed7706beb68e082794f8fabc7058a1804da7'
+'SKIP'
+'b8658c900f5bce5d0b09b595496137e5f3e93bbcdc1fb1f751783e6e2873de21'
+'f58a06718396628bf110de21c052cf29c0d2e7bd0c7bd645d43b592b6ac549d4'
+'66cc0532702177b9554d7864bde28997937c75047716f2bac5feda25594b3818')
 
 prepare() {
   cd "$srcdir"/inn-$pkgver


[arch-commits] Commit in inn/trunk (PKGBUILD)

2016-05-11 Thread Felix Yan
Date: Wednesday, May 11, 2016 @ 08:41:07
  Author: fyan
Revision: 174799

upgpkg: inn 2.6.0-3

rebuild with perl 5.24

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 06:40:52 UTC (rev 174798)
+++ PKGBUILD2016-05-11 06:41:07 UTC (rev 174799)
@@ -5,7 +5,7 @@
 
 pkgname=inn
 pkgver=2.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers."
 url="http://www.isc.org/software/inn/;
 arch=('i686' 'x86_64')


[arch-commits] Commit in inn/trunk (PKGBUILD)

2016-03-04 Thread Bartłomiej Piotrowski
Date: Friday, March 4, 2016 @ 22:07:23
  Author: bpiotrowski
Revision: 164838

OpenSSL 1.0.2g rebuild

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 21:06:07 UTC (rev 164837)
+++ PKGBUILD2016-03-04 21:07:23 UTC (rev 164838)
@@ -5,7 +5,7 @@
 
 pkgname=inn
 pkgver=2.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers."
 url="http://www.isc.org/software/inn/;
 arch=('i686' 'x86_64')


[arch-commits] Commit in inn/trunk (PKGBUILD)

2015-09-22 Thread Sergej Pupykin
Date: Tuesday, September 22, 2015 @ 18:11:08
  Author: spupykin
Revision: 141474

upgpkg: inn 2.6.0-1

upd

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |   57 +
 1 file changed, 33 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-22 16:00:54 UTC (rev 141473)
+++ PKGBUILD2015-09-22 16:11:08 UTC (rev 141474)
@@ -4,8 +4,8 @@
 # Contributor: Edward Tjörnhammar 
 
 pkgname=inn
-pkgver=2.5.5
-pkgrel=2
+pkgver=2.6.0
+pkgrel=1
 pkgdesc="Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers."
 url="http://www.isc.org/software/inn/;
 arch=('i686' 'x86_64')
@@ -15,30 +15,39 @@
 optdepends=('python2' 'libsasl')
 options=(emptydirs docs zipman)
 install=inn.install
-backup=(etc/inn/newsfeeds
-   etc/inn/incoming.conf
-   etc/inn/nnrpd.track
-   etc/inn/passwd.nntp
-   etc/inn/inn.conf
+backup=(etc/inn/innwatch.ctl
+   etc/inn/innfeed.conf
etc/inn/moderators
-   etc/inn/control.ctl
-   etc/inn/expire.ctl
+   etc/inn/news2mail.cf
+   etc/inn/innshellvars.tcl.local
+   etc/inn/buffindexed.conf
+   etc/inn/newsfeeds
+   etc/inn/storage.conf
+   etc/inn/innshellvars.local
+   etc/inn/inn-radius.conf
etc/inn/nntpsend.ctl
+   etc/inn/passwd.nntp
+   etc/inn/send-uucp.cf
+   etc/inn/cycbuff.conf
+   etc/inn/incoming.conf
+   etc/inn/control.ctl.local
+   etc/inn/actsync.ign
+   etc/inn/motd.innd.sample
+   etc/inn/distributions
+   etc/inn/innshellvars.pl.local
+   etc/inn/readers.conf
etc/inn/innreport.conf
-   etc/inn/innwatch.ctl
-   etc/inn/distrib.pats
etc/inn/actsync.cfg
-   etc/inn/actsync.ign
-   etc/inn/motd.news
-   etc/inn/storage.conf
-   etc/inn/cycbuff.conf
-   etc/inn/buffindexed.conf
-   etc/inn/innfeed.conf
-   etc/inn/news2mail.cf
-   etc/inn/readers.conf
-   etc/inn/radius.conf
+   etc/inn/nocem.ctl
+   etc/inn/control.ctl
+   etc/inn/subscriptions
+   etc/inn/motd.nnrpd.sample
+   etc/inn/inn.conf
etc/inn/ovdb.conf
-   etc/inn/subscriptions
+   etc/inn/localgroups
+   etc/inn/nnrpd.track
+   etc/inn/distrib.pats
+   etc/inn/expire.ctl
var/db/inn/active
var/db/inn/active.times
var/db/inn/history
@@ -50,7 +59,7 @@
innd.service
inn.tmpfiles
site.make.patch)
-md5sums=('c6565ec0a6a95b46a011bce04f7e0a65'
+md5sums=('e904c2a4d2f917d79b9cfdc94b17e275'
  '9da925a486fcf0cd67fdf462cbb9c0b4'
  '050b7b3361c673a118739e42349e'
  '960c800026ed6e03901cf0bafdfd53d8')
@@ -58,8 +67,8 @@
 prepare() {
   cd $srcdir/inn-$pkgver
 #  sed -i 's|-export-dynamic gnu|-export-dynamic|' Makefile.global
-  [ $NOEXTRACT -eq 1 ] || patch -p3 < $srcdir/site.make.patch
-  sed -i 's|#define L_NOTICE.*|#define L_NOTICE LOG_NOTICE|' 
include/inn/options.h
+#  [ $NOEXTRACT -eq 1 ] || patch -p3 < $srcdir/site.make.patch
+#  sed -i 's|#define L_NOTICE.*|#define L_NOTICE LOG_NOTICE|' 
include/inn/options.h
 }
 
 build() {


[arch-commits] Commit in inn/trunk (PKGBUILD)

2015-09-21 Thread Sergej Pupykin
Date: Monday, September 21, 2015 @ 13:15:39
  Author: spupykin
Revision: 141380

FS#46286

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-21 11:12:46 UTC (rev 141379)
+++ PKGBUILD2015-09-21 11:15:39 UTC (rev 141380)
@@ -12,7 +12,7 @@
 license=("custom:INN")
 depends=('openssl')
 makedepends=('make' 'bison' 'python2' 'gcc' 'smtp-forwarder' 'libsasl')
-optdepends=('perl' 'python2' 'libsasl')
+optdepends=('perl' 'python2' 'libsasl' 'perl-mime-tools: for controlchan')
 options=(emptydirs docs zipman)
 install=inn.install
 backup=(etc/inn/newsfeeds


[arch-commits] Commit in inn/trunk (PKGBUILD)

2015-09-21 Thread Sergej Pupykin
Date: Monday, September 21, 2015 @ 13:23:18
  Author: spupykin
Revision: 141381

upgpkg: inn 2.5.5-2

upd

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-21 11:15:39 UTC (rev 141380)
+++ PKGBUILD2015-09-21 11:23:18 UTC (rev 141381)
@@ -5,14 +5,14 @@
 
 pkgname=inn
 pkgver=2.5.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers."
 url="http://www.isc.org/software/inn/;
 arch=('i686' 'x86_64')
 license=("custom:INN")
-depends=('openssl')
+depends=('openssl' 'perl-mime-tools')
 makedepends=('make' 'bison' 'python2' 'gcc' 'smtp-forwarder' 'libsasl')
-optdepends=('perl' 'python2' 'libsasl' 'perl-mime-tools: for controlchan')
+optdepends=('python2' 'libsasl')
 options=(emptydirs docs zipman)
 install=inn.install
 backup=(etc/inn/newsfeeds


[arch-commits] Commit in inn/trunk (PKGBUILD)

2015-08-17 Thread Sergej Pupykin
Date: Monday, August 17, 2015 @ 10:02:22
  Author: spupykin
Revision: 138447

upgpkg: inn 2.5.5-1

upd

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-17 08:02:18 UTC (rev 138446)
+++ PKGBUILD2015-08-17 08:02:22 UTC (rev 138447)
@@ -4,8 +4,8 @@
 # Contributor: Edward Tjörnhammar xh...@cube2.se
 
 pkgname=inn
-pkgver=2.5.4
-pkgrel=2
+pkgver=2.5.5
+pkgrel=1
 pkgdesc=Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers.
 url=http://www.isc.org/software/inn/;
 arch=('i686' 'x86_64')
@@ -50,7 +50,7 @@
innd.service
inn.tmpfiles
site.make.patch)
-md5sums=('ad9f77a1c84c668ccd268792721a2215'
+md5sums=('c6565ec0a6a95b46a011bce04f7e0a65'
  '9da925a486fcf0cd67fdf462cbb9c0b4'
  '050b7b3361c673a118739e42349e'
  '960c800026ed6e03901cf0bafdfd53d8')


[arch-commits] Commit in inn/trunk (PKGBUILD)

2015-06-05 Thread Sergej Pupykin
Date: Friday, June 5, 2015 @ 18:53:42
  Author: spupykin
Revision: 134851

upgpkg: inn 2.5.4-2

upd

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-05 16:53:39 UTC (rev 134850)
+++ PKGBUILD2015-06-05 16:53:42 UTC (rev 134851)
@@ -5,7 +5,7 @@
 
 pkgname=inn
 pkgver=2.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers.
 url=http://www.isc.org/software/inn/;
 arch=('i686' 'x86_64')
@@ -122,4 +122,12 @@
 
   install -Dm0644 $srcdir/innd.service 
$pkgdir/usr/lib/systemd/system/innd.service
   install -Dm0644 $srcdir/inn.tmpfiles $pkgdir/usr/lib/tmpfiles.d/inn.conf
+
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find $pkgdir/usr/lib/perl5/ -name *.so) ]]; then
+   _perlver_min=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]);')
+   _perlver_max=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]+1);')
+   depends+=(perl=$_perlver_min perl$_perlver_max)
+fi
+# template end;
 }


[arch-commits] Commit in inn/trunk (PKGBUILD)

2015-03-25 Thread Sergej Pupykin
Date: Wednesday, March 25, 2015 @ 15:05:23
  Author: spupykin
Revision: 129900

upgpkg: inn 2.5.4-1

upd

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-25 12:48:48 UTC (rev 129899)
+++ PKGBUILD2015-03-25 14:05:23 UTC (rev 129900)
@@ -4,8 +4,8 @@
 # Contributor: Edward Tjörnhammar xh...@cube2.se
 
 pkgname=inn
-pkgver=2.5.3
-pkgrel=10
+pkgver=2.5.4
+pkgrel=1
 pkgdesc=Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers.
 url=http://www.isc.org/software/inn/;
 arch=('i686' 'x86_64')
@@ -50,7 +50,7 @@
innd.service
inn.tmpfiles
site.make.patch)
-md5sums=('353fe95232828ddbc80debff86c240bc'
+md5sums=('ad9f77a1c84c668ccd268792721a2215'
  '9da925a486fcf0cd67fdf462cbb9c0b4'
  '050b7b3361c673a118739e42349e'
  '960c800026ed6e03901cf0bafdfd53d8')


[arch-commits] Commit in inn/trunk (PKGBUILD)

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:20:20
  Author: spupykin
Revision: 112076

upgpkg: inn 2.5.3-10

upd

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 12:20:13 UTC (rev 112075)
+++ PKGBUILD2014-05-29 12:20:20 UTC (rev 112076)
@@ -5,7 +5,7 @@
 
 pkgname=inn
 pkgver=2.5.3
-pkgrel=9
+pkgrel=10
 pkgdesc=Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers.
 url=http://www.isc.org/software/inn/;
 arch=('i686' 'x86_64')



[arch-commits] Commit in inn/trunk (PKGBUILD)

2013-11-01 Thread Sergej Pupykin
Date: Friday, November 1, 2013 @ 21:58:34
  Author: spupykin
Revision: 100175

upgpkg: inn 2.5.3-9

upd

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-01 20:54:29 UTC (rev 100174)
+++ PKGBUILD2013-11-01 20:58:34 UTC (rev 100175)
@@ -5,7 +5,7 @@
 
 pkgname=inn
 pkgver=2.5.3
-pkgrel=8
+pkgrel=9
 pkgdesc=Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers.
 url=http://www.isc.org/software/inn/;
 arch=('i686' 'x86_64')



[arch-commits] Commit in inn/trunk (PKGBUILD)

2013-08-07 Thread Sergej Pupykin
Date: Wednesday, August 7, 2013 @ 13:39:11
  Author: spupykin
Revision: 95239

upgpkg: inn 2.5.3-8

upd

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 10:45:38 UTC (rev 95238)
+++ PKGBUILD2013-08-07 11:39:11 UTC (rev 95239)
@@ -5,12 +5,12 @@
 
 pkgname=inn
 pkgver=2.5.3
-pkgrel=7
+pkgrel=8
 pkgdesc=Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers.
 url=http://www.isc.org/software/inn/;
 arch=('i686' 'x86_64')
 license=(custom:INN)
-depends=('openssl' 'dovecot')
+depends=('openssl')
 makedepends=('make' 'bison' 'python2' 'gcc' 'smtp-forwarder' 'libsasl')
 optdepends=('perl' 'python2' 'libsasl')
 options=(emptydirs docs zipman)



[arch-commits] Commit in inn/trunk (PKGBUILD)

2013-06-05 Thread Sergej Pupykin
Date: Wednesday, June 5, 2013 @ 13:48:12
  Author: spupykin
Revision: 92441

upgpkg: inn 2.5.3-7

upd

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |   16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-05 11:42:28 UTC (rev 92440)
+++ PKGBUILD2013-06-05 11:48:12 UTC (rev 92441)
@@ -5,7 +5,7 @@
 
 pkgname=inn
 pkgver=2.5.3
-pkgrel=6
+pkgrel=7
 pkgdesc=Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers.
 url=http://www.isc.org/software/inn/;
 arch=('i686' 'x86_64')
@@ -55,10 +55,16 @@
  '050b7b3361c673a118739e42349e'
  '960c800026ed6e03901cf0bafdfd53d8')
 
+prepare() {
+  cd $srcdir/inn-$pkgver
+#  sed -i 's|-export-dynamic gnu|-export-dynamic|' Makefile.global
+  [ $NOEXTRACT -eq 1 ] || patch -p3  $srcdir/site.make.patch
+  sed -i 's|#define L_NOTICE.*|#define L_NOTICE LOG_NOTICE|' 
include/inn/options.h
+}
+
 build() {
   cd $srcdir/inn-$pkgver
-
-  [ $NOEXTRACT -eq 1 ] || PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
--includedir=/usr/include/inn \
--sbindir=/usr/sbin \
--with-libtool \
@@ -78,7 +84,6 @@
--with-news-user=9 \
--with-news-group=13
   # See https://wiki.archlinux.org/index.php/DeveloperWiki:UID_/_GID_Database
-
   test -f include/config.h
   cat include/config.h EOF
 #undef RUNASUSER
@@ -86,9 +91,6 @@
 #undef RUNASGROUP
 #define RUNASGROUP news
 EOF
-  sed -i 's|-export-dynamic gnu|-export-dynamic|' Makefile.global
-  [ $NOEXTRACT -eq 1 ] || patch -p3  $srcdir/site.make.patch
-
   make
 }
 



[arch-commits] Commit in inn/trunk (PKGBUILD)

2013-05-20 Thread Sergej Pupykin
Date: Monday, May 20, 2013 @ 12:43:48
  Author: spupykin
Revision: 91157

upgpkg: inn 2.5.3-6

upd

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-20 10:24:49 UTC (rev 91156)
+++ PKGBUILD2013-05-20 10:43:48 UTC (rev 91157)
@@ -5,7 +5,7 @@
 
 pkgname=inn
 pkgver=2.5.3
-pkgrel=5
+pkgrel=6
 pkgdesc=Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers.
 url=http://www.isc.org/software/inn/;
 arch=('i686' 'x86_64')



[arch-commits] Commit in inn/trunk (PKGBUILD innd.conf innd.rc nnrpd.conf nnrpd.rc)

2013-05-13 Thread Sergej Pupykin
Date: Monday, May 13, 2013 @ 16:54:18
  Author: spupykin
Revision: 90746

upgpkg: inn 2.5.3-4

upd

Modified:
  inn/trunk/PKGBUILD
Deleted:
  inn/trunk/innd.conf
  inn/trunk/innd.rc
  inn/trunk/nnrpd.conf
  inn/trunk/nnrpd.rc

+
 PKGBUILD   |   17 +
 innd.conf  |2 --
 innd.rc|   47 ---
 nnrpd.conf |3 ---
 nnrpd.rc   |   49 -
 5 files changed, 1 insertion(+), 117 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-13 14:45:21 UTC (rev 90745)
+++ PKGBUILD2013-05-13 14:54:18 UTC (rev 90746)
@@ -5,7 +5,7 @@
 
 pkgname=inn
 pkgver=2.5.3
-pkgrel=3
+pkgrel=4
 pkgdesc=Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers.
 url=http://www.isc.org/software/inn/;
 arch=('i686' 'x86_64')
@@ -47,18 +47,10 @@
var/db/inn/history.index
var/db/inn/newsgroups)
 source=(http://ftp.isc.org/isc/inn/inn-$pkgver.tar.gz
-   innd.rc
-   nnrpd.rc
-   innd.conf
-   nnrpd.conf
innd.service
inn.tmpfiles
site.make.patch)
 md5sums=('353fe95232828ddbc80debff86c240bc'
- 'a243d9498568f1beee20da5684b5fbfc'
- 'a0b1ff8501ac8a31ce81a2f9c9b4bac9'
- 'fbf1d2c5b3c5a08ae3e515c71c2e2e4a'
- 'bb4bbe86ae52fbbf08b0f6f370dea052'
  '9da925a486fcf0cd67fdf462cbb9c0b4'
  '050b7b3361c673a118739e42349e'
  '960c800026ed6e03901cf0bafdfd53d8')
@@ -106,13 +98,6 @@
 
   make DESTDIR=$pkgdir install
 
-  mkdir -p $pkgdir/etc/{conf,rc}.d
-  install -m0755 $srcdir/innd.rc $pkgdir/etc/rc.d/innd
-  install -m0644 $srcdir/innd.conf $pkgdir/etc/conf.d/innd
-
-  install -m0755 $srcdir/nnrpd.rc $pkgdir/etc/rc.d/nnrpd
-  install -m0644 $srcdir/nnrpd.conf $pkgdir/etc/conf.d/nnrpd
-
   cd $pkgdir/usr/lib
   for i in lib*.a; do
gcc -shared -o ${i%%.a}.so.2.0.0 $i

Deleted: innd.conf
===
--- innd.conf   2013-05-13 14:45:21 UTC (rev 90745)
+++ innd.conf   2013-05-13 14:54:18 UTC (rev 90746)
@@ -1,2 +0,0 @@
-NEWS_USER=news
-NEWS_GROUP=news

Deleted: innd.rc
===
--- innd.rc 2013-05-13 14:45:21 UTC (rev 90745)
+++ innd.rc 2013-05-13 14:54:18 UTC (rev 90746)
@@ -1,47 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-[ -f /etc/conf.d/innd ]  . /etc/conf.d/innd
-[ -z $NEWS_USER ]  print Please set news username  exit 1;
-[ -z $NEWS_GROUP ]  print Please set news groupname  exit 1;
-
-case $1 in
-   start)
-   stat_busy Starting InterNetNews
-   [ -d /var/run/inn ] || {
-   mkdir -p /var/run/inn
-   chown -R $NEWS_USER:$NEWS_GROUP /var/run/inn
-   }
-   su $NEWS_USER -c /usr/bin/rc.news 2- -
-   if [ $? -gt 0 ]; then
-   stat_fail
-   else
-   echo $!  /var/run/innd.pid
-   add_daemon innd
-   stat_done
-   fi
-
-   ;;
-   stop)
-   stat_busy Stopping InterNetNews
-   ctlinnd throttle shutting down 2- -
-   su $NEWS_USER -c /usr/bin/rc.news stop 2- -
-   if [ $? -gt 0 ]; then
-   stat_fail
-   else
-   kill `ps faxu| grep ^$NEWS_USER | awk -- '{print $2}'` 
2- -
-   rm /var/run/innd.pid
-   rm_daemon innd
-   stat_done
-   fi
-   ;;
-   restart)
-   $0 stop
-   sleep 1
-   $0 start
-   ;;
-   *)
-   echo usage: $0 {start|stop|restart}
-esac
-exit 0

Deleted: nnrpd.conf
===
--- nnrpd.conf  2013-05-13 14:45:21 UTC (rev 90745)
+++ nnrpd.conf  2013-05-13 14:54:18 UTC (rev 90746)
@@ -1,3 +0,0 @@
-USE_SSL=1
-LISTEN_PORT=563
-NNRPD_OPTS=-D -S -p $LISTEN_PORT -c /etc/inn/readers.conf

Deleted: nnrpd.rc
===
--- nnrpd.rc2013-05-13 14:45:21 UTC (rev 90745)
+++ nnrpd.rc2013-05-13 14:54:18 UTC (rev 90746)
@@ -1,49 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-[ -f /etc/conf.d/nnrpd ]  . /etc/conf.d/nnrpd
-[ -z $NNRPD_OPTS ]  print FATAL: No arguments where passed  exit 1;
-
-PID=`pidof -o %PPID nnrpd`
-case $1 in
-   start)
-   stat_busy Starting InterNetNews Readers Daemon
-   if [ ! -f /var/run/nnrpd.pid ]; then
-   stat_append :: InterNetNews (innd) is not running
-   stat_fail
-   exit 1
-   fi
-   
-   [ -d /var/run/inn ] || 

[arch-commits] Commit in inn/trunk (PKGBUILD)

2013-05-11 Thread Bartłomiej Piotrowski
Date: Saturday, May 11, 2013 @ 14:36:38
  Author: bpiotrowski
Revision: 90313

upgpkg: inn 2.5.3-3

- rebuild against libsasl 2.1.26

Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 10:49:29 UTC (rev 90312)
+++ PKGBUILD2013-05-11 12:36:38 UTC (rev 90313)
@@ -5,7 +5,7 @@
 
 pkgname=inn
 pkgver=2.5.3
-pkgrel=2
+pkgrel=3
 pkgdesc=Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers.
 url=http://www.isc.org/software/inn/;
 arch=('i686' 'x86_64')



[arch-commits] Commit in inn/trunk (PKGBUILD inn.tmpfiles)

2013-01-25 Thread Sergej Pupykin
Date: Friday, January 25, 2013 @ 22:38:40
  Author: spupykin
Revision: 82922

upgpkg: inn 2.5.3-2

upd

Added:
  inn/trunk/inn.tmpfiles
Modified:
  inn/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 inn.tmpfiles |1 +
 2 files changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-25 19:31:20 UTC (rev 82921)
+++ PKGBUILD2013-01-25 21:38:40 UTC (rev 82922)
@@ -5,7 +5,7 @@
 
 pkgname=inn
 pkgver=2.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers.
 url=http://www.isc.org/software/inn/;
 arch=('i686' 'x86_64')
@@ -52,6 +52,7 @@
innd.conf
nnrpd.conf
innd.service
+   inn.tmpfiles
site.make.patch)
 md5sums=('353fe95232828ddbc80debff86c240bc'
  'a243d9498568f1beee20da5684b5fbfc'
@@ -59,6 +60,7 @@
  'fbf1d2c5b3c5a08ae3e515c71c2e2e4a'
  'bb4bbe86ae52fbbf08b0f6f370dea052'
  '9da925a486fcf0cd67fdf462cbb9c0b4'
+ '050b7b3361c673a118739e42349e'
  '960c800026ed6e03901cf0bafdfd53d8')
 
 build() {
@@ -133,4 +135,5 @@
   chmod 0 $pkgdir/usr/bin/innbind
 
   install -Dm0644 $srcdir/innd.service 
$pkgdir/usr/lib/systemd/system/innd.service
+  install -Dm0644 $srcdir/inn.tmpfiles $pkgdir/usr/lib/tmpfiles.d/inn.conf
 }

Added: inn.tmpfiles
===
--- inn.tmpfiles(rev 0)
+++ inn.tmpfiles2013-01-25 21:38:40 UTC (rev 82922)
@@ -0,0 +1 @@
+d /run/inn 0755 news news -