Author: nbd
Date: 2015-05-08 14:37:26 +0200 (Fri, 08 May 2015)
New Revision: 45642

Modified:
   trunk/package/system/usign/Makefile
Log:
usign: update to the latest version, use libubox base64 code

Signed-off-by: Felix Fietkau <[email protected]>

Modified: trunk/package/system/usign/Makefile
===================================================================
--- trunk/package/system/usign/Makefile 2015-05-08 12:35:41 UTC (rev 45641)
+++ trunk/package/system/usign/Makefile 2015-05-08 12:37:26 UTC (rev 45642)
@@ -1,13 +1,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=usign
-PKG_VERSION:=2015-04-06
+PKG_VERSION:=2015-05-08
 PKG_RELEASE=$(PKG_SOURCE_VERSION)
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=git://git.openwrt.org/project/usign.git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=395369a223b6c48e0d897d0c4c4d17236edbeea9
+PKG_SOURCE_VERSION:=cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
 CMAKE_INSTALL:=1
 PKG_CHECK_FORMAT_SECURITY:=1
@@ -25,9 +25,13 @@
 define Package/usign
   SECTION:=base
   CATEGORY:=Base system
+  DEPENDS:=+libubox
   TITLE:=OpenWrt signature verification utility
 endef
 
+CMAKE_OPTIONS += \
+       -DUSE_LIBUBOX=on
+
 define Package/usign/install
        $(INSTALL_DIR) $(1)/usr/bin
 
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to