aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | mini_snmpd: 1.4-rc1 add git,autoconf,procd init script,uci validation - new ↵Luke McKee2016-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | upstream/openwrt maintainer Makes use of all available runtime options that can be passed to mini_snmpd such as -I listen_on interface Run-tested on trunk on ar71xx. Please review the init script regarding procd monitoring interfaces, though everything else due to the conversion to procd should be and done properly, if not overkill compared to most other script bundled with openwrt. The main benefit of all this is now larger routers can run multiple instances of mini_snmpd on different ports, to get around the MIB hard coded 4 interface/mountpoint limits. Due to somewhat lacking dev / package maintainer docs except for http://wiki.prplfoundation.org/wiki/Procd_reference writing this script took longer than it should. You can see it's evolution here: https://github.com/hojuruku/openwrt-packages/blob/mini_snmpd/net/mini_snmpd/files/mini_snmpd.init If everything in it is found to be sane, please include it to the openwrt wiki on procd as an example. Due to procd / uci /sbin/validate_data cbi element datatype (uciname) being used to check uci config, the configuration file now only takes openwrt uci network names not physical network names as it did before. http://git.openwrt.org/?p=packages.git;a=commit;h=783e5578ad104d1ca3c31582add08fc8eb4ad083 Like busybox the package Makefile has depends for all runtime dependencies needed by the init script. mini_snmpd only depends on libc squashed commits: mini_snmpd: fix typo to fix procd triggers calling daemon binary directly instead of init script - misuse of $PROG var mini_snmpd: enable SSP & mini_snmpd to start by default and listen on lan mini_snmpd: disable RELRO blocker in Makefile after consulation mini_snmpd: add smarts to init script to detect if ubusd hasn't started yet mini_snmpd: fix init script - ubus -S doesn't print meaningful errors to give the user mini_snmpd: Makefile roll back Makefile PKG_RELEASE to 1 for feng shui
| * | | | | | | mini_snmpd: patches are now all merged upstream in 1.4-rc1Luke McKee2016-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Luke McKee <hojuruku@gmail.com>
| * | | | | | | mini_snmpd: import 1.2b from oldpackages for reference ↵Luke McKee2016-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://git.openwrt.org/?p=packages.git;a=commit;h=787e4e15a2792eb4d059001e1fb8bc84da8d65fd Signed-off-by: Luke McKee <hojuruku@gmail.com>
* | | | | | | | Merge pull request #2936 from padre-lacroix/masterTed Hess2016-07-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | darkstat: Network bandwidth monitor - version 3.0.719
| * | | | | | | | darkstat: Network bandwidth monitor - version 3.0.719Jean-Michel Lacroix2016-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info> From the oldpackages. Updated to version 3.0.719, new config file to add more options Rewritten init file to take in account the new config file and removing a bug when stopping the daemon. Corrected license information in Makefile Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
* | | | | | | | | Merge pull request #2934 from rajanvaja/chillichamptar2016-07-11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | coova-chilli: Fix UCI parse error
| * | | | | | | | | coova-chilli: Fix UCI parse errorRajan Vaja2016-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UCI commands report errors in parsing coova-chilli sample configuration file. Fix this issue by using proper format in configuration. Signed-off-by: Rajan Vaja <rajan.vaja@gmail.com>
* | | | | | | | | | Merge pull request #2952 from zorun/fix_md5sumchamptar2016-07-11
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Remove incorrect use of PKG_SHA256SUM
| * | | | | | | | | | Remove incorrect use of PKG_SHA256SUMBaptiste Jonglez2016-07-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenWRT/LEDE only understands the PKG_MD5SUM variable, and detects if the hash is e.g. SHA256 by looking at the length of the hash. This affects libs/libmicrohttpd, mail/ssmtp and utils/mc. Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
* | | | | | | | | | | Merge pull request #2954 from the-alien/masterchamptar2016-07-11
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | python-psycopg2: update to 2.6.2
| * | | | | | | | | | | python-psycopg2: update to 2.6.2alien2016-07-11
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitry Trefilov <the-alien@live.ru>
* | | | | | | | | | | Merge pull request #2955 from xypron/relayctlchamptar2016-07-11
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | relayctl: update license information
| * | | | | | | | | | relayctl: update license information, use @SFHeinrich Schuchardt2016-07-11
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The license BSD-3-Clause. Indicate license file. Use @SF for PKG_SOURCE_URL instead of sourceforge.net URL. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* | | | | | | | | | Merge pull request #2953 from oskarirauta/masterYousong Zhou2016-07-11
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | lua-lsqlite3: new package
| * | | | | | | | | | lua-lsqlite3: new packageOskari Rauta2016-07-10
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: Oskari Rauta / @oskarirauta Compile tested: x86, APU-4D, Chaos Calmer Run tested: ar71xx, WNDR3800, Chaos Calmer and x86, APU-4D, Chaos Calmer - tests done. Performs as should. Description: LuaSQLite3 is a thin wrapper around the public domain SQLite3 database engine. This commit adds another sqlite3 module for Lua. This is very popular and in my opinion, suites even better for some projects requiring sqlite3 in Lua than already luasql, even though luasql is more versatile since it supports other databases as well. It wouldn't hurt to include this in the repository. This can also be installed with luarocks, but I prefer a openwrt package. Signed-off-by: Oskari Rauta oskari.rauta@gmail.com
* | | | | | | | | | Merge pull request #2891 from dibdot/ssmtpTed Hess2016-07-10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | ssmtp: change symlink handling
| * | | | | | | | | | ssmtp: change symlink handlingDirk Brenken2016-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sendmail symlink handling is no longer forced and part of install step Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | Merge pull request #2949 from zorun/masterTed Hess2016-07-10
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | wireguard: Bump to 0.0.20160708.1
| * | | | | | | | | | | wireguard: Bump to 0.0.20160708.1Baptiste Jonglez2016-07-10
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add the SHA256 checksum, since upstream now publishes it when releasing: https://lists.zx2c4.com/pipermail/wireguard/2016-July/000196.html Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
* | | | | | | | | | | Merge pull request #2942 from sdwalker/variable-cleanupTed Hess2016-07-10
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | packages: cleanup Makefile variables
| * | | | | | | | | | packages: cleanup Makefile variablesStephen Walker2016-07-09
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses without any quotation marks and long git hashes Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* | | | | | | | | | Merge pull request #2945 from MikePetullo/grilo-pluginsYousong Zhou2016-07-10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | grilo-plugins: update to 0.3.2
| * | | | | | | | | | grilo-plugins: update to 0.3.2W. Michael Petullo2016-07-09
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | | Merge pull request #2946 from MikePetullo/lcdgriloYousong Zhou2016-07-10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | lcdgrilo: update to 0.0.10
| * | | | | | | | | | lcdgrilo: update to 0.0.10W. Michael Petullo2016-07-09
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | | Merge pull request #2944 from MikePetullo/griloYousong Zhou2016-07-10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | grilo: update to 0.3.1
| * | | | | | | | | | grilo: update to 0.3.1W. Michael Petullo2016-07-09
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | | Merge pull request #2947 from MikePetullo/dmapdYousong Zhou2016-07-10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | dmapd: update to 0.0.73
| * | | | | | | | | | dmapd: update to 0.0.73W. Michael Petullo2016-07-09
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* / / / / / / / / / libaudiofile: Update source URLTed Hess2016-07-09
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | | | gnunet: bump to svn r37511Daniel Golle2016-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | Merge pull request #2935 from dibdot/adblockTed Hess2016-07-07
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | / / / | | |_|_|_|/ / / | |/| | | | | | adblock: update 1.3.3
| * | | | | | | adblock: update 1.3.3Dirk Brenken2016-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enable automatic restore on empty source downloads Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | lm-sensors: fix missing PKG_SOURCE variable (#2933)Jo-Philipp Wich2016-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix missing `PKG_SOURCE` variable leading to a `Download/default is missing the FILE field` error in the buildroot. Also remove now uneeded variable as the default one matches the git clone structure. Finally use the common variable assignment style for `PKG_SOURCE_PROTO` and `PKG_SOURCE_VERSION`. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | | Merge pull request #2931 from Wedmer/masterTed Hess2016-07-06
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | [utils/zoneinfo] Updated to the latest release version
| * | | | | | | [utils/zoneinfo] Updated to the latest release versionVladimir Ulrich2016-07-06
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | | | | | gnutls: updated to 3.4.14Nikos Mavrogiannopoulos2016-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | Merge pull request #2928 from cshore/pull-request-tar-acl-optionsÁlvaro Fernández Rojas2016-07-05
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | utils/tar: Default to acl and xattr support if it's core default
| * | | | | | utils/tar: Default to acl and xattr support if it's core defaultDaniel Dickinson2016-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we've enable POSIX ACL's and XATTR support as the default, then make tar build with such support by default as well. Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
* | | | | | | Merge pull request #2886 from Diftraku/lm-sensorschamptar2016-07-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Change lm-sensors source URI to the working clone on GitHub
| * | | | | | | Change lm-sensors source URI to the working clone on GitHubToni Kaija2016-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Toni Kaija <toni.kaija@corefactory.com>
* | | | | | | | Merge pull request #2920 from xypron/relayctlTed Hess2016-07-04
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | packages/utils: new package relayctl
| * | | | | | | | packages/utils: new package relayctlHeinrich Schuchardt2016-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Package relayctl provides a command-line tool to control SainSmart USB relay boards based on FTDI chips using bitbang mode. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* | | | | | | | | Merge pull request #2916 from zorun/wireguardYousong Zhou2016-07-04
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | wireguard: Initial upload
| * | | | | | | | | wireguard: Initial uploadBaptiste Jonglez2016-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
* | | | | | | | | | ldns: Avoid perl bug for manpages.Konstantin Shalygin2016-07-03
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #2663 Signed-off-by: Konstantin Shalygin <k0ste@cn.ru> [refresh patch] Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | | | | | | | Improve pull_request_templateEtienne CHAMPETIER2016-07-03
| |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit message is copied at the end of the template when creating PR, so swap instructions and template part Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | | | | | | Merge pull request #2918 from dibdot/adblockYousong Zhou2016-07-03
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | adblock: update 1.3.2
| * | | | | | | adblock: update 1.3.2Dirk Brenken2016-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * only a few more fixes Signed-off-by: Dirk Brenken <dev@brenken.org> Euro 16: germany vs. italy 6:5 (after 18 penalties) :-)
* | | | | | | | Merge pull request #2917 from oneru/masterYousong Zhou2016-07-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Nano: update to 2.6.0