3583 Commits

Author SHA1 Message Date
swalker
8b538180c2 [packages] freeswitch: mark gsmopen as broken, add historic event-zmq source url
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30892 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-11 20:31:20 +00:00
zandbelt
a2105ef51a [packages] asterisk-1.8.x: upgrade to 1.8.10.0
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30891 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-11 19:25:48 +00:00
zandbelt
71637c9981 [packages] asterisk-1.8.x: add fax modules; thanks Zhiqiang Wang <wang.9264@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30886 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-11 17:42:07 +00:00
zandbelt
f5e350ff9c [packages] asterisk-1.8.x: fix compilation for missing res_ninit #10974
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30878 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-11 15:41:27 +00:00
swalker
34a2a0d95f [packages] weechat: update to 0.3.7, disable more scripting languages
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30872 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-10 19:42:08 +00:00
jow
de5d1f20e7 multiwan package: use less iptables -F
Hi

Even if "qos-scripts" package isn't installed, multiwan is flushing all the mangle chains.
This patch correct this behavior to let people use mangle table if qos-scripts is not there (to use there own qos script ...)

Info: For the moment the qos management of the multiwan package is broken (it's speaks about IMQ, instead of IFB)

The package version go from 1.0.20 to 1.0.21 (and not 1.0.19) because there is this patch also pending (http://patchwork.openwrt.org/patch/1740/)

Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30833 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-07 11:47:52 +00:00
jow
acd17d6190 Add enabled option to multiwan
Hi

Attached modified patchs for multiwan and luci-app-multiwan

Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>

Le 19/12/2011 18:30, Etienne Champetier a écrit :
> Hi
>
> Here follows the patch for luci multiwan package
> I've also opened a ticket on the luci trac
>
> Regards
>
> Le 19/12/2011 16:38, Etienne Champetier a écrit :
>> Hi
>>
>> The only mean to disable multiwan is to delete the symlink in /etc/rc.d, but if you make a backup and restore it you have to re-delete the symlink.
>>
>> This small patch add an "enabled" option to multiwan script.
>>
>> It will allow me to have one image per router model, not one with multiwan and one without.
>>
>> Best regards
>>
>> Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
>>
>>
>>
>>
>> _______________________________________________
>> openwrt-devel mailing list
>> openwrt-devel@lists.openwrt.org
>> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>>
>>
>> _______________________________________________
>> openwrt-devel mailing list
>> openwrt-devel@lists.openwrt.org
>> https://lists.openwrt.org/mailman/listinfo/openwrt-devel

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30832 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-07 11:47:48 +00:00
florian
51b05b2c06 [package] faifa: package libfaifa (#8506)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30831 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-06 13:13:15 +00:00
swalker
ca64c52216 [packages] bind: update to 9.9.0
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30771 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-02 05:22:12 +00:00
swalker
a91b65ad3a [packages] nzbget: fix crypto & sigc-2.0 bustage, remove unrecognized configure option, use PKG_INSTALL
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30757 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-01 04:04:41 +00:00
swalker
c3f7841228 [packages] baresip: fix avformat & v4l bustage
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30736 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-27 04:29:18 +00:00
swalker
8a16f880f2 [packages] ddns-scripts: add easydns.com
Signed-off-by: Galen Seitz <galens@seitzassoc.com>
Signed-off-by: Russell Senior <russell@personaltelco.net>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@30729 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-25 23:58:55 +00:00
jow
ffd23dbbbc [package] openvpn, openvpn-devel, openvpn-polarssl: remove special quoted parameter handling
The append_params_quoted procedure was only needed while the final OpenVPN was eval'd, now
that the service wrappers pass the command line through to ssd unmangled, the extraneous
quotes cause issues in the openvpn command line parser, so remove them.


git-svn-id: svn://svn.openwrt.org/openwrt/packages@30719 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-25 14:32:21 +00:00
jow
e9a5ecf1a3 v1 : do not install omshell static librairies in dhcp package
There is no need to install any static library on the target, unless one installs a linker (and a compiler) as well, and this is certainly not a common case.
The dhcp-server package installs two of them in /usr/local/lib - along with omshell. The erroneous lines were added as part of r10146 when the Makefile
was modified to install omshell, but the static libraries are never needed to run omshell on the target.

Signed-off-by: Emmanuel Deloget <logout@free.fr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30707 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-24 10:26:32 +00:00
nbd
23681be9c2 multiwan,wifidog: adjust dependencies for removed iptables-mod-{conntrack,nat}
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30677 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-22 01:49:52 +00:00
acinonyx
5a7ddef6ec [packages] quagga: Drop support for Quagga 0.98.6
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30674 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-21 22:47:27 +00:00
obsy
fc76cccb0e [packages] transmission: use external upnpc library
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30656 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-20 06:15:25 +00:00
swalker
c56bf4dc9b [packages] bind: disable gssapi (#10997, thanks Cybjit)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30647 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-19 17:41:10 +00:00
swalker
f472ea0687 [packages] lighttpd: update to 1.4.30, remove obsolete patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30637 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-18 22:14:05 +00:00
swalker
f1f0a7da06 [packages] ngircd: upadte to 18, add ssl variant & init script (#10462, thanks written)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30606 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-17 03:11:37 +00:00
nbd
65a0f33aaf nstx: pass in build system cflags, fixes a compile error
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30601 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-16 18:08:33 +00:00
nbd
1f46ba285f live: update to a new version, the old file is down from the upstream site, the new one is mirrored now
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30595 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-16 18:08:22 +00:00
nbd
47ab915053 linuxigd: use libip4tc explicitly to fix a build failure
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30594 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-16 18:08:21 +00:00
obsy
bb0ab8fa68 [packages] transmission: update to 2.50, drop open_file_limit - has been removed a few month ago
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30585 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-16 12:31:48 +00:00
juhosg
6db2ea57e2 packages: coova-chilli: 1.2.9 version bump
Coova Chilli has at long last been updated by its authors - the attached
patch bumps the version and md5sum.

Signed-off-by: Oliver Smith <olipro@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30584 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-16 11:58:35 +00:00
juhosg
7b4db05696 packages: udpxy: update to new version and add init script
This patch updates version to 1.0.21-2.

Signed-off-by: Nerijus Baliūnas <nerijus@users.sourceforge.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30583 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-16 11:58:33 +00:00
juhosg
a862b0ed44 packages: tcpdump: new upstream release 4.2.1
Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30579 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-16 11:58:29 +00:00
nbd
c7ffaa2632 fwknop: fix messed-up patch header
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30560 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-15 20:38:25 +00:00
nbd
95a53202c8 batman: mark the gateway module as broken, it does not compile with any recent kernels
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30557 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-15 19:19:45 +00:00
cshore
3f88ab94a9 [packages] more gcc 4.6 compilation fixes
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30548 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-15 09:34:08 +00:00
swalker
ad4ae62bf0 [packages] unbound: update to 1.4.16
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30546 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-15 00:45:09 +00:00
swalker
bec827f87f [packages] bind: update to 9.8.1-P1, thanks Oliver Smith, drop obsolete patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30545 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-15 00:44:52 +00:00
swalker
1dac78cbf0 [packages] tor-alpha: update to 0.2.3.12-alpha, refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30544 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-15 00:44:33 +00:00
cshore
fc8c6d10f3 [packages] Mass Fix for GCC 4.6
nodefaultlibs now includes libc so we have to add it where we want it

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30530 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-14 17:34:08 +00:00
nbd
8fdba4d336 samba36: integrate a cleanup/rewrite of the smbpasswd utility from samba 3.0
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30517 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-14 03:34:15 +00:00
nbd
ad0fe50267 samba36: do not patch generated files
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30516 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-14 03:34:13 +00:00
nbd
5b11077449 samba36: remove the tdbsam backend
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30515 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-14 03:34:11 +00:00
nbd
d5140c590c samba36: more size optimizations and configurable debug level
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30513 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-13 23:59:07 +00:00
nbd
7d488967e3 samba36: adjust the debug level of asserts to save some more space
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30512 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-13 21:30:23 +00:00
nbd
a8019cab95 samba36: fix some linking issues
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30511 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-13 20:57:41 +00:00
nbd
d48382f9de samba36: disable some unused modules
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30510 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-13 20:57:39 +00:00
nbd
fbf4719065 samba36: add even more size optimizations, binary size is now down to about 2.7M uncompressed
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30509 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-13 20:26:29 +00:00
nbd
c886beea6e samba36: install smbpasswd symlink
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30506 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-13 16:51:19 +00:00
nbd
9e7c53db49 samba36: reorganize patches, fix windows 7 compatibility
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30505 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-13 16:51:18 +00:00
nbd
d032773db1 samba36: remove more parts of srvsvc
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30494 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-13 12:40:24 +00:00
nbd
21c46423c5 samba36: remove SAMR support and save a bit more space
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30491 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-13 12:16:47 +00:00
nbd
c443ba96fb samba36: add a few more size reduction patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30490 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-13 12:01:47 +00:00
nbd
75d8e51b58 samba36: add a stripped-down multicall samba 3.6, including smbd, nmbd and smbpasswd (partially based on a package by Todd Richmond from #9992)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30489 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-13 03:51:59 +00:00
hauke
2c91feb833 [packages] freeradius2: update to version 2.1.12
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30465 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-12 08:31:02 +00:00
kerneis
42489ea6b6 [packages] babeld: fix keep_unfeasible parameter
Thanks to Juliusz Chroboczek.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30464 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-12 06:47:54 +00:00