* [Buildroot] [PATCH 1/3] hiawatha: bump to version 8.5
@ 2012-09-12 13:51 Gustavo Zacarias
2012-09-12 13:51 ` [Buildroot] [PATCH 2/3] unionfs: bump to version 0.26 Gustavo Zacarias
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Gustavo Zacarias @ 2012-09-12 13:51 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
| 26 ++++++++++----------
package/hiawatha/hiawatha.mk | 4 ++-
2 files changed, 16 insertions(+), 14 deletions(-)
--git a/package/hiawatha/hiawatha-support-for-external-polarssl.patch b/package/hiawatha/hiawatha-support-for-external-polarssl.patch
index edc774b..5441a52 100644
--- a/package/hiawatha/hiawatha-support-for-external-polarssl.patch
+++ b/package/hiawatha/hiawatha-support-for-external-polarssl.patch
@@ -9,22 +9,22 @@ This patch adds a ENABLE_SSL_EXTERNAL option, which, when used in
addition to ENABLE_SSL, tells Hiawatha's build system to link against
the already existing PolarSSL library instead of building its own.
-[Gustavo]: Update for version 8.3
+[Gustavo]: Update for version 8.5
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
-diff -Nura hiawatha-8.3.orig//CMakeLists.txt hiawatha-8.3/CMakeLists.txt
---- hiawatha-8.3.orig//CMakeLists.txt 2012-05-23 14:22:26.000000000 -0300
-+++ hiawatha-8.3/CMakeLists.txt 2012-05-24 08:13:00.007107500 -0300
-@@ -10,6 +10,7 @@
- option(ENABLE_MONITOR "Enable support for the Hiawatha Monitor." off)
- option(ENABLE_RPROXY "Enable reverse proxy support in Hiawatha." on)
- option(ENABLE_SSL "Enable SSL (PolarSSL) support in Hiawatha." on)
+diff -Nura hiawatha-8.5.orig/CMakeLists.txt hiawatha-8.5/CMakeLists.txt
+--- hiawatha-8.5.orig/CMakeLists.txt 2012-09-12 09:29:34.347994799 -0300
++++ hiawatha-8.5/CMakeLists.txt 2012-09-12 09:33:15.983118183 -0300
+@@ -9,6 +9,7 @@
+ option(ENABLE_MONITOR "Enable support for the Hiawatha Monitor." off)
+ option(ENABLE_RPROXY "Enable reverse proxy support in Hiawatha." on)
+ option(ENABLE_SSL "Enable SSL (PolarSSL) support in Hiawatha." on)
+option(ENABLE_SSL_EXTERNAL "Enable SSL (PolarSSL) as an external library." off)
- option(ENABLE_TOOLKIT "Enable the URL toolkit in Hiawatha" on)
- option(ENABLE_XSLT "Enable XSLT support in Hiawatha." on)
-
-@@ -85,19 +86,23 @@
+ option(ENABLE_TOMAHAWK "Enable Tomahawk in Hiawatha" off)
+ option(ENABLE_TOOLKIT "Enable the URL toolkit in Hiawatha" on)
+ option(ENABLE_XSLT "Enable XSLT support in Hiawatha." on)
+@@ -88,19 +89,23 @@
# PolarSSL
if(ENABLE_SSL)
@@ -49,7 +49,7 @@ diff -Nura hiawatha-8.3.orig//CMakeLists.txt hiawatha-8.3/CMakeLists.txt
# Configure files
configure_file(config.h.in config.h)
foreach (configfile ${config_files_in})
-@@ -118,7 +123,9 @@
+@@ -121,7 +126,9 @@
target_link_libraries(hiawatha ${CRYPT_LIBRARY} pthread ${Z_LIBRARY})
if(ENABLE_SSL)
target_link_libraries(hiawatha ${POLARSSL_LIBRARY})
diff --git a/package/hiawatha/hiawatha.mk b/package/hiawatha/hiawatha.mk
index db5b277..03fbc49 100644
--- a/package/hiawatha/hiawatha.mk
+++ b/package/hiawatha/hiawatha.mk
@@ -1,5 +1,7 @@
-HIAWATHA_VERSION = 8.4
+HIAWATHA_VERSION = 8.5
HIAWATHA_SITE = http://www.hiawatha-webserver.org/files/
+HIAWATHA_LICENSE = GPLv2+
+HIAWATHA_LICENSE_FILES = LICENSE
ifeq ($(BR2_PACKAGE_HIAWATHA_SSL),y)
HIAWATHA_CONF_OPT += -DENABLE_SSL_EXTERNAL=ON -DENABLE_SSL=ON
--
1.7.8.6
^ permalink raw reply related [flat|nested] 6+ messages in thread* [Buildroot] [PATCH 2/3] unionfs: bump to version 0.26
2012-09-12 13:51 [Buildroot] [PATCH 1/3] hiawatha: bump to version 8.5 Gustavo Zacarias
@ 2012-09-12 13:51 ` Gustavo Zacarias
2012-09-12 21:29 ` Peter Korsgaard
2012-09-12 13:51 ` [Buildroot] [PATCH 3/3] patch: bump to version 2.7 Gustavo Zacarias
2012-09-12 21:26 ` [Buildroot] [PATCH 1/3] hiawatha: bump to version 8.5 Peter Korsgaard
2 siblings, 1 reply; 6+ messages in thread
From: Gustavo Zacarias @ 2012-09-12 13:51 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/unionfs/unionfs.mk | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/package/unionfs/unionfs.mk b/package/unionfs/unionfs.mk
index 3b33824..e2ffd72 100644
--- a/package/unionfs/unionfs.mk
+++ b/package/unionfs/unionfs.mk
@@ -4,10 +4,12 @@
#
#############################################################
-UNIONFS_VERSION = 0.25
+UNIONFS_VERSION = 0.26
UNIONFS_SITE = http://podgorny.cz/unionfs-fuse/releases
-UNIONFS_SOURCE = unionfs-fuse-$(UNIONFS_VERSION).tar.bz2
+UNIONFS_SOURCE = unionfs-fuse-$(UNIONFS_VERSION).tar.xz
UNIONFS_DEPENDENCIES = libfuse
+UNIONFS_LICENSE = BSD-3c
+UNIONFS_LICENSE_FILES = LICENSE
define UNIONFS_BUILD_CMDS
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
--
1.7.8.6
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 3/3] patch: bump to version 2.7
2012-09-12 13:51 [Buildroot] [PATCH 1/3] hiawatha: bump to version 8.5 Gustavo Zacarias
2012-09-12 13:51 ` [Buildroot] [PATCH 2/3] unionfs: bump to version 0.26 Gustavo Zacarias
@ 2012-09-12 13:51 ` Gustavo Zacarias
2012-09-12 21:29 ` Peter Korsgaard
2012-09-12 21:26 ` [Buildroot] [PATCH 1/3] hiawatha: bump to version 8.5 Peter Korsgaard
2 siblings, 1 reply; 6+ messages in thread
From: Gustavo Zacarias @ 2012-09-12 13:51 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/patch/patch.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/package/patch/patch.mk b/package/patch/patch.mk
index b4206c5..346aabd 100644
--- a/package/patch/patch.mk
+++ b/package/patch/patch.mk
@@ -4,7 +4,9 @@
#
#############################################################
-PATCH_VERSION = 2.6
+PATCH_VERSION = 2.7
PATCH_SITE = $(BR2_GNU_MIRROR)/patch
+PATCH_LICENSE = GPLv3+
+PATCH_LICENSE_FILE = COPYING
$(eval $(autotools-package))
--
1.7.8.6
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 1/3] hiawatha: bump to version 8.5
2012-09-12 13:51 [Buildroot] [PATCH 1/3] hiawatha: bump to version 8.5 Gustavo Zacarias
2012-09-12 13:51 ` [Buildroot] [PATCH 2/3] unionfs: bump to version 0.26 Gustavo Zacarias
2012-09-12 13:51 ` [Buildroot] [PATCH 3/3] patch: bump to version 2.7 Gustavo Zacarias
@ 2012-09-12 21:26 ` Peter Korsgaard
2 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2012-09-12 21:26 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Gustavo> ---
Gustavo> --- a/package/hiawatha/hiawatha.mk
Gustavo> +++ b/package/hiawatha/hiawatha.mk
Gustavo> @@ -1,5 +1,7 @@
Gustavo> -HIAWATHA_VERSION = 8.4
Gustavo> +HIAWATHA_VERSION = 8.5
Gustavo> HIAWATHA_SITE = http://www.hiawatha-webserver.org/files/
Gustavo> +HIAWATHA_LICENSE = GPLv2+
As far as I can see it is explictly GPLv2. Searching for 'at your
option' only gives hits in the bundled polarssl files, and the webpage
also says GPLv2:
http://www.hiawatha-webserver.org/download
So I've dropped the + and committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-09-12 21:29 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-12 13:51 [Buildroot] [PATCH 1/3] hiawatha: bump to version 8.5 Gustavo Zacarias
2012-09-12 13:51 ` [Buildroot] [PATCH 2/3] unionfs: bump to version 0.26 Gustavo Zacarias
2012-09-12 21:29 ` Peter Korsgaard
2012-09-12 13:51 ` [Buildroot] [PATCH 3/3] patch: bump to version 2.7 Gustavo Zacarias
2012-09-12 21:29 ` Peter Korsgaard
2012-09-12 21:26 ` [Buildroot] [PATCH 1/3] hiawatha: bump to version 8.5 Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox