From: <abe...@us...> - 2016-03-23 22:36:12
|
Revision: 7615 http://sourceforge.net/p/astlinux/code/7615 Author: abelbeck Date: 2016-03-23 22:36:10 +0000 (Wed, 23 Mar 2016) Log Message: ----------- unbound, add --disable-rpath so linker references to the build system libs are not included in the target Modified Paths: -------------- branches/1.0/package/unbound/unbound.mk Modified: branches/1.0/package/unbound/unbound.mk =================================================================== --- branches/1.0/package/unbound/unbound.mk 2016-03-23 21:15:20 UTC (rev 7614) +++ branches/1.0/package/unbound/unbound.mk 2016-03-23 22:36:10 UTC (rev 7615) @@ -12,6 +12,7 @@ UNBOUND_DEPENDENCIES = openssl expat UNBOUND_CONF_OPT = \ + --disable-rpath \ --with-libexpat="$(STAGING_DIR)/usr" \ --with-ssl="$(STAGING_DIR)/usr" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-03-24 13:30:48
|
Revision: 7616 http://sourceforge.net/p/astlinux/code/7616 Author: abelbeck Date: 2016-03-24 13:30:46 +0000 (Thu, 24 Mar 2016) Log Message: ----------- unbound, add host-bison and host-flex dependencies, no function change since the package builds toward the end Modified Paths: -------------- branches/1.0/package/unbound/unbound.mk Modified: branches/1.0/package/unbound/unbound.mk =================================================================== --- branches/1.0/package/unbound/unbound.mk 2016-03-23 22:36:10 UTC (rev 7615) +++ branches/1.0/package/unbound/unbound.mk 2016-03-24 13:30:46 UTC (rev 7616) @@ -9,7 +9,7 @@ UNBOUND_SOURCE = unbound-$(UNBOUND_VERSION).tar.gz UNBOUND_INSTALL_STAGING = YES -UNBOUND_DEPENDENCIES = openssl expat +UNBOUND_DEPENDENCIES = host-bison host-flex openssl expat UNBOUND_CONF_OPT = \ --disable-rpath \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-06-09 20:06:47
|
Revision: 7712 http://sourceforge.net/p/astlinux/code/7712 Author: abelbeck Date: 2016-06-09 20:06:45 +0000 (Thu, 09 Jun 2016) Log Message: ----------- unbound, version bump to 1.5.9 Modified Paths: -------------- branches/1.0/package/unbound/unbound.mk Modified: branches/1.0/package/unbound/unbound.mk =================================================================== --- branches/1.0/package/unbound/unbound.mk 2016-06-08 03:21:17 UTC (rev 7711) +++ branches/1.0/package/unbound/unbound.mk 2016-06-09 20:06:45 UTC (rev 7712) @@ -4,7 +4,7 @@ # ############################################################# -UNBOUND_VERSION = 1.5.8 +UNBOUND_VERSION = 1.5.9 UNBOUND_SITE = https://www.unbound.net/downloads UNBOUND_SOURCE = unbound-$(UNBOUND_VERSION).tar.gz UNBOUND_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-09-27 18:19:30
|
Revision: 7864 http://sourceforge.net/p/astlinux/code/7864 Author: abelbeck Date: 2016-09-27 18:19:29 +0000 (Tue, 27 Sep 2016) Log Message: ----------- unbound, version bump to 1.5.10 Modified Paths: -------------- branches/1.0/package/unbound/unbound.mk Modified: branches/1.0/package/unbound/unbound.mk =================================================================== --- branches/1.0/package/unbound/unbound.mk 2016-09-24 12:45:45 UTC (rev 7863) +++ branches/1.0/package/unbound/unbound.mk 2016-09-27 18:19:29 UTC (rev 7864) @@ -4,7 +4,7 @@ # ############################################################# -UNBOUND_VERSION = 1.5.9 +UNBOUND_VERSION = 1.5.10 UNBOUND_SITE = https://www.unbound.net/downloads UNBOUND_SOURCE = unbound-$(UNBOUND_VERSION).tar.gz UNBOUND_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-12-18 16:34:15
|
Revision: 8041 http://sourceforge.net/p/astlinux/code/8041 Author: abelbeck Date: 2016-12-18 16:34:12 +0000 (Sun, 18 Dec 2016) Log Message: ----------- unbound, version bump to 1.6.0 Modified Paths: -------------- branches/1.0/package/unbound/unbound.mk Modified: branches/1.0/package/unbound/unbound.mk =================================================================== --- branches/1.0/package/unbound/unbound.mk 2016-12-18 16:18:02 UTC (rev 8040) +++ branches/1.0/package/unbound/unbound.mk 2016-12-18 16:34:12 UTC (rev 8041) @@ -4,7 +4,7 @@ # ############################################################# -UNBOUND_VERSION = 1.5.10 +UNBOUND_VERSION = 1.6.0 UNBOUND_SITE = https://www.unbound.net/downloads UNBOUND_SOURCE = unbound-$(UNBOUND_VERSION).tar.gz UNBOUND_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2017-04-29 15:23:47
|
Revision: 8281 http://sourceforge.net/p/astlinux/code/8281 Author: abelbeck Date: 2017-04-29 15:23:45 +0000 (Sat, 29 Apr 2017) Log Message: ----------- unbound, version bump to 1.6.2 Modified Paths: -------------- branches/1.0/package/unbound/unbound.mk Modified: branches/1.0/package/unbound/unbound.mk =================================================================== --- branches/1.0/package/unbound/unbound.mk 2017-04-28 15:38:45 UTC (rev 8280) +++ branches/1.0/package/unbound/unbound.mk 2017-04-29 15:23:45 UTC (rev 8281) @@ -4,7 +4,7 @@ # ############################################################# -UNBOUND_VERSION = 1.6.1 +UNBOUND_VERSION = 1.6.2 UNBOUND_SITE = https://www.unbound.net/downloads UNBOUND_SOURCE = unbound-$(UNBOUND_VERSION).tar.gz UNBOUND_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2017-06-15 20:46:16
|
Revision: 8396 http://sourceforge.net/p/astlinux/code/8396 Author: abelbeck Date: 2017-06-15 20:46:13 +0000 (Thu, 15 Jun 2017) Log Message: ----------- unbound, version bump to 1.6.3 Modified Paths: -------------- branches/1.0/package/unbound/unbound.mk Modified: branches/1.0/package/unbound/unbound.mk =================================================================== --- branches/1.0/package/unbound/unbound.mk 2017-06-15 20:42:29 UTC (rev 8395) +++ branches/1.0/package/unbound/unbound.mk 2017-06-15 20:46:13 UTC (rev 8396) @@ -4,7 +4,7 @@ # ############################################################# -UNBOUND_VERSION = 1.6.2 +UNBOUND_VERSION = 1.6.3 UNBOUND_SITE = https://www.unbound.net/downloads UNBOUND_SOURCE = unbound-$(UNBOUND_VERSION).tar.gz UNBOUND_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2017-06-27 13:44:44
|
Revision: 8415 http://sourceforge.net/p/astlinux/code/8415 Author: abelbeck Date: 2017-06-27 13:44:43 +0000 (Tue, 27 Jun 2017) Log Message: ----------- unbound, version bump to 1.6.4 Modified Paths: -------------- branches/1.0/package/unbound/unbound.mk Modified: branches/1.0/package/unbound/unbound.mk =================================================================== --- branches/1.0/package/unbound/unbound.mk 2017-06-23 22:06:02 UTC (rev 8414) +++ branches/1.0/package/unbound/unbound.mk 2017-06-27 13:44:43 UTC (rev 8415) @@ -4,7 +4,7 @@ # ############################################################# -UNBOUND_VERSION = 1.6.3 +UNBOUND_VERSION = 1.6.4 UNBOUND_SITE = https://www.unbound.net/downloads UNBOUND_SOURCE = unbound-$(UNBOUND_VERSION).tar.gz UNBOUND_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |