aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/ca-certificates
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-17 11:03:36 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-17 11:03:36 +0000
commit20a67881f4e37be364d7cdb75b6c2542b44bb7c0 (patch)
treebd20c2960a58638766dd1c7d653be27077855a35 /package/system/ca-certificates
parent883b5b8191eef2f294e5bf2e7bad810b9bd65493 (diff)
downloadupstream-20a67881f4e37be364d7cdb75b6c2542b44bb7c0.tar.gz
upstream-20a67881f4e37be364d7cdb75b6c2542b44bb7c0.tar.bz2
upstream-20a67881f4e37be364d7cdb75b6c2542b44bb7c0.zip
ca-certificates: update to version 20160104
- update to latest version 20160104 - remove cpu dependency (PKGARCH:=all) - set myself as package maintainer Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com> SVN-Revision: 48271
Diffstat (limited to 'package/system/ca-certificates')
-rw-r--r--package/system/ca-certificates/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/package/system/ca-certificates/Makefile b/package/system/ca-certificates/Makefile
index 18af018b4d..9b6dbd61fe 100644
--- a/package/system/ca-certificates/Makefile
+++ b/package/system/ca-certificates/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2015 OpenWrt.org
+# Copyright (C) 2006-2016 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -7,11 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ca-certificates
-PKG_VERSION:=20151214
+PKG_VERSION:=20160104
+PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com>
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/c/ca-certificates
-PKG_MD5SUM:=2233bfa64af6f58f5eca9735b6742818
+PKG_MD5SUM:=d9665a83d0d3ef8176a38e6aa20458e9
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
PKG_INSTALL:=1
@@ -22,6 +23,7 @@ define Package/ca-certificates
SECTION:=base
CATEGORY:=Base system
TITLE:=System CA certificates
+ PKGARCH:=all
endef
define Build/Install