| Commit message (Collapse) | Author | Age |
... | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Import cifs-utils from old packages:
* update to 6.4
* add upstream patch to fix builds with musl
* add license information
* add myself as maintainer
Signed-off-by: Florian Fainelli <florian@openwrt.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes:
* CVE-2015-8704
* CVE-2015-3193
* CVE-2015-8000
* CVE-2015-8461
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
perl: ensure File::Spec::canonpath() preserves taint [CVE-2015-8607]
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Beginning in PathTools 3.47 and/or perl 5.20.0, the File::Spec::canonpath()
routine returned untained strings even if passed tainted input. This defect
undermines the guarantee of taint propagation, which is sometimes used to
ensure that unvalidated user input does not reach sensitive code.
This defect was found and reported by David Golden of MongoDB, and a patch
was provided by Tony Cook.
References:
* https://rt.perl.org/Public/Bug/Display.html?id=126862
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8607
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
changes in trunk
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
minidlna: update to 1.1.5
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Steven Barth <steven@midlink.org>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
strongswan: preserve /etc/ipsec.d during upgrade
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
mdnsresponder: bump to 576.30.4.
|
| | |_|_|_|_|_|/
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
cryptodev-linux: bump to 1.8
|
| | |_|_|/ / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This fixes compile time errors using kernel 4.3 and above
Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Building both variants improperly tried to include the passwd utility
for the non-ssl variant, as the variable was set for the ssl variant.
Use properly separated install tasks to install additional files, rather
than hacking around inside the single target.
Signed-off-by: Karl Palsson <karlp@remake.is>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Introduced back in 2014
Fixes: cd21cbb82eacf5c2dc60a8dd8dfa51f978b98193
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
and improves collectd support
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| |_|_|_|/ /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
7a6a575887db81934369f38616d137005ed9ea96
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
flashrom: include io.h to fix compile error
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This patch includes sys/io.h from flash.h to fix compile errors
Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Minor changes mostly unrelated to OpenWRT.
Full changelog at http://mosquitto.org/2015/12/version-1-4-7-released/
Signed-off-by: Karl Palsson <karlp@remake.is>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Many users of the SSL build of mosquitto need the passwd utility for
managing keys.
Fixes github issue #1909
Signed-off-by: Karl Palsson <karlp@remake.is>
|
| |_|/ /
|/| | |
| | | |
| | | | |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\ \ \
| | | |
| | | | |
utils/collectd: Really prevent perl bindings
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
--with-perl-bindings= is insufficient, --without-perl-bindings is required
to actually prevent perl bindings when perl has been built for the target.
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
|
|\ \ \
| | | |
| | | | |
ddns-scripts: allow setting CloudFlare 'rec_id' in the config
|
| | | | |
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This is necessary when there are multiple records for the same domain,
otherwise the script will overwrite the first one returned by the API.
It has the secondary benefit of allowing faster updates by performing
only one API call instead of two.
In case 'rec_id' is not set the script behaves exactly as before.
Signed-off-by: Leonardo Brondani Schenkel <leonardo@schenkel.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
|\ \ \
| | | |
| | | | |
ddns-scripts: Added duckdns.org service
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Marco Giovinazzi <marco.giovinazzi@comodojo.org>
|
|\ \ \ \
| | | | |
| | | | | |
devel/automake: add automake-$(PKG_VERSION)
|