Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
fcgiwrap
Commits:
4450c4e8 by Sven-Hendrik Haase at 2025-06-13T18:30:36+02:00
upgpkg: 1.1.0-10: Use upstream license from GitHub and remove checked-in file
- - - - -
3 changed files:
- .SRCINFO
- − LICENSE
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = fcgiwrap
pkgdesc = A simple server for running CGI applications over FastCGI.
pkgver = 1.1.0
- pkgrel = 9
+ pkgrel = 10
url =
https://www.nginx.com/resources/wiki/start/topics/examples/fcgiwrap/
arch = x86_64
license = MIT
@@ -10,10 +10,10 @@ pkgbase = fcgiwrap
source =
fcgiwrap-1.1.0.tar.gz::https://github.com/gnosek/fcgiwrap/archive/1.1.0.tar.gz
source = link-with-libsystemd-instead-of-libsystemd-daemon.patch
source = dc0c3b14f0d7bb014a9a4c6c17eb55a123496365.patch
- source = LICENSE
+ source =
fcgiwrap-LICENSE::https://raw.githubusercontent.com/gnosek/fcgiwrap/refs/heads/master/COPYING
sha256sums =
4c7de0db2634c38297d5fcef61ab4a3e21856dd7247d49c33d9b19542bd1c61f
sha256sums =
9be1906005fbf3aefc4acb20432f1217e7611f49d840bc4559591e8dfae45ae3
sha256sums =
44342f94e21ba8cb1938c50d9a86bcfaeebb8802b4f5a77d126ddb2387ea2412
- sha256sums =
22f170fc08e13b4d1110acddab63235135bf6d7483456cc24e11b83c277aff44
+ sha256sums =
1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c
pkgname = fcgiwrap
=====================================
LICENSE deleted
=====================================
@@ -1,24 +0,0 @@
-/*
- * Copyright (c) 2007-2010 Grzegorz Nosek
- *
- * Permission is hereby granted, free of charge, to any person
- * obtaining a copy of this software and associated documentation
- * files (the "Software"), to deal in the Software without
- * restriction, including without limitation the rights to use,
- * copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following
- * conditions:
- *
- * The above copyright notice and this permission notice shall be
- * included in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
- * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
- * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
- * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
- * OTHER DEALINGS IN THE SOFTWARE.
- */
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=fcgiwrap
pkgver=1.1.0
-pkgrel=9
+pkgrel=10
pkgdesc='A simple server for running CGI applications over FastCGI.'
arch=('x86_64')
url='https://www.nginx.com/resources/wiki/start/topics/examples/fcgiwrap/'
@@ -13,11 +13,11 @@ depends=('fcgi' 'systemd')
source=("$pkgname-$pkgver.tar.gz::https://github.com/gnosek/fcgiwrap/archive/${pkgver}.tar.gz"
'link-with-libsystemd-instead-of-libsystemd-daemon.patch'
'dc0c3b14f0d7bb014a9a4c6c17eb55a123496365.patch'
- 'LICENSE')
+
"$pkgname-LICENSE::https://raw.githubusercontent.com/gnosek/fcgiwrap/refs/heads/master/COPYING")
sha256sums=('4c7de0db2634c38297d5fcef61ab4a3e21856dd7247d49c33d9b19542bd1c61f'
'9be1906005fbf3aefc4acb20432f1217e7611f49d840bc4559591e8dfae45ae3'
'44342f94e21ba8cb1938c50d9a86bcfaeebb8802b4f5a77d126ddb2387ea2412'
- '22f170fc08e13b4d1110acddab63235135bf6d7483456cc24e11b83c277aff44')
+ '1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -46,5 +46,5 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
- install -Dm0644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -Dm0644 ../$pkgname-LICENSE
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fcgiwrap/-/commit/4450c4e8d1ac734aaaa27a61d7c0734fd5b22ff3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fcgiwrap/-/commit/4450c4e8d1ac734aaaa27a61d7c0734fd5b22ff3
You're receiving this email because of your account on gitlab.archlinux.org.