aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | 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
| | | |
* | | | Split README in README.md and CONTRIBUTING.mdEtienne CHAMPETIER2014-07-23
|/ / / | | | | | | | | | | | | | | | see https://github.com/blog/1184-contributing-guidelines Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | Cleanup Makefile edit, add back lost cut-n-paste in init scriptTed Hess2014-07-22
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | libv4l: Import from oldpackages, upgrade to 1.2.1, fix buildTed Hess2014-07-22
| | | | | | | | | | | | | | | | | | Update copyright, license info, add myself as pkg maintainer Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | mjpg-streamer: Upgrade to r182, update copyright and license infoTed Hess2014-07-22
| | | | | | | | | | | | | | | | | | | | | Add options for using libv4l (controls) and installing additional plugins Download and use latest cambozola.jar if Web UI selected Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Import argp-standalone from oldpackages, update copyright, and license infoTed Hess2014-07-22
|/ / | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | Merge pull request #111 from equinox0815/uanytun-gcryptsbyx2014-07-22
|\ \ | | | | | | reenabled libgcrypt and make it the default again
| * | reenabled libgcrypt and make it the default againChristian Pointner2014-07-22
| | | | | | | | | | | | Signed-off-by: Christian Pointner <equinox@spreadspace.org>
* | | Merge pull request #112 from ukleinek/mastersbyx2014-07-22
|\ \ \ | | | | | | | | Move iodine to new packages.git, upgrade version to fix authorization bypass, grab maintainership
| * | | net/iodine: grab maintainership and add license infoUwe Kleine-König2014-07-21
| | | | | | | | | | | | | | | | Signed-off-by: Uwe Kleine-König <uwe+openwrt@kleine-koenig.org>
| * | | net/iodine: upgrade to version 0.7.0Uwe Kleine-König2014-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is compatible to 0.6.0-rc1 client and servers and fixes an authentication bypass bug (CVE-2014-4168). Signed-off-by: Uwe Kleine-König <uwe+openwrt@kleine-koenig.org>
| * | | net/iodine: import from old packagesUwe Kleine-König2014-07-21
| |/ / | | | | | | | | | No further changes.
* | | Merge pull request #114 from roger-/mastersbyx2014-07-22
|\ \ \ | | | | | | | | add mjpg-streamer
| * | | add mjpg-streamerRoger2014-07-22
| |/ / | | | | | | | | | | | | | | | | | | add myself as maintainer add UCI HTTP authentication Signed-off-by: Roger D <rogerdammit@gmail.com>
* | | Merge pull request #113 from hnyman/havegedsbyx2014-07-22
|\ \ \ | |/ / |/| | haveged: import from oldpackages
| * | haveged: add maintainer.Hannu Nyman2014-07-22
| | | | | | | | | | | | Also bump PKG_RELEASE and remove old id line
| * | haveged: import from oldpackages. no changesHannu Nyman2014-07-22
|/ /
* | openconnect: updated descriptionNikos Mavrogiannopoulos2014-07-21
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | Merge pull request #110 from hnyman/vsftpdsbyx2014-07-21
|\ \ | | | | | | Vsftpd: import from oldpackages