This patch updates dovecot to 2.2.2.
Signed-off-by: Peter Wagner diff --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
-PKG_VERSION:=1.2.13
update fetchmail to 6.3.26
Signed-off-by: Peter Wagner diff --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
-PKG_VERSION:=6.3.23
update cmus to 2.5.0
Signed-off-by: Peter Wagner diff --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:=2.5.0
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
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 wrote
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 diff --git a/block.c b/block.c
index e3363ae..4d1b384 100644
--- a/block.c
+++ b/block.c
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 diff --git a/block.c b/block.c
index 4bbfeb
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 diff --git a/block.c b/block.c
ind
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
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 diff --git a/logread.c b/logread.c
index fc1d0ce..77a810b 100644
--- a/logread.c
+++ b/logread.c
@@ -116,7 +116,7
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 diff --git a/block.c b/block.c
index d0fce7e..245973e 100644
--- a/block.c
+++ b/block.c
@@ -702,6 +702,8 @@ static int
Signed-off-by: Peter Wagner diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index a08032f..71d230f 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=php
-PKG_VERSION:=5.4.11
+PKG_VERSION:=5.4.17
PKG_RELEASE:=1
PKG_SOURCE
this patches updates rtorrent to 0.9.2
Signed-off-by: Peter Wagner diff --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
-PKG_VERSION
this patches updates libtorrent to 0.13.2
Signed-off-by: Peter Wagner diff --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
PKG_NAME:=libtorrent
this patches updates rtorrent to 0.9.2
removes accidently added debug stuff
Signed-off-by: Peter Wagner diff --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 $(TOPDIR)/rules.mk
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 diff --git a/package/network/services/openvpn/Makefile b/package/network/services
update e2fsprogs to 1.42.8 and add e4defrag
Signed-off-by: Peter Wagner diff --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 @@
include $(TOPDIR
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 diff --git a/libs/libtorrent/Makefile b/libs/libtorrent/Makefile
index 42c0ee1
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 diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile
index 7dad009..9ed87d3
Signed-off-by: Peter Wagner diff --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:=1.0.27.2
Signed-off-by: Peter Wagner diff --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
-PKG_RELEASE:=2
Signed-off-by: Peter Wagner diff --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
+PKG_RELEASE:=1
update kernel to 3.10.5
Signed-off-by: Peter Wagner diff --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)
LINUX_KERNEL_MD5SUM
Signed-off-by: Peter Wagner diff --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
PKG_RELEASE:=1
Signed-off-by: Peter Wagner diff --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:=1.0.2+svn14261
Applied in 38527.
Peter
On Thu, 24 Oct 2013 13:06:12 +0200
Dirk Neukirchen wrote:
>
> Signed-off-by: Dirk Neukirchen
> ---
> diff --git a/net/proftpd/Makefile b/net/proftpd/Makefile
> index 74b7428..6c89533 100644
> --- a/net/proftpd/Makefile
> +++ b/net/proftpd/Makefile
> @@ -1,5 +1,5 @@
>
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 wrote:
> This fixes the Erlang package so that libraries for Erlang can easily be
> packaged for OpenWRT.
>
> This means:
>
> - static libraries an
still seems 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.a
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 wrote:
> This fixes the Erlang package so that libraries for Erlang can easily be
> packaged for OpenWR
pport:
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 diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile
index a280ff4..27b6e99 100644
--- a/package/li
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 diff --git a/package/base-files/files/lib/upgrade/common.sh b/package/base-files/files/l
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 diff --git a/package/base-files/files/lib/upgrade/common.sh b/package/base-files/files/l
appended to this partition.
To fix this problem, a new option
-s skip the first n bytes when appending data to the jffs2
partiton, defaults to "0"
is added to mtd.
Signed-off-by: Peter Wagner diff --git a/package/base-files/files/lib/upgrade/common.sh b/package/base-files
jffs2
partiton, defaults to "0"
is added to mtd.
Signed-off-by: Peter Wagner diff --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/
nstead of big-endian)
Signed-off-by: Peter Wagner diff --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
to this partition.
To fix this problem, a new option
-s skip the first n bytes when appending data to the jffs2
partiton, defaults to "0"
is added to mtd.
Signed-off-by: Peter Wagner diff --git a/package/base-files/files/lib/upgrade/common.sh b/package/base-files
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 wrote:
>
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 wrote:
> On 15.11.2013 03:16, Peter Wagner wrote:
> > Hi Dirk,
> >
> > could you please resend
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 wrote:
> (Sorry for triple-posting)
>
>
>
> This fixes the Erlang package so that libraries for Erlang can easily be
> packaged for OpenWRT.
>
> This mean
)
[ 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
diff --git a/include/netfilter.mk b/include/netfilter.mk
index bd52ed9..f5a3961 100644
--- a/include/netfilter.mk
+++ b/include/netfilter.mk
@@ -185,6 +185,7
Signed-off-by: Peter Wagner
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
-PKG_SOURCE
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 afte
This patch updates fetchmail to 3.6.22
Signed-off-by: Peter Wagner diff --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:=fetchmail
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 diff --git a/net/portmap/Makefile b/net/portmap/Makefile
index 70499aa..3e8ae80 100644
--- a/net/p
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
also documented here.
http://wiki.openwrt.org/doc/techref/initscripts#enable.and.disable
On Sat, 10 Nov 2012 18:43:03 +0100
Peter Wagner wrote:
> Hi,
>
> services are only started when an app is installed in some linux
> distributions like unbuntu and this is a really weired beh
This patch updates fetchmail to version 6.3.23
Signed-off-by: Peter Wagner diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 14dc745..2e7b368 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=fetchmail
This patch updates htop to version 1.0.2
Signed-off-by: Peter Wagner diff --git a/admin/htop/Makefile b/admin/htop/Makefile
index 2e5d559..6909427 100644
--- a/admin/htop/Makefile
+++ b/admin/htop/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=htop
-PKG_VERSION:=1.0.1
This patch updates pulseaudio to version 3.0
Signed-off-by: Peter Wagner diff --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
PKG_NAME
This patch updates less to 457.
Signed-off-by: Peter Wagner
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
This patch updates less to 457.
Signed-off-by: Peter Wagner diff --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
+PKG_VERSION:=457
d-off-by: Peter Wagner diff --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
-PKG_RELEA
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
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 66fb021..4fd3207 100644
--- a/include/kernel-version.mk
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 ;) )
> >
> > /Pet
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
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/wge
last 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
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https
libevent 2.0.15 update patch - fixes tor compile error
Signed-off-by: Peter Wagner
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
PKG_NAME
Signed-off-by: Peter Wagner
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
PKG_SOURCE
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-
netfilter_match_bypass_d
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
Signed-off-by: Peter Wagner
diff --git a/libs/libcap/Makefile b/libs/libcap/Makefile
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 us
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
--- a/package/base-files/files/lib/functi
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/funct
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.
>
> --
> -{Ni
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 @@
# Copyright
Signed-off-by: Peter Wagner
diff --git a/net/privoxy/files/privoxy.init b/net/privoxy/files/privoxy.init
index 85479b3..0afe4c4 100644
--- a/net/privoxy/files/privoxy.init
+++ b/net/privoxy/files/privoxy.init
@@ -1,16 +1,16 @@
#!/bin/sh /etc/rc.common
-# Copyright (C) 2006 OpenWrt.org
t do 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 wrote:
> > Hi,
> >
> > the current tor init script that uses the new service wrapper is broken.
>
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
+++ b/pack
Hi
this patch updates openssl to 1.0.0h and refreshes all patches.
This fixes CVE-2012-0884.
Signed-off-by: Peter Wagner
diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index d72b06a..22e85ec 100644
--- a/package/openssl/Makefile
+++ b/package/openssl/Makefile
@@ -8,7 +8,7
This patch updates busybox to 1.19.4 and refreshes all patches.
Signed-off-by: Peter Wagner
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 $(TOPDIR)/rules.mk
This patch updates openssl to 1.0.1 and refreshes all patches.
Signed-off-by: Peter Wagner
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)/rules.mk
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
7;t you end up 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.
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
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index af27df0..571c448 100644
--- a/package/busybo
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
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index af27df0..571c448 100644
--- a/package/busybo
Hi
there are two fixes for the init system that are still wrong/missing...
umount -a -r -l is no good idea
just use umount -a -r
and portmap keeps a look ..
so it needs to be stopped to..
patches attached
greets
diff --git a/package/base-files/files/etc/init.d/umount b/package/base-files/f
Hi
i found following problem:
/dev/sda4 5.3G 2.9G 2.1G 58% /mnt/data
this disk is mounted and shared to the local network... this share is also
mounted on a pc in the local network.
now alltough the share is still mounted i do this:
server /root # /etc/init.d/nfsd st
Hi
please update 2.6.32.7 to 2.6.32.8
i also think brcm47xx is ready for 2.6.32.8 update .. so please update it too
i added it as separate patch
greets
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index b2810ce..1d259e3 100644
--- a/include/kernel-version.mk
+++ b/include/k
make nfsd V4 & nfs V4 optional
patch attached
greets
diff --git a/package/kernel/modules/fs.mk b/package/kernel/modules/fs.mk
index fc1bd17..4ca6cfd 100644
--- a/package/kernel/modules/fs.mk
+++ b/package/kernel/modules/fs.mk
@@ -214,13 +214,19 @@ define KernelPackage/fs-nfs-common
AUTOLOAD:=$
simplified patch
greets
Am Mittwoch 17 Februar 2010 14:45:04 schrieb Peter Wagner:
> make nfsd V4 & nfs V4 optional
>
> patch attached
>
> greets
diff --git a/package/kernel/modules/fs.mk b/package/kernel/modules/fs.mk
index fc1bd17..08d814d 100644
--- a/package/kernel/
kernel 2.6.32.9 update patch
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 5f05cf8..9909bc0 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -17,8 +17,8 @@ endif
ifeq ($(LINUX_VERSION),2.6.31.12)
LINUX_KERNEL_MD5SUM:=517be354b81b780e2f4b2ad61
applied in r19855
please send the patch next time as file...
i also fixed a typo:
-> +umount /proc/fs/nsfd
+> +umount /proc/fs/nfsd
thanks
Am Donnerstag 25 Februar 2010 01:01:03 schrieb Benjamin Cama:
> Hi,
>
> While trying to run the kernel nfs server, I stumbled upon t
hi
i tried to port attr + libcap to openwrt.
but i am not able to compile libcap -
i always get this error
/mnt/data/Openwrt/trunk_git/staging_dir/toolchain-
mipsel_gcc-4.3.3+cs_uClibc-0.9.30.2/usr/lib/gcc/mipsel-openwrt-linux-
uclibc/4.3.3/../../../../mipsel-openwrt-linux-uclibc/bin/ld: cannot
hi Benjamin,
Am Donnerstag 25 Februar 2010 04:15:26 schrieb Benjamin Cama:
> Hi Peter,
>
> Le jeudi 25 février 2010 à 03:30 +0100, Peter Wagner a écrit :
> > applied in r19855
>
> Thanks.
>
> > please send the patch next time as file...
>
> OK. I al
patch attached
greets
Peter Wagner
diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index 2d2a940..3b99c08 100644
--- a/package/openssl/Makefile
+++ b/package/openssl/Makefile
@@ -8,15 +8,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=openssl
-PKG_VERSION:=0.9.8l
-PKG_RELEASE:=2
Hi,
CONFIG_CMDLINE="root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd
console=ttyS0,115200"
is missing in config-2.6.33 for brcm47xx
greets
Peter Wagner
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.o
OH my failure - it seems this option isnt needed any more
Am Mittwoch 03 März 2010 00:22:30 schrieb Peter Wagner:
> Hi,
>
> CONFIG_CMDLINE="root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd
> console=ttyS0,115200"
>
> is missing in config-2.6.33 for brcm47x
24 schrieb Ferenc Wagner:
> Peter Wagner writes:
>
> > Am Mittwoch 03 März 2010 00:22:30 schrieb Peter Wagner:
> >
> >> CONFIG_CMDLINE="root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd
> >> console=ttyS0,115200"
> >>
> >>
Hi
update kernel to 2.6.33.1 - patch attached
greets
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index d49572c..5a32849 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -20,8 +20,8 @@ endif
ifeq ($(LINUX_VERSION),2.6.32.9)
LINUX_KERNEL_MD5SUM:=0
hi
openssl 0.9.8n update
greets
diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index 9f80a98..c96d833 100644
--- a/package/openssl/Makefile
+++ b/package/openssl/Makefile
@@ -8,15 +8,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=openssl
-PKG_VERSION:=0.9.8m
-PKG_RELEASE:=3
+PKG
; On Tue, Mar 30, 2010 at 5:22 PM, Peter Wagner wrote:
> > hi
> >
> > openssl 0.9.8n update
> >
> > greets
> >
> > ___
> > openwrt-devel mailing list
> > openwrt-devel
Hi,
please apply.
greets
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index c3894d2..ee201bc 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -23,8 +23,8 @@ endif
ifeq ($(LINUX_VERSION),2.6.32.11)
LINUX_KERNEL_MD5SUM:=3709c691d909b4f8ca692edc6c72
Hi,
please apply.
greets
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index c3894d2..ee201bc 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -23,8 +23,8 @@ endif
ifeq ($(LINUX_VERSION),2.6.32.11)
LINUX_KERNEL_MD5SUM:=3709c691d909b4f8ca692edc6c72
openssl 0.9.8n update patch
greets
diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index f0bcd1d..1b6f3d6 100644
--- a/package/openssl/Makefile
+++ b/package/openssl/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=openssl
-PKG_VERSION:=0.9.8m
+PKG_VERSION:=0.9.8n
Hi
this updates the kernel to 2.6.34.7.
patch attached.
greets
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index e24ce33..6d5115e 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -17,8 +17,8 @@ endif
ifeq ($(LINUX_VERSION),2.6.33.7)
LINUX_KERNE
diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index 2480d3b..f9b4c0a 100644
--- a/package/openssl/Makefile
+++ b/package/openssl/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=openssl
-PKG_VERSION:=0.9.8o
+PKG_VERSION:=0.9.8p
PKG_RELEASE:=1
PKG_SOURCE:=$(P
Hi
i updated openssl to 1.0.0b
it seems most of the ocf stuff isnt needed any more ...
the only thing i wasn't shure about was ...
-+ if (do_cpu)
-+ get_cpu(s);
i removed this lines and openssl works nice without them here but maybe they
are needed - i dont know
everyo
usually slower unless you have
large amounts data. Use -DUSE_CRYPTODEV_DIGESTS to force
it.
so the ocf patch isnt needed any more ...
Regards,
Peter
Am Donnerstag 25 November 2010, 17:34:48 schrieb Peter Wagner:
> Hi
>
> i updated openssl to 1.0.0b
&
greets
diff --git a/net/tor/Makefile b/net/tor/Makefile
index 5265558..77b8019 100644
--- a/net/tor/Makefile
+++ b/net/tor/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=tor
-PKG_VERSION:=0.2.1.26
+PKG_VERSION:=0.2.1.27
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).
1 - 100 of 151 matches
Mail list logo