summaryrefslogtreecommitdiffstats
path: root/package/fcgiwrap/fcgiwrap.mk
diff options
context:
space:
mode:
authorThomas Claveirole <thomas.claveirole@green-communications.fr>2016-07-18 16:28:49 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-18 23:17:15 +0200
commit2158843582a583db37cf5f00f5c03ec9794c0e2f (patch)
tree5e72b95dce8165e77a019acaefe3e37cbd992857 /package/fcgiwrap/fcgiwrap.mk
parent6ebd430ef010e0e8f35899d0d7a2c03d4fbb4140 (diff)
downloadbuildroot-2158843582a583db37cf5f00f5c03ec9794c0e2f.tar.gz
buildroot-2158843582a583db37cf5f00f5c03ec9794c0e2f.zip
fcgiwrap: Bump to 99c942c90063c73734e56bacaa65f947772d9186.
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>
Diffstat (limited to 'package/fcgiwrap/fcgiwrap.mk')
-rw-r--r--package/fcgiwrap/fcgiwrap.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/fcgiwrap/fcgiwrap.mk b/package/fcgiwrap/fcgiwrap.mk
index 698a1308e1..dd74c1ef72 100644
--- a/package/fcgiwrap/fcgiwrap.mk
+++ b/package/fcgiwrap/fcgiwrap.mk
@@ -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)
OpenPOWER on IntegriCloud