packages.git
13 years ago[packages] libiconv: add ASCII as alias to US-ASCII, fixes various glib applications
jow [Thu, 28 Apr 2011 13:54:08 +0000 (13:54 +0000)]
[packages] libiconv: add ASCII as alias to US-ASCII, fixes various glib applications

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26775 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoUpgrade mc package. Tickets 9225 and 9268 can be closed. The mc package
thepeople [Tue, 26 Apr 2011 12:26:30 +0000 (12:26 +0000)]
Upgrade mc package. Tickets 9225 and 9268 can be closed. The mc package
is optimized for size.

Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net >
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26762 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoremove old mdadm patch
luka [Mon, 25 Apr 2011 22:10:58 +0000 (22:10 +0000)]
remove old mdadm patch

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26760 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agorename mdadm patch
luka [Mon, 25 Apr 2011 21:57:12 +0000 (21:57 +0000)]
rename mdadm patch

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26759 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoupgrade lm-sensors package
luka [Mon, 25 Apr 2011 21:48:18 +0000 (21:48 +0000)]
upgrade lm-sensors package

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26758 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] mdadm: fix typo in r26755
jow [Mon, 25 Apr 2011 21:24:40 +0000 (21:24 +0000)]
[packages] mdadm: fix typo in r26755

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26757 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoadd lvm2 cross compile fix
luka [Mon, 25 Apr 2011 21:24:03 +0000 (21:24 +0000)]
add lvm2 cross compile fix

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26756 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoupgrade mdadm package
luka [Mon, 25 Apr 2011 20:37:11 +0000 (20:37 +0000)]
upgrade mdadm package

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26755 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoupgrade lvm2 package
luka [Mon, 25 Apr 2011 20:36:26 +0000 (20:36 +0000)]
upgrade lvm2 package

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26754 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] alsa-utils: prevent configure from using host ncurses[w]5-config files
jow [Wed, 20 Apr 2011 09:55:49 +0000 (09:55 +0000)]
[packages] alsa-utils: prevent configure from using host ncurses[w]5-config files

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26739 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] php5: remove obsolete patch after update to 5.3.6
mhei [Tue, 19 Apr 2011 19:30:27 +0000 (19:30 +0000)]
[packages] php5: remove obsolete patch after update to 5.3.6

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26732 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] php5: update to 5.3.6
mhei [Tue, 19 Apr 2011 19:29:39 +0000 (19:29 +0000)]
[packages] php5: update to 5.3.6

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26731 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] php5: fix typo for package description
mhei [Tue, 19 Apr 2011 19:27:16 +0000 (19:27 +0000)]
[packages] php5: fix typo for package description

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26730 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] php5: add maintainer details
mhei [Tue, 19 Apr 2011 19:23:54 +0000 (19:23 +0000)]
[packages] php5: add maintainer details

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26729 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[PATCH] Update and FIX socat
jow [Tue, 19 Apr 2011 19:14:02 +0000 (19:14 +0000)]
[PATCH] Update and FIX socat
socat was bugged for ages now. It does compile, so probably no one
noticed. While running through its configure script, the build process
complains about some missing variables and gives a hint, that the user
should supply them manually. This does ONLY happen in a cross compiling
environment, otherwise the configure script guesses them right. I don't
know the purpose of these variables exactly, but they seem to be OS
dependent and NOT hardware dependent. I tested this on various
architectures and they were all the same, as long as linux is involved.
So I think its safe to specify them in the Makefile.

The point why they're important, is simply that socat compiles, but
exits with some sort of error right after invocation, if they weren't
present at compile time. There are numerous tickets around concerning
this bug. Newer Versions of socat won't even compile if they're missing,
maybe thats why it's kinda outdated by now.

However, this little patch should fix it.

Signed-off-by: Hendrik Bartusch <bartusch@exoz.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26728 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agonet/bwping: BWPing is a small utility for bandwidth measuring. (thank you Florian...
acoul [Tue, 19 Apr 2011 17:26:01 +0000 (17:26 +0000)]
net/bwping: BWPing is a small utility for bandwidth measuring. (thank you Florian Sesser)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26727 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoZNC: Fix webadmin, allow external config and minor fixes
jogo [Tue, 19 Apr 2011 15:11:02 +0000 (15:11 +0000)]
ZNC: Fix webadmin, allow external config and minor fixes

 * Fix the webadmin module and add the themes

 * Allow providing ZNC an external config (closes #9110)

 * Allow specifying the user and group to run ZNC as (needs su when using
   external config)

 * Allow providing a certificate for incoming SSL connections

 * Reduce buildtime by not rebuilding everything everytime

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26722 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agonet/apf: Active port forwarder is a software tool for secure port forwarding. (Closes...
acoul [Tue, 19 Apr 2011 14:36:45 +0000 (14:36 +0000)]
net/apf: Active port forwarder is a software tool for secure port forwarding. (Closes #9256)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26721 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agobatman-adv: init script tries to retrieve interfaces from uci
marek [Tue, 19 Apr 2011 12:49:37 +0000 (12:49 +0000)]
batman-adv: init script tries to retrieve interfaces from uci

The batman-adv init script will query uci (network.$iface.ifname)
to retrieve the interface name to re-use the existing network
configuration system.
The default iface configuration (batman-adv.bat0.interfaces) is
set to 'mesh' which allows to start batman-adv as soon as the
network configuration contains a 'mesh' stanza.

Signed-off-by: Filippo Sallemi <tonyputi@gmail.com>
Signed-off-by: Gioacchino Mazzurco <gmazzurco89@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26719 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agobatman-adv: upgrade package to latest release (2011.1.0)
marek [Tue, 19 Apr 2011 12:43:10 +0000 (12:43 +0000)]
batman-adv: upgrade package to latest release (2011.1.0)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26718 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] openntpd:
jow [Mon, 18 Apr 2011 10:23:50 +0000 (10:23 +0000)]
[packages] openntpd:
- don't check directory permissions, we can't make /var 0700 (#9258)
- fix init script after r26148, use service_kill instead of killall -9 (#9258)
- bump pkg revision

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26717 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] tor-alpha: update to 0.2.2.24-alpha, add geoip package
swalker [Sat, 16 Apr 2011 18:43:00 +0000 (18:43 +0000)]
[packages] tor-alpha: update to 0.2.2.24-alpha, add geoip package

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26694 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoupgrade git package
luka [Sat, 16 Apr 2011 08:59:26 +0000 (08:59 +0000)]
upgrade git package

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26688 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoprosody: do not chown on the host system
nbd [Fri, 15 Apr 2011 00:43:03 +0000 (00:43 +0000)]
prosody: do not chown on the host system

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26675 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoAdd maintainer details for lcd4linux
jmccrohan [Thu, 14 Apr 2011 23:21:02 +0000 (23:21 +0000)]
Add maintainer details for lcd4linux

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26667 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agodowngrade libtorrent and rtorrent; rtorrent crashes only solution was to use stable...
luka [Thu, 14 Apr 2011 20:49:19 +0000 (20:49 +0000)]
downgrade libtorrent and rtorrent; rtorrent crashes only solution was to use stable and not svn version (8733)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26664 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] slang2: add the OLD directory as a source url
swalker [Thu, 14 Apr 2011 16:44:19 +0000 (16:44 +0000)]
[packages] slang2: add the OLD directory as a source url

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26661 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] usbutils: Fix zlib support (#9216)
acinonyx [Thu, 14 Apr 2011 13:12:47 +0000 (13:12 +0000)]
[packages] usbutils: Fix zlib support (#9216)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26660 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages/qt4] package qt4 VNC graphics driver
mirko [Thu, 14 Apr 2011 12:36:18 +0000 (12:36 +0000)]
[packages/qt4] package qt4 VNC graphics driver

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26659 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages/qt4] include linuxinput driver for keyboards by default
mirko [Thu, 14 Apr 2011 12:36:15 +0000 (12:36 +0000)]
[packages/qt4] include linuxinput driver for keyboards by default

why the heck can we build the linuxinput-keyboard driver as a plugin, but
the linuxinput-mouse driver can just be compiled in? Why does qt4 has
different drivers for mouse/keyboard using the linuxinput stack at all?

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26658 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] znc:
jow [Thu, 14 Apr 2011 09:04:54 +0000 (09:04 +0000)]
[packages] znc:
- fix usage of PKG_CONFIG_DEPENDS to properly trigger rebuilds after changed feature configuration
- conditionally compile plugins, saves a lot of build time if only a few extensions are enabled

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26656 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agominor update hd-idle
luka [Wed, 13 Apr 2011 22:24:58 +0000 (22:24 +0000)]
minor update hd-idle

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26655 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoupgrade hdparm
luka [Wed, 13 Apr 2011 22:20:46 +0000 (22:20 +0000)]
upgrade hdparm

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26654 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoadd rtorrent ncurses patch
luka [Wed, 13 Apr 2011 22:14:18 +0000 (22:14 +0000)]
add rtorrent ncurses patch

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26653 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoupgrade libtorrent and rtorrent
luka [Wed, 13 Apr 2011 22:07:14 +0000 (22:07 +0000)]
upgrade libtorrent and rtorrent

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26652 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoZNC: Update to 0.098 and minor fixes
jogo [Wed, 13 Apr 2011 18:25:52 +0000 (18:25 +0000)]
ZNC: Update to 0.098 and minor fixes

 * Update ZNC to latest stable

 * Update download URI to new location

 * Add a fix for building webadmin with uClibc++ and enable it

 * Reduce build time slightly skipping the man target

 * Add myself as maintainer

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26651 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] usbutils: Do not automatically update USB IDs on real system
acinonyx [Wed, 13 Apr 2011 17:40:16 +0000 (17:40 +0000)]
[packages] usbutils: Do not automatically update USB IDs on real system

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26650 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] pciutils: Do not automatically update PCI IDs on real system
acinonyx [Wed, 13 Apr 2011 17:40:10 +0000 (17:40 +0000)]
[packages] pciutils: Do not automatically update PCI IDs on real system

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26649 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] hd-idle: readd PKG_BUILD_DIR
jow [Wed, 13 Apr 2011 15:56:36 +0000 (15:56 +0000)]
[packages] hd-idle: readd PKG_BUILD_DIR

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26646 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] pulseaudio: fix 26640
loswillios [Wed, 13 Apr 2011 09:46:15 +0000 (09:46 +0000)]
[packages] pulseaudio: fix 26640

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26641 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] pulseaudio: drop dbus dependency, add back libsamplerate, allow to start...
loswillios [Wed, 13 Apr 2011 09:42:04 +0000 (09:42 +0000)]
[packages] pulseaudio: drop dbus dependency, add back libsamplerate, allow to start on devices with <64mb ram, bump release

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26640 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] rsync: Update copyright notice date
acinonyx [Tue, 12 Apr 2011 23:18:43 +0000 (23:18 +0000)]
[packages] rsync: Update copyright notice date

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26634 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] {pciutils,usbutils}: save space when installing pciutils and usbutils...
acinonyx [Tue, 12 Apr 2011 23:18:35 +0000 (23:18 +0000)]
[packages] {pciutils,usbutils}: save space when installing pciutils and usbutils v1 (thanks Peter Wagner)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26633 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] rsync: Remove trailing whitespace error from init script
acinonyx [Tue, 12 Apr 2011 23:18:26 +0000 (23:18 +0000)]
[packages] rsync: Remove trailing whitespace error from init script

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26631 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] rsync: Add initscript for rsync daemon
acinonyx [Tue, 12 Apr 2011 23:18:19 +0000 (23:18 +0000)]
[packages] rsync: Add initscript for rsync daemon

Add an initscript to the rsync package for use as a daemon, and a sample rsyncd.conf to show a simple setup.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26630 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agotcpdump: add back LINUX_SLL support to tcpdump-mini to fix ppp packet dumping (fixes...
nbd [Tue, 12 Apr 2011 21:35:03 +0000 (21:35 +0000)]
tcpdump: add back LINUX_SLL support to tcpdump-mini to fix ppp packet dumping (fixes #6236)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26629 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] hd-idle: remove redundant PKG_BUILD_DIR, extend copyright
jow [Tue, 12 Apr 2011 20:13:51 +0000 (20:13 +0000)]
[packages] hd-idle: remove redundant PKG_BUILD_DIR, extend copyright

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26619 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoVersion bump hd-idle to 1.03. 1.02 and 1.03 were bugfix releases.
jow [Tue, 12 Apr 2011 20:12:29 +0000 (20:12 +0000)]
Version bump hd-idle to 1.03. 1.02 and 1.03 were bugfix releases.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26618 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] ruby: fix compilation against OpenSSL v1.0.0, thanks russell
jow [Mon, 11 Apr 2011 22:35:26 +0000 (22:35 +0000)]
[packages] ruby: fix compilation against OpenSSL v1.0.0, thanks russell

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26599 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agopackages: haproxy
heil [Mon, 11 Apr 2011 21:54:43 +0000 (21:54 +0000)]
packages: haproxy
 - bump to version 1.4.15

- Diese und die folgenden Zeilen werden ignoriert --

M    haproxy/Makefile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26597 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] gd: remove manual autoreconf invocation, it pulls in host autofail crap
jow [Mon, 11 Apr 2011 14:38:08 +0000 (14:38 +0000)]
[packages] gd: remove manual autoreconf invocation, it pulls in host autofail crap

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26592 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] cyrus-sasl: fix and use autoreconf to get rid of crappy libtool, extend...
jow [Mon, 11 Apr 2011 14:26:57 +0000 (14:26 +0000)]
[packages] cyrus-sasl: fix and use autoreconf to get rid of crappy libtool, extend compile fix to cover automake templates, solve some other automake braindeadness as well

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26591 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agocyrus-sasl: fix compile bug, so that we do not need this ugly workaround introduced...
hauke [Sun, 10 Apr 2011 11:45:15 +0000 (11:45 +0000)]
cyrus-sasl: fix compile bug, so that we do not need this ugly workaround introduced in r26541.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26575 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoopenswan: fix recursive dependency in config.
hauke [Sat, 9 Apr 2011 16:46:11 +0000 (16:46 +0000)]
openswan: fix recursive dependency in config.

Warning! Found recursive dependency: PACKAGE_kmod-ipv6 PACKAGE_kmod-ipv6

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26551 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoopenswan: add fix for 2.6.38
hauke [Sat, 9 Apr 2011 16:18:39 +0000 (16:18 +0000)]
openswan: add fix for 2.6.38

With 2.6.38.2 #include linux/config.h dont work anymore. It the same issue like Changeset r26237.

Thank you heil for the patch.

This closes #9156.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26550 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoopenl2tp: update to 1.8
hauke [Sat, 9 Apr 2011 16:10:31 +0000 (16:10 +0000)]
openl2tp: update to 1.8

Thank you НКВД for the patch.

This closes #9155.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26549 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoipupdate: fix endianness-issue
hauke [Sat, 9 Apr 2011 15:28:22 +0000 (15:28 +0000)]
ipupdate: fix endianness-issue

Thank you Sven Roederer for the patch.

This closes #9066.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26546 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agocyrus-sasl: update to version 2.1.23.
hauke [Sat, 9 Apr 2011 13:04:01 +0000 (13:04 +0000)]
cyrus-sasl: update to version 2.1.23.

Make must be run two times to work around a bug described here:
http://lists.andrew.cmu.edu/pipermail/cyrus-sasl/2008-June/001414.html

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26541 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomysql: fix a compile error on some host systems.
hauke [Sat, 9 Apr 2011 12:58:10 +0000 (12:58 +0000)]
mysql: fix a compile error on some host systems.

conf_to_src.c uses C++ functions so we should use g++ for compiling.
The CFLAGS, CPPFLAGS and LDFLAGS for host build should be used and not the for target builds.

This closes #8342

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26540 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoddns-scripts: no-ip.com's update protocol has changed
hauke [Fri, 8 Apr 2011 20:23:42 +0000 (20:23 +0000)]
ddns-scripts: no-ip.com's update protocol has changed

Thank you arokh and julian.calaby.
This closes #9160

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26538 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] minidlna: Renumber and refresh patches
acinonyx [Thu, 7 Apr 2011 23:32:01 +0000 (23:32 +0000)]
[packages] minidlna: Renumber and refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26530 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] minidlna: Remove empty patches
acinonyx [Thu, 7 Apr 2011 23:23:43 +0000 (23:23 +0000)]
[packages] minidlna: Remove empty patches

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26528 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] minidlna: Update copyright notice
acinonyx [Thu, 7 Apr 2011 23:23:39 +0000 (23:23 +0000)]
[packages] minidlna: Update copyright notice

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26527 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] minidlna: Version bump Minidlna 1.0.19
acinonyx [Thu, 7 Apr 2011 23:23:32 +0000 (23:23 +0000)]
[packages] minidlna: Version bump Minidlna 1.0.19

Version bump minidlna to 1.0.19. I didn't find an official changelog. Reading a diff looks like a change in license from GPL v2 or later to strict GPL v2, as well as bug fixes and translation updates. It's streaming as expected. Two patches were rebased.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26526 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] asterisk-1.8.x: have chan-iax2 depend on new package res-crypto
zandbelt [Thu, 7 Apr 2011 19:50:00 +0000 (19:50 +0000)]
[packages] asterisk-1.8.x: have chan-iax2 depend on new package res-crypto

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26508 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] avahi: Update avahi to version 0.6.30 (ref Ticket 7424, , ipv6)
acinonyx [Wed, 6 Apr 2011 20:50:00 +0000 (20:50 +0000)]
[packages] avahi: Update avahi to version 0.6.30 (ref Ticket 7424, , ipv6)

This updates the avahi package to the latest version, 0.6.30.

>From the avahi release notes:

"This is a bugfix release.

Make IPv6 work again
i18n updates
Minor other updates"

It may be relevant to ticket 7424.

(A few typos in the OpenWrt Makefile are also fixed.)

Signed-off-by: Mike Brady <mikebrady@eircom.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26502 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] libX11: add a patch from ubuntu that lets libX11 build a postscript file...
acinonyx [Wed, 6 Apr 2011 19:40:19 +0000 (19:40 +0000)]
[packages] libX11: add a patch from ubuntu that lets libX11 build a postscript file using newer groff (thanks Russell Senior)

This applies to the packages feed.  It fixes a case with newer groff
returning different warming messages than expected by the libX11 build
infrastructure expects.  This patch was shamelessly swiped from Ubuntu's
package.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26501 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agonet/wavemon: update to version 0.7.2, include some upstream patches
acoul [Wed, 6 Apr 2011 14:56:32 +0000 (14:56 +0000)]
net/wavemon: update to version 0.7.2, include some upstream patches

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26500 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] asterisk-1.8.x: update to asterisk 1.8.3.2; fix astdatadir; add dependency...
zandbelt [Wed, 6 Apr 2011 14:25:44 +0000 (14:25 +0000)]
[packages] asterisk-1.8.x: update to asterisk 1.8.3.2; fix astdatadir; add dependency parameter to module template

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26497 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[net] Firewall: miniupnpd: Removed dependency and linking to libip6tc as ipv6 isn...
cshore [Wed, 6 Apr 2011 03:06:05 +0000 (03:06 +0000)]
[net] Firewall: miniupnpd: Removed dependency and linking to libip6tc as ipv6 isn't used with miniupnpd.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26496 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] {nacl,quicktun}: Add missing copyright notices
acinonyx [Tue, 5 Apr 2011 16:40:42 +0000 (16:40 +0000)]
[packages] {nacl,quicktun}: Add missing copyright notices

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26490 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] quicktun: Add dependency to kmod-tun
acinonyx [Tue, 5 Apr 2011 16:37:22 +0000 (16:37 +0000)]
[packages] quicktun: Add dependency to kmod-tun

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26489 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] quicktun: Improve QuickTun init script
acinonyx [Tue, 5 Apr 2011 16:37:16 +0000 (16:37 +0000)]
[packages] quicktun: Improve QuickTun init script

The new init script won't fail if quicktun takes more than 1 second to start.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26488 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] quicktun: Update QuickTun to version 2.1.6
acinonyx [Tue, 5 Apr 2011 16:37:11 +0000 (16:37 +0000)]
[packages] quicktun: Update QuickTun to version 2.1.6

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26487 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] nacl: Update NaCl to version 20110221
acinonyx [Tue, 5 Apr 2011 16:37:05 +0000 (16:37 +0000)]
[packages] nacl: Update NaCl to version 20110221

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26486 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[net] Firewall: miniupnpd: Newer upstream. Dropped patches now included upstream.
cshore [Tue, 5 Apr 2011 13:55:45 +0000 (13:55 +0000)]
[net] Firewall: miniupnpd: Newer upstream.  Dropped patches now included upstream.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26481 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] openvpn: fix paths to ifconfig, ip and route utilities (#9184)
jow [Tue, 5 Apr 2011 13:07:42 +0000 (13:07 +0000)]
[packages] openvpn: fix paths to ifconfig, ip and route utilities (#9184)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26480 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[net] Firewall: miniupnpd: Fixed miniupnpd attaching to shell when extra logging...
cshore [Tue, 5 Apr 2011 10:30:33 +0000 (10:30 +0000)]
[net] Firewall: miniupnpd: Fixed miniupnpd attaching to shell when extra logging enabled.  Fixed duplicated log messages when doing extra logging and removed unnecessary eval.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26478 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] proftpd: update to 1.3.3e
obsy [Tue, 5 Apr 2011 09:40:29 +0000 (09:40 +0000)]
[packages] proftpd: update to 1.3.3e

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26477 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoaccount for more sdcc variants
thepeople [Mon, 4 Apr 2011 20:46:25 +0000 (20:46 +0000)]
account for more sdcc variants

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26475 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[libs] newt: Fixed cross-compilation error due to attempt to use host Python by disab...
cshore [Mon, 4 Apr 2011 19:42:45 +0000 (19:42 +0000)]
[libs] newt: Fixed cross-compilation error due to attempt to use host Python by disabling build of snackmodule (a python module) which we weren't shipping anyway.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26474 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agonewer versions of sdcc dropped support for xa51, compiles fine without so change...
thepeople [Mon, 4 Apr 2011 19:42:27 +0000 (19:42 +0000)]
newer versions of sdcc dropped support for xa51, compiles fine without so change the ckeck for sdcc

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26473 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[net] Firewall: miniupnpd: Fixed dependencies on libip4tc and libip6tc explicity...
cshore [Mon, 4 Apr 2011 07:26:32 +0000 (07:26 +0000)]
[net] Firewall: miniupnpd: Fixed dependencies on libip4tc and libip6tc explicity. (Closes #9173)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26461 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] minidlna/ffmpeg: add minidlna profile to ffmpeg
florian [Sun, 3 Apr 2011 18:29:41 +0000 (18:29 +0000)]
[package] minidlna/ffmpeg: add minidlna profile to ffmpeg

This adds a profile to ffmpeg to support minidlna, similar to the
libdlna/ushare profile. When minidlna encounters media, it uses ffmpeg to
figure out what it is. If ffmpeg fails to open it, then minidlna will try
and fail to read the file on its own. The profile may need to be extended;
I attempted to cover all popular formats for dlna streaming.

Tested with the following container/codec combinations:

mkv with ac3/h264/srt
mp4 with aac/h264/ttxt
ogg vorbis
flac
mp3

Should also be able to handle, but untested:
mpeg
avi
xvid
jpeg
png
wmv1
wmv2

Signed-off-by: Ian Leonard <antonlacon_at_gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26450 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] ffmpeg: expose additionnal configuration options (#7837, #8831)
florian [Sun, 3 Apr 2011 18:29:39 +0000 (18:29 +0000)]
[package] ffmpeg: expose additionnal configuration options (#7837, #8831)

This series, along with previous applied patches, should close tickets #7837 and #8831.

This patch exposes additional decoders and demuxers for FFmpeg in menuconfig, along with other minor changes.

Additional decoders:
flac (Free Lossless Audio Codec)

Additional demuxers:
aac
avi
flac
matroska
mov (mov/mp4/m4a/3gp/3g2/mj2)

zlib is required on matroska/mov to handle compressed headers.

Minor changes:
mp3 demuxer to require the mpegaudio parser. Doesn't do much without it. Matches current ffmpeg behavior.

--target-os=linux as a compile flag. This will be required when cross-compiling in the 0.6 branch, and does no harm here.

Signed-off-by: Ian Leonard <antonlacon_at_gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26449 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoadd ethtool patch for ixp4xx
luka [Sun, 3 Apr 2011 18:16:49 +0000 (18:16 +0000)]
add ethtool patch for ixp4xx

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26448 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoupgrade file
luka [Sun, 3 Apr 2011 18:12:25 +0000 (18:12 +0000)]
upgrade file

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26447 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoupgrade ethtool
luka [Sun, 3 Apr 2011 18:10:36 +0000 (18:10 +0000)]
upgrade ethtool

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26446 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoUpdate dmapd to new upstream version; properly build BDB module
flyn [Sun, 3 Apr 2011 01:26:46 +0000 (01:26 +0000)]
Update dmapd to new upstream version; properly build BDB module

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26428 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoUpdate dmapd and libdmapsharing to new upstream versions; use BDB module by default
flyn [Sun, 3 Apr 2011 00:36:54 +0000 (00:36 +0000)]
Update dmapd and libdmapsharing to new upstream versions; use BDB module by default

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26421 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoUpdate to 7.24.1
flyn [Sun, 3 Apr 2011 00:33:57 +0000 (00:33 +0000)]
Update to 7.24.1

Also:
        remove the dependency on imagemagick and libfreetype to keep the library small
use --disable-debug and --disable-gtk-doc
add a patch to fix --tag=CXX issue; autotools is being stubborn about compiling as C++

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26420 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoVersion Bump Rsync 3.0.8 Signed-off-by: Ian Leonard <antonlacon_at_gmail.com>
dingo [Sat, 2 Apr 2011 03:13:24 +0000 (03:13 +0000)]
Version Bump Rsync 3.0.8 Signed-off-by: Ian Leonard <antonlacon_at_gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26399 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[privoxy]
blogic [Fri, 1 Apr 2011 10:00:01 +0000 (10:00 +0000)]
[privoxy]

Update privoxy to 3.0.17. This is a maintenance release.

Signed-off-by: Ian Leonard <antonlacon_at_gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26389 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[packages] haproxy: bump to version 1.4.14
heil [Thu, 31 Mar 2011 16:27:56 +0000 (16:27 +0000)]
[packages] haproxy: bump to version 1.4.14

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26388 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[patch-team] update wing to 20110329 - Signed off by Roberto Riggio <roberto.riggio...
dingo [Thu, 31 Mar 2011 02:53:51 +0000 (02:53 +0000)]
[patch-team] update wing to 20110329 - Signed off by Roberto Riggio <roberto.riggio@create-net.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26386 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoupdate at package - forgot to add patch
luka [Wed, 30 Mar 2011 23:11:54 +0000 (23:11 +0000)]
update at package - forgot to add patch

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26385 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoupdate at package
luka [Wed, 30 Mar 2011 23:09:08 +0000 (23:09 +0000)]
update at package

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26384 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] flashrom: use msr path compatible w/ hotplug2
florian [Wed, 30 Mar 2011 20:10:48 +0000 (20:10 +0000)]
[package] flashrom: use msr path compatible w/ hotplug2

The issue wasn't that flashrom-0.9.3 was broken, but that the incompatible device path put the box into a funky state that couldn't be reverted.

This fix causes it to use the hotplug2 path.

With this, we don't need to revert to 0.9.1, superseding my early patch to revert...

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26381 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] add wattsup
florian [Wed, 30 Mar 2011 20:10:45 +0000 (20:10 +0000)]
[package] add wattsup

This patch adds a command line utility to interface with the WattsUp
power meters (https://www.wattsupmeters.com/)

Signed-off-by: Roberto Riggio<roberto.riggio@create-net.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26380 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] pmacct: add uacctd
florian [Wed, 30 Mar 2011 20:10:42 +0000 (20:10 +0000)]
[package] pmacct: add uacctd

This patch add uacctd, an ulog based accounting deamon from pmacct project (http://www.pmacct.net/)
It also put all pmacct packages in a submenu called  (13 packages)

Thanks in advance.

Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26379 3c298f89-4303-0410-b956-a3cf2f4a3e73