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

2022-06-08 Thread Pierre Schmitz via arch-commits
Date: Wednesday, June 8, 2022 @ 15:15:38
  Author: pierre
Revision: 447759

upgpkg: lighttpd 1.4.65-1

Modified:
  lighttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-08 13:43:18 UTC (rev 447758)
+++ PKGBUILD2022-06-08 15:15:38 UTC (rev 447759)
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=lighttpd
-pkgver=1.4.64
+pkgver=1.4.65
 pkgrel=1
 pkgdesc='A secure, fast, compliant and very flexible web-server'
 license=('custom')
@@ -17,7 +17,7 @@
 options=('emptydirs')
 
source=("https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz"{,.asc}
 'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 
'lighttpd.service')
-sha256sums=('e1489d9fa7496fbf2e071c338b593b2300d38c23f1e5967e52c9ef482e1b0e26'
+sha256sums=('bf0fa68a629fbc404023a912b377e70049331d6797bcbb4b3e8df4c3b42328be'
 'SKIP'
 '41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
 'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f'



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

2022-01-21 Thread Pierre Schmitz via arch-commits
Date: Friday, January 21, 2022 @ 16:44:38
  Author: pierre
Revision: 434867

upgpkg: lighttpd 1.4.64-1

Modified:
  lighttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-21 16:32:29 UTC (rev 434866)
+++ PKGBUILD2022-01-21 16:44:38 UTC (rev 434867)
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=lighttpd
-pkgver=1.4.63
+pkgver=1.4.64
 pkgrel=1
 pkgdesc='A secure, fast, compliant and very flexible web-server'
 license=('custom')
@@ -17,7 +17,7 @@
 options=('emptydirs')
 
source=("https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz"{,.asc}
 'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 
'lighttpd.service')
-sha256sums=('2aef7f0102ebf54a1241a1c3ea8976892f8684bfb21697c9fffb8de0e2d6eab9'
+sha256sums=('e1489d9fa7496fbf2e071c338b593b2300d38c23f1e5967e52c9ef482e1b0e26'
 'SKIP'
 '41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
 'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f'



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

2021-12-05 Thread Pierre Schmitz via arch-commits
Date: Sunday, December 5, 2021 @ 10:29:01
  Author: pierre
Revision: 430686

upgpkg: lighttpd 1.4.63-1

Modified:
  lighttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-04 19:21:07 UTC (rev 430685)
+++ PKGBUILD2021-12-05 10:29:01 UTC (rev 430686)
@@ -1,13 +1,13 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=lighttpd
-pkgver=1.4.61
-pkgrel=2
+pkgver=1.4.63
+pkgrel=1
 pkgdesc='A secure, fast, compliant and very flexible web-server'
 license=('custom')
 arch=('x86_64')
 url="https://www.lighttpd.net/;
-depends=('pcre' 'util-linux' 'systemd')
+depends=('pcre2' 'util-linux' 'systemd')
 makedepends=('mariadb-libs' 'lua' 'libxml2' 'e2fsprogs' 'sqlite' 'gdbm' 
'pkgconfig')
 optdepends=('libxml2: mod_webdav'
 'lua: mod_cml/mod_magnet'
@@ -17,7 +17,7 @@
 options=('emptydirs')
 
source=("https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz"{,.asc}
 'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 
'lighttpd.service')
-sha256sums=('43f0d63d04a1b7c5b8aab07e0612e44ccad0afc0614bab784c5b019872363432'
+sha256sums=('2aef7f0102ebf54a1241a1c3ea8976892f8684bfb21697c9fffb8de0e2d6eab9'
 'SKIP'
 '41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
 'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f'
@@ -41,7 +41,8 @@
--with-webdav-props \
--with-webdav-locks \
--with-gdbm \
-   --with-lua
+   --with-lua \
+   --with-pcre2
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
 }



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

2021-11-13 Thread Felix Yan via arch-commits
Date: Saturday, November 13, 2021 @ 20:14:37
  Author: felixonmars
Revision: 428340

upgpkg: lighttpd 1.4.61-2: openldap 2.6 rebuild

Modified:
  lighttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-13 20:13:43 UTC (rev 428339)
+++ PKGBUILD2021-11-13 20:14:37 UTC (rev 428340)
@@ -2,7 +2,7 @@
 
 pkgname=lighttpd
 pkgver=1.4.61
-pkgrel=1
+pkgrel=2
 pkgdesc='A secure, fast, compliant and very flexible web-server'
 license=('custom')
 arch=('x86_64')



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

2021-10-29 Thread Pierre Schmitz via arch-commits
Date: Friday, October 29, 2021 @ 14:50:33
  Author: pierre
Revision: 426795

upgpkg: lighttpd 1.4.61-1

Modified:
  lighttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 12:34:15 UTC (rev 426794)
+++ PKGBUILD2021-10-29 14:50:33 UTC (rev 426795)
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=lighttpd
-pkgver=1.4.60
+pkgver=1.4.61
 pkgrel=1
 pkgdesc='A secure, fast, compliant and very flexible web-server'
 license=('custom')
@@ -17,7 +17,7 @@
 options=('emptydirs')
 
source=("https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz"{,.asc}
 'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 
'lighttpd.service')
-sha256sums=('4bb1dd859e541a3131e5be101557d2e1195b4129d3a849a3a6fbd21fe1c946f0'
+sha256sums=('43f0d63d04a1b7c5b8aab07e0612e44ccad0afc0614bab784c5b019872363432'
 'SKIP'
 '41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
 'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f'
@@ -38,8 +38,6 @@
--with-ldap \
--with-attr \
--with-openssl \
-   --with-kerberos5 \
-   --without-fam \
--with-webdav-props \
--with-webdav-locks \
--with-gdbm \



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

2021-10-05 Thread Pierre Schmitz via arch-commits
Date: Tuesday, October 5, 2021 @ 14:53:49
  Author: pierre
Revision: 425145

upgpkg: lighttpd 1.4.60-1

Modified:
  lighttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-05 14:53:09 UTC (rev 425144)
+++ PKGBUILD2021-10-05 14:53:49 UTC (rev 425145)
@@ -1,8 +1,8 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=lighttpd
-pkgver=1.4.59
-pkgrel=2
+pkgver=1.4.60
+pkgrel=1
 pkgdesc='A secure, fast, compliant and very flexible web-server'
 license=('custom')
 arch=('x86_64')
@@ -17,7 +17,7 @@
 options=('emptydirs')
 
source=("https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz"{,.asc}
 'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 
'lighttpd.service')
-sha256sums=('fb953db273daef08edb6e202556cae8a3d07eed6081c96bd9903db957d1084d5'
+sha256sums=('4bb1dd859e541a3131e5be101557d2e1195b4129d3a849a3a6fbd21fe1c946f0'
 'SKIP'
 '41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
 'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f'



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

2021-02-02 Thread Pierre Schmitz via arch-commits
Date: Tuesday, February 2, 2021 @ 16:45:41
  Author: pierre
Revision: 407073

Fix path expansion

Modified:
  lighttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-02 16:44:00 UTC (rev 407072)
+++ PKGBUILD2021-02-02 16:45:41 UTC (rev 407073)
@@ -2,7 +2,7 @@
 
 pkgname=lighttpd
 pkgver=1.4.59
-pkgrel=1
+pkgrel=2
 pkgdesc='A secure, fast, compliant and very flexible web-server'
 license=('custom')
 arch=('x86_64')
@@ -59,7 +59,7 @@
 
install -D -m644 "$srcdir/lighttpd.logrotate.d" 
"$pkgdir/etc/logrotate.d/lighttpd"
install -D -m644 "$srcdir/lighttpd.conf" 
"$pkgdir/etc/lighttpd/lighttpd.conf"
-   install -d -m700 -o http -g http "$pkgdir/var/{log,cache}/lighttpd/"
+   install -d -m700 -o http -g http "$pkgdir"/var/{log,cache}/lighttpd/
install -D -m644 "${srcdir}/lighttpd.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/lighttpd.conf"
install -D -m644 "${srcdir}/lighttpd.service" 
"${pkgdir}/usr/lib/systemd/system/lighttpd.service"
 


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

2021-02-02 Thread Pierre Schmitz via arch-commits
Date: Tuesday, February 2, 2021 @ 16:43:54
  Author: pierre
Revision: 407071

upgpkg: lighttpd 1.4.59-1

Modified:
  lighttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-02 16:21:40 UTC (rev 407070)
+++ PKGBUILD2021-02-02 16:43:54 UTC (rev 407071)
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=lighttpd
-pkgver=1.4.58
+pkgver=1.4.59
 pkgrel=1
 pkgdesc='A secure, fast, compliant and very flexible web-server'
 license=('custom')
@@ -17,7 +17,7 @@
 options=('emptydirs')
 
source=("https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz"{,.asc}
 'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 
'lighttpd.service')
-sha256sums=('267feffda13a190ebdce7b15172d8be16da98008457f30fddecd72832d126d0e'
+sha256sums=('fb953db273daef08edb6e202556cae8a3d07eed6081c96bd9903db957d1084d5'
 'SKIP'
 '41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
 'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f'


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

2021-01-16 Thread Pierre Schmitz via arch-commits
Date: Saturday, January 16, 2021 @ 12:25:38
  Author: pierre
Revision: 406287

Quote paths

Modified:
  lighttpd/trunk/PKGBUILD

--+
 PKGBUILD |   22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-01-16 12:22:45 UTC (rev 406286)
+++ PKGBUILD2021-01-16 12:25:38 UTC (rev 406287)
@@ -28,7 +28,7 @@
   'EAAF41A8BE3BB8D001CACD136DE62CA242909B84')
 
 build() {
-   cd $srcdir/$pkgname-$pkgver
+   cd "$srcdir/$pkgname-$pkgver"
 
./configure --prefix=/usr \
--sbindir=/usr/bin \
@@ -49,23 +49,23 @@
 }
 
 check() {
-   cd $srcdir/$pkgname-$pkgver
+   cd "$srcdir/$pkgname-$pkgver"
make check
 }
 
 package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
 
-   install -D -m644 $srcdir/lighttpd.logrotate.d 
$pkgdir/etc/logrotate.d/lighttpd
-   install -D -m644 $srcdir/lighttpd.conf 
$pkgdir/etc/lighttpd/lighttpd.conf
-   install -d -m700 -o http -g http $pkgdir/var/{log,cache}/lighttpd/
-   install -D -m644 ${srcdir}/lighttpd.tmpfiles 
${pkgdir}/usr/lib/tmpfiles.d/lighttpd.conf
-   install -D -m644 ${srcdir}/lighttpd.service 
${pkgdir}/usr/lib/systemd/system/lighttpd.service
+   install -D -m644 "$srcdir/lighttpd.logrotate.d" 
"$pkgdir/etc/logrotate.d/lighttpd"
+   install -D -m644 "$srcdir/lighttpd.conf" 
"$pkgdir/etc/lighttpd/lighttpd.conf"
+   install -d -m700 -o http -g http "$pkgdir/var/{log,cache}/lighttpd/"
+   install -D -m644 "${srcdir}/lighttpd.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/lighttpd.conf"
+   install -D -m644 "${srcdir}/lighttpd.service" 
"${pkgdir}/usr/lib/systemd/system/lighttpd.service"
 
pushd doc/config >/dev/null
-   find . -type f ! -name 'Makefile*' -exec install -D -m644 {} 
${pkgdir}/usr/share/doc/lighttpd/config/{} \;
+   find . -type f ! -name 'Makefile*' -exec install -D -m644 {} 
"${pkgdir}"/usr/share/doc/lighttpd/config/{} \;
popd >/dev/null
 
-   install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+   install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }