Jo-Philipp Wich [Sat, 20 Apr 2013 13:00:31 +0000 (13:00 +0000)]
packages: drop olsrd, batman, bmxd and batman-adv packages since they moved to a different feed
SVN-Revision: 36369
Felix Fietkau [Thu, 18 Apr 2013 12:04:54 +0000 (12:04 +0000)]
packages: consistently use 'depends on' instead of 'depends'
make the syntax more compatible with kernel menuconfig
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36357
Marek Lindner [Tue, 16 Apr 2013 14:47:47 +0000 (14:47 +0000)]
batman-adv: make is_my_mac() check for the current mesh only
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
SVN-Revision: 36347
Jo-Philipp Wich [Tue, 16 Apr 2013 13:07:33 +0000 (13:07 +0000)]
packages: drop bmx6 package
SVN-Revision: 36345
Felix Fietkau [Mon, 15 Apr 2013 19:32:00 +0000 (19:32 +0000)]
netperf: Update build file to v2.6.0, pass --enable-demo to configure.
This makes this version of netperf work with the netperf-wrapper testing tool
used for testing for bufferbloat.
Patch by: Toke Høiland-Jørgensen <toke@toke.dk>
SVN-Revision: 36341
Thomas Heil [Mon, 15 Apr 2013 14:38:07 +0000 (14:38 +0000)]
package: haproxy - update to 1.4.23 - (CVE-2013-1912) - fixup for consistent hash - refresh accept-proxy patch
SVN-Revision: 36337
Luka Perkov [Mon, 15 Apr 2013 10:07:01 +0000 (10:07 +0000)]
monit: update to 5.5
SVN-Revision: 36333
Stephen Walker [Sat, 13 Apr 2013 19:27:56 +0000 (19:27 +0000)]
oww: update to 0.86.3 (#13262)
SVN-Revision: 36331
Gabriel Kerneis [Fri, 12 Apr 2013 21:11:41 +0000 (21:11 +0000)]
babeld: new upstream release 1.3.5
12 April 2013: babeld-1.3.5
* Fix parsing of "channel interfering". Reported by Gioacchino
Mazzurco.
* Correctly reset rp_filter to its old value at shutdown. Thanks to
Matthias Schiffer.
* Work around a race condition that could cause us to fail to notice
an interface's link-local address, and hence mark all neighbours
as unreachable. Reported by Gabriel Kerneis.
SVN-Revision: 36330
Luka Perkov [Fri, 12 Apr 2013 15:05:38 +0000 (15:05 +0000)]
strongswan: add init script
Signed-off-by: Luka Logar <luka.logar@cifra.si>
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 36319
Luka Perkov [Fri, 12 Apr 2013 14:37:28 +0000 (14:37 +0000)]
strongswan: add eap-radius plugin
Signed-off-by: Luka Logar <luka.logar@cifra.si>
SVN-Revision: 36318
Luka Perkov [Fri, 12 Apr 2013 09:43:51 +0000 (09:43 +0000)]
squashfs-tools: modularize package
SVN-Revision: 36317
Luka Perkov [Fri, 12 Apr 2013 09:43:41 +0000 (09:43 +0000)]
xz: add new package
SVN-Revision: 36316
Luka Perkov [Wed, 10 Apr 2013 20:49:10 +0000 (20:49 +0000)]
squashfs-tools: add new package
SVN-Revision: 36310
Saverio Proto [Wed, 10 Apr 2013 10:48:36 +0000 (10:48 +0000)]
olsrd: init: reduce code duplication by reusing already_in_schema()
changed scope/position of this function, and reuse it.
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 36300
Saverio Proto [Wed, 10 Apr 2013 10:48:35 +0000 (10:48 +0000)]
olsrd: init: parse new var 'speed', which translates to several other vars
Range is 1...20 where 1 is fastest protocol speed and 20 is the slowest protocol speed
Like in the Freifunk-Firmware from sven-ola we accept now a per-interface
option 'speed', which should range from 1...20 and is sanitized. when the
value is not in valid range, it defaults to 6 which allows the daemon to
start and behave like in a city-wide mesh. (same default like in freifunk firmware)
The value 'speed' overrides the normal values for emission intervals like
Hello-, Tc-, Mid-, Hna-Interval/ValidityTime or sets them explicitely. this
makes it much easier to play with intervals on several routers:
Instead of changes eight values, we only have to alter 1 value.
The value-calculation is tested since several years.
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 36299
Saverio Proto [Wed, 10 Apr 2013 10:48:32 +0000 (10:48 +0000)]
olsrd: init: for better reuse, make a function out of a procedure get_value_for_entry()
Later we want to reuse that functionality, to avoid code duplication
we make a function with clean entry and return-codes, so we can do e.g.:
get_value_for_entry "$entry" || continue
which is also better readable.
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 36298
Cezary Jackiewicz [Sun, 7 Apr 2013 09:26:08 +0000 (09:26 +0000)]
vsftpd: add TLS variant
SVN-Revision: 36238
Nicolas Thill [Sat, 6 Apr 2013 22:57:17 +0000 (22:57 +0000)]
xmail: fix endianness detection
* fix endianness detection (closes: #9913)
* bump release number
SVN-Revision: 36236
Thomas Heil [Wed, 3 Apr 2013 11:08:17 +0000 (11:08 +0000)]
package: haproxy - fix for CVE-2013-1912
SVN-Revision: 36190
Peter Wagner [Wed, 3 Apr 2013 09:13:15 +0000 (09:13 +0000)]
openssh update to 6.2p1
SVN-Revision: 36157
Gabriel Kerneis [Tue, 2 Apr 2013 14:12:07 +0000 (14:12 +0000)]
ahcpd: fix init script
eval is necessary because $args introduces quotes
SVN-Revision: 36153
Thomas Heil [Tue, 2 Apr 2013 13:52:02 +0000 (13:52 +0000)]
package: haproxy - add backported patches for 1.4.22
SVN-Revision: 36152
Jo-Philipp Wich [Wed, 27 Mar 2013 14:07:28 +0000 (14:07 +0000)]
drop libjpeg-turbo - nothing depends on it and it breaks any libjpeg using package due to abi mismatches
SVN-Revision: 36135
Florian Fainelli [Fri, 22 Mar 2013 10:04:16 +0000 (10:04 +0000)]
zsh: disable gdbm
zsh would use gdbm if available, failing packaging checks.
Signed-off-by: Francisco Borges <francisco.borges@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36106
Florian Fainelli [Fri, 22 Mar 2013 10:04:15 +0000 (10:04 +0000)]
send: use flex instead of lex
flex is build as a tool inside the build system, so use it.
[florian: bump package revision]
Signed-off-by: Waldemar Brodkorb <mail@waldemar-brodkorb.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36105
Florian Fainelli [Fri, 22 Mar 2013 10:04:09 +0000 (10:04 +0000)]
uclibc++: fix build on FreeBSD
We need to unset make to cross-compile with gmake under FreeBSD.
Signed-off-by: Waldemar Brodkorb <mail@waldemar-brodkorb.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36104
Felix Fietkau [Thu, 21 Mar 2013 19:26:47 +0000 (19:26 +0000)]
pulseaudio: fix missing staging library directory /usr/lib/pulseaudio/
This library directory is required to link
against pulseaudio. e.g. mpd with pulseaudio support.
Signed-off-by: Alexander Couzens <lynxis@base45.de>
SVN-Revision: 36103
Thomas Heil [Wed, 20 Mar 2013 17:11:36 +0000 (17:11 +0000)]
package: haproxy - add latest improvements, up to patch 35
SVN-Revision: 36096
Cezary Jackiewicz [Wed, 20 Mar 2013 09:08:09 +0000 (09:08 +0000)]
proftpd: update to 1.3.4c
SVN-Revision: 36093
Nuno Goncalves [Mon, 18 Mar 2013 19:06:30 +0000 (19:06 +0000)]
sshtunnel: port value in server section is not read Signed-off-by: Ingo Schmidt <ich at der-ingo.de>
SVN-Revision: 36087
Nuno Goncalves [Mon, 18 Mar 2013 19:02:46 +0000 (19:02 +0000)]
add dump1090, Mode S decoder for the Realtek RTL2832U
SVN-Revision: 36086
Jo-Philipp Wich [Mon, 18 Mar 2013 11:18:24 +0000 (11:18 +0000)]
net-tools: since we ship "slattach" it makes sense to enable SLIP support
SVN-Revision: 36084
Jo-Philipp Wich [Sat, 16 Mar 2013 22:10:20 +0000 (22:10 +0000)]
freeswitch: return $(FS_DEFAULT_HEAD) in DUMP phase, avoids hanging scripts/feeds update due to git.freeswitch.org connectivity issues
SVN-Revision: 36058
Jo-Philipp Wich [Sat, 16 Mar 2013 22:10:18 +0000 (22:10 +0000)]
miniupnpd: fix package postinstall
SVN-Revision: 36057
Mazi Lo [Sat, 16 Mar 2013 14:43:34 +0000 (14:43 +0000)]
bumped to FS git HEAD
6af84a870c21836e20077f27a85d94fd382a02be
SVN-Revision: 36055
Saverio Proto [Fri, 15 Mar 2013 15:27:51 +0000 (15:27 +0000)]
tinc: Version bump 1.0.20
With pleasure we announce the release of tinc version 1.0.20. Here is a
summary of the changes:
* Use /dev/tap0 by default on FreeBSD and NetBSD when using switch mode.
* Minor improvements and clarifications in the documentation.
* Allow tinc to be cross-compiled with Android's NDK.
* The discovered PMTU is now also applied to VLAN tagged traffic.
* The LocalDiscovery option now makes use of all addresses tinc is bound to.
* Fixed support for tunemu on iOS devices.
* The PriorityInheritance option now also works with switch mode.
* Fixed tinc crashing when using a SOCKS5 proxy.
Thanks to Mesar Hameed, Vilbrekin and Martin Schürrer for their contributions
to this version of tinc.
This version of tinc is compatible with 1.0pre8, 1.0 and later, but not
with earlier version of tinc.
Note that this will be one of the last releases of the 1.0 branch of tinc. Most
of the development is now happening on the 1.1 branch, with tinc 1.1pre6 being
the latest pre-release version, which you are encouraged to try out. The 1.1
branch is backwards compatible with tinc 1.0.
SVN-Revision: 36041
Jo-Philipp Wich [Thu, 14 Mar 2013 15:32:37 +0000 (15:32 +0000)]
Revert "madwifi: fix compilation against Linux 3.8" - it was premature
This reverts commit
37054015dda3e65658158a7ca73262c85e8eb002.
SVN-Revision: 36012
Jo-Philipp Wich [Thu, 14 Mar 2013 15:30:58 +0000 (15:30 +0000)]
miniupnpd: rework and simplify firewall integration by taking advantage of the new fw3 functions
SVN-Revision: 36011
Jo-Philipp Wich [Thu, 14 Mar 2013 15:30:52 +0000 (15:30 +0000)]
madwifi: fix compilation against Linux 3.8
SVN-Revision: 36010
Florian Fainelli [Wed, 13 Mar 2013 16:16:43 +0000 (16:16 +0000)]
bridge-utils: fix a struct in6_addr reference
Bridge-utils uses kernel headers. Linux 3.8 has a header,
include/uapi/linux/if_bridge.h that uses a struct in6_addr but
doesn't define it. The trivial seeming fix of including the header
that does define it causes more problems. The problem was discussed
on mailing lists in January 2013. The final suggestion I found was
here:
http://www.redhat.com/archives/libvir-list/2013-January/msg01253.html
This is intended to implement that suggestion.
Signed-off-by: Russell Senior <russell@personaltelco.net>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35999
Florian Fainelli [Mon, 11 Mar 2013 14:16:52 +0000 (14:16 +0000)]
net-snmp: don't hardcode endianness
instead of using 'little' hardcoded, rely on the config
I recommend to backport this fix to AA, once this bug
prevents MD5 authentication in protocol v3.
Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35956
Florian Fainelli [Mon, 11 Mar 2013 14:16:51 +0000 (14:16 +0000)]
php4: add compatibility fix for gmp
gmp modified some if it's internal constants, in particular
__GMP_BITS_PER_MP_LIMB. Added a patch to substitute GMP_LIMB_BITS.
Also bumped release number and copyright date.
Signed-off-by: Russell Senior <russell@personaltelco.net>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35955
Florian Fainelli [Mon, 11 Mar 2013 14:16:42 +0000 (14:16 +0000)]
asterisk-11.x: add func_base64 support in Asterisk 11.x
Patch add support of func_base64 in Asterisk 11.x feed.
Tested for successfull compilation and work.
Signed-off-by: Yegor Ivanov <infactum@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35954
Mazi Lo [Sun, 10 Mar 2013 00:23:42 +0000 (00:23 +0000)]
added module VP8 Video Codec (<FS root dir>/src/mods/codecs/mod_vp8).
SVN-Revision: 35914
Marek Lindner [Sat, 9 Mar 2013 10:13:46 +0000 (10:13 +0000)]
batman-adv: verify tt len does not exceed packet len
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
SVN-Revision: 35906
Mazi Lo [Fri, 8 Mar 2013 04:28:57 +0000 (04:28 +0000)]
bumped to FS v1.3.17
SVN-Revision: 35901
Luka Perkov [Wed, 6 Mar 2013 23:26:34 +0000 (23:26 +0000)]
strongswan: update to version 5.0.2
SVN-Revision: 35897
Marek Lindner [Mon, 4 Mar 2013 02:12:11 +0000 (02:12 +0000)]
batman-adv: upgrade package to latest release 2013.1.0 & batman-adv script removal
With the netifd integration the batman-adv script broke. This script
can safely be removed because '/etc/init.d/network' reloads the
batman-adv interfaces as well (thanks to netifd).
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
SVN-Revision: 35867
Mazi Lo [Sat, 2 Mar 2013 02:43:33 +0000 (02:43 +0000)]
fixed some of install scripts.
SVN-Revision: 35844
Mazi Lo [Sat, 2 Mar 2013 00:37:43 +0000 (00:37 +0000)]
updated to freeswitch v1.3.14b
SVN-Revision: 35843
Mazi Lo [Fri, 1 Mar 2013 22:39:28 +0000 (22:39 +0000)]
include the forgotten patch for endian detection.
SVN-Revision: 35841
Vasilis Tsiligiannis [Thu, 28 Feb 2013 21:27:08 +0000 (21:27 +0000)]
rtl-sdr: Update to latest revision
SVN-Revision: 35837
Luka Perkov [Thu, 28 Feb 2013 11:40:21 +0000 (11:40 +0000)]
ffmpeg: include/disable swresample where appropriate
libswresample is an audio resampling library within ffmpeg.
This patch disables swresample in libffmpeg-custom and libffmpeg-mini and adds
it to libffmpeg-full. Should correct build issue reported in #13089.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
SVN-Revision: 35832
Mazi Lo [Thu, 28 Feb 2013 03:00:42 +0000 (03:00 +0000)]
fixed endianess detection, submitted by Uwe Kleine-König
SVN-Revision: 35829
Gabor Juhos [Mon, 25 Feb 2013 22:04:14 +0000 (22:04 +0000)]
mysql: revert PKG_SOURCE_URL previous patch
This patch reverts previous patch that fixes already
fixed non-functional repos. MySQL archives repo is
duplicit and planetmirror is offline.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35802
Gabor Juhos [Mon, 25 Feb 2013 21:08:52 +0000 (21:08 +0000)]
sipp: bump version to 3.3
This patch bumps Sipp - the SIP generator - from version 3.1
to version 3.3. It tested with basic scenarios.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35797
Gabor Juhos [Mon, 25 Feb 2013 21:04:09 +0000 (21:04 +0000)]
libdlna: version bump to 0.2.4
Update libdlna to 0.2.4.
Drop 100-configure_fix.patch. This was a mix of configure fixes and changes
to build with newer ffmpeg versions. The ffmpeg changes are integrated.
The configure changes are rolled into a new patch, 010-configure-crosscompile.patch,
so it will hopefully stay single purpose changes.
Rebase 300-ffmpeg_compat.patch.
Note: This is compile tested only.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35796
Gabor Juhos [Mon, 25 Feb 2013 21:04:08 +0000 (21:04 +0000)]
ffmpeg: version bump to 0.11.2
Update FFmpeg to version 0.11.2. The API changed from 0.8. Minidlna in the
feeds works with this, and a patch is forthcoming for libdlna. I'm not aware
of what other packages might break with this update.
Two new ffmpeg tools, aviocat and ffeval, are not included in the package.
ffeval is used for their development tests. Aviocat is used for dumping
media streams.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35795
Gabor Juhos [Mon, 25 Feb 2013 21:04:07 +0000 (21:04 +0000)]
libpng: version bump to 1.2.50
Version bump libpng to 1.2.50 and switch to the .tar.xz packaging.
Drop patch 200-CVE-2011-3026.patch as it's integrated.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35794
Gabor Juhos [Mon, 25 Feb 2013 21:04:06 +0000 (21:04 +0000)]
libogg: version bump to 1.3.0
Update to libogg-1.3.0 and switch to the .tar.xz packaging.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35793
Gabor Juhos [Mon, 25 Feb 2013 21:04:05 +0000 (21:04 +0000)]
libvorbis: version bump to 1.3.3
Update libvorbis to 1.3.3 and switch to the .tar.xz packaging.
Drop 001-automake-compat.patch as it's no longer necessary.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35792
Saverio Proto [Mon, 25 Feb 2013 18:43:39 +0000 (18:43 +0000)]
olsrd: Version bump 0.6.5.2
SVN-Revision: 35784
Mazi Lo [Sat, 23 Feb 2013 12:05:29 +0000 (12:05 +0000)]
fixed sound packages.
SVN-Revision: 35756
Florian Fainelli [Fri, 22 Feb 2013 14:52:38 +0000 (14:52 +0000)]
shairport: add AirPort Express emulation software
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35746
Geoff Levand [Fri, 22 Feb 2013 01:05:37 +0000 (01:05 +0000)]
petitboot: Use uname for hostname
Signed-off-by: Geoff Levand <geoff@infradead.org>
SVN-Revision: 35742
Geoff Levand [Thu, 21 Feb 2013 23:08:48 +0000 (23:08 +0000)]
petitboot: Update MAINTAINER info
Signed-off-by: Geoff Levand <geoff@infradead.org>
SVN-Revision: 35740
Geoff Levand [Thu, 21 Feb 2013 23:06:30 +0000 (23:06 +0000)]
ps3-utils: Update MAINTAINER info
Signed-off-by: Geoff Levand <geoff@infradead.org>
SVN-Revision: 35739
Jonas Gorski [Wed, 20 Feb 2013 13:55:01 +0000 (13:55 +0000)]
packages: madwifi: mark as broken for bcm63xx
Mark as broken for now so that snapshot builders build hostapd again.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35702
Jonas Gorski [Wed, 20 Feb 2013 13:54:59 +0000 (13:54 +0000)]
packages: aria2: update to 1.16.3
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
SVN-Revision: 35701
Jonas Gorski [Wed, 20 Feb 2013 13:54:57 +0000 (13:54 +0000)]
packages: krb5: update to 1.11
The version currently in openwrt (1.8) has known security issues (see
the release announcements for the subsequent releases) and is quite
outdated (March 2010 as compared to Dec 2012).
The following patch bumps the version and also cleans up the build
script (mostly removing dead configure options, removing obsolete
patches, etc).
The testing binary "sclient" is dropped and kadmind is reintroduced in
krb5-server (I know it was removed to "save space", but kadmind is
around 60kB out of a total of around 700kB for a krb5-server
installation and an installation without kadmind is pretty gimped).
I hope this can be applied both to trunk and the attitude_adjustment
branch.
Signed-off-by: David Härdeman <david@hardeman.nu>
SVN-Revision: 35700
Jonas Gorski [Wed, 20 Feb 2013 13:54:55 +0000 (13:54 +0000)]
packages: tig: update to 1.1, and fix description.
Changelog can be found here: http://jonas.nitro.dk/tig/NEWS.html
Signed-off-by: Francisco Borges <francisco.borges@gmail.com>
SVN-Revision: 35699
Jonas Gorski [Wed, 20 Feb 2013 13:54:53 +0000 (13:54 +0000)]
packages: cups: do not try to package pdftops
pdftops requires pdftops or gs, which neither is packaged in OpenWrt.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35698
Jonas Gorski [Wed, 20 Feb 2013 13:54:51 +0000 (13:54 +0000)]
packages: cups-bjnp: update from 0.5.4 to 1.2.
Version 0.5.4 is from 2009-05-29.
Version 1.2 is from 2012-11-27.
Signed-off-by: Francisco Borges <francisco.borges@gmail.com>
SVN-Revision: 35697
Jonas Gorski [Wed, 20 Feb 2013 13:54:49 +0000 (13:54 +0000)]
packages: cups-bjnp: move to Printing
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35696
Jonas Gorski [Wed, 20 Feb 2013 13:54:47 +0000 (13:54 +0000)]
packages: p910nd: move to Printing
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35695
Jonas Gorski [Wed, 20 Feb 2013 13:54:45 +0000 (13:54 +0000)]
packages: weechat: update to 0.4.0
Fixes CVE-2012-5534 and CVE-2012-5854.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35694
Jonas Gorski [Wed, 20 Feb 2013 13:54:43 +0000 (13:54 +0000)]
packages: curl: update to 7.29.0
Fixes CVE-2012-0036.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35693
Jonas Gorski [Wed, 20 Feb 2013 13:54:41 +0000 (13:54 +0000)]
packages: asterisk-chan-sccp-b: update svn repo url
Because of an upgrade of the sourceforge pages, the subversion repostory
has moved. Closes #12647.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35692
Florian Fainelli [Tue, 19 Feb 2013 17:21:58 +0000 (17:21 +0000)]
libmad: revert r20699
We are otherwise breaking builds where the toolchain ABI must be
explicitely specified (e.g: floating point on ARM).
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35682
Florian Fainelli [Tue, 19 Feb 2013 17:21:57 +0000 (17:21 +0000)]
libid3tag: fix broken configure script not using CFLAGS for conftest
This issue can appear when the toolchain must be explicitely configured
for a specific ABI (e.g: floating point on ARM).
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35681
Saverio Proto [Tue, 19 Feb 2013 17:01:38 +0000 (17:01 +0000)]
olsrd: init: cleanup an expensive/forky call
for determining all gateways in all routing tables
1) write out the ip-call, never ever abbreviate in scripts
2) avoid forks: sorting/uniq is not needed, if we only append
yet unappended words
3) use an extra function() for this, better readable
4) check for installed ip-command
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 35680
Saverio Proto [Tue, 19 Feb 2013 17:01:37 +0000 (17:01 +0000)]
olsrd: don't try to start smartgw if not all deps are installed
[packages] olsrd: don't try to start smartgw if not all deps are installed
if kmod-ipip is missing, there is no need to invoke an expensive operation.
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 35679
Saverio Proto [Tue, 19 Feb 2013 17:01:34 +0000 (17:01 +0000)]
olsrd: use system-logger instead of dumping to stdout
packages: olsrd: use system-logger instead of dumping to stdout,
which is cleaner and also seen if not interactive called. minor
cleanups in some messages, also show function-name in messages.
by using 'logger -s' we can see the message on screen and in logs.
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 35678
Cezary Jackiewicz [Mon, 18 Feb 2013 16:58:41 +0000 (16:58 +0000)]
transmission: update to 2.77
SVN-Revision: 35670
Luka Perkov [Mon, 18 Feb 2013 16:24:49 +0000 (16:24 +0000)]
freecwmp: fix typo in init script
SVN-Revision: 35669
Luka Perkov [Mon, 18 Feb 2013 16:22:03 +0000 (16:22 +0000)]
freecwmp: upgrade to latest git version
SVN-Revision: 35668
Luka Perkov [Mon, 18 Feb 2013 16:22:01 +0000 (16:22 +0000)]
libfreecwmp: upgrade to latest git version
SVN-Revision: 35667
Luka Perkov [Mon, 18 Feb 2013 13:47:15 +0000 (13:47 +0000)]
zsh: simplify Makefile
Signed-off-by: Francisco Borges <francisco.borges@gmail.com>
SVN-Revision: 35666
Gabor Juhos [Mon, 18 Feb 2013 10:04:17 +0000 (10:04 +0000)]
minidlna: bump version to 1.0.25
Version bump minidlna to 1.0.25 and add an additional patch.
Patch is accepted upstream, but not yet released.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35658
Florian Fainelli [Mon, 18 Feb 2013 09:59:35 +0000 (09:59 +0000)]
muninlite: fix getting bridge data
This patch fix a bug while getting data for interfaces like br-lan, pppoa-wan.
[florian: bump PKG_RELEASE to 4]
Signed-off-by: Luca Dariz <luca.dariz@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35657
Florian Fainelli [Mon, 18 Feb 2013 09:59:35 +0000 (09:59 +0000)]
mysql: fix download mirror URL
All source mirrors in current feed seems to be unavaliable. Patch adds
official mysql repo.
Signed-off-by: Yegor Ivanov <infactum@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35656
Florian Fainelli [Mon, 18 Feb 2013 09:59:34 +0000 (09:59 +0000)]
libjpeg-turbo: add package for test utils, move appropriate targets there
Trying to figure out where jpeggut came from, found a) that it was a
typo and b) that it was renamed in r643 from jpegut to tjunittest. In
the same revision, jpegtest became tjbench, and later in r733, jcstest
was added to test jpeg color space extentions. Since these tools will
only be desirable for testing, added a new package libjpeg-turbo-tests
to provide these utilities. The utilities needed libturbojpeg, so
added what had been a commented out library to the new package.
The libturbojpeg are currently commented out in InstallDev as well.
If external packages begin to rely on libturbojpeg functions for some
reason, the library should be added back.
Signed-off-by: Russell Senior <russell@personaltelco.net>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35655
Florian Fainelli [Mon, 18 Feb 2013 09:59:33 +0000 (09:59 +0000)]
libqmi: include pkg-config file in InstallDev
Signed-off-by: Aleksander Morgado <aleksander@gnu.org>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35654
Florian Fainelli [Mon, 18 Feb 2013 09:59:32 +0000 (09:59 +0000)]
libqmi: no need to enable traces explicitly
Traces are always built now, and can be enabled/disabled with
'qmi_utils_set_traces_enabled()'.
Signed-off-by: Aleksander Morgado <aleksander@gnu.org>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35653
Luka Perkov [Mon, 18 Feb 2013 01:03:41 +0000 (01:03 +0000)]
rp-pppoe: upgrade to version 3.11
SVN-Revision: 35647
Gabor Juhos [Sun, 17 Feb 2013 12:24:28 +0000 (12:24 +0000)]
ipsec-tools: update to 0.8.1
This patch updates ipsec-tools to version 0.8.1 and refreshes its
patches. It was released on Sourceforge on 2013-01-08.
Compile and run tested, no problems found.
Patch-by: Anton van Bohemen <avbohemen@ziggo.nl>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35640
Gabor Juhos [Sun, 17 Feb 2013 12:19:39 +0000 (12:19 +0000)]
netatalk: update to 2.2.4
Updates netatalk from 2.2.1 to 2.2.4.
Signed-off-by: Joe Roback <joe@roback.cc>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35639
Gabor Juhos [Sun, 17 Feb 2013 12:17:27 +0000 (12:17 +0000)]
kamailio3: version bump to 3.3.3
This patch updates kamailio3 to it's latest version
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35638
Gabor Juhos [Sun, 17 Feb 2013 12:13:45 +0000 (12:13 +0000)]
mysql: version bump to 5.1.68
This patch bumps MySQL to latest version and also repairs
missing/not working mirrors (planetmirror is offline and
holywar.net does not provide mysql anymore). If a source
package does not exist at mirror repo (they seem to keep
the latest two versions at mysql repo), it uses the archives
repo at last.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35637