8886 Commits

Author SHA1 Message Date
florian
a3e752d03a [package] tcpser: fix dependency on libpthread
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33567 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-27 08:29:06 +00:00
hcg
a8ad7519e8 [package] pyosc: add new package
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33563 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-27 07:18:42 +00:00
obsy
8da3f58ea0 [packages] transmission: update to 2.71
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33561 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-26 18:23:32 +00:00
luka
35e27deb55 [packages] freecwmp: update to the latest version
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33553 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-25 17:35:39 +00:00
luka
c9782a2cb6 [packages] libfreecwmp: add package
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33552 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-25 17:34:21 +00:00
obsy
692197b4cd [packages] vsftpd: update to 3.0.2
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33546 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-25 14:21:52 +00:00
obsy
96550e173b [packages] proftpd: update to 1.3.4b
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33545 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-25 14:21:29 +00:00
florian
e0613a6909 [package] tor-alpha: update to 0.2.3.22-rc
Fixes CVE-2012-3518, CVE-2012-3519, CVE-2012-4419

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33543 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-25 13:37:13 +00:00
florian
4a0da20709 [package] tor: update to 0.2.2.39
Fixes CVE-2012-3518, CVE-2012-3519, CVE-2012-4419

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33542 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-25 13:37:07 +00:00
florian
f727451c17 [package] asterisk-1.8.x: add patch to fix CVE-2012-2186
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33541 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-25 13:37:04 +00:00
nbd
383fa26083 boost: move the + to the right place to fix build errors
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33533 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-24 17:32:13 +00:00
nunojpg
76350935a0 [packages] nmap: update to version 6.01
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33528 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-23 18:12:58 +00:00
nbd
ca74ca9b86 packages: fix parallel build by adding + for every make command that passes the jobserver
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33524 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-23 09:58:24 +00:00
nbd
403a026e8f oprofile: enable parallel build
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33495 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-20 12:06:32 +00:00
nbd
b2deb0e42a binutils: enable parallel build
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33494 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-20 12:06:30 +00:00
nbd
3fcc6efc54 tcpdump: enable parallel build
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33483 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-19 16:14:12 +00:00
jow
e339940cfb [packages] remove now redundant +USE_EGLIBC:librt dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33481 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-19 15:35:00 +00:00
florian
058c9ac1ab [package] avahi: Makefile fix to honor configuration changes
his patch is to fix a long-standing problem with avahi builds:
if you change the configuration, sometimes the relevant packages are not
correctly rebuilt; see, for example, ticket #11110.

Background: avahi can be built in two modes: with or without D-BUS support.
If you switch builds from one mode to the other and then back again, the
packages will not
always be rebuilt as required. For example, if you choose to build avahi (1)
without D-BUS support,
then (2) with D-BUS support and then (3) without D-BUS support, the packages
will not
be rebuilt the third time, and you'll be left with the packages
from the second build -- packages that require D-BUS support.

The patch works by deleting the ".build" file belonging to the mode not
currently chosen, so
that if that mode is chosen again in the future, its packages will always be
rebuilt.

A few small corrections to the explanatory text are included.

Signed-off-by <mikebrady@eircom.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33472 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-19 15:09:30 +00:00
florian
b7fd9fe387 [package] multiwan: fix health monitoring
he extra space makes the ${health_monitor%.* } as "parallel.started", so it
won't match "parallel". This causes monitor_wan never starts.

Signed-off-by: York Sun <york.sun@me.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33471 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-19 15:09:29 +00:00
florian
223ef02a46 [package] tcpdump: honor the CONFIG_IPV6 global flag
Currently it's always compiled with ipv6 support.

Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33470 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-19 15:09:27 +00:00
florian
66749cd2e6 [package] php5: create missing directory
for some reason building php5 fails for me with the following error:

make -C
/openwrt/kirkwood/trunk/build_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/php-5.4.5
install
INSTALL_ROOT=/openwrt/kirkwood/trunk/build_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/php-5.4.5/staging
make[4]: Entering directory
`/openwrt/kirkwood/trunk/build_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/php-5.4.5'
Installing shared extensions:
/openwrt/kirkwood/trunk/build_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/php-5.4.5/staging/usr/lib/php/extensions/no-debug-non-zts-20100525/
Installing PHP CGI binary:
/openwrt/kirkwood/trunk/build_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/php-5.4.5/staging/usr/bin/
cp: cannot create regular file
`/openwrt/kirkwood/trunk/build_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/php-5.4.5/staging/usr/bin/#INST@8653#':
No such file or directory
make[4]: *** [install-cgi] Error 1
make[4]: Leaving directory
`/openwrt/kirkwood/trunk/build_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/php-5.4.5'
make[3]: ***
[/openwrt/kirkwood/trunk/staging_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/stamp/.php_installed]
Error 2
make[3]: Leaving directory `/openwrt/kirkwood/trunk/feeds/packages/lang/php5'
make[2]: *** [package/feeds/packages/php5/compile] Error 2
make[2]: Leaving directory `/openwrt/kirkwood/trunk'
make[1]: ***
[/openwrt/kirkwood/trunk/staging_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/stamp/.package_compile]
Error 2

I needed the following patch:

Signed-off-by: Martin Mueller <mm@sig21.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33469 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-19 15:09:25 +00:00
florian
5a9982f7de [package] ntpd: trivial fix for eglibc builds
When building against eglibc, libc doesn't include librt therefore it must be explicitly included.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33468 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-19 15:09:24 +00:00
florian
2305545464 [package] diffutils: trivial fix for eglibc builds
When building against eglibc, libc doesn't include librt therefore it must be explicitly included.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33467 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-19 15:09:23 +00:00
florian
6d5ac99f02 [package] libavahi must depend on libssp if SSP enabled
Signed-off-by: Alexey I. Froloff <raorn@raorn.name>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33466 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-19 15:09:21 +00:00
florian
30beb49ab6 [package] faifa: update to 2012-09-13
Fixes hpav_cfg unicast messages.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33397 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-13 17:28:44 +00:00
jow
9e9bd84ccd [packages] bind: update to v9.9.1-P3 (CVE-2012-4244)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33396 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-13 17:11:01 +00:00
florian
0cf20842ee [package] gettext-full: fix build on eglibc
Apply the same patch as in r33081.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33394 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-13 14:42:54 +00:00
hcg
8650721fdb autoreconfckage] sox: Update maintainer and copyright notice
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33380 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-12 16:54:27 +00:00
hcg
d959899848 [packages] sox: Bump revision
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33379 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-12 14:06:21 +00:00
jow
706c091e76 [packages] radvd: allow uppercase chars in string literals (#12174)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33377 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-12 09:42:44 +00:00
mirko
4aba6ee90e [packages/openvpn-devel] update openvpn-devel to latest HEAD
This fixes some issues and regressions, as well as includes
the "busybox ifconfig ipv6"-patch which went upstream meanwhile.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33376 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-12 02:00:24 +00:00
mirko
bb2c7bbd7e [packages/openvpn] fix changing ipv6 settings with busybox's ifconfig
The OpenVPN call to busybox's ifconfig in order to change interface
configurations is incompatible when used in conjunction with IPv6.
Busybox's ifconfig doesn't know about the 'inet6' parameter,
so just skip it.
The new call is still compatible to the usual ifconfig provided by
the net-tools package.

Thanks to Gert Doering and Joachim Schlipper!

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33375 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-11 18:13:31 +00:00
florian
3cdbdd0f53 [package] valgrind: update to 3.8.0
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33374 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-11 16:35:56 +00:00
florian
f55cd70460 [package] valgrind: fix DEPENDS after r32839
Remove the invalid whitespace leading to valgrind being only available
on omap4 instead of all the listed architectures a well.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33373 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-11 16:35:55 +00:00
hcg
b4576f6f86 [packages] python-webpy: Add package python-webpy
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33372 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-11 16:20:10 +00:00
hcg
ebaedbbd1a [packages] python-mimms: Add package python-mimms
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33371 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-11 16:17:12 +00:00
hcg
5c4d647d85 [packages] python-flup: Add package python-flup
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33370 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-11 16:14:38 +00:00
zandbelt
bcd857c6ef [packages] radsecproxy: remove zandbelt as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33368 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-11 13:24:00 +00:00
zandbelt
b6deab44c2 [packages] asterisk18: remove zandbelt as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33367 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-11 13:23:05 +00:00
florian
d042759bd0 [package] faifa: update to 2012-09-10
Adds device reset function

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33366 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-10 22:12:03 +00:00
jow
5e31d2934f [packages] freeradius2: update to v2.2.0 (CVE-2012-3547, #12169)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33365 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-10 21:39:02 +00:00
jow
954c482f9c [packages] revert changed PKG_FIXUP after r33363, fix copyright date (#12168)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33364 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-10 20:50:36 +00:00
hcg
997f991ceb [packages] file: bump version to 5.11
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33363 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-10 14:43:43 +00:00
hcg
fccd7e7921 [packages] glib2: Add conditional dependency on librt if using eglibc
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33361 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-10 14:36:39 +00:00
jow
3f2dc3e84d [packages] ddns-scripts: fix handling of passwords with slashes (#12160)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33358 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-10 10:03:39 +00:00
heil
7f3b795972 package: haproxy
- bump to version 1.4.22


git-svn-id: svn://svn.openwrt.org/openwrt/packages@33355 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-10 08:51:10 +00:00
tripolar
eda6c101dc [packages] openssh: update to 6.1p1
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33354 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-10 02:30:27 +00:00
marek
dcf8637d5c batman-adv: fix OGM counting on x86 OpenWrt images
More info: https://lists.open-mesh.org/pipermail/b.a.t.m.a.n/2012-September/007978.html

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@33339 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-09 09:46:55 +00:00
florian
99821f79ea [package] faifa: udpate 2012-09-07 commit
Fixes:
- invalid destination address when sending key request
- proper handling of the NMK/DAK hash files
- multiples warnings

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33336 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-08 17:15:11 +00:00
florian
98a758cc41 [package] faifa: update to 2012-09-07
Adds proper timeout handling in case of non-responsive station in hpav_cfg.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33327 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-07 09:34:45 +00:00