openwrt/svn-archive/archive.git
12 years ago[packages] add libmpeg2 (closes: #8317, thanks to W. Michael Petullo)
Nicolas Thill [Sun, 23 Oct 2011 10:26:52 +0000 (10:26 +0000)]
[packages] add libmpeg2 (closes: #8317, thanks to W. Michael Petullo)

SVN-Revision: 28534

12 years ago[package] vips: update to 7.26.3
W. Michael Petullo [Sun, 23 Oct 2011 07:18:53 +0000 (07:18 +0000)]
[package] vips: update to 7.26.3

SVN-Revision: 28533

12 years ago[package] gstreamer: update to 0.10.34
W. Michael Petullo [Sun, 23 Oct 2011 06:46:38 +0000 (06:46 +0000)]
[package] gstreamer: update to 0.10.34

SVN-Revision: 28532

12 years agoUpdate dmapd and libdmapsharing to new upstream versions
W. Michael Petullo [Sun, 23 Oct 2011 06:41:57 +0000 (06:41 +0000)]
Update dmapd and libdmapsharing to new upstream versions

SVN-Revision: 28531

12 years ago[packages] mpd: split in 2 variants -full & -mini (closes: #7142)
Nicolas Thill [Sat, 22 Oct 2011 18:03:13 +0000 (18:03 +0000)]
[packages] mpd: split in 2 variants -full & -mini (closes: #7142)

SVN-Revision: 28524

12 years ago[packages] ffmpeg: disable ASM for all targets, bump revision number
Nicolas Thill [Sat, 22 Oct 2011 17:58:07 +0000 (17:58 +0000)]
[packages] ffmpeg: disable ASM for all targets, bump revision number

SVN-Revision: 28523

12 years ago[package] lcd4linux: Bump package version as a result of r28469
Jonathan McCrohan [Sat, 22 Oct 2011 15:12:39 +0000 (15:12 +0000)]
[package] lcd4linux: Bump package version as a result of r28469

SVN-Revision: 28522

12 years ago[packages] mtd-utils: bump pkg rev as well
Jo-Philipp Wich [Sat, 22 Oct 2011 14:17:32 +0000 (14:17 +0000)]
[packages] mtd-utils: bump pkg rev as well

SVN-Revision: 28521

12 years ago[packages] mtd-utils: add a bad block counter to mtd_debug, based on patch from http...
Jo-Philipp Wich [Sat, 22 Oct 2011 14:16:45 +0000 (14:16 +0000)]
[packages] mtd-utils: add a bad block counter to mtd_debug, based on patch from dev.laptop.org/~martin/mtd_debug.patch

SVN-Revision: 28520

12 years ago[packages] wget: update to 1.13.4 (thanks to Peter Wagner)
Nicolas Thill [Sat, 22 Oct 2011 13:23:40 +0000 (13:23 +0000)]
[packages] wget: update to 1.13.4 (thanks to Peter Wagner)

SVN-Revision: 28519

12 years ago[packages] strongswan4: fix dependencies, cleanup
Nicolas Thill [Sat, 22 Oct 2011 13:04:19 +0000 (13:04 +0000)]
[packages] strongswan4: fix dependencies, cleanup

 * make strongswan4-default & strongswan4-minimal installable again
 * mark strongswan4-full as DEVEL (closes: #9508)

SVN-Revision: 28517

12 years ago[packages] usbip: cleanup dependencies (closes: #8230), fix usb.ids location
Nicolas Thill [Fri, 21 Oct 2011 23:00:13 +0000 (23:00 +0000)]
[packages] usbip: cleanup dependencies (closes: #8230), fix usb.ids location

SVN-Revision: 28512

12 years ago[packages] nginx: update to latest stable 1.0.8 (closes: #8510)
Nicolas Thill [Fri, 21 Oct 2011 22:55:07 +0000 (22:55 +0000)]
[packages] nginx: update to latest stable 1.0.8 (closes: #8510)

SVN-Revision: 28511

12 years ago[packages] php5: don't hide modules which are depended from other options,
Michael Heimpold [Fri, 21 Oct 2011 21:12:24 +0000 (21:12 +0000)]
[packages] php5: don't hide modules which are depended from other options,
instead select such options when module is enabled. Should fix the problem
described in #9839, backport to backfire TBD.

SVN-Revision: 28510

12 years ago[packages] php5: Introduce conditional dependencies
Michael Heimpold [Fri, 21 Oct 2011 20:58:46 +0000 (20:58 +0000)]
[packages] php5: Introduce conditional dependencies

Thanks jow for the suggestion.

SVN-Revision: 28509

12 years ago[packages] php5: Rework/fix config var handlin when built in SDK
Michael Heimpold [Fri, 21 Oct 2011 20:56:04 +0000 (20:56 +0000)]
[packages] php5: Rework/fix config var handlin when built in SDK

SVN-Revision: 28508

12 years ago[packages] add darkice (closes: #8186, thanks to Artur Wronowski)
Nicolas Thill [Fri, 21 Oct 2011 18:59:02 +0000 (18:59 +0000)]
[packages] add darkice (closes: #8186, thanks to Artur Wronowski)

SVN-Revision: 28506

12 years ago[packages] transmission: update to 2.42
Cezary Jackiewicz [Fri, 21 Oct 2011 14:36:51 +0000 (14:36 +0000)]
[packages] transmission: update to 2.42

SVN-Revision: 28505

12 years ago[packages] pulseaudio: update to 1.1
Jan Willies [Thu, 20 Oct 2011 14:10:45 +0000 (14:10 +0000)]
[packages] pulseaudio: update to 1.1

SVN-Revision: 28494

12 years ago[packages] php5: Add support for using the system timezone database
Michael Heimpold [Wed, 19 Oct 2011 19:23:51 +0000 (19:23 +0000)]
[packages] php5: Add support for using the system timezone database

Using the systems database rather than embedding a copy has several
advantages. Its easier to keep the database up-to-date and it can
be used by multiple applications. So some bytes in the firmware image
can be saved, especially when only required timezones are installed.

Additionally, it not necessary anymore to configure the timezone
explicitly via php.ini (required since PHP 5.3). Instead OpenWRTs
system-wide settings are used.

This new approach is enabled by default, however it is possible
to deselect this feature to restore PHP's original behaviour.

The patches are taken from the Debian PHP patches.

Signed-off-by: Peter Naulls <peter@chocky.org>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 28491

12 years agobatman-adv: update package to lastest bugfix release (2011.3.1)
Marek Lindner [Wed, 19 Oct 2011 12:52:18 +0000 (12:52 +0000)]
batman-adv: update package to lastest bugfix release (2011.3.1)

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

12 years ago[packages] ffmpeg: fix typo in libffmpeg-full dependencies (thanks to Espen Jürgensen)
Nicolas Thill [Wed, 19 Oct 2011 06:23:30 +0000 (06:23 +0000)]
[packages] ffmpeg: fix typo in libffmpeg-full dependencies (thanks to Espen Jürgensen)

SVN-Revision: 28488

12 years ago[packages] asterisk-1.8.x: remove mips from word alignment patch
Hans Zandbelt [Tue, 18 Oct 2011 21:56:41 +0000 (21:56 +0000)]
[packages] asterisk-1.8.x: remove mips from word alignment patch

SVN-Revision: 28487

12 years ago[packages] remove empty net/pmacct dir
Nicolas Thill [Mon, 17 Oct 2011 19:32:44 +0000 (19:32 +0000)]
[packages] remove empty net/pmacct dir

SVN-Revision: 28484

12 years ago[packages] netatalk: also load uams_dhx2.so (#10070)
Jo-Philipp Wich [Mon, 17 Oct 2011 15:22:55 +0000 (15:22 +0000)]
[packages] netatalk: also load uams_dhx2.so (#10070)

SVN-Revision: 28483

12 years ago[packages] netatalk: remove some redundant CFLAG overrides, use autoreconf to ensure...
Jo-Philipp Wich [Mon, 17 Oct 2011 14:52:22 +0000 (14:52 +0000)]
[packages] netatalk: remove some redundant CFLAG overrides, use autoreconf to ensure a consistent configure outcome, patch broken shipped iconv.m4

SVN-Revision: 28482

12 years ago[packages] sqlite3: install missing sqlite3ext.h header (closes: #10239)
Nicolas Thill [Mon, 17 Oct 2011 14:43:51 +0000 (14:43 +0000)]
[packages] sqlite3: install missing sqlite3ext.h header (closes: #10239)

SVN-Revision: 28481

12 years ago[packages] hiawatha: add dependency on zlib (closes: #9634)
Nicolas Thill [Mon, 17 Oct 2011 14:11:32 +0000 (14:11 +0000)]
[packages] hiawatha: add dependency on zlib (closes: #9634)

SVN-Revision: 28480

12 years ago[packages] hiawatha: update to 7.7 (thanks to Raphael Huck)
Nicolas Thill [Mon, 17 Oct 2011 14:06:01 +0000 (14:06 +0000)]
[packages] hiawatha: update to 7.7 (thanks to Raphael Huck)

SVN-Revision: 28479

12 years ago[packages] netatalk: update to 2.2.1 (closes: #10070)
Nicolas Thill [Mon, 17 Oct 2011 14:00:16 +0000 (14:00 +0000)]
[packages] netatalk: update to 2.2.1 (closes: #10070)

SVN-Revision: 28478

12 years agobatman-adv: yet another critical bug fix
Marek Lindner [Mon, 17 Oct 2011 12:41:29 +0000 (12:41 +0000)]
batman-adv: yet another critical bug fix

Forgot to add this one during the last round.

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

12 years agobatman-adv: add critical bug fix
Marek Lindner [Mon, 17 Oct 2011 12:16:11 +0000 (12:16 +0000)]
batman-adv: add critical bug fix

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

12 years ago[packages] deluge: split daemon & UIs
Nicolas Thill [Mon, 17 Oct 2011 11:07:00 +0000 (11:07 +0000)]
[packages] deluge: split daemon & UIs

SVN-Revision: 28470

12 years ago[packages] lcd4linux: remove mdm166a driver (not present anymore)
Nicolas Thill [Mon, 17 Oct 2011 11:05:57 +0000 (11:05 +0000)]
[packages] lcd4linux: remove mdm166a driver (not present anymore)

SVN-Revision: 28469

12 years ago[packages] pmacct: use VARIANTs, add sfacctd
Nicolas Thill [Mon, 17 Oct 2011 11:04:31 +0000 (11:04 +0000)]
[packages] pmacct: use VARIANTs, add sfacctd

 * use VARIANTs to build basic, mysql, postgresql & sqlite derivatives
 * add sfacctd (sFlow accounting daemon)
 * add config-time dependency on IPv6

SVN-Revision: 28468

12 years ago[packages] ffmpeg: use VARIANTs for building libffmeg
Nicolas Thill [Mon, 17 Oct 2011 10:41:49 +0000 (10:41 +0000)]
[packages] ffmpeg: use VARIANTs for building libffmeg

 * libffmeg-custom (configurable, for developers)
 * libffmeg-mini (hopefully suitable for DLNA)
 * libffmeg-full (full-blown)

SVN-Revision: 28467

12 years ago[packages] usb-modeswitch: fix md5sum (#9667)
Stephen Walker [Mon, 17 Oct 2011 01:38:19 +0000 (01:38 +0000)]
[packages] usb-modeswitch: fix md5sum (#9667)

SVN-Revision: 28465

12 years ago[packages] asterisk-1.8.x: add app_mixmonitor
Hans Zandbelt [Sun, 16 Oct 2011 06:21:56 +0000 (06:21 +0000)]
[packages] asterisk-1.8.x: add app_mixmonitor

SVN-Revision: 28463

12 years ago[packages] asterisk-1.8.x: update to 1.8.7.0, add requested modules #10230, patch...
Hans Zandbelt [Sun, 16 Oct 2011 06:16:35 +0000 (06:16 +0000)]
[packages] asterisk-1.8.x: update to 1.8.7.0, add requested modules #10230, patch gtalk #10235, refresh patches

SVN-Revision: 28462

12 years ago[packages] wshaper: use ifname option of interfaces, use input value as default to...
Jo-Philipp Wich [Sat, 15 Oct 2011 18:55:15 +0000 (18:55 +0000)]
[packages] wshaper: use ifname option of interfaces, use input value as default to allow for raw device names

SVN-Revision: 28460

12 years ago[packages] wshaper: add a missing INSTALL_DIR
Jo-Philipp Wich [Fri, 14 Oct 2011 13:21:37 +0000 (13:21 +0000)]
[packages] wshaper: add a missing INSTALL_DIR

SVN-Revision: 28456

12 years ago[PATCH] Wondershaper uci config and modules fix
Jo-Philipp Wich [Fri, 14 Oct 2011 12:35:19 +0000 (12:35 +0000)]
[PATCH] Wondershaper uci config and modules fix
Hi,

this patch adds uci config style for wshaper and also fixes a small
problem with the loaded modules (act_police needs to be loaded).

Signed-off-by: Manuel Munz <freifunk@somakoma.de>
SVN-Revision: 28454

12 years ago[packages] darkstat: fix build failure
Nicolas Thill [Fri, 14 Oct 2011 10:07:50 +0000 (10:07 +0000)]
[packages] darkstat: fix build failure

conv.c: In function 'strtonum':
conv.c:487: error: 'LLONG_MIN' undeclared (first use in this function)

SVN-Revision: 28449

12 years ago[packages] dmapd: fix dependency on libdb47, bump release number
Nicolas Thill [Thu, 13 Oct 2011 17:23:44 +0000 (17:23 +0000)]
[packages] dmapd: fix dependency on libdb47, bump release number

SVN-Revision: 28446

12 years ago[packages] gst-ffmpeg: force use of embedded FFmpeg headers
Nicolas Thill [Thu, 13 Oct 2011 13:17:25 +0000 (13:17 +0000)]
[packages] gst-ffmpeg: force use of embedded FFmpeg headers

SVN-Revision: 28440

12 years ago[packages] libmicrohttpd: cleanup & fix
Nicolas Thill [Thu, 13 Oct 2011 11:54:58 +0000 (11:54 +0000)]
[packages] libmicrohttpd: cleanup & fix

 * add dependency on libpthread
 * disable curl & https support
 * install static lib & pkgconfig file
 * don't ship shared lib symlink

SVN-Revision: 28434

12 years ago[packages] pyserial: fix build
Nicolas Thill [Thu, 13 Oct 2011 11:11:08 +0000 (11:11 +0000)]
[packages] pyserial: fix build

SVN-Revision: 28431

12 years ago[packages] openl2tp: ship generated RPC sources as many distros lack support the...
Jo-Philipp Wich [Wed, 12 Oct 2011 14:03:06 +0000 (14:03 +0000)]
[packages] openl2tp: ship generated RPC sources as many distros lack support the required rpcgen features

SVN-Revision: 28429

12 years ago[packages] twisted: add build dependency on librpc on uClibc, fix PyMod compilation...
Nicolas Thill [Wed, 12 Oct 2011 06:50:00 +0000 (06:50 +0000)]
[packages] twisted: add build dependency on librpc on uClibc, fix PyMod compilation, unmark as broken

SVN-Revision: 28426

12 years ago[packages] distribute: make the host build depend on python to ensure that python...
Jo-Philipp Wich [Tue, 11 Oct 2011 23:07:30 +0000 (23:07 +0000)]
[packages] distribute: make the host build depend on python to ensure that python-package.mk is available, fixes random distribute build failures during parallel build runs

SVN-Revision: 28424

12 years ago[packages] ffmpeg: install libswscale headers (closes: #9447), cleanup
Nicolas Thill [Tue, 11 Oct 2011 16:50:16 +0000 (16:50 +0000)]
[packages] ffmpeg: install libswscale headers (closes: #9447), cleanup

SVN-Revision: 28418

12 years ago[packages] xapian-bindings: cleanup
Nicolas Thill [Tue, 11 Oct 2011 16:02:28 +0000 (16:02 +0000)]
[packages] xapian-bindings: cleanup

provide PYTHON_LIB, instead of patching configure

SVN-Revision: 28416

12 years ago[packages] libxapian: fix xapian-config M4 macro
Nicolas Thill [Tue, 11 Oct 2011 15:55:43 +0000 (15:55 +0000)]
[packages] libxapian: fix xapian-config M4 macro

don't check for xapian using 'xapian-config --ltlibs', since .la files are not installed anymore

SVN-Revision: 28415

12 years ago[packages] hippo-canvas: make python-hippo-canvas also depend on @FEATURE_drawing...
Nicolas Thill [Tue, 11 Oct 2011 14:25:54 +0000 (14:25 +0000)]
[packages] hippo-canvas: make python-hippo-canvas also depend on @FEATURE_drawing-backend_libX11

SVN-Revision: 28413

12 years ago[packag] sctp: remove binutils dependency.
Florian Fainelli [Tue, 11 Oct 2011 09:19:26 +0000 (09:19 +0000)]
[packag] sctp: remove binutils dependency.

SVN-Revision: 28411

12 years ago[packages]: update ntpd to 4.2.6p4
Peter Wagner [Tue, 11 Oct 2011 01:22:23 +0000 (01:22 +0000)]
[packages]: update ntpd to 4.2.6p4

SVN-Revision: 28408

12 years agoUpdate to the latest GIT commit and added the new application mod_http_cache to downl...
Mazi Lo [Mon, 10 Oct 2011 17:12:26 +0000 (17:12 +0000)]
Update to the latest GIT commit and added the new application mod_http_cache to download/play audio files from a webserver

SVN-Revision: 28407

12 years ago[packages] mako: remove @BROKEN, it is building againg after [28402]
Nicolas Thill [Mon, 10 Oct 2011 14:22:28 +0000 (14:22 +0000)]
[packages] mako: remove @BROKEN, it is building againg after [28402]

SVN-Revision: 28403

12 years ago[packages] distribute: install host modules in hostpython search path
Nicolas Thill [Mon, 10 Oct 2011 14:21:09 +0000 (14:21 +0000)]
[packages] distribute: install host modules in hostpython search path

SVN-Revision: 28402

12 years ago[packages] libdlna: fix build after ffmpeg update (closes: #10002)
Nicolas Thill [Mon, 10 Oct 2011 11:18:57 +0000 (11:18 +0000)]
[packages] libdlna: fix build after ffmpeg update (closes: #10002)

SVN-Revision: 28400

12 years agonet/mtr: update to version 0.81
Alexandros C. Couloumbis [Mon, 10 Oct 2011 06:28:54 +0000 (06:28 +0000)]
net/mtr: update to version 0.81

SVN-Revision: 28398

12 years ago[packages] distribute: fix MD5SUM (closes: #10154)
Nicolas Thill [Sun, 9 Oct 2011 23:54:40 +0000 (23:54 +0000)]
[packages] distribute: fix MD5SUM (closes: #10154)

SVN-Revision: 28396

12 years ago[packages] transmission: update to 2.40 (final)
Cezary Jackiewicz [Sun, 9 Oct 2011 06:05:27 +0000 (06:05 +0000)]
[packages] transmission: update to 2.40 (final)

SVN-Revision: 28389

12 years ago[packages] radvd: bump to v1.8.2 (#10196, CVE-2011-3601, CVE-2011-3602, CVE-2011...
Jo-Philipp Wich [Sat, 8 Oct 2011 12:25:56 +0000 (12:25 +0000)]
[packages] radvd: bump to v1.8.2 (#10196, CVE-2011-3601, CVE-2011-3602, CVE-2011-3603, CVE-2011-3604, CVE-2011-3605)

SVN-Revision: 28381

12 years ago[package] New package: wt (C++ web toolkit: http://www.webtoolkit.eu/wt )
Florian Fainelli [Thu, 6 Oct 2011 16:17:33 +0000 (16:17 +0000)]
[package] New package: wt (C++ web toolkit: webtoolkit.eu/wt )

patch from Wade Berrier

SVN-Revision: 28375

12 years ago[package] add asterisk-chan-sscp-b
Florian Fainelli [Thu, 6 Oct 2011 16:17:32 +0000 (16:17 +0000)]
[package] add asterisk-chan-sscp-b

This adds chan-sccp-b support to Asterisk 1.8.x.

Chan_SCCP is a replacement Channel Driver for chan_skinny in the Asterisk Channel
Driver Library. It delivers better performance, scalability, interoperability and
functionality than either chan_skinny or chan_sip on a SCCP capable phone.

See: http://chan-sccp-b.sourceforge.net

Signed-off-by: Diederik de Groot <dkgroot@talon.nl>
Signed-off-by: Hans Zandbelt <hans.zandbelt@gmail.com>
SVN-Revision: 28374

12 years ago[package] fcgi: fix fcgi++ build and put it in a separate package
Florian Fainelli [Thu, 6 Oct 2011 16:17:30 +0000 (16:17 +0000)]
[package] fcgi: fix fcgi++ build and put it in a separate package

Patch from Wade Berrier.

SVN-Revision: 28373

12 years ago[packages] asterisk-1.8.x: remove package codec_ulaw because it is already part of...
Hans Zandbelt [Thu, 6 Oct 2011 11:36:50 +0000 (11:36 +0000)]
[packages] asterisk-1.8.x: remove package codec_ulaw because it is already part of the core; fixes #10176

SVN-Revision: 28372

12 years agopackage: haproxy
Thomas Heil [Wed, 5 Oct 2011 22:10:56 +0000 (22:10 +0000)]
package: haproxy
 - enable splicing support

SVN-Revision: 28371

12 years agopackage: haproxy
Thomas Heil [Wed, 5 Oct 2011 21:47:03 +0000 (21:47 +0000)]
package: haproxy
 - bump to version 1.4.18
 - header parsing fix from Willy Tarreau

SVN-Revision: 28370

12 years ago[packages] mini-snmpd: fix use of uninitialized memory leading to garbage values...
Jo-Philipp Wich [Mon, 3 Oct 2011 09:22:46 +0000 (09:22 +0000)]
[packages] mini-snmpd: fix use of uninitialized memory leading to garbage values (#10168)

SVN-Revision: 28358

12 years ago[packages] ahcpd: avoid half-configured ahcpd interfaces
Gabriel Kerneis [Sat, 1 Oct 2011 11:30:03 +0000 (11:30 +0000)]
[packages] ahcpd: avoid half-configured ahcpd interfaces

SVN-Revision: 28351

12 years agolibs/libpam: resubmit proper 006-fix_xdr.patch
Alexandros C. Couloumbis [Sat, 1 Oct 2011 11:11:31 +0000 (11:11 +0000)]
libs/libpam: resubmit proper 006-fix_xdr.patch

SVN-Revision: 28350

12 years agolibs/libpam: remove broken patch
Alexandros C. Couloumbis [Sat, 1 Oct 2011 11:10:22 +0000 (11:10 +0000)]
libs/libpam: remove broken patch

SVN-Revision: 28349

12 years agolibs/libpam: resubmit 006-fix_xdr.patch
Alexandros C. Couloumbis [Sat, 1 Oct 2011 11:05:58 +0000 (11:05 +0000)]
libs/libpam: resubmit 006-fix_xdr.patch

SVN-Revision: 28348

12 years agolibs/libpam: previous commit was broken
Alexandros C. Couloumbis [Sat, 1 Oct 2011 11:04:11 +0000 (11:04 +0000)]
libs/libpam: previous commit was broken

SVN-Revision: 28347

12 years agolibs/libpam: port some uclibc xdr code to yppasswd_xdr.c
Alexandros C. Couloumbis [Sat, 1 Oct 2011 10:58:20 +0000 (10:58 +0000)]
libs/libpam: port some uclibc xdr code to yppasswd_xdr.c

SVN-Revision: 28346

12 years agolibs/libpam: make the ruserok fix uclibc depended
Alexandros C. Couloumbis [Sat, 1 Oct 2011 10:55:47 +0000 (10:55 +0000)]
libs/libpam: make the ruserok fix uclibc depended

SVN-Revision: 28345

12 years ago[packages] transmission: update to 2.40b3.
Cezary Jackiewicz [Fri, 30 Sep 2011 18:37:19 +0000 (18:37 +0000)]
[packages] transmission: update to 2.40b3.

SVN-Revision: 28343

12 years ago[packages] transmission: Remove obsolete options, remove bashizm.
Cezary Jackiewicz [Fri, 30 Sep 2011 18:35:20 +0000 (18:35 +0000)]
[packages] transmission: Remove obsolete options, remove bashizm.

SVN-Revision: 28342

12 years ago[packages] tor-alpha: update to 0.2.3.5-alpha, disable broken UPnP support
Stephen Walker [Fri, 30 Sep 2011 17:52:35 +0000 (17:52 +0000)]
[packages] tor-alpha: update to 0.2.3.5-alpha, disable broken UPnP support

SVN-Revision: 28341

12 years ago[packages] tor: update to 0.2.2.33
Stephen Walker [Fri, 30 Sep 2011 17:51:30 +0000 (17:51 +0000)]
[packages] tor: update to 0.2.2.33

SVN-Revision: 28340

12 years ago[packages] opennhrp: remove empty patches directory
Stephen Walker [Fri, 30 Sep 2011 17:50:32 +0000 (17:50 +0000)]
[packages] opennhrp: remove empty patches directory

SVN-Revision: 28339

12 years ago[packages] sslh: remove empty patch
Stephen Walker [Fri, 30 Sep 2011 17:49:57 +0000 (17:49 +0000)]
[packages] sslh: remove empty patch

SVN-Revision: 28338

12 years ago[packages] ahcpd: add ahcp proto, use service_kill
Gabriel Kerneis [Fri, 30 Sep 2011 17:31:33 +0000 (17:31 +0000)]
[packages] ahcpd: add ahcp proto, use service_kill

SVN-Revision: 28337

12 years ago[package] add rng-tools
Florian Fainelli [Fri, 30 Sep 2011 12:49:11 +0000 (12:49 +0000)]
[package] add rng-tools

After removal of the network drivers as an entropy source in Linux kernels a
while ago, some routers e.g. in ar71xx family experience lack of hardware
entropy for /dev/random. The device /dev/random can hang due to that. There
are pseudo random numbers available in /dev/urandom, but they do not end up
in /dev/random.

E.g. tickets #9631 and #9999 are related to this problematics.

One tool for adding entropy data from an arbitrary source to the kernel
entropy pool is rngd daemon included in the rng-tools package from
http://sourceforge.net/projects/gkernel/
Manual page: http://linux.die.net/man/8/rngd

The tool can be used to add entropy to the kernel's entropy pool either from
some genuine hardware-based entropy source, or as a quick&dirty patch also
from /dev/urandom. Using urandom isn't a perfect solution, but it will
satisfy those applications looking for input from /dev/random.

As far as I found out, nobody has complied the rngd daemon package for
Openwrt, so far.
I made a try out of it, and succeeded both for Backfire and trunk.

I defined a package that downloads the sources from SF. (This is my first
package definition, so the dependencies and conventions might not be quite
correct, but the package seems to compile and work both in Backfire and trunk.)

Hopefully somebody can figure out a way to connect some real entropy source
in ar71xxx devices through this daemon. The package could be used with real
hardware entropy sources (like the Entropy key), if they provide a suitable
interface for the daemon to the entropy data from them.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
SVN-Revision: 28332

12 years ago[package] sslh: update to 1.9
Florian Fainelli [Fri, 30 Sep 2011 12:49:09 +0000 (12:49 +0000)]
[package] sslh: update to 1.9

his patch bumps the sslh package to v1.9.

This update brings about some useful changes, including:

* Multiple bind address support
* IPv6 support
* OpenVPN support
* tinc VPN support

Tested and working on ar71xx.

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
SVN-Revision: 28331

12 years ago[package] chrony: upgrade to 1.26
Florian Fainelli [Fri, 30 Sep 2011 12:49:08 +0000 (12:49 +0000)]
[package] chrony: upgrade to 1.26

This patch upgrades chrony to 1.26. Beside several minor
bugfixes and improvements, also several vulnerabilities
are fixed (compared to 1.23).

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 28330

12 years ago[package] ddns-scripts: add dnsdynamic.org provider
Florian Fainelli [Fri, 30 Sep 2011 12:49:07 +0000 (12:49 +0000)]
[package] ddns-scripts: add dnsdynamic.org provider

patch by Eddie Davis

SVN-Revision: 28329

12 years ago[package] libftdi: update to 0.19 (#9598)
Florian Fainelli [Fri, 30 Sep 2011 12:49:05 +0000 (12:49 +0000)]
[package] libftdi: update to 0.19 (#9598)

- new upstream release 0.19
- fix missing depend on libusb in initial package, closes #9598

Signed-off-by: Michael Markstaller <mm@elabnet.de>
SVN-Revision: 28328

12 years ago[package] mjpeg-streamer: update to r148 ({9896)
Florian Fainelli [Fri, 30 Sep 2011 12:49:04 +0000 (12:49 +0000)]
[package] mjpeg-streamer: update to r148 ({9896)

This patch upgrades the mjpeg-streamer package to the latest svn
revision. It also closes track entry #9896 in the the newer version
moved to v4l2.

Signed-off-by: Roberto Riggio <roberto.riggio@create-net.org>
SVN-Revision: 28327

12 years ago[package] smartmontools: split daemon into its own package
Florian Fainelli [Fri, 30 Sep 2011 12:49:03 +0000 (12:49 +0000)]
[package] smartmontools: split daemon into its own package

Based on a patch by Eugene San.

SVN-Revision: 28326

12 years ago[package] motion: update to fix build with Linux 2.6.38+
Florian Fainelli [Fri, 30 Sep 2011 12:49:01 +0000 (12:49 +0000)]
[package] motion: update to fix build with Linux 2.6.38+

Signed-off-by: Eugene San (eugenesan) <eugenesan@gmail.com>
SVN-Revision: 28325

12 years ago[package] opennhrp: update to 0.12.3
Florian Fainelli [Fri, 30 Sep 2011 12:49:00 +0000 (12:49 +0000)]
[package] opennhrp: update to 0.12.3

Signed-off-by: Artem Makhutov <artem@makhutov.org>
SVN-Revision: 28324

12 years ago[package] ffmpeg: Allow for more configurable FFmpeg build options (#7837, #8465)
Florian Fainelli [Fri, 30 Sep 2011 12:48:57 +0000 (12:48 +0000)]
[package] ffmpeg: Allow for more configurable FFmpeg build options (#7837, #8465)

This patch allows broad control over FFmpeg's libav* build configuration
and fixes a typo in ffprobe's install section.

The patch resolves #7837 as the choice of building a full libav* is available.
This should also resolve #8465 as input devices such as cameras can be enabled.

The files created by a full libav* build will be large (several megabytes) and
not recommended for end users. Its use could help debugging other issues to
learn whether the problem is the openwrt build configuration or another cause.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
SVN-Revision: 28323

12 years agonet/openssh: fix a pam/uclibc pthreads conflict
Alexandros C. Couloumbis [Fri, 30 Sep 2011 06:57:44 +0000 (06:57 +0000)]
net/openssh: fix a pam/uclibc pthreads conflict

SVN-Revision: 28321

12 years ago[packages] quagga: Update to v0.99.20
Vasilis Tsiligiannis [Thu, 29 Sep 2011 23:44:31 +0000 (23:44 +0000)]
[packages] quagga: Update to v0.99.20

SVN-Revision: 28319

12 years agolibs/libpam: make KanjiMonster happy
Alexandros C. Couloumbis [Thu, 29 Sep 2011 12:03:36 +0000 (12:03 +0000)]
libs/libpam: make KanjiMonster happy

SVN-Revision: 28317

12 years agolibs/libpam: update to version 1.1.4
Alexandros C. Couloumbis [Thu, 29 Sep 2011 10:36:49 +0000 (10:36 +0000)]
libs/libpam: update to version 1.1.4

SVN-Revision: 28316

12 years agobatman-adv: fix upstream latency bug
Marek Lindner [Thu, 29 Sep 2011 10:18:17 +0000 (10:18 +0000)]
batman-adv: fix upstream latency bug

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