Commit Graph

672 Commits

Author SHA1 Message Date
André Gaul ad4f81a2f5 [icecast] add maintainer
Signed-off-by: André Gaul <gaul@web-yard.de>
2014-07-25 19:31:28 +02:00
André Gaul edd031bca3 [icecast] add minimalistic init script
Signed-off-by: André Gaul <gaul@web-yard.de>
2014-07-25 19:25:57 +02:00
André Gaul 369d05aeb1 [icecast] upgrade to 2.4.0
Signed-off-by: André Gaul <gaul@web-yard.de>
2014-07-25 19:25:54 +02:00
André Gaul bc74b173d7 [icecast] import from old packages
Signed-off-by: André Gaul <gaul@web-yard.de>
2014-07-25 19:25:19 +02:00
Hannu Nyman 87cc2de3eb rng-tools: remove libgcrypt dependency
Remove libgcrypt dependency, spotted by buildbot.
It seems to be related to x86-only functionality.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2014-07-25 16:49:24 +03:00
sbyx 4afd842800 Merge pull request #119 from hnyman/rng-tools
rng-tools: import from oldpackages
2014-07-24 14:28:34 +02:00
sbyx 6eb2ac4815 Merge pull request #123 from Naoir/perl
perl: More bugfixes, correct PKG_LICENSE
2014-07-24 14:27:15 +02:00
sbyx 40bc0fafb3 Merge pull request #124 from Naoir/perl-modules
perl-*: Import from oldpackages, update to latest upstream, fix, add myself as maintainer
2014-07-24 14:26:57 +02:00
sbyx bc761570d4 Merge pull request #125 from ukleinek/iodine
net/iodine: config updates
2014-07-24 14:25:56 +02:00
sbyx b9f76a11e4 Merge pull request #126 from chris5560/master
[packages] tinyproxy: logging problems
2014-07-24 14:24:08 +02:00
chris5560 02491213fc [packages] tinyproxy: logging problems
1.) No SysLog possible because keyword misspelled
In tinyproxy.conf and tinyproxy.config the parameter is correct spelled
with small "l"
2.) No logging as non root user
The default is that tinyproxy deamon run as nobody:nogroup, but they have no permission to /var/log/ or any other location.
So touch and change permission for logfile during startup

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-07-24 14:19:12 +02:00
Uwe Kleine-König a66f9e8854 net/iodine: make address config optional
In the absense of an address entry bind to all interfaces which is also
iodined's default when -l isn't given.

Signed-off-by: Uwe Kleine-König <uwe+openwrt@kleine-koenig.org>
2014-07-24 09:56:09 +02:00
Uwe Kleine-König 4e09eeb4ae net/iodine: make port configurable
Fall back to the default DNS port (i.e. 53). If you configure something
different than 53 this results in a warning from iodined:

	ALERT! Other dns servers expect you to run on port 53.
	You must manually forward port 53 to port $port for things to work.

This is obviously true.

Signed-off-by: Uwe Kleine-König <uwe+openwrt@kleine-koenig.org>
2014-07-24 09:41:56 +02:00
Marcel Denia 13f59c19e2 lang/perl-www-mechanize: Update PKG_SOURCE_URL
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-07-24 08:00:09 +02:00
Marcel Denia c3fc5672b0 lang/perl-uri: Update PKG_SOURCE_URL
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-07-24 08:00:09 +02:00
Marcel Denia f8ad4e5f68 lang/perl-test-harness: Update PKG_SOURCE_URL
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-07-24 08:00:09 +02:00
Marcel Denia 089bcc8925 lang/perl-lockfile-simple: Update PKG_SOURCE_URL
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-07-24 08:00:09 +02:00
Marcel Denia 7436f597b4 lang/perl: Include overloading.pm in perlbase-essential
Needed by perl-dbi.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-07-24 03:04:31 +02:00
Marcel Denia 3e7876c22f lang/perl: Strip encoding pragma
The "encoding" pragma is officially deprecated.
Makes HTML::Parser/HTML::Entities work.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-07-24 03:04:31 +02:00
Marcel Denia edebd9121a lang/perl: Bump PKG_RELEASE
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-07-24 03:04:30 +02:00
Ted Hess faefd927df Merge pull request #122 from antonlacon/ffmpeg-mini-update
FFmpeg: space saving in the libffmpeg-mini variant
2014-07-23 20:35:00 -04:00
Ian Leonard 875eb1cc24 ffmpeg: remember to adjust InstallDev too
Finish adjustment for libavdevice with libffmpeg-mini

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-07-23 16:14:37 -07:00
Ian Leonard 92e8e56069 ffmpeg: remove libavdevice from the libffmpeg-mini variant
As libffmpeg-mini is intended for DLNA purposes, it needs only
to identify media, not interact with input or output devices.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-07-23 16:14:37 -07:00
Ted Hess 205bac8793 Include nls.mk in dependencies
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-07-23 16:59:43 -04:00
Thomas Heil 930fbad74d Merge pull request #120 from chris5560/master
[PATCH] lighttpd: errorlog failed as non root user
2014-07-23 22:18:08 +02:00
Hannu Nyman c60ad6f511 Merge branch 'rng-tools' of https://github.com/hnyman/packages into rng-tools 2014-07-23 23:14:05 +03:00
Hannu Nyman 0b85e7e0bf rng-tools: upgrade to version 5
Edit init script to match current options.
Update copyright year.
Simplify download location.
Add myself as maintainer.

signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2014-07-23 23:07:19 +03:00
Hannu Nyman c710bc989b rng-tools: import from oldpackages
signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2014-07-23 23:06:58 +03:00
chris5560 a909d2d7a2 [PATCH] lighttpd: errorlog failed as non root user
if running as non root user (what's should be the default on web-servers) you get:
(log.c.118) opening errorlog '/var/log/lighttpd/server.log' failed: Permission denied

Fix: create log directory only if not exist and chmod 777 to allow anyone 
to write and create files inside default log directory

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-07-23 21:50:16 +02:00
Hannu Nyman a6c5c70ec2 rng-tools: upgrade to version 5
Correct init script to match current options.
Update copyright year and simplify download location.
Add myself as maintainer.
2014-07-23 22:10:52 +03:00
Hannu Nyman 1436ded757 rng-tools: import from oldpackages. no changes 2014-07-23 21:28:49 +03:00
Ted Hess e2cd0c4b9f Merge branch 'master' of https://github.com/thess/openwrt-packages 2014-07-23 13:21:36 -04:00
Ted Hess 3a599044ad Revert to r181, default webui to simple stream only, option for full
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-07-23 13:20:58 -04:00
Ted Hess 1063781870 Revert to r181, default webui to simple stream only, option for full
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-07-23 13:04:11 -04:00
Ted Hess eb1c03664d Merge pull request #116 from Noltari/shairport-next
shairport: Improve init script.
2014-07-23 13:00:32 -04:00
Álvaro Fernández Rojas 9fe5fb73fd shairport: Improve init script.
- Switch to procd.
- Fix alsa options.
- Fix indentation.
- Fix white spaces not being accepted on config values.
- Workaround procd missing custom signal.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-07-23 17:12:41 +02:00
sbyx dccb3ce73d Merge pull request #118 from oneru/master
Update to 2.3.6
2014-07-23 14:41:03 +02:00
sbyx 8eaf61d938 Merge pull request #117 from obsy/master
Import aria2 from oldpackages, update to 1.18.7
2014-07-23 14:39:53 +02:00
Jonathan Bennett 74c8f0f351 Update to 2.3.6 2014-07-23 06:28:20 -05:00
Marcel Denia b9c2afd2da lang/perl-*: Add myself as maintainer
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-07-23 09:38:05 +02:00
Marcel Denia 2df9bd2cde lang/perl-*: Cleanup, fix formatting
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-07-23 09:38:04 +02:00
Marcel Denia 916b4b4aee lang/perl-*: Update PKG_SOURCE_URL
search.cpan.org seems to have some problems from time to time.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-07-23 09:37:44 +02:00
Marcel Denia 38e9a6ffba lang/perl-*: Add/update licensing information
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-07-23 09:34:21 +02:00
Marcel Denia 117ee79eb9 lang/perl-*: Add/update copyright notices
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-07-23 09:34:12 +02:00
Marcel Denia 7a459369f7 lang/perl-www-curl: Properly link against libcurl
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-07-23 09:32:45 +02:00
Marcel Denia 2613af4b1d lang/perl-www-curl: Update 100-perl-www-curl_disable_curl-config_hack.patch
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-07-23 09:32:45 +02:00
Marcel Denia 7585f8f9d2 lang/perl-test-harness: Fix DEPENDS
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-07-23 09:32:45 +02:00
Marcel Denia 680a140878 lang/perl-test-harness: Don't point to a specific version in URL
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-07-23 09:32:45 +02:00
Marcel Denia bb31bb0729 lang/perl-net-telnet: Don't point to a specific version in URL
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-07-23 09:32:45 +02:00
Marcel Denia 23cb5ba329 lang/perl-*: Update to current upstream
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-07-23 09:32:44 +02:00