Re: [OpenWrt-Devel] OpenWrt as non-profit

2008-09-23 Thread Simon Josefsson
Gregers Petersen <[EMAIL PROTECTED]> writes: > Dear all > > There has for a while been discussions amongst the dev-group about > making the big step towards OpenWrt.org achieving non-profit status. > > This would imply a number of future benifits and organizational changes > to the project itself

[OpenWrt-Devel] link status monitor (lsm) port for openwrt?

2009-03-17 Thread Simon Josefsson
Hi! I've found the Link Status Monitor project: http://lsm.foobar.fi/ Such a tool seems like it could be quite useful to switch between a ethernet WAN and a backup 3G connection in OpenWRT routers, depending on network connectivity, for example. Do you know if anyone is working on a openwrt por

[OpenWrt-Devel] [PATCH] Upgrade libgpg-error from v1.6 to v1.7.

2009-03-17 Thread Simon Josefsson
Signed-off-by: Simon Josefsson --- libs/libgpg-error/Makefile |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/libgpg-error/Makefile b/libs/libgpg-error/Makefile index 4b4eb80..4e738f5 100644 --- a/libs/libgpg-error/Makefile +++ b/libs/libgpg-error/Makefile

[OpenWrt-Devel] [PATCH] Upgrade libgcrypt from 1.4.1 to 1.4.4.

2009-03-17 Thread Simon Josefsson
In case the patch is unclear, the file 001-handle-minimal-build.patch is no longer needed. The 002-no_docs_tests.patch file is just refreshed with new paths. Signed-off-by: Simon Josefsson --- libs/libgcrypt/Makefile|8 +- .../patches/001-handle-minimal

[OpenWrt-Devel] [PATCH] Upgrade gnutls from 2.4.1 to 2.6.4.

2009-03-17 Thread Simon Josefsson
The upgrade fixes some known security vulnerabilities in the current version. Signed-off-by: Simon Josefsson --- libs/gnutls/Makefile | 14 ++ 1 files changed, 6 insertions(+), 8 deletions(-) diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index a89c40e..81020f5 100644

[OpenWrt-Devel] [PATCH] Upgrade libidn from 1.12 to 1.13. Fix typo in description. Drop unneeded CC setting.

2009-03-17 Thread Simon Josefsson
Signed-off-by: Simon Josefsson --- libs/libidn/Makefile |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/libidn/Makefile b/libs/libidn/Makefile index d61506f..4973e13 100644 --- a/libs/libidn/Makefile +++ b/libs/libidn/Makefile @@ -8,12 +8,12 @@ include

[OpenWrt-Devel] opencdk update

2007-09-13 Thread Simon Josefsson
Hi! Here is an update for the opencdk library, changes include: * Use opencdk 0.6.4 * Depend on zlib. * Remove patches/500-cross-compile.patch, not needed, and remove 'touch' calls * Add patches/fix-tests-build which seems to be needed for some reason The background why this is needed: Modern Gn

[OpenWrt-Devel] offer to help co-maintain libgpg-error, libgcrypt, libtasn1, opencdk gnutls

2008-05-20 Thread Simon Josefsson
Hi! I'm upstream maintainer for gnutls and libtasn1 (and some other projects), and I have been sending updates for some package to get a more modern gnutls version installed. In one of the bug reports: https://dev.openwrt.org/ticket/3424#comment:1 It was suggested to request svn access. Now th

[OpenWrt-Devel] [PATCH] package/gnutls: update to 2.4.0

2008-06-19 Thread Simon Josefsson
, LZO compression has been disabled by default in v2.4, so the --without-lzo flag can be removed too, which the patch does. In case the patch isn't clear, the 002-disable_openpgp.patch file is removed. Thanks, Simon Signed-off-by: Simon Josefsson <[EMAIL PROTECTED]> Index: