summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | libftdi1: add new package.Álvaro Fernández Rojas2014-07-25
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | libftdi: add license.Álvaro Fernández Rojas2014-07-25
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | Merge pull request #129 from hnyman/fix-rng-toolschamptar2014-07-25
|\ \ | | | | | | rng-tools: remove libgcrypt dependency
| * | rng-tools: remove libgcrypt dependencyHannu Nyman2014-07-25
| |/ | | | | | | | | | | | | Remove libgcrypt dependency, spotted by buildbot. It seems to be related to x86-only functionality. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* / dump1090: Update to latest version.Álvaro Fernández Rojas2014-07-25
|/ | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* Merge pull request #119 from hnyman/rng-toolssbyx2014-07-24
|\ | | | | rng-tools: import from oldpackages
| * Merge branch 'rng-tools' of https://github.com/hnyman/packages into rng-toolsHannu Nyman2014-07-23
| |\
| | * rng-tools: upgrade to version 5Hannu Nyman2014-07-23
| | | | | | | | | | | | | | | | | | Correct init script to match current options. Update copyright year and simplify download location. Add myself as maintainer.
| | * rng-tools: import from oldpackages. no changesHannu Nyman2014-07-23
| | |
| * | rng-tools: upgrade to version 5Hannu Nyman2014-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | rng-tools: import from oldpackagesHannu Nyman2014-07-23
| |/ | | | | | | signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | Merge pull request #123 from Naoir/perlsbyx2014-07-24
|\ \ | | | | | | perl: More bugfixes, correct PKG_LICENSE
| * | lang/perl: Include overloading.pm in perlbase-essentialMarcel Denia2014-07-24
| | | | | | | | | | | | | | | | | | Needed by perl-dbi. Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | lang/perl: Strip encoding pragmaMarcel Denia2014-07-24
| | | | | | | | | | | | | | | | | | | | | The "encoding" pragma is officially deprecated. Makes HTML::Parser/HTML::Entities work. Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | lang/perl: Bump PKG_RELEASEMarcel Denia2014-07-24
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | lang/perl: CleanupMarcel Denia2014-07-23
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | lang/perl: Update license informationMarcel Denia2014-07-23
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | lang/perl: Use target headers for external modulesMarcel Denia2014-07-22
| | | | | | | | | | | | | | | | | | | | | | | | Before, external modules actually used host-perl headers. Aside from obviously being the wrong thing to do, it made them misbehave if host and target architectures differ too much. Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | lang/perl: Install target headers to staging directoryMarcel Denia2014-07-22
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | lang/perl: Adjust some leftover x86_64 configuration symbolsMarcel Denia2014-07-22
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | lang/perl: Make I8/I16/I32 types explicitly signed for ARMMarcel Denia2014-07-22
| | | | | | | | | | | | | | | | | | | | | | | | Type signedness is undefined for char. char may actually be unsigned for some CPUs. This fixes various bugs on ARM, for example negative array indices. Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | lang/perl: Override CCFLAGS configuration symbol in perlmodMarcel Denia2014-07-21
| | | | | | | | | | | | | | | | | | | | | This makes external perl modules compile their native code with the correct CFLAGS, not with the one host-perl is using. Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | lang/perl: Filter -g3 in TARGET_CFLAGSMarcel Denia2014-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -g3 will make the build fail in Compress-Raw-Zlib with ld: final link failed: Memory exhausted This bug is actually documented[1] and fixed by filtering that flag. Since we're passing CFLAGS manually, we need to do the same to make things work. I suspect that this is actually a linker or library bug, but for now let's just replicate the official fix. [1] https://rt.cpan.org/Public/Bug/Display.html?id=88936 Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | Merge pull request #124 from Naoir/perl-modulessbyx2014-07-24
|\ \ \ | | | | | | | | perl-*: Import from oldpackages, update to latest upstream, fix, add myself as maintainer
| * | | lang/perl-www-mechanize: Update PKG_SOURCE_URLMarcel Denia2014-07-24
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | | lang/perl-uri: Update PKG_SOURCE_URLMarcel Denia2014-07-24
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | | lang/perl-test-harness: Update PKG_SOURCE_URLMarcel Denia2014-07-24
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | | lang/perl-lockfile-simple: Update PKG_SOURCE_URLMarcel Denia2014-07-24
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | | lang/perl-*: Add myself as maintainerMarcel Denia2014-07-23
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | | lang/perl-*: Cleanup, fix formattingMarcel Denia2014-07-23
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | | lang/perl-*: Update PKG_SOURCE_URLMarcel Denia2014-07-23
| | | | | | | | | | | | | | | | | | | | | | | | search.cpan.org seems to have some problems from time to time. Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | | lang/perl-*: Add/update licensing informationMarcel Denia2014-07-23
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | | lang/perl-*: Add/update copyright noticesMarcel Denia2014-07-23
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | | lang/perl-www-curl: Properly link against libcurlMarcel Denia2014-07-23
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | | lang/perl-www-curl: Update 100-perl-www-curl_disable_curl-config_hack.patchMarcel Denia2014-07-23
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | | lang/perl-test-harness: Fix DEPENDSMarcel Denia2014-07-23
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | | lang/perl-test-harness: Don't point to a specific version in URLMarcel Denia2014-07-23
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | | lang/perl-net-telnet: Don't point to a specific version in URLMarcel Denia2014-07-23
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | | lang/perl-*: Update to current upstreamMarcel Denia2014-07-23
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | | Import of oldpackages/perl-*Marcel Denia2014-07-23
| |/ / | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | Merge pull request #125 from ukleinek/iodinesbyx2014-07-24
|\ \ \ | | | | | | | | net/iodine: config updates
| * | | net/iodine: make address config optionalUwe Kleine-König2014-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | net/iodine: make port configurableUwe Kleine-König2014-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #126 from chris5560/mastersbyx2014-07-24
|\ \ \ \ | |/ / / |/| | | [packages] tinyproxy: logging problems
| * | | [packages] tinyproxy: logging problemschris55602014-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #122 from antonlacon/ffmpeg-mini-updateTed Hess2014-07-23
|\ \ \ \ | | | | | | | | | | FFmpeg: space saving in the libffmpeg-mini variant
| * | | | ffmpeg: remember to adjust InstallDev tooIan Leonard2014-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Finish adjustment for libavdevice with libffmpeg-mini Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * | | | ffmpeg: remove libavdevice from the libffmpeg-mini variantIan Leonard2014-07-23
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Include nls.mk in dependenciesTed Hess2014-07-23
| | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | Merge pull request #120 from chris5560/masterThomas Heil2014-07-23
|\| | | | |_|/ |/| | [PATCH] lighttpd: errorlog failed as non root user