7252 Commits

Author SHA1 Message Date
swalker
693cd941ae [packages] tor: update to 0.2.2.33
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28340 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-30 17:51:30 +00:00
swalker
561647f099 [packages] opennhrp: remove empty patches directory
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28339 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-30 17:50:32 +00:00
swalker
3d99505103 [packages] sslh: remove empty patch
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28338 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-30 17:49:57 +00:00
kerneis
058581ec1e [packages] ahcpd: add ahcp proto, use service_kill
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28337 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-30 17:31:33 +00:00
florian
f93c8089b9 [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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28332 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-30 12:49:11 +00:00
florian
d2dc569f99 [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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28331 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-30 12:49:09 +00:00
florian
a67ec6f2c2 [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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28330 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-30 12:49:08 +00:00
florian
aea80c9249 [package] ddns-scripts: add dnsdynamic.org provider
patch by Eddie Davis

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28329 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-30 12:49:07 +00:00
florian
9b2e56fa01 [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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28328 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-30 12:49:05 +00:00
florian
702ab23236 [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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28327 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-30 12:49:04 +00:00
florian
27f9257a8e [package] smartmontools: split daemon into its own package
Based on a patch by Eugene San.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28326 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-30 12:49:03 +00:00
florian
24589611e1 [package] motion: update to fix build with Linux 2.6.38+
Signed-off-by: Eugene San (eugenesan) <eugenesan@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28325 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-30 12:49:01 +00:00
florian
dc07bbe002 [package] opennhrp: update to 0.12.3
Signed-off-by: Artem Makhutov <artem@makhutov.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28324 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-30 12:49:00 +00:00
florian
aa63ffdfbe [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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28323 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-30 12:48:57 +00:00
acoul
ee40aa327b net/openssh: fix a pam/uclibc pthreads conflict
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28321 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-30 06:57:44 +00:00
acinonyx
ca01d061ce [packages] quagga: Update to v0.99.20
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28319 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-29 23:44:31 +00:00
acoul
38b2398307 libs/libpam: make KanjiMonster happy
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28317 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-29 12:03:36 +00:00
acoul
fd82c2dbfb libs/libpam: update to version 1.1.4
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28316 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-29 10:36:49 +00:00
marek
d3ddd45994 batman-adv: fix upstream latency bug
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@28315 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-29 10:18:17 +00:00
jmccrohan
9b2795b461 [Package] lcd4linux: update to r1159. Fixes #8897
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28313 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-27 23:43:35 +00:00
tripolar
883cc2b222 [packages]: upate openssh to 5.9p1
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28312 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-27 17:51:24 +00:00
loswillios
52c82a01ba [packages] pulseaudio: update to 1.0 final
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28311 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-27 09:49:50 +00:00
jow
d1531c0e68 [packages] utils: add zoneinfo package (moved from LuCI feed)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28304 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-26 02:00:31 +00:00
jow
d3cc83644e [packages] samba3: don't source /etc/functions.sh in the initscript, rc.local takes care of that in cross-compile firendly way
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28302 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-25 19:50:30 +00:00
swalker
e6d387189f [packages] libdmapsharing: fix category typo
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28296 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-24 12:48:48 +00:00
obsy
4eadd3ef04 [packages] transmission: fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28289 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-22 18:57:44 +00:00
tripolar
af95e23967 [packages] openssh: remove the moduli file from the server
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28288 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-22 09:37:00 +00:00
tripolar
bad727b6c1 [packages] openssh: use seperate package for moduli file that depends on
openssh-server as the server also works without the moduli file


git-svn-id: svn://svn.openwrt.org/openwrt/packages@28287 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-22 09:36:06 +00:00
mazilo
7a89c7f96d Added new mod_sms and updated to latest mod_blacklist with a capability to dump back and/or sync new list to its text file
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28286 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-22 03:42:48 +00:00
mazilo
258c3dea2f Added entry for mod_blacklist in autoload_configs/modules.conf.xml
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28282 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-21 19:41:43 +00:00
mazilo
f5060bee2c update to the latest git commit to include fix for resources leak on mod_blacklist, blacklist.conf.xml file, and add the missing yaml configuration file.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28281 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-21 17:04:50 +00:00
obsy
c37be7ea8b [packages] transmission: update to 2.40b1
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28280 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-21 15:19:21 +00:00
jow
6b67905871 [packages] openssh: ship /etc/ssh/moduli with openssh-server
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28264 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-20 21:04:04 +00:00
mazilo
b1f756a9ed bumped to latest git version with a support for applications/mod_blacklist
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28248 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-17 03:03:11 +00:00
mazilo
1f47bef922 Added missing net/freeswitch/files/etc.minimal/autoload_configs/dingaling.conf.xml and bumped up to latest git commit
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28246 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-16 01:24:33 +00:00
loswillios
fafdbcf2aa [packages] pulseaudio: update to 1.0-rc4
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28244 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-15 11:42:29 +00:00
acoul
855500afc2 net/bird: update to version 1.3.3
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28243 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-15 09:28:16 +00:00
kerneis
84d3342727 [packages] babel: upstream release babeld-1.2.0
9 September 2011: babeld 1.2.0

  * Merged the interference-aware branch ("babelz").  Please see the
    "-z" flag in the manual page.
  * Fixed a memory leak when expiring resent messages.
  * Fixed a buffer overflow when parsing MAC addresses (Matthieu Boutier).
  * Implemented MAC address parsing for BSD (Matthieu Boutier).

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28239 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-14 11:51:21 +00:00
cshore
eb3e4e780a [packages] utils/boxbackup: Upstream removed a stray binary from the published source tarball.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28238 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-14 11:49:46 +00:00
swalker
faa1877d18 [packages] gdbm: remove empty patches directory
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28237 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-13 23:37:30 +00:00
swalker
b8ff6671fe [packages] lrzsz: bump release for symlink additions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28236 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-13 22:56:28 +00:00
swalker
d52c56bebb [packages] perl-compress-bzip2: bump release for changed dependency
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28235 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-13 22:55:31 +00:00
florian
2baf2b0d7c [package] remove asterisk-chan-datacard, accidentally committed.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28234 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-13 17:33:56 +00:00
florian
681b62ee77 [package] add jansson package
Signed-off-by: Roman Yeryomin <roman@advem.lv>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28233 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-13 17:29:28 +00:00
florian
b4ac1b2769 [package] hiawatha: update to 7.6
Hi,

this patch updates hiawatha to 7.6.

Changelog since 7.3:

    PreventSQLi option rewritten.
    OldBrowser option added to URL toolkit.
    Improved mimetype configuration.
    Do-not-track HTTP header support.
    Password file entries can now be created with Wigwam.
    Small bugfixes and improvements.
    Bugfix: sent one byte too few for Range -XX.
    Bugfix: possible crash when using PreventSQLi.
    Bugfix: integer overflow in fetch_request() which could lead to a server crash.
    Connections per IP added to RequestLimitMask.
    NoExtensionAs made a per-host setting.
    Small bugfixes and improvements.
    Bugfix: usage of HideProxy caused Hiawatha to refuse new connections after ConnectionsTotal connections.
    Bugfix: memory leak in XSLT module.

Regards,

patch from Raphael Huck.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28232 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-13 17:29:27 +00:00
florian
9d15943a83 [package] add xdelta3
Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28231 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-13 17:29:25 +00:00
florian
10cbe04885 [package] bsdiff: add package
Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28230 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-13 17:29:24 +00:00
florian
1e0005792c [package] perl-compress-bzip2: depend on libbz2
Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28229 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-13 17:29:23 +00:00
florian
009c8f3494 [package] bzip2: build libbz2 package
Build libbz2 and make bzip2 depend on it. libbz2 is necessary for
packaging bsdiff.

Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28228 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-13 17:29:21 +00:00
florian
4e8fa9a8ec [package] lrzsz: create extra symlinks for minicom
Minicom wants rz/rx/rb when asked to transfer a file.

Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28227 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-13 17:29:19 +00:00