6772 Commits

Author SHA1 Message Date
acinonyx
86f04bd9fc [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
2011-04-12 23:18:35 +00:00
acinonyx
e9106c90a6 [packages] rsync: Remove trailing whitespace error from init script
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26631 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-12 23:18:26 +00:00
acinonyx
5d80725870 [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
2011-04-12 23:18:19 +00:00
nbd
68e1c88fa0 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
2011-04-12 21:35:03 +00:00
jow
72b5b5217f [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
2011-04-12 20:13:51 +00:00
jow
ebc2fc5d5e 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
2011-04-12 20:12:29 +00:00
jow
d6068eccb8 [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
2011-04-11 22:35:26 +00:00
heil
59758d4927 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
2011-04-11 21:54:43 +00:00
jow
1901bc8276 [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
2011-04-11 14:38:08 +00:00
jow
5860c527ef [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
2011-04-11 14:26:57 +00:00
hauke
fe2d2fffb8 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
2011-04-10 11:45:15 +00:00
hauke
988066e62c 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
2011-04-09 16:46:11 +00:00
hauke
666aa15f1e 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
2011-04-09 16:18:39 +00:00
hauke
138b3919a7 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
2011-04-09 16:10:31 +00:00
hauke
79c65d72a0 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
2011-04-09 15:28:22 +00:00
hauke
b132ab2cc8 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
2011-04-09 13:04:01 +00:00
hauke
5e589420a7 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
2011-04-09 12:58:10 +00:00
hauke
eb8aa3ab2f 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
2011-04-08 20:23:42 +00:00
acinonyx
31f021bcfb [packages] minidlna: Renumber and refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26530 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-07 23:32:01 +00:00
acinonyx
10701c2860 [packages] minidlna: Remove empty patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26528 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-07 23:23:43 +00:00
acinonyx
b838af4753 [packages] minidlna: Update copyright notice
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26527 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-07 23:23:39 +00:00
acinonyx
e2c6a3c170 [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
2011-04-07 23:23:32 +00:00
zandbelt
279157ab6e [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
2011-04-07 19:50:00 +00:00
acinonyx
baa7836e6b [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
2011-04-06 20:50:00 +00:00
acinonyx
a782db72fd [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
2011-04-06 19:40:19 +00:00
acoul
0d47242575 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
2011-04-06 14:56:32 +00:00
zandbelt
044f2f0f65 [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
2011-04-06 14:25:44 +00:00
cshore
1170e8b179 [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
2011-04-06 03:06:05 +00:00
acinonyx
9311633138 [packages] {nacl,quicktun}: Add missing copyright notices
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26490 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-05 16:40:42 +00:00
acinonyx
e999308536 [packages] quicktun: Add dependency to kmod-tun
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26489 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-05 16:37:22 +00:00
acinonyx
4d2d6b8681 [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
2011-04-05 16:37:16 +00:00
acinonyx
829f13335e [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
2011-04-05 16:37:11 +00:00
acinonyx
28dd5a96e3 [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
2011-04-05 16:37:05 +00:00
cshore
727736473e [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
2011-04-05 13:55:45 +00:00
jow
4e07c487ba [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
2011-04-05 13:07:42 +00:00
cshore
0d8889ce49 [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
2011-04-05 10:30:33 +00:00
obsy
74b4512305 [packages] proftpd: update to 1.3.3e
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26477 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-05 09:40:29 +00:00
thepeople
1d36d44150 account for more sdcc variants
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26475 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-04 20:46:25 +00:00
cshore
4988153dbc [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
2011-04-04 19:42:45 +00:00
thepeople
51a560e052 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
2011-04-04 19:42:27 +00:00
cshore
073cae1c8e [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
2011-04-04 07:26:32 +00:00
florian
60d3e89513 [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
2011-04-03 18:29:41 +00:00
florian
8b95db9ce4 [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
2011-04-03 18:29:39 +00:00
luka
52e8acf313 add ethtool patch for ixp4xx
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26448 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-03 18:16:49 +00:00
luka
860c761c62 upgrade file
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26447 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-03 18:12:25 +00:00
luka
8688989c0f upgrade ethtool
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26446 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-03 18:10:36 +00:00
flyn
7f1138c620 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
2011-04-03 01:26:46 +00:00
flyn
d68f86294e 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
2011-04-03 00:36:54 +00:00
flyn
b922bb0cc6 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
2011-04-03 00:33:57 +00:00
dingo
ba0c82933b 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
2011-04-02 03:13:24 +00:00