1141 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
loswillios
62840729be [packages] lvm2: update to 2.02.88
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28218 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-11 23:18:21 +00:00
jow
5028fab7fe [packages] valgrind: fix load address handling
The compile-time generation of the valgrind linker script broke due to toolchain updates
resulting in valgrind binaries compiled with the standard load address of 0x08048000 which
leads to memory conflicts with the debug client later on; valgrind will abort with the 
message below:

  valgrind: mmap(0x8048000, 348160) failed in UME with error 22 (Invalid argument).
  valgrind: this can be caused by executables with very large text, data or bss segments.

This change adds another sed pattern to properly substitute the current linker script format.


git-svn-id: svn://svn.openwrt.org/openwrt/packages@28180 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-06 00:23:30 +00:00
jow
9d9c45d81f [packages] valgrind: use LIBGCC_A
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28177 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-05 19:32:39 +00:00
swalker
0abc6b36d3 [packages] usbutils: update to 004
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28159 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-04 02:12:24 +00:00
swalker
6b0cc7d38c [packages] dash: update to 0.5.7
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28155 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-03 22:51:52 +00:00
luka
5175042541 upgrade mc package
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28135 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-30 21:02:36 +00:00
florian
88912ae5b7 [package] usb-modeswitch: update to 1.1.9
patch from Alexander Khryukin.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28104 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-28 12:08:35 +00:00
florian
5a6927dda0 [package] usb-modeswitch-data: bump to 20110805
The update is required as the old filename
usb-modeswitch-data-20110705.tar.bz2 is no longer hosted on
http://www.draisberghof.de/usb_modeswitch/
BTW, the two openwrt.org backup servers do not hold either the old
usb-modeswitch-data-20110705.tar.bz2 nor the new
usb-modeswitch-data-20110805.tar.bz2
In effect there is a dependency on one external server. If they decide
to change to a new version and not continue hosting the old, the
compilation breaks. The sources on the openwrt,org servers should
therefore be urgently updated.

Signed-off-by: Hanno Schupp <hanno.schupp@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28103 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-28 12:08:33 +00:00
jmccrohan
9e0166b215 [package] lcd4linux: fix new plugins that were added during bump to r1158
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28090 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-26 21:10:48 +00:00
jmccrohan
583bd645b9 [package] lcd4linux: bump to r1158
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28088 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-25 22:56:41 +00:00
jow
eed09a4d95 [packages] hplib: ship SANE configuration (#9964)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28055 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-19 23:35:30 +00:00
cshore
d1120123eb [packages] utils/boxbackup: Corrected refresh (delete, touch) before rebuild of the raidfile configuration. It was happening for every set instead of only before the first set.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28035 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-18 08:57:52 +00:00
cshore
94b4825f79 [packages] utils/boxbackup: Added boxbackup. Currently only the server is fully integrated (init script and uci), but it compiles and the server works.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28023 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-16 22:10:23 +00:00
florian
76a99e5612 [package] dbus: update to 1.4.14
This bumps dbus in the packages repository to 1.4.14.
It also requires librt now due to clock function usage.
It also supports systemd and launchd now.

Signed-off-by: Daniel Mierswa <impulze@impulze.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28015 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-16 20:34:19 +00:00
swalker
33c7c309c1 [packages] time: add the GNU time utility
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27986 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-15 03:38:32 +00:00
loswillios
61b2cd6c03 [packages] tmux: fix librt dependency (#9938)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27981 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-14 07:29:18 +00:00
jogo
9674734743 [packages] at: revert r27801
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27898 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-04 18:51:41 +00:00
swalker
66616a9024 [packages] owfs: update to 2.8p13 (#9862)
* drop unrecognized configure options
 * use MAKE_FLAGS


git-svn-id: svn://svn.openwrt.org/openwrt/packages@27858 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-01 02:19:07 +00:00
swalker
ba321de6c9 [packages] tmux: correct the 1.5 platform renaming
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27854 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-31 19:48:33 +00:00
loswillios
ad277d928c [packages] tmux: change dependency to libevent2
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27848 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-31 15:19:53 +00:00
loswillios
eec0331edd [packages] tmux: update to 1.5
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27847 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-31 15:19:51 +00:00
luka
1d93b641b5 fix compile issue
somebody please close #9808

git-svn-id: svn://svn.openwrt.org/openwrt/packages@27801 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-27 21:51:33 +00:00
swalker
247118515f [packages] sispmctl: update to 3.0 (#9815), thanks Robert, use PKG_INSTALL
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27796 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-27 07:21:31 +00:00
luka
ea6e292d3f mc: prevent from picking up ncursesw
mc will link against ncursesw instead of ncurses if it finds it. Make sure
it always links only against ncurses.

Closes #9225 and #9315.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@27719 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-21 23:26:27 +00:00
florian
5266d8af7e [package] owfs: do not override dependency after r27639
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27640 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-17 12:49:48 +00:00
florian
226ea8f688 [package] owfs: add missing dependency on librpc (#9426)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27639 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-17 12:47:38 +00:00
swalker
b55a485d06 [packages] sane-backends: update to 1.0.22 (#9706), thanks simnet
* add working Debian mirror
 * build without SNMP support
 * refresh patches


git-svn-id: svn://svn.openwrt.org/openwrt/packages@27634 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-17 09:45:40 +00:00
jow
4212af4001 [packages] mc: ship with a /root/.mc/ folder (#8770)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27620 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-16 00:56:51 +00:00
jow
4053bf95ea [packages] mtd-utils:
- make sure the parent virtual package is built, fixes missing opkg dependencies on install
	- replace underscores with dashes in the sub-package names


git-svn-id: svn://svn.openwrt.org/openwrt/packages@27612 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-15 11:03:21 +00:00
loswillios
bbf9b7d618 [packages] lvm2: update to 2.02.86, fixes linux-3.0 compatibility
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27590 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-11 15:12:55 +00:00
jow
57db478bc5 [packages] procps: __attribute__((constructor)) needs an arg for gcc >= 4.3, fixes procps compilation on backfire
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27585 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-11 00:00:11 +00:00
jow
b28b8c113a [packages] mdadm: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27582 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-10 23:10:45 +00:00
jow
a9b905305c [packages] mdadm: add missing functions posix_memalign() and canonicalize_file_name() to work with backfire/uClibc 0.9.30
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27581 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-10 22:40:21 +00:00
blogic
8c2ae79eb8 packages/usb-modeswitch bump to 1.1.8
a new version of usb-modeswitch and usb-modeswitch-data is available.

Signed-off-by: Daniel Golle <dgolle@allnet.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@27560 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-08 14:25:47 +00:00
loswillios
9565ff42b7 [packages] bash: update to 4.2
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27442 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-04 09:23:29 +00:00
swalker
3b3ea7e0d1 [packages] usbutils: update to 003, drop obsolete patch
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27428 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-04 00:50:37 +00:00
blogic
7604117c5e Upgrade loop-aes to 3.6c
This patch upgrades loop-aes to latest version 3.6c.  This fixes #9614,
however, I didn't test other platforms or other kernel version than 2.6.39.2.

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@27414 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-03 19:19:51 +00:00
mirko
608f8d4a5d [packages/pciutils] needs to get linked against libresolv.so when built inside an glibc/eglibc toolchain - thanks to Philip Prindeville
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27281 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-25 13:13:23 +00:00
nbd
d72d2fb2da i2c-tools: make the python dependency optional
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27280 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-25 00:28:46 +00:00
florian
eaeb424901 [package] pcmciautils: bump to 018
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27249 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-21 19:20:45 +00:00