[OpenWrt-Devel] openssl 1.0.1f patch

2014-03-05 Thread Peter Wagner
-by: Peter Wagner tripo...@gmx.atdiff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index 19863fb..14c6984 100644 --- a/package/libs/openssl/Makefile +++ b/package/libs/openssl/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl -PKG_VERSION:=1.0.1e

Re: [OpenWrt-Devel] [Patch][packages][RFC] erlang: update and remove RIPEMD

2013-11-15 Thread Peter Wagner
Hi, i thought about the patch and as openssl now supports ripemd i will commit the patch from Králik Barnabás. Thanks, Peter On Fri, 15 Nov 2013 10:13:17 +0100 Dirk Neukirchen dirkneukirc...@web.de wrote: On 15.11.2013 03:16, Peter Wagner wrote: Hi Dirk, could you please resend

Re: [OpenWrt-Devel] [PATCH] [packages] erlang - allow compiling NIFs, allow rebar for libraries for Erlang + version bump

2013-11-15 Thread Peter Wagner
Thanks, applied in latest trunk. See: https://dev.openwrt.org/changeset/38817 /Peter On Tue, 5 Nov 2013 10:05:05 +0100 Králik Barnabás krali...@msn.com wrote: (Sorry for triple-posting) This fixes the Erlang package so that libraries for Erlang can easily be packaged for OpenWRT.

[OpenWrt-Devel] Unifi AP Pro sysupgrade patch V3

2013-11-14 Thread Peter Wagner
will be appended to this partition. To fix this problem, a new option -s number skip the first n bytes when appending data to the jffs2 partiton, defaults to 0 is added to mtd. Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/package/base-files/files/lib/upgrade/common.sh b/package/base

[OpenWrt-Devel] Unifi AP Pro sysupgrade patch V4

2013-11-14 Thread Peter Wagner
to the jffs2 partiton, defaults to 0 is added to mtd. Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/package/base-files/files/lib/upgrade/common.sh b/package/base-files/files/lib/upgrade/common.sh index 9116206..c19640f 100644 --- a/package/base-files/files/lib/upgrade/common.sh +++ b

[OpenWrt-Devel] Unifi AP Pro sysupgrade patch V5

2013-11-14 Thread Peter Wagner
of big-endian) Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/package/base-files/files/lib/upgrade/common.sh b/package/base-files/files/lib/upgrade/common.sh index 9116206..c19640f 100644 --- a/package/base-files/files/lib/upgrade/common.sh +++ b/package/base-files/files/lib/upgrade/common.sh

Re: [OpenWrt-Devel] [Patch][packages][RFC] erlang: update and remove RIPEMD

2013-11-14 Thread Peter Wagner
Hi Dirk, could you please resend the patch. i get: patching file Makefile patch: malformed patch at line 84: 2. As it seems you mail clients wraps the lines. If you can't disable wrapping just attach the patch as file. /Peter On Thu, 14 Nov 2013 23:53:42 +0100 Dirk Neukirchen

[OpenWrt-Devel] Unifi AP Pro sysupgrade patch

2013-11-13 Thread Peter Wagner
will be appended to this partition. To fix this problem, a new option -s is added to mtd, that allows to specify which jffs2 partition should be used when the data is appended. Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/package/base-files/files/lib/upgrade/common.sh b/package/base-files/files

[OpenWrt-Devel] Unifi AP Pro sysupgrade patch V2

2013-11-13 Thread Peter Wagner
will be appended to this partition. To fix this problem, a new option -s is added to mtd, that allows to specify which jffs2 partition should be used when the data is appended. Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/package/base-files/files/lib/upgrade/common.sh b/package/base-files/files

[OpenWrt-Devel] add support for RIPEMD/160 to openssl

2013-11-08 Thread Peter Wagner
: 652K 8. Nov 15:11 bin/ar71xx/packages/libopenssl_1.0.1e-2_ar71xx.ipk So the file size just grows ~5kb, which shouldn't be a problem. Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index a280ff4..27b6e99 100644 --- a/package/libs

Re: [OpenWrt-Devel] [PATCH] [packages] erlang - allow compiling NIFs, allow rebar for libraries for Erlang + version bump

2013-11-04 Thread Peter Wagner
to have some problems with the formatting. I am puzzled; I have already used this e-mail-client to submit a patch and then it went through. What am I doing wrong? Regards, Barnabás -Original Message- From: Peter Wagner [mailto:tripo...@gmx.at] Sent: Sunday, November 3, 2013 9:45 PM

Re: [OpenWrt-Devel] [PATCH] [packages] erlang - allow compiling NIFs, allow rebar for libraries for Erlang + version bump

2013-11-04 Thread Peter Wagner
Hi, the problem is that your mail client wraps the lines. Please fix that or attach the file (not inline) directly to a mail. Regards, Peter On Mon, 4 Nov 2013 22:41:18 +0100 Králik Barnabás krali...@msn.com wrote: This fixes the Erlang package so that libraries for Erlang can easily be

Re: [OpenWrt-Devel] [PATCH] [packages] erlang - allow compiling NIFs, allow rebar for libraries for Erlang + version bump

2013-11-03 Thread Peter Wagner
Hi, your patch is malformed. Please resend it and add the patch as attachment. Regards, Peter On Sun, 3 Nov 2013 19:41:01 +0100 Králik Barnabás krali...@msn.com wrote: This fixes the Erlang package so that libraries for Erlang can easily be packaged for OpenWRT. This means: - static

Re: [OpenWrt-Devel] [packages] net/proftpd: disable libpam support

2013-10-24 Thread Peter Wagner
Applied in 38527. Peter On Thu, 24 Oct 2013 13:06:12 +0200 Dirk Neukirchen dirk.neukirc...@student.hu-berlin.de wrote: Signed-off-by: Dirk Neukirchendirkneukirc...@web.de --- diff --git a/net/proftpd/Makefile b/net/proftpd/Makefile index 74b7428..6c89533 100644 ---

[OpenWrt-Devel] kernel 3.10.5 update patch

2013-08-04 Thread Peter Wagner
update kernel to 3.10.5 Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/include/kernel-version.mk b/include/kernel-version.mk index dfb5845..1b1bb40 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -17,8 +17,8 @@ endif ifeq ($(LINUX_VERSION),3.9.11

[OpenWrt-Devel] [packages] libogg : update to 1.3.1

2013-08-04 Thread Peter Wagner
Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/libs/libogg/Makefile b/libs/libogg/Makefile index 883f0ce..7b3f588 100644 --- a/libs/libogg/Makefile +++ b/libs/libogg/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libogg -PKG_VERSION:=1.3.0 +PKG_VERSION:=1.3.1

[OpenWrt-Devel] [packages] libvorbisidec: update to 1.0.2+svn18153

2013-08-04 Thread Peter Wagner
Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/libs/libvorbisidec/Makefile b/libs/libvorbisidec/Makefile index 151cc9a..bd77623 100644 --- a/libs/libvorbisidec/Makefile +++ b/libs/libvorbisidec/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libvorbisidec -PKG_VERSION

[OpenWrt-Devel] [PATCH 1/2] update alsa-lib to 1.0.27.2

2013-07-30 Thread Peter Wagner
Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/libs/alsa-lib/Makefile b/libs/alsa-lib/Makefile index 97540c3..81a0373 100644 --- a/libs/alsa-lib/Makefile +++ b/libs/alsa-lib/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=alsa-lib -PKG_VERSION:=1.0.24.1 +PKG_VERSION

[OpenWrt-Devel] [PATCH 2/2] update alsa-utils to 1.0.27.2

2013-07-30 Thread Peter Wagner
Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/utils/alsa-utils/Makefile b/utils/alsa-utils/Makefile index f203ecb..f60da4a 100644 --- a/utils/alsa-utils/Makefile +++ b/utils/alsa-utils/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=alsa-utils -PKG_VERSION:=1.0.24.2

[OpenWrt-Devel] nmap 6.40 update patch

2013-07-30 Thread Peter Wagner
Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/net/nmap/Makefile b/net/nmap/Makefile index e31e7b4..07c9913 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -13,12 +13,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nmap -PKG_VERSION:=6.01 -PKG_RELEASE:=4 +PKG_VERSION:=6.40

[OpenWrt-Devel] [PATCH 0/1] update libtorrent to 0.13.3-git

2013-07-28 Thread Peter Wagner
update libtorrent to 0.13.3-git fixes a crash on rtorrent exit and other enhancements also removed TARGET_CPPFLAGS - it just increases the filesize of libtorrent from 900kb to 2,4MB Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/libs/libtorrent/Makefile b/libs/libtorrent/Makefile

[OpenWrt-Devel] [PATCH 1/1] update rtorrent to 0.9.3-git

2013-07-28 Thread Peter Wagner
update rtorrent to 0.9.3-git fixes a crash on rtorrent exit and other enhancements also removed TARGET_CPPFLAGS - it just increases the filesize of libtorrent from 900kb to 2,4MB Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index

[OpenWrt-Devel] openvpn 2.3.2 update

2013-07-26 Thread Peter Wagner
this patches updates openvpn to v2.3.2 and adds a PKG_MD5SUM to the Makefile This release fixes a memory access violation when cipher none is used on ar71xx - at least with my config Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/package/network/services/openvpn/Makefile b/package

[OpenWrt-Devel] update e2fsprogs to 1.42.8 and add e4defrag

2013-07-26 Thread Peter Wagner
update e2fsprogs to 1.42.8 and add e4defrag Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/package/utils/e2fsprogs/Makefile b/package/utils/e2fsprogs/Makefile index 0dca980..49e53f4 100644 --- a/package/utils/e2fsprogs/Makefile +++ b/package/utils/e2fsprogs/Makefile @@ -8,8 +8,8

[OpenWrt-Devel] [PATCH 2/2] rtorrent 0.9.2 update

2013-07-23 Thread Peter Wagner
this patches updates rtorrent to 0.9.2 Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index 7dad009..d8d2414 100644 --- a/net/rtorrent/Makefile +++ b/net/rtorrent/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rtorrent

[OpenWrt-Devel] [PATCH 1/2] libtorrent 0.13.2 update

2013-07-23 Thread Peter Wagner
this patches updates libtorrent to 0.13.2 Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/libs/libtorrent/Makefile b/libs/libtorrent/Makefile index 42c0ee1..aaa0dde 100644 --- a/libs/libtorrent/Makefile +++ b/libs/libtorrent/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk

Re: [OpenWrt-Devel] [PATCH 2/2] [v2] rtorrent 0.9.2 update

2013-07-23 Thread Peter Wagner
this patches updates rtorrent to 0.9.2 removes accidently added debug stuff Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index 7dad009..dac4b62 100644 --- a/net/rtorrent/Makefile +++ b/net/rtorrent/Makefile @@ -8,12 +8,12 @@ include

[OpenWrt-Devel] ubox fix extroot delay

2013-07-11 Thread Peter Wagner
This patches fixes the extroot delay. It creates the devicefiles again when no device was found and updates the device list afterwards. Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/block.c b/block.c index d0fce7e..245973e 100644 --- a/block.c +++ b/block.c @@ -702,6 +702,8 @@ static

[OpenWrt-Devel] Fix logread file logging

2013-07-09 Thread Peter Wagner
This patch fixes logread and now appends to files instead of writting to the beginning the specified logfile. It also sets the access rights to 0600. Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/logread.c b/logread.c index fc1d0ce..77a810b 100644 --- a/logread.c +++ b/logread.c

[OpenWrt-Devel] ubox: add option to check ext* partitions before mounting V2

2013-07-01 Thread Peter Wagner
Updates: Check for e2fsck before calling it. fix whitespace This patch adds a new option called check_fs to /etc/config/fstab, if set to '1' every partition with ext* fs will be checked before it gets mounted. Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/block.c b/block.c

[OpenWrt-Devel] ubox: add option to check ext* partitions before mounting V3

2013-07-01 Thread Peter Wagner
UpdatesV2: Check for e2fsck before calling it. fix whitespace Updates V3: fix another whitespace This patch adds a new option called check_fs to /etc/config/fstab, if set to '1' every partition with ext* fs will be checked before it gets mounted. Signed-off-by: Peter Wagner tripo

[OpenWrt-Devel] ubox: cadd option the check ext* partitions

2013-06-30 Thread Peter Wagner
This patch adds a new option called check_fs to /etc/config/fstab. If set to '1' every partition with ext* fs will be chcked before it gets mounted. I also removed a newline that was not removed in my last patch. Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/block.c b/block.c index

[OpenWrt-Devel] ubox: add delay for root partition when extroot is used

2013-06-29 Thread Peter Wagner
This patch adds a new option called delay_root to /etc/config/fstab. This option defines how long mount_root should wait (in seconds) for an external storage to show up. Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/block.c b/block.c index e3363ae..4d1b384 100644 --- a/block.c +++ b

Re: [OpenWrt-Devel] openssh-server configure in attitude_adjustment

2013-06-16 Thread Peter Wagner
Hi, Try to set the pw for the root user again from the telnet login with passwd and try to login afterwards with ssh. Also set PasswordAuthentication yes - allthough the default value should be yes. With kind regards, Peter Wagner On Sun, 16 Jun 2013 12:27:08 +0800 (CST) jinzhcheng bjzhoug

[OpenWrt-Devel] fetchmail 6.3.26 update patch

2013-05-26 Thread Peter Wagner
update fetchmail to 6.3.26 Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 2e7b368..260f425 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fetchmail

[OpenWrt-Devel] cmus 2.5.0 update patch

2013-05-26 Thread Peter Wagner
update cmus to 2.5.0 Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/sound/cmus/Makefile b/sound/cmus/Makefile index 336bd80..0316350 100644 --- a/sound/cmus/Makefile +++ b/sound/cmus/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cmus -PKG_VERSION:=2.4.0 +PKG_VERSION

[OpenWrt-Devel] Package Maintanance

2013-05-26 Thread Peter Wagner
Hi, i'd like to be the package maintainer of the packages dovecot, fetchmail and cmus. Could someone please give me write access to these packages? With kind regards, Peter Wagner ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https

[OpenWrt-Devel] dovecot 2.2.2 update patch

2013-05-20 Thread Peter Wagner
This patch updates dovecot to 2.2.2. Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index e13fd1a..5c70b34 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dovecot

[OpenWrt-Devel] less 457 patch

2013-01-16 Thread Peter Wagner
This patch updates less to 457. Signed-off-by: Peter Wagner tripo...@gmx.at ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] less 457 patch

2013-01-16 Thread Peter Wagner
This patch updates less to 457. Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/utils/less/Makefile b/utils/less/Makefile index 2e9f3fa..c638c20 100644 --- a/utils/less/Makefile +++ b/utils/less/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=less -PKG_VERSION:=444

[OpenWrt-Devel] pulseaudio 3.0 update

2012-12-30 Thread Peter Wagner
This patch updates pulseaudio to version 3.0 Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index 3cbbaa4..2f52415 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk

Re: [OpenWrt-Devel] Autostart of services..

2012-11-10 Thread Peter Wagner
Hi, services are only started when an app is installed in some linux distributions like unbuntu and this is a really weired behavior - imho. You can see all available options like this /etc/init.d/boot Syntax: /etc/init.d/boot [command] Available commands: start Start the service

Re: [OpenWrt-Devel] Autostart of services..

2012-11-10 Thread Peter Wagner
also documented here. http://wiki.openwrt.org/doc/techref/initscripts#enable.and.disable On Sat, 10 Nov 2012 18:43:03 +0100 Peter Wagner tripo...@gmx.at wrote: Hi, services are only started when an app is installed in some linux distributions like unbuntu and this is a really weired

[OpenWrt-Devel] user and group for portmap

2012-10-04 Thread Peter Wagner
Instead of running portmap together with dnsmasq in the nobody group, portmap should get it's own group/user called rpc. This patch adds the group/user. Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/net/portmap/Makefile b/net/portmap/Makefile index 70499aa..3e8ae80 100644 --- a/net

[OpenWrt-Devel] fetchmail 3.6.22 update patch

2012-09-04 Thread Peter Wagner
This patch updates fetchmail to 3.6.22 Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 7702f4e..14dc745 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME

Re: [OpenWrt-Devel] change Kernel-commandline / add panic=10

2012-08-15 Thread Peter Wagner
Hi, CONFIG_CMDLINE is used. Maybe do the change to config-3.3 and do a make target/linux/clean make Now your kernel should be called with the CMDLINE. /Regards Peter On Wednesday 15 August 2012 14:30:56 Bastian Bittorf wrote: we have sometimes the problem that a board will not come up after

[OpenWrt-Devel] wget 1.14 update patch

2012-08-13 Thread Peter Wagner
Signed-off-by: Peter Wagner tripo...@gmx.at diff --git a/net/wget/Makefile b/net/wget/Makefile index 3246652..fc2f179 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wget -PKG_VERSION:=1.13.4 +PKG_VERSION:=1.14 PKG_RELEASE:=1

[OpenWrt-Devel] kmod-ipt-nathelper-extra is missing nf_conntrack_broadcast.ko

2012-06-11 Thread Peter Wagner
) [ 44.664000] nf_nat_snmp_basic: Unknown symbol nf_nat_snmp_hook (err 0) This patch fixes the problem. /Peter Signed-off-by: Peter Wagner tripo...@gmx.at diff --git a/include/netfilter.mk b/include/netfilter.mk index bd52ed9..f5a3961 100644 --- a/include/netfilter.mk +++ b/include/netfilter.mk

[OpenWrt-Devel] busybox 1.20.0 update patch

2012-04-29 Thread Peter Wagner
Hi, this patch updates busybox to 1.20.0. The only patch i wasn't shure about was 310-passwd_access.patch - this patch isn't included. Signed-off-by: Peter Wagner tripo...@gmx.at diff --git a/package/busybox/Makefile b/package/busybox/Makefile index af27df0..571c448 100644 --- a/package

[OpenWrt-Devel] busybox 1.20.0 update patch r1

2012-04-29 Thread Peter Wagner
Hi, this patch updates busybox to 1.20.0. The only patch i wasn't shure about was 310-passwd_access.patch - this patch isn't included. Signed-off-by: Peter Wagner tripo...@gmx.at diff --git a/package/busybox/Makefile b/package/busybox/Makefile index af27df0..571c448 100644 --- a/package

Re: [OpenWrt-Devel] lighttpd-nossl

2012-03-19 Thread Peter Wagner
Hi, look at the ctorrent or irssi Makefile. There you can see how to implement the nossl stuff in one Makefile. Regards, Peter On Monday 19 March 2012 12:05:31 Christiane Ruetten wrote: Hi Edgar, just to be explicit: the idea is to have lighttpd-nossl in the official repo so I can get

Re: [OpenWrt-Devel] lighttpd-nossl

2012-03-19 Thread Peter Wagner
with two packages both containing whatever was build first? ..ede On 19.03.2012 13:18, Peter Wagner wrote: Hi, look at the ctorrent or irssi Makefile. There you can see how to implement the nossl stuff in one Makefile. Regards, Peter On Monday 19 March 2012 12:05:31

[OpenWrt-Devel] openssl 1.0.1 update patch

2012-03-15 Thread Peter Wagner
This patch updates openssl to 1.0.1 and refreshes all patches. Signed-off-by: Peter Wagner tripo...@gmx.at diff --git a/package/openssl/Makefile b/package/openssl/Makefile index 22e85ec..424bd39 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR

[OpenWrt-Devel] busybox 1.19.4 update patch

2012-03-14 Thread Peter Wagner
This patch updates busybox to 1.19.4 and refreshes all patches. Signed-off-by: Peter Wagner tripo...@gmx.at diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 41e7d40..af27df0 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -8,14 +8,14 @@ include

[OpenWrt-Devel] openssl 1.0.0h update patch

2012-03-13 Thread Peter Wagner
Hi this patch updates openssl to 1.0.0h and refreshes all patches. This fixes CVE-2012-0884. Signed-off-by: Peter Wagner tripo...@gmx.at diff --git a/package/openssl/Makefile b/package/openssl/Makefile index d72b06a..22e85ec 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile

[OpenWrt-Devel] ocf for linux 3.2

2012-01-19 Thread Peter Wagner
Hi, this patch adds ocf support to linux 3.2. But maybe this changes should be inside an #ifdef to make it work with linux 3.2 /Peter diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk index 44c4b5d..c8be6f9 100644 --- a/package/kernel/modules/crypto.mk +++

Re: [OpenWrt-Devel] tor init script is broken

2011-11-15 Thread Peter Wagner
you think? :) Hasta luego, Peter On Dienstag, 15. November 2011 22:46:12 Nico wrote: Hi Peter the List, On Tue, Nov 15, 2011 at 2:40 AM, Peter Wagner tripo...@gmx.at wrote: Hi, the current tor init script that uses the new service wrapper is broken. It is working fine here. From our

[OpenWrt-Devel] add entry in /etc/shadow when user_add is used

2011-11-14 Thread Peter Wagner
Hi, by now when user_add is used no line is shadow is created for that user. This patch adds this to /lib/functions.sh. /Peter diff --git a/package/base-files/files/lib/functions.sh b/package/base-files/files/lib/functions.sh index f6ec3d7..af619a7 100755 ---

Re: [OpenWrt-Devel] add entry in /etc/shadow when user_add is used v2

2011-11-14 Thread Peter Wagner
v2 a : was missing On Montag, 14. November 2011 22:33:21 Peter Wagner wrote: Hi, by now when user_add is used no line is shadow is created for that user. This patch adds this to /lib/functions.sh. /Peter diff --git a/package/base-files/files/lib/functions.sh b/package/base-files/files/lib

Re: [OpenWrt-Devel] add entry in /etc/shadow when user_add is used v2

2011-11-14 Thread Peter Wagner
Hi Nico, new version that only locks passwd. /Peter On Dienstag, 15. November 2011 00:02:06 Nico wrote: Hi Peter, A single lock for both /etc/passwd and /etc/shadow should be enough, it was just there to prevent multiple initscripts from messing with /etc/passwd at boot. -- -{Nico}

[OpenWrt-Devel] tor init script is broken

2011-11-14 Thread Peter Wagner
Hi, the current tor init script that uses the new service wrapper is broken. this patch fixes the initscript. /Peter diff --git a/net/tor/files/tor.init b/net/tor/files/tor.init index 42eff1a..5501527 100644 --- a/net/tor/files/tor.init +++ b/net/tor/files/tor.init @@ -2,16 +2,15 @@ #

[OpenWrt-Devel] libcap package v1

2011-11-11 Thread Peter Wagner
updated Makefile On Freitag, 11. November 2011 12:01:21 Peter Wagner wrote: Hi, this Makefile adds libcap to Openwrt. This is a slightly modified version to jows version that he posted in juli in the openwrt forum. It is needed for the ntpd package to run as none root user. /Peter

[OpenWrt-Devel] generic patches for linux 3.1 added 2 regressions

2011-11-03 Thread Peter Wagner
Hi,, while i tried to open up some ports to the outside (wan side) world and it didnt work (router only reachable from lan) i investigated and found out that the upgrading from 3.0 to 3.1 introduced two errors. when you compare the target/linux/generic/patches-3.1/610-

[OpenWrt-Devel] tor 0.2.2.34 update patch

2011-10-30 Thread Peter Wagner
Signed-off-by: Peter Wagner tripo...@gmx.at diff --git a/net/tor/Makefile b/net/tor/Makefile index f9a9ae0..f87ab26 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tor -PKG_VERSION:=0.2.2.33 +PKG_VERSION:=0.2.2.34 PKG_RELEASE:=1

[OpenWrt-Devel] libevent 2.0.15 update patch - fixes tor compile error

2011-10-26 Thread Peter Wagner
libevent 2.0.15 update patch - fixes tor compile error Signed-off-by: Peter Wagner tripo...@gmx.at diff --git a/libs/libevent2/Makefile b/libs/libevent2/Makefile index 44b418c..f0cef8f 100644 --- a/libs/libevent2/Makefile +++ b/libs/libevent2/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk

Re: [OpenWrt-Devel] brcm47xx 3.1 update patch

2011-10-24 Thread Peter Wagner
hunk applied. /Peter On Montag, 24. Oktober 2011 20:15:42 Peter Wagner wrote: Hello, this patch updates brcm47xx to 3.1. Signed-off-by: Peter Wagner tripo...@gmx.at ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https

[OpenWrt-Devel] wget 1.13.4 update patch

2011-10-19 Thread Peter Wagner
Hi, this patch updates wget to 1.13.4 as 1.12.2 is affected by this CVE http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-2252 Wget: User-assisted file creation or overwrite /Peter Wagner diff --git a/net/wget/Makefile b/net/wget/Makefile index 612ab88..7711efc 100644 --- a/net/wget/Makefile

[OpenWrt-Devel] openssl 1.0.0e update patch

2011-10-11 Thread Peter Wagner
Hi, this patch updates openssl to 1.0.0e. with kind regards, Peter Wagner diff --git a/package/openssl/Makefile b/package/openssl/Makefile index 26c56a2..e345009 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl

Re: [OpenWrt-Devel] linux 3.0 is out - patch for generic and brcm47xx

2011-07-24 Thread Peter Wagner
Am Sonntag, 24. Juli 2011, 01:37:46 schrieb Philip Prindeville: On 7/22/11 7:07 AM, Peter Wagner wrote: Hi, this patch updates generec and brcm47xx to linux 3.0. runs on brcm47xx like a charm (for a few minutes by now ;) ) /Peter Wagner Signed-off-by: Peter Wagner tripo

[OpenWrt-Devel] linux 3.0 is out - patch for generic and brcm47xx

2011-07-22 Thread Peter Wagner
Hi, this patch updates generec and brcm47xx to linux 3.0. runs on brcm47xx like a charm (for a few minutes by now ;) ) /Peter Wagner Signed-off-by: Peter Wagner tripo...@gmx.at diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 66fb021..4fd3207 100644 --- a/include/kernel

Re: [OpenWrt-Devel] b44 ssb0:0: eth0: powering down PHY

2011-06-19 Thread Peter Wagner
Am Samstag, 18. Mai 2011, 19:17:51 schrieb Peter Wagner: Am Samstag, 18. Mai 2011, 18:34:15 schrieben Sie: On 2011-06-18 6:05 PM, Peter Wagner wrote: Am Freitag, 17. Mai 2011, 22:04:07 schrieb Peter Wagner: accidently hit the send button... Hi, i created a c++ program

[OpenWrt-Devel] busybox 1.18.5 update patch

2011-06-19 Thread Peter Wagner
Hi, this patch updates busybox to 1.18.5 /Peter diff --git a/package/busybox/Makefile b/package/busybox/Makefile index d41a279..936aefd 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox -PKG_VERSION:=1.18.4

Re: [OpenWrt-Devel] b44 ssb0:0: eth0: powering down PHY

2011-06-18 Thread Peter Wagner
Am Freitag, 17. Mai 2011, 22:04:07 schrieb Peter Wagner: accidently hit the send button... Hi, i created a c++ program and while testing it (it sends upd packets) i created a few millions packages and sent them to 192.168.1.1:4950 (my router running openwrt). its a wl500gP v1. while i

[OpenWrt-Devel] b44 ssb0:0: eth0: powering down PHY

2011-06-17 Thread Peter Wagner
Hi, i created a c++ and while testing it i created a few millions packages and sent them to port 4950 an router running openwrt. its a wl500gP v1. while i was doing this the device gets unresponsive and i get lines like this: b44 ssb0:0: eth0: powering down PHY b44 ssb0:0: eth0: powering down

[OpenWrt-Devel] b44 ssb0:0: eth0: powering down PHY

2011-06-17 Thread Peter Wagner
accidently hit the send button... Hi, i created a c++ program and while testing it (it sends upd packets) i created a few millions packages and sent them to 192.168.1.1:4950 (my router running openwrt). its a wl500gP v1. while i was doing this the device gets unresponsive and i get lines like

Re: [OpenWrt-Devel] flash wearout v2

2011-06-06 Thread Peter Wagner
Am Montag, 6. Mai 2011, 07:09:43 schrieb Philip Prindeville: On 6/5/11 11:10 AM, Peter Wagner wrote: Am Sonntag, 5. Mai 2011, 20:02:13 schrieb Peter Wagner: Am Sonntag, 5. Mai 2011, 19:54:22 schrieb Peter Wagner: Am Freitag, 3. Mai 2011, 04:11:43 schrieb Philip Prindeville: On 5/31/11 10

Re: [OpenWrt-Devel] flash wearout

2011-06-05 Thread Peter Wagner
Am Freitag, 3. Mai 2011, 04:11:43 schrieb Philip Prindeville: On 5/31/11 10:48 AM, Peter Wagner wrote: Am Dienstag, 31. Mai 2011, 17:52:58 schrieb Philip Prindeville: On 5/30/11 4:00 PM, Peter Wagner wrote: Hi, while i was reading some init files i stumbled upon this: /sbin/wifi

Re: [OpenWrt-Devel] flash wearout v2

2011-06-05 Thread Peter Wagner
Am Sonntag, 5. Mai 2011, 20:02:13 schrieb Peter Wagner: Am Sonntag, 5. Mai 2011, 19:54:22 schrieb Peter Wagner: Am Freitag, 3. Mai 2011, 04:11:43 schrieb Philip Prindeville: On 5/31/11 10:48 AM, Peter Wagner wrote: Am Dienstag, 31. Mai 2011, 17:52:58 schrieb Philip Prindeville: On 5

[OpenWrt-Devel] 2.6.39.1 update

2011-06-03 Thread Peter Wagner
this patch updates all target that use 2.6.39 to 2.39.1. regards Peter diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 9b60d43..4ce6771 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -26,8 +26,8 @@ endif ifeq ($(LINUX_VERSION),2.6.38.6)

Re: [OpenWrt-Devel] flash wearout

2011-05-31 Thread Peter Wagner
Am Dienstag, 31. Mai 2011, 13:29:59 schrieb Ithamar R. Adema: Hi, On Tue, 2011-05-31 at 11:44 +0300, Vasilis Tsiligiannis wrote: They typically last more than 100,000 program/erase cycles so I don't think you will have a problem in the first 150 years of use. This is assuming the

Re: [OpenWrt-Devel] flash wearout

2011-05-31 Thread Peter Wagner
Am Dienstag, 31. Mai 2011, 17:52:58 schrieb Philip Prindeville: On 5/30/11 4:00 PM, Peter Wagner wrote: Hi, while i was reading some init files i stumbled upon this: /sbin/wifi detect /etc/config/wireless grep -qs config /etc/config/wireless { /sbin/wifi up

[OpenWrt-Devel] flash wearout

2011-05-30 Thread Peter Wagner
Hi, while i was reading some init files i stumbled upon this: /sbin/wifi detect /etc/config/wireless grep -qs config /etc/config/wireless { /sbin/wifi up } || { rm -f /etc/config/wireless } this means: /sbin/wifi detect /etc/config/wireless /sbin/wifi only outputs

Re: [OpenWrt-Devel] initial 2.6.39 support for brcm47xx

2011-05-25 Thread Peter Wagner
Am Mittwoch, 25. Mai 2011, 22:58:18 schrieb Hauke Mehrtens: On 05/25/2011 10:21 PM, Jonas Gorski wrote: It was originally tristate, but was changed to bool to prevent a build breakage in an earlier patch revision (for a new syscall). The actual commit[1] changed it in a way this isn't

Re: [OpenWrt-Devel] initial 2.6.39 support for brcm47xx

2011-05-25 Thread Peter Wagner
Am Donnerstag, 26. Mai 2011, 02:02:01 schrieb Peter Wagner: Am Mittwoch, 25. Mai 2011, 22:58:18 schrieb Hauke Mehrtens: On 05/25/2011 10:21 PM, Jonas Gorski wrote: It was originally tristate, but was changed to bool to prevent a build breakage in an earlier patch revision (for a new

Re: [OpenWrt-Devel] initial 2.6.39 support for brcm47xx

2011-05-25 Thread Peter Wagner
Am Donnerstag, 26. Mai 2011, 02:03:31 schrieb Peter Wagner: Am Donnerstag, 26. Mai 2011, 02:02:01 schrieb Peter Wagner: Am Mittwoch, 25. Mai 2011, 22:58:18 schrieb Hauke Mehrtens: On 05/25/2011 10:21 PM, Jonas Gorski wrote: It was originally tristate, but was changed to bool to prevent

Re: [OpenWrt-Devel] initial 2.6.39 support for brcm47xx

2011-05-24 Thread Peter Wagner
hi where can i find John's patch? greets Am Dienstag, 24. Mai 2011, 19:22:37 schrieb Rafał Miłecki: W dniu 24 maja 2011 19:21 użytkownik Rafał Miłecki zaj...@gmail.com napisał: 2011/5/24 Peter Wagner tripo...@gmx.at: hi this patch adds 2.6.39 support to brcm47xx - the devices comes up

Re: [OpenWrt-Devel] initial 2.6.39 support for brcm47xx

2011-05-24 Thread Peter Wagner
-wireless/msg69726.html but i used the generated one (its the file 022- ssb_pcicore_build_breakage.patch) from git.kernel.org, thanks updated generic patch attached - tested an image with patch applied and linux still comes up ;) Signed-off-by: Peter Wagner tripo...@gmx.at diff --git a/include

Re: [OpenWrt-Devel] initial 2.6.39 support for brcm47xx

2011-05-24 Thread Peter Wagner
Am Dienstag, 24. Mai 2011, 21:13:26 schrieb edgar.sol...@web.de: On 24.05.2011 21:03, Rafał Miłecki wrote: 2011/5/24 edgar.sol...@web.de: On 24.05.2011 20:03, Rafał Miłecki wrote: P.S. Please, don't top post :) why shouldn't he? it's not like you couldn't understand his message, is

Re: [OpenWrt-Devel] add +libidn to wget depends

2011-05-22 Thread Peter Wagner
Will this libidn dependency from wget be removed? it eats up 60kb space and isn't necessary at all ... greets Am Donnerstag, 19. Mai 2011, 10:22:28 schrieb Christian Sobkowski: Hey Xiangfu Liu, I tried the busybox as well as the opkg Versions of wget. Here's what I get: Busybox:

Re: [OpenWrt-Devel] add +libidn to wget depends

2011-05-18 Thread Peter Wagner
.0 = /lib/ld-uClibc.so.0 (0x2ba54000) regards, Peter Wagner Am Mittwoch, 18. Mai 2011, 11:44:15 schrieb Jo-Philipp Wich: Committed in r26929 - thanks! ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org

[OpenWrt-Devel] kernel 2.6.38.6 update

2011-05-12 Thread Peter Wagner
kernel 2.6.38.6 update i only tested it on brcm47xx and it works like a charm - but brcm47xx is still on 2.6.37 i didnt include it in the patch... Signed-off-by: Peter Wagner tripo...@gmx.at with kind regards, Peter Wagner diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile

[OpenWrt-Devel] save space when installing pciutils and usbutils

2011-04-11 Thread Peter Wagner
the update scripts in postinst but removed the pci.ids.gz.old file and the usb.ids.gz.old file. this save space even for users that install one of this utilities with opkg. hopes the patch gets applied... greets Peter Wagner diff --git a/utils/pciutils/Makefile b/utils/pciutils/Makefile index

Re: [OpenWrt-Devel] save space when installing pciutils and usbutils v1

2011-04-11 Thread Peter Wagner
smaller version - use realtive path instead of absolute path Am Montag, 11. April 2011, 19:24:25 schrieb Peter Wagner: hi, i created an image with usbutils and pciutils enalbed - both packages fetch in postinst a new pci.ids.gz, usb.ids.gz file both ~150kb in size this blows up the image

Re: [OpenWrt-Devel] save space when installing pciutils and usbutils v1

2011-04-11 Thread Peter Wagner
smaller version - use realtive path instead of absolute path Am Montag, 11. April 2011, 19:24:25 schrieb Peter Wagner: hi, i created an image with usbutils and pciutils enalbed - both packages fetch in postinst a new pci.ids.gz, usb.ids.gz file both ~150kb in size this blows up the image

Re: [OpenWrt-Devel] save space when installing pciutils and usbutils v1

2011-04-11 Thread Peter Wagner
smaller version - use realtive path instead of absolute path Am Montag, 11. April 2011, 19:24:25 schrieb Peter Wagner: hi, i created an image with usbutils and pciutils enalbed - both packages fetch in postinst a new pci.ids.gz, usb.ids.gz file both ~150kb in size this blows up the image

Re: [OpenWrt-Devel] update linux to 2.6.37.6 - patch attached

2011-03-31 Thread Peter Wagner
you should at least try make oldconfig befor you compile the kernel ... Am Donnerstag, 31. März 2011, 00:02:08 schrieb Peter Wagner: did you fetch the newest trunk? and make target/linux/clean ; make oldconfig and then make? Am Mittwoch, 30. März 2011, 23:59:33 schrieb Maarten Bezemer

[OpenWrt-Devel] update linux to 2.6.37.6 - patch attached

2011-03-30 Thread Peter Wagner
update linux to 2.6.37.6 diff --git a/include/kernel-version.mk b/include/kernel-version.mk index ae82a5d..4f204ac 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -20,8 +20,8 @@ endif ifeq ($(LINUX_VERSION),2.6.36.4)

Re: [OpenWrt-Devel] update linux to 2.6.37.6 - patch attached

2011-03-30 Thread Peter Wagner
] undefined! ERROR: crypto_ahash_setkey [crypto/ocf/cryptosoft.ko] undefined! Am Mittwoch, 30. März 2011, 14:58:08 schrieb Peter Wagner: update linux to 2.6.37.6 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman

Re: [OpenWrt-Devel] update linux to 2.6.37.6 - patch attached

2011-03-30 Thread Peter Wagner
commit 26375 fixes the compile error the attached patch works Am Mittwoch, 30. März 2011, 17:07:33 schrieb Felix Fietkau: On 2011-03-30 4:06 PM, Maarten Bezemer wrote: I am having the same error with 2.6.37.4 (for orion target). The Makefile in the crypto dir seems to be broken...

Re: [OpenWrt-Devel] dnsmasq leasefile fix

2011-02-15 Thread Peter Wagner
Another version of the patch was allready commited - look here https://dev.openwrt.org/changeset/25540 Am Dienstag, 15. Februar 2011, 20:09:44 schrieb Philip Prindeville: On 2/15/11 2:13 AM, Ferenc Wagner wrote: Peter Wagnertripo...@gmx.at writes: - [ -n $leasefile ] [ -e $leasefile

  1   2   >