summaryrefslogtreecommitdiffstats
path: root/package/system
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2016-04-30 20:39:23 +0200
committerJo-Philipp Wich <jo@mein.io>2016-04-30 20:39:23 +0200
commita6f76bffd89add05a545faf95bcef63dad02f8bc (patch)
tree4143b62dd2b1908d311b394ea4d6dd2f75d79155 /package/system
parent33de8c77e2654a7c9e2a86b834adf5d4e5dfe38d (diff)
downloadmaster-31e0f0ae-a6f76bffd89add05a545faf95bcef63dad02f8bc.tar.gz
master-31e0f0ae-a6f76bffd89add05a545faf95bcef63dad02f8bc.tar.bz2
master-31e0f0ae-a6f76bffd89add05a545faf95bcef63dad02f8bc.zip
signing: remove unatteded build key and use current keyring instead
Remove the public unatteded buildkey from the opkg package to avoid having hardcoded keys in tree. Use the external keyring package instead which can be easily updated by users. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/system')
-rw-r--r--package/system/lede-keyring/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/package/system/lede-keyring/Makefile b/package/system/lede-keyring/Makefile
index 4737fbb5a2..684a7ec5cd 100644
--- a/package/system/lede-keyring/Makefile
+++ b/package/system/lede-keyring/Makefile
@@ -1,17 +1,16 @@
-# Copyright (C) 2009-2012 OpenWrt.org
-# All rights reserved.
+# Copyright (C) 2016 LEDE project
include $(TOPDIR)/rules.mk
PKG_NAME:=lede-keyring
-PKG_VERSION:=2016-04-27
+PKG_VERSION:=2016-04-30
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(LEDE_GIT)/keyring.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=deb70780cc8aea8258db16af4dbebf4d8dcc7a7c
+PKG_SOURCE_VERSION:=5c7857eed3fa06a9005f96b9b029388c7f316e83
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>