Package Details: leafnode 1.12.0-1

Git Clone URL: https://aur.archlinux.org/leafnode.git (read-only, click to copy)
Package Base: leafnode
Description: implements a store & forward NNTP proxy (client and server) with IPv4 and IPv6
Upstream URL: http://leafnode.sourceforge.net/
Licenses: GPL
Submitter: Barthalion
Maintainer: TheLugal
Last Packager: TheLugal
Votes: 1
Popularity: 0.000000
First Submitted: 2018-01-05 20:17 (UTC)
Last Updated: 2023-11-26 16:31 (UTC)

Latest Comments

Kunda commented on 2023-08-06 10:18 (UTC)

bump

TheLugal commented on 2023-01-18 12:06 (UTC)

The package is out dated, the following diff should update it

diff --git a/PKGBUILD b/PKGBUILD
index df7ae84..35b2a14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,21 @@
 # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>

 pkgname=leafnode
-pkgver=1.11.11
+pkgver=1.12.0
 pkgrel=1
 pkgdesc="implements a store & forward NNTP proxy (client and server) with IPv4 and IPv6"
 arch=('x86_64')
 url="http://leafnode.sourceforge.net/"
-depends=('pcre' 'xinetd')
+depends=('pcre2' 'xinetd')
 license=('GPL')
 install=leafnode.install
 options=(!emptydirs)
 backup=('etc/xinetd.d/leafnode')
-validpgpkeys=('FDD00C436E3307E10758C6A8BE618339052E7D95')
-source=(https://downloads.sf.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2{,.asc}
+validpgpkeys=('DC4A655BD993CD4871FA8210E412B156EFF3855A')
+source=(https://downloads.sf.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
    leafnode.xinetd)
-sha256sums=('3ec325216fb5ddcbca13746e3f4aab4b49be11616a321b25978ffd971747adc0'
-            'SKIP'
+sha256sums=('8310b78006a2088b82dcf9a6b18504ec4f7279bd1047af58d3dac5aaf607ce58'
+            'a60f887ea7f01b995d2d714a9573f845b4d2ad48dfdf138af60ad7c7e3580240'
             '14c0a1315ee1de79fb2320dd0a40773e59571c67cedd8d222ba7bbc0a8d8c28c')

 build() {