9272 Commits

Author SHA1 Message Date
zioproto
54e2dda469 [packages] 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36299 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-10 10:48:35 +00:00
zioproto
72dadf133b [packages] 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36298 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-10 10:48:32 +00:00
obsy
52f8e6eda1 [packages] vsftpd: add TLS variant
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36238 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-07 09:26:08 +00:00
nico
1923b3d692 [packages] xmail: fix endianness detection
* fix endianness detection (closes: #9913)
 * bump release number

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36236 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-06 22:57:17 +00:00
heil
1cd0b6b2e6 package: haproxy
- fix for CVE-2013-1912 


git-svn-id: svn://svn.openwrt.org/openwrt/packages@36190 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-03 11:08:17 +00:00
tripolar
1507ec8b6a [packages]: openssh update to 6.2p1
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36157 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-03 09:13:15 +00:00
kerneis
9e1dfdd62f ahcpd: fix init script
eval is necessary because $args introduces quotes

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36153 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-02 14:12:07 +00:00
heil
89cca70763 package: haproxy
- add backported patches for 1.4.22



git-svn-id: svn://svn.openwrt.org/openwrt/packages@36152 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-02 13:52:02 +00:00
jow
12829985fd drop libjpeg-turbo - nothing depends on it and it breaks any libjpeg using package due to abi mismatches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36135 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-27 14:07:28 +00:00
florian
34c8446c0c 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36106 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-22 10:04:16 +00:00
florian
4d7b74b777 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36105 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-22 10:04:15 +00:00
florian
e7235f3a32 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36104 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-22 10:04:09 +00:00
nbd
5a98ccfe06 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36103 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-21 19:26:47 +00:00
heil
5fa0f87ce8 package: haproxy
- add latest improvements, up to patch 35



git-svn-id: svn://svn.openwrt.org/openwrt/packages@36096 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-20 17:11:36 +00:00
obsy
facfcb2089 [packages] proftpd: update to 1.3.4c
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36093 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-20 09:08:09 +00:00
nunojpg
2cf4f06354 [packages] sshtunnel: port value in server section is not read Signed-off-by: Ingo Schmidt <ich at der-ingo.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36087 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-18 19:06:30 +00:00
nunojpg
46fb1b3bf5 [packages] add dump1090, Mode S decoder for the Realtek RTL2832U
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36086 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-18 19:02:46 +00:00
jow
daf269112f net-tools: since we ship "slattach" it makes sense to enable SLIP support
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36084 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-18 11:18:24 +00:00
jow
237045bc68 freeswitch: return $(FS_DEFAULT_HEAD) in DUMP phase, avoids hanging scripts/feeds update due to git.freeswitch.org connectivity issues
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36058 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-16 22:10:20 +00:00
jow
2e01b30579 miniupnpd: fix package postinstall
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36057 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-16 22:10:18 +00:00
mazilo
23765beede bumped to FS git HEAD 6af84a870c21836e20077f27a85d94fd382a02be
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36055 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-16 14:43:34 +00:00
zioproto
cc0e775211 [packages] 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.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36041 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-15 15:27:51 +00:00
jow
514aa48ce9 Revert "madwifi: fix compilation against Linux 3.8" - it was premature
This reverts commit 37054015dda3e65658158a7ca73262c85e8eb002.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36012 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-14 15:32:37 +00:00
jow
9170d59796 miniupnpd: rework and simplify firewall integration by taking advantage of the new fw3 functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36011 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-14 15:30:58 +00:00
jow
01f172e4aa madwifi: fix compilation against Linux 3.8
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36010 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-14 15:30:52 +00:00
florian
41cbbda301 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35999 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-13 16:16:43 +00:00
florian
27881759f5 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35956 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-11 14:16:52 +00:00
florian
ab79cf8bc7 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35955 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-11 14:16:51 +00:00
florian
18dd3715b6 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35954 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-11 14:16:42 +00:00
mazilo
ba930e028b added module VP8 Video Codec (<FS root dir>/src/mods/codecs/mod_vp8).
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35914 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-10 00:23:42 +00:00
marek
a508548562 batman-adv: verify tt len does not exceed packet len
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@35906 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-09 10:13:46 +00:00
mazilo
1809e23528 bumped to FS v1.3.17
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35901 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-08 04:28:57 +00:00
luka
42c882a891 [packages] strongswan: update to version 5.0.2
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35897 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-06 23:26:34 +00:00
marek
77363e6365 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>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@35867 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-04 02:12:11 +00:00
mazilo
b060f36bb8 fixed some of install scripts.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35844 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-02 02:43:33 +00:00
mazilo
868cf3923f updated to freeswitch v1.3.14b
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35843 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-02 00:37:43 +00:00
mazilo
b5530ea9a8 include the forgotten patch for endian detection.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35841 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-01 22:39:28 +00:00
acinonyx
b5860d2e0c [packages] rtl-sdr: Update to latest revision
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35837 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-28 21:27:08 +00:00
luka
c06d92f768 [packages] 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35832 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-28 11:40:21 +00:00
mazilo
381925aea7 fixed endianess detection, submitted by Uwe Kleine-König
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35829 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-28 03:00:42 +00:00
juhosg
ca38a2145e 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35802 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-25 22:04:14 +00:00
juhosg
b0a2f6492e 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35797 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-25 21:08:52 +00:00
juhosg
feb1b928bb 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35796 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-25 21:04:09 +00:00
juhosg
8993b354d2 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35795 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-25 21:04:08 +00:00
juhosg
e396f60ced 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35794 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-25 21:04:07 +00:00
juhosg
db18840b35 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35793 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-25 21:04:06 +00:00
juhosg
0ee58b4407 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35792 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-25 21:04:05 +00:00
zioproto
9297e66808 [packages] olsrd: Version bump 0.6.5.2
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35784 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-25 18:43:39 +00:00
mazilo
9e99fd5087 fixed sound packages.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35756 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-23 12:05:29 +00:00
florian
51584e3ed3 shairport: add AirPort Express emulation software
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35746 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-22 14:52:38 +00:00