aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | Merge pull request #8070 from jefferyto/stunnel-initHannu Nyman2019-01-30
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | stunnel: Update init script
| * | | | | | | | | | | stunnel: Update init scriptJeffery To2019-01-29
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The reworked init script: * Loads and validates options using uci_validate_section() (through uci_load_validate()) * Allows service options be specified in the globals section * Hard-codes less global options (debug, syslog), as their default values already work * Adds support for almost all options (up to the current package version, 5.49) * Moves the pid file into a subdirectory (/var/run/stunnel) so that it can be created successfully when setuid is used Certain options are omitted: * chroot - requires more setup than the init script can manage * fips, libwrap - disabled at compile-time * iconActive, iconError, iconIdle, taskbar - gui/win32 only * verify - obsolete, verifyChain and/or verifyPeer should be used instead Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | Merge pull request #8076 from BKPepe/youtube-dlHannu Nyman2019-01-30
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | youtube-dl: update to version 2019.01.30.1
| * | | | | | | | | | | youtube-dl: update to version 2019.01.30.1Josef Schlehofer2019-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | | | | Merge pull request #8075 from diizzyy/patch-5Hannu Nyman2019-01-30
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | libs/libmicrohttpd: Fix for install sections
| * | | | | | | | | | | libs/libmicrohttpd: Fix for install sectionsDaniel Engberg2019-01-30
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install libs for -ssl variant Be a bit more specific about what we're installing... Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | | Merge pull request #8072 from BKPepe/syslog-ngHannu Nyman2019-01-29
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | syslog-ng: remove psmisc dependency
| * | | | | | | | | | | syslog-ng: remove psmisc dependencyJosef Schlehofer2019-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because it's not in OpenWrt since 2014. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | | | | Merge pull request #8068 from mwarning/change_dependencyHannu Nyman2019-01-29
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | device-observatory: Specify libmicrohttpd dependency
| * | | | | | | | | | | | device-observatory: Specify libmicrohttpd dependencyMoritz Warning2019-01-29
| | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | | | | | | | Merge pull request #8059 from diizzyy/net-gnunetHannu Nyman2019-01-29
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | gnunet: Specify libmicrohttpd-ssl dependency
| * | | | | | | | | | | | gnunet: Specify libmicrohttpd-ssl dependencyDaniel Engberg2019-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specify libmicrohttpd-ssl dependency Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | | | | Merge pull request #8058 from diizzyy/patch-4Hannu Nyman2019-01-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | motion: Specify libmicrohttpd-ssl dependency
| * | | | | | | | | | | | | motion: Specify libmicrohttpd-ssl dependencyDaniel Engberg2019-01-28
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specify libmicrohttpd-ssl dependency Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | | | | Merge pull request #8047 from diizzyy/libs-libmicrohttpdHannu Nyman2019-01-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | libmicrohttpd: Update to 0.9.62 and rework Makefile
| * | | | | | | | | | | | libmicrohttpd: Update to 0.9.62 and rework MakefileDaniel Engberg2019-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to 0.9.62 Various cosmetic changes to Makefile Fix variants and default to no ssl variant Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | | | | Merge pull request #8069 from sartura/libyang_v0.16-r3_bugfixHannu Nyman2019-01-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | libyang: add patch for lyb bugfix
| * | | | | | | | | | | | | libyang: add patch for lyb bugfixMislav Novakovic2019-01-29
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | | | | | | | | | | Merge pull request #7976 from BKPepe/syslog-ngHannu Nyman2019-01-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | / / / / / / / / / | | |_|/ / / / / / / / / | |/| | | | | | | | | | syslog-ng: update to version 3.19.1
| * | | | | | | | | | | syslog-ng: add logread wrapperDirk Brenken2019-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many (LuCI) packages require logread. Otherwise, for example, System Log tab in LuCI is empty Signed-off-by: Dirk Brenken <dev@brenken.org>
| * | | | | | | | | | | syslog-ng: update to version 3.19.1Josef Schlehofer2019-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makefile - Changed URL - Added LICENSE, CPE ID, more dependencies, postint and prerm scripts - Enabled by default JSON and HTTP (would be good to split them in future to sub-packages); Disabled java-modules, tcp wrapper - Re-ordered CONFIGURE_ARGS as they occur when executing - Resorted section: define Package/syslog-ng/install syslog-ng.conf - include scl.conf - have a more specific one than upstream (they have it really simple) - document it Patch: remove the unnecessary one Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
| * | | | | | | | | | | syslog-ng: Add /etc/syslog-ng.d/.keepKarel Kočí2019-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should ensure that updater/opkg won't remove /etc/syslog-ng.d directory, which would cause syslog-ng to fail to start. Signed-off-by: Karel Kočí <karel.koci@nic.cz>
| * | | | | | | | | | | syslog-ng: Use procd style initMichal Hrusecky2019-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
* | | | | | | | | | | | gnunet: update to source to 20190128Daniel Golle2019-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | | | opentracker: update sourceDaniel Golle2019-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | | | cryptsetup: update to version 2.0.6Daniel Golle2019-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | | | debootstrap: update to version 1.0.110~bpo9+1Daniel Golle2019-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | | | libextractor: update to version 1.8Daniel Golle2019-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | | | gnurl: update to version 7.63.0Daniel Golle2019-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move back to use release tarball. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | | | Merge pull request #7678 from neheb/v4l2Ted Hess2019-01-28
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | v4l2rtspserver: Update to 0.1.1
| * | | | | | | | | | | | v4l2rtspserver: Update to 0.1.1Rosen Penev2019-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to using versioned releases. Removed md5 usage and went full sha256. Added uclibc++ support by backporting upstream patches. Various other adjustments. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | Merge pull request #8061 from neheb/madTed Hess2019-01-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | libmad: Some patch renaming for consistency
| * | | | | | | | | | | | libmad: Some patch renaming for consistencyRosen Penev2019-01-28
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | Merge pull request #8046 from diizzyy/sound-upmpdcliTed Hess2019-01-28
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | sound/upmpdcli: Update to 1.4.0
| * | | | | | | | | | | sound/upmpdcli: Update to 1.4.0Daniel Engberg2019-01-28
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update upmpdcli to 1.4.0 Backport commit https://opensourceprojects.eu/p/upmpdcli/code/ci/256394399f57ba6e3057ee2c981127a14e4623f8/tree/ Drop icon patch Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | | Merge pull request #8053 from neheb/patch-2Hannu Nyman2019-01-28
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | btrfs-progs: Update to 4.20.1
| * | | | | | | | | | | btrfs-progs: Update to 4.20.1Rosen Penev2019-01-27
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | Merge pull request #8052 from BKPepe/youtube-dlHannu Nyman2019-01-28
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | youtube-dl: update to version 2019.01.27
| * | | | | | | | | | | youtube-dl: update to version 2019.01.27Josef Schlehofer2019-01-27
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | | | glib2: update to 2.58.3Peter Wagner2019-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | | Merge pull request #7998 from neheb/patch-20Ted Hess2019-01-28
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | libsodium: Update to 1.0.17
| * | | | | | | | | | | libsodium: Update to 1.0.17Rosen Penev2019-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | Merge pull request #8044 from diizzyy/libs-jsoncppTed Hess2019-01-28
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | jsoncpp: Add to repo
| * | | | | | | | | | | | jsoncpp: Add to repoDaniel Engberg2019-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add (lib)jsoncpp to repo Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | | | | Merge pull request #8045 from diizzyy/libs-libupnppTed Hess2019-01-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | libs/libupnpp: Update to 0.17.0
| * | | | | | | | | | | | | libs/libupnpp: Update to 0.17.0Daniel Engberg2019-01-26
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update libupnpp to 0.17.0 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | | | | Merge pull request #8043 from diizzyy/libs-libupnpTed Hess2019-01-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | libs/libupnp: Update to 1.8.4
| * | | | | | | | | | | | libs/libupnp: Update to 1.8.4Daniel Engberg2019-01-28
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update libupnp to 1.8.4 Add PR #104 to fix musl compatibility https://github.com/mrjimenez/pupnp/pull/104 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | | | golang: Update to latest versionJeffery To2019-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | | Merge pull request #7737 from yangfl/masterHannu Nyman2019-01-28
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | lighttpd: Fix dependencies among auth mods