aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | | | | Merge pull request #4902 from pprindeville/acpica-bump-20170929Philip Prindeville2017-10-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | acpica-unix: update to 20170929
| * | | | | | | | | | | | | acpica-unix: update to 20170929Philip Prindeville2017-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | | | | | | | | Merge pull request #4897 from commodo/python-egg-info-disableHannu Nyman2017-10-04
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | python,python3: add option to keep egg-info dirs for python packages
| * | | | | | | | | | | | | python,python3: add option to keep egg-info dirs for python packagesAlexandru Ardelean2017-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That way some python packages can choose to keep their egg-info dirs, if they want to, or they're needed. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | | | | | less: update to 487Peter Wagner2017-10-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | | | | | php7: upgrade to 7.1.10Michael Heimpold2017-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | | | | | | Merge pull request #4894 from StevenHessing/noddosHannu Nyman2017-10-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | / / / / / / / / / / / | | |/ / / / / / / / / / / | |/| | | | | | | | | | | noddos: bump up to noddos v0.5.1
| * | | | | | | | | | | | noddos: bump up to noddos v0.5.1Steven Hessing2017-10-02
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
* | | | | | | | | | | | Merge pull request #4892 from fededim/masterHannu Nyman2017-10-02
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | lftp: updated to 4.8.2
| * | | | | | | | | | | lftp: updated to 4.8.2Federico Di Marco2017-10-02
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Federico Di Marco <fededim@gmail.com>
* | | | | | | | | | | Merge pull request #4891 from zx2c4/patch-10Hannu Nyman2017-10-02
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | wireguard: bump to release 0.0.20171001
| * | | | | | | | | | wireguard: bump to release 0.0.20171001Jason A. Donenfeld2017-10-02
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simple version bump. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* | | | | | | | | | git: update to 2.14.2Peter Wagner2017-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | libs/libevent: Remove from tree (#4886)Daniel Engberg2017-10-01
| |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libevent(1) is deprecated and superseded by libevent2 (in tree), additionally we don't have any users (packages) left using libevent(1). Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | net-snmp: avoid duplicate section namesStijn Tintel2017-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems that UCI can't handle duplicate section names in a single config file, even if they use different types. After the previous commit, running `uci export` results in the following error: uci: Parse error (section of different type overwrites prior section with same name) at line 17, byte 23 Append a 6 to the com2sec6 section names to solve this. Fixes: 0e1c8b4ccc2c ("net-snmp: snmpd: listen on IPv6 by default") Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | | net-snmp: snmpd: listen on IPv6 by defaultStijn Tintel2017-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #4758. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | | net-snmp: add snmptrapd packagesStijn Tintel2017-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #4724. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | | net-snmp: use LN macroStijn Tintel2017-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | | net-snmp: improve snmp-utils descriptionStijn Tintel2017-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | | php7: add conditional dependency to libstdcpp for FPMMichael Heimpold2017-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should fix buildbot breakage introduced by last commit. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | php7: drop dependency to cgi for fpm sapi (refs #4522)Michael Heimpold2017-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The FPM SAPI works fine without the CGI SAPI installed. It seems that this is a copy & paste error introduced a long time ago, when FPM support was added - and nobody noticed. So drop the dependency now to allow smaller footprints on installations which only use FPM. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | Merge pull request #4575 from benhsmith/netwherechamptar2017-09-26
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | netwhere: simple packet monitor
| * | | | | | | | | netwhere: simple packet monitorBen Smith2017-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netwhere is a simple packet monitor that serves summarized captured data as a JSON document over a REST endpoint. Once installed the netwhere example site is available at /netwhere?collector=IP:8080. Signed-off-by: Ben Smith <le.ben.smith@gmail.com>
* | | | | | | | | | Merge pull request #4877 from sartura/sysstat_bump_to_11.6.0Hannu Nyman2017-09-25
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | sysstat: bump to 11.6.0
| * | | | | | | | | | sysstat: bump to 11.6.0Marko Ratkaj2017-09-25
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Source URL has changed so it is updated accordingly Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | | | | | Merge pull request #4866 from sotux/bugfixHannu Nyman2017-09-25
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | net/ddns-scripts: Fix deSEC update URL
| * | | | | | | | | net/ddns-scripts: Fix deSEC update URLQian Zheng2017-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deSEC update API doesn't support http://[USERNAME]:[PASSWORD]@update.dedyn.io/update authorization. So we need to pass username & password as get parameters. API ref: https://desec.io/#!/en/docs/update-api-details Signed-off-by: Qian Zheng <sotux82@gmail.com>
* | | | | | | | | | Merge pull request #4868 from nxhack/CVE-2017-1000250champtar2017-09-24
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | bluez: bump to 5.47 fix CVE-2017-1000250
| * | | | | | | | | | bluez: bump to 5.47 fix CVE-2017-1000250Hirokazu MORIKAWA2017-09-22
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://www.bluez.org/release-of-bluez-5-47/ Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | | | | | Merge pull request #3980 from amir-sabbaghi/glogchamptar2017-09-24
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | glog: new package
| * | | | | | | | | glog: new packageAmir Sabbaghi2017-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | glog is C++ implementation of the Google logging module Signed-off-by: Amir Sabbaghi <asaba90@gmail.com>
* | | | | | | | | | tor: update to version 0.2.9.12Hauke Mehrtens2017-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the TROVE-2017-008 (CVE-2017-0380) security problem. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | | | | | | | Merge pull request #4848 from commodo/python-updates3champtar2017-09-23
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python: update interpreter to 2.7.14 & update some packages
| * | | | | | | | | | python-idna: update to version 2.6Alexandru Ardelean2017-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | | | | | python-six: update to version 1.11.0Alexandru Ardelean2017-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | | | | | python-pyopenssl: update to version 17.3.0Alexandru Ardelean2017-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | | | | | python-pyasn1-modules: update to version 0.1.4Alexandru Ardelean2017-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | | | | | python-pyasn1: update to version 0.3.5Alexandru Ardelean2017-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | | | | | python-lxml: update to version 4.0.0Alexandru Ardelean2017-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | | | | | python-cffi: update to version 1.11.0Alexandru Ardelean2017-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | | | | | python: bump to version 2.7.14Alexandru Ardelean2017-09-23
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | Merge pull request #4826 from nxhack/node-cylon_fix_PKG_NODE_VERSIONchamptar2017-09-23
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | node-cylon: fix PKG_NODE_VERSION
| * | | | | | | | | | node-cylon: fix PKG_NODE_VERSIONHirokazu MORIKAWA2017-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and modify position of DEPENDS line Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | | | | | | Merge pull request #4824 from nxhack/node-arduino-firmata_fix_dependschamptar2017-09-23
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | node-arduino-firmata: Correct multiple DEPENDS lines
| * | | | | | | | | | | node-arduino-firmata: Correct multiple DEPENDS lines & fix PKG_NODE_VERSIONHirokazu MORIKAWA2017-09-13
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | | | | | | Merge pull request #4855 from sartura/yara_add_packagechamptar2017-09-23
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | yara: add package
| * | | | | | | | | | | yara: add packageMarko Ratkaj2017-09-21
| | |_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | YARA is a tool aimed at (but not limited to) helping malware researchers to identify and classify malware samples. With YARA you can create descriptions of malware families based on textual or binary patterns. Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | | | | | | Merge pull request #4863 from lucize/dovesqlchamptar2017-09-23
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | dovecot: add mysql and postgresql modules
| * | | | | | | | | | | dovecot: add mysql and postgresql modulesLucian Cristian2017-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | | | | | Merge pull request #4845 from ClaymorePT/boost_1.65.1_r1champtar2017-09-23
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | boost: 1.65.1 Update