Commit Graph

7411 Commits

Author SHA1 Message Date
0dd9fce0b4 libs/libpam: resubmit proper 006-fix_xdr.patch
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28350 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-01 11:11:31 +00:00
d7f09b077b libs/libpam: remove broken patch
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28349 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-01 11:10:22 +00:00
4a2a02ad4f libs/libpam: resubmit 006-fix_xdr.patch
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28348 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-01 11:05:58 +00:00
b78f3f2314 libs/libpam: previous commit was broken
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28347 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-01 11:04:11 +00:00
130c04ba04 libs/libpam: port some uclibc xdr code to yppasswd_xdr.c
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28346 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-01 10:58:20 +00:00
93cdce8270 libs/libpam: make the ruserok fix uclibc depended
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28345 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-01 10:55:47 +00:00
0241c6f78d [packages] transmission: update to 2.40b3.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28343 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-30 18:37:19 +00:00
adf80c0f9c [packages] transmission: Remove obsolete options, remove bashizm.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28342 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-30 18:35:20 +00:00
575787767d [packages] tor-alpha: update to 0.2.3.5-alpha, disable broken UPnP support
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28341 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-30 17:52:35 +00:00
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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