3993 Commits

Author SHA1 Message Date
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
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
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
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
jogo
f593dfbde6 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35702 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-20 13:55:01 +00:00
jogo
fa28e71f19 packages: aria2: update to 1.16.3
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35701 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-20 13:54:59 +00:00
jogo
cdf2765d83 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35700 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-20 13:54:57 +00:00
jogo
6d1d2eb756 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35699 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-20 13:54:55 +00:00
jogo
d8fe797989 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35698 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-20 13:54:53 +00:00
jogo
c6bdf67f88 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35697 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-20 13:54:51 +00:00
jogo
56e54a3d77 packages: cups-bjnp: move to Printing
Signed-off-by: Jonas Gorski <jogo@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35696 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-20 13:54:49 +00:00
jogo
ce12d84099 packages: p910nd: move to Printing
Signed-off-by: Jonas Gorski <jogo@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35695 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-20 13:54:47 +00:00
jogo
0f59c6d831 packages: weechat: update to 0.4.0
Fixes CVE-2012-5534 and CVE-2012-5854.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35694 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-20 13:54:45 +00:00
jogo
c530be2644 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35692 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-20 13:54:41 +00:00
zioproto
ff88c81664 [packages] 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35680 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-19 17:01:38 +00:00
zioproto
37a9b36d0b [packages] 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35679 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-19 17:01:37 +00:00
zioproto
f3b6f348d4 [packages] 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35678 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-19 17:01:34 +00:00
obsy
633dd52427 [packages] transmission: update to 2.77
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35670 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-18 16:58:41 +00:00
luka
e5482f91dd [packages] rp-pppoe: upgrade to version 3.11
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35647 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-18 01:03:41 +00:00
juhosg
357501e799 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35640 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-17 12:24:28 +00:00
juhosg
5c01039ab1 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35639 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-17 12:19:39 +00:00
juhosg
d68173a2af 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35638 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-17 12:17:27 +00:00
marek
b5027f427a batman-adv: fix dat NULL pointer dereference
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@35609 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-16 11:00:50 +00:00
florian
1e24281327 openconnect: update openconnect to 4.08 (CVE-2012-6128)
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35599 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-14 12:59:12 +00:00
luka
c1567ac6c4 [packages] mosquitto: upgrade to version 1.1.2
Signed-off-by: Karl Palsson <karlp@remake.is>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35598 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-14 12:43:38 +00:00
zioproto
4ea7793b18 [packages] olsrd: Version bump to 0.6.5.1 , note that tas plugin has been discontinued in this release and two new plugins are included, the pud and sgwdynspeed plugins
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35594 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-13 18:08:10 +00:00
mazilo
9a64387dce fixed libzrtp
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35575 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-12 22:59:14 +00:00
mazilo
b952a66fcb removed dependencies on GNUTLs for mod_dingaling and minor fixes on sound packages.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35556 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-11 14:25:49 +00:00
luka
267e737434 [packages] asterisk-11.x: fix typo in CONFIGURE_ARGS
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35548 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-11 09:29:33 +00:00
luka
04e0c705d4 [packages] asterisk-11.x: add new package
LTS version of Asterisk has been recently released. This package is a
bleeding-edge alternative to existing asterisk-1.8.x package.

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Signed-off-by: Daniel Golle <dgolle@allnet.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35540 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-10 17:17:09 +00:00
yardley
9e9347f7cc miniupnpc: security update to 1.8
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35521 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-08 17:17:16 +00:00
yardley
efb13b2977 miniupnpd: security update to 1.8
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35520 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-08 17:16:08 +00:00
mazilo
db7b4274fc minor update to sound packages
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35516 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-07 17:42:10 +00:00
mazilo
48d9ab5cf2 added mod_isac for MIPS platform (from Keith Laaks).
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35502 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-05 20:20:05 +00:00
mazilo
ba29e584e0 Remove all old config XML files and update to copy config files on-the-fly directly from FS source tree during installation process.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35465 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-02 17:15:23 +00:00
tripolar
3b0dc85d9e [packages]: update nfs-kernel-server to 1.2.7
Signed-off-by: Peter Wagner <tripolar@gmx.at>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@35422 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-01 15:45:10 +00:00
nbd
7904b46340 polarssl,openvpn,openvpn-devel: delete (merged to trunk)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35414 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-30 20:07:38 +00:00
nbd
2e00df0f1e umurmur: add support for the new polarssl library
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35413 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-30 20:07:35 +00:00
nbd
36af48b452 remove libusb-legacy and point its users at libusb-compat
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35388 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-29 18:09:28 +00:00
marek
9cc3e0a941 batman-adv: distributed arp table fixes
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@35324 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-27 00:41:37 +00:00
jow
73bb02239f ipsec-tools: fix compilation against Linux 3.7, refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35312 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-24 11:35:58 +00:00