From: <abe...@us...> - 2016-08-03 16:36:21
|
Revision: 7786 http://sourceforge.net/p/astlinux/code/7786 Author: abelbeck Date: 2016-08-03 16:36:19 +0000 (Wed, 03 Aug 2016) Log Message: ----------- dnscrypt-proxy version bump to 1.7.0, libsodium version bump to 1.0.11 Modified Paths: -------------- branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.mk branches/1.0/package/libsodium/libsodium.mk Modified: branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.mk =================================================================== --- branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.mk 2016-08-03 14:46:33 UTC (rev 7785) +++ branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.mk 2016-08-03 16:36:19 UTC (rev 7786) @@ -3,14 +3,16 @@ # dnscrypt-proxy # ############################################################# -DNSCRYPT_PROXY_VERSION = 1.6.1 -DNSCRYPT_PROXY_SOURCE = dnscrypt-proxy-$(DNSCRYPT_PROXY_VERSION).tar.gz -DNSCRYPT_PROXY_SITE = http://download.dnscrypt.org/dnscrypt-proxy -#DNSCRYPT_PROXY_SOURCE = dnscrypt-proxy-$(DNSCRYPT_PROXY_VERSION).tar.bz2 -#DNSCRYPT_PROXY_SITE = https://github.com/jedisct1/dnscrypt-proxy/releases/download/$(DNSCRYPT_PROXY_VERSION) +DNSCRYPT_PROXY_VERSION = 1.7.0 +DNSCRYPT_PROXY_SOURCE = dnscrypt-proxy-$(DNSCRYPT_PROXY_VERSION).tar.bz2 +DNSCRYPT_PROXY_SITE = https://github.com/jedisct1/dnscrypt-proxy/releases/download/$(DNSCRYPT_PROXY_VERSION) DNSCRYPT_PROXY_DEPENDENCIES += libsodium +DNSCRYPT_PROXY_CONF_OPT = \ + --without-systemd \ + --disable-plugins + # libltdl (libtool) ifeq ($(BR2_PACKAGE_LIBTOOL),y) DNSCRYPT_PROXY_DEPENDENCIES += libtool Modified: branches/1.0/package/libsodium/libsodium.mk =================================================================== --- branches/1.0/package/libsodium/libsodium.mk 2016-08-03 14:46:33 UTC (rev 7785) +++ branches/1.0/package/libsodium/libsodium.mk 2016-08-03 16:36:19 UTC (rev 7786) @@ -3,14 +3,14 @@ # libsodium # ############################################################# -LIBSODIUM_VERSION = 1.0.10 +LIBSODIUM_VERSION = 1.0.11 LIBSODIUM_SOURCE = libsodium-$(LIBSODIUM_VERSION).tar.gz LIBSODIUM_SITE = https://github.com/jedisct1/libsodium/releases/download/$(LIBSODIUM_VERSION) -#LIBSODIUM_SITE = https://download.dnscrypt.org/libsodium/releases LIBSODIUM_INSTALL_STAGING = YES -LIBSODIUM_CONF_OPT = --enable-minimal +LIBSODIUM_CONF_OPT = \ + --enable-minimal define LIBSODIUM_INSTALL_TARGET_CMDS cp -a $(STAGING_DIR)/usr/lib/libsodium.so* $(TARGET_DIR)/usr/lib/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |