aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2018-06-09 15:43:08 -0700
committerRosen Penev <rosenp@gmail.com>2018-06-10 17:36:32 -0700
commit84856c27f18ccca0aa53a2b426c30c287fe45e7f (patch)
tree2851397edb94bd56141f0ee042a3a60c9246d7cd /devel
parent496068bef9a93d1aa90399eda5fcb6ffdaac26f2 (diff)
pkg-config: Update to 0.29.2
Also switch to HTTPS URLs. Add PIE support to fix Travis. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'devel')
-rw-r--r--devel/pkg-config/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile
index 26ef737c2..70d2d7ca4 100644
--- a/devel/pkg-config/Makefile
+++ b/devel/pkg-config/Makefile
@@ -8,15 +8,16 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=pkg-config
-PKG_VERSION:=0.29.1
+PKG_VERSION:=0.29.2
PKG_RELEASE:=1
-PKG_SOURCE_URL:=http://pkgconfig.freedesktop.org/releases/
+PKG_SOURCE_URL:=https://pkg-config.freedesktop.org/releases/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_HASH:=beb43c9e064555469bd4390dcfd8030b1536e0aa103f08d7abf7ae8cac0cb001
+PKG_HASH:=6fc69c01688c9458a57eb9a1664c9aba372ccda420a02bf4429fe610e7e7d591
PKG_MAINTAINER:=Heinrich Schuchardt <xypron.glpk@gmx.de>
PKG_LICENSE:=GPL-2+
+PKG_ASLR_PIE:=1
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
@@ -26,7 +27,7 @@ define Package/pkg-config
SECTION:=devel
CATEGORY:=Development
TITLE:=pkg-config
- URL:=http://www.freedesktop.org/wiki/Software/pkg-config/
+ URL:=https://www.freedesktop.org/wiki/Software/pkg-config/
DEPENDS:=+glib2 $(INTL_DEPENDS)
endef