fcgiwrap: Bump to 99c942c90063c73734e56bacaa65f947772d9186.
authorThomas Claveirole <thomas.claveirole@green-communications.fr>
Mon, 18 Jul 2016 14:28:49 +0000 (16:28 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 18 Jul 2016 21:17:15 +0000 (23:17 +0200)
fcgiwrap was not updated since April 2015, but the last GitHub release
is from February 2013.  Therefore, bump fcgiwrap to the latest commit
as it features fixes and improvements, but is unlikely to be part of a
release soon.

Update as well:
* the license file (latest commit features a COPYING file),
* the Config.in URL, as the previous "official" URL now returns an
  HTTP 502 error.

Signed-off-by: Thomas Claveirole <thomas.claveirole@green-communications.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/fcgiwrap/Config.in
package/fcgiwrap/fcgiwrap.hash
package/fcgiwrap/fcgiwrap.mk

index c3a31fc8db84221164d5c11a645ef90c0a08054a..b1dbd72d480973514c7bc26aef39ab2127c8fb3e 100644 (file)
@@ -7,4 +7,4 @@ config BR2_PACKAGE_FCGIWRAP
          over FastCGI. It hopes to provide clean CGI support to Nginx
          (and other web servers that may need it).
 
-         https://nginx.localdomain.pl/wiki/FcgiWrap
+         https://github.com/gnosek/fcgiwrap
index 510e1ff7b46dee0ba13f1707db9b58cad39eadad..4ad8b0bb7741d8e2f9904cd9b3b821c6a2707edb 100644 (file)
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256 4c7de0db2634c38297d5fcef61ab4a3e21856dd7247d49c33d9b19542bd1c61f  fcgiwrap-1.1.0.tar.gz
+sha256 c72f2933669ebd21605975c5a11f26b9739e32e4f9d324fb9e1a1925e9c2ae88  fcgiwrap-99c942c90063c73734e56bacaa65f947772d9186.tar.gz
index 698a1308e1f9a1b4064788b851116c15b0419281..dd74c1ef72e6e3754924c37f5cb900ce2a0aa18c 100644 (file)
@@ -4,11 +4,11 @@
 #
 ################################################################################
 
-FCGIWRAP_VERSION = 1.1.0
+FCGIWRAP_VERSION = 99c942c90063c73734e56bacaa65f947772d9186
 FCGIWRAP_SITE = $(call github,gnosek,fcgiwrap,$(FCGIWRAP_VERSION))
 FCGIWRAP_DEPENDENCIES = host-pkgconf libfcgi
 FCGIWRAP_LICENSE = MIT
-FCGIWRAP_LICENSE_FILES = fcgiwrap.c
+FCGIWRAP_LICENSE_FILES = COPYING
 FCGIWRAP_AUTORECONF = YES
 
 ifeq ($(BR2_PACKAGE_SYSTEMD),y)