aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | 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
| * | [PATCH] lighttpd: errorlog failed as non root userchris55602014-07-23
|/ / | | | | | | | | | | | | | | | | 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>
* | Merge branch 'master' of https://github.com/thess/openwrt-packagesTed Hess2014-07-23
|\ \
| * | Revert to r181, default webui to simple stream only, option for fullTed Hess2014-07-23
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Revert to r181, default webui to simple stream only, option for fullTed Hess2014-07-23
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge pull request #116 from Noltari/shairport-nextTed Hess2014-07-23
|\ \ \ | |/ / |/| | shairport: Improve init script.
| * | shairport: Improve init script.Álvaro Fernández Rojas2014-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* | | Merge pull request #118 from oneru/mastersbyx2014-07-23
|\ \ \ | | | | | | | | Update to 2.3.6
| * | | Update to 2.3.6Jonathan Bennett2014-07-23
| | | |
* | | | Merge pull request #117 from obsy/mastersbyx2014-07-23
|\ \ \ \ | |/ / / |/| | | Import aria2 from oldpackages, update to 1.18.7
| * | | Import aria2 from oldpackages, update to 1.18.7Cezary Jackiewicz2014-07-22
| | | |
* | | | glib2: fix compilation in my fedora20 mockEtienne CHAMPETIER2014-07-23
| | | | | | | | | | | | | | | | | | | | | | | | see #72 Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | | sqlite3: update to 3.8.5Etienne CHAMPETIER2014-07-23
| | | | | | | | | | | | | | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | | zabbix: update to 2.2.5, refresh patchesEtienne CHAMPETIER2014-07-23
| | | | | | | | | | | | | | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | | change my email addressEtienne CHAMPETIER2014-07-23
| | | |