aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #3863 from jow-/socat-fix-buildTed Hess2017-01-17
|\ | | | | socat: work around missing stddef.h include
| * socat: work around missing stddef.h includeJo-Philipp Wich2017-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The buildbots fail to build socat due to the following error: nestlex.c:14:7: error: unknown type name 'ptrdiff_t' It appears that certain source files do not include all required headers, depending on the configure options passed to socat. Work around the error by passing `-include stddef.h` via `TARGET_CFLAGS` to forcibly inject this header file into all compilation units. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | Merge pull request #3833 from riptidewave93/patch-1Ted Hess2017-01-17
|\ \ | | | | | | util/beep: Add beep package
| * | Update MakefileChris Blake2017-01-16
| | |
| * | util/beep: Add beep packageChris Blake2017-01-13
| | | | | | | | | | | | | | | | | | | | | | | | This adds the beep utility, which allows users to control a pc speaker device. Maintainer: me / @riptidewave93 Compile tested: x86/64, LEDE Reboot SNAPSHOT r2709-b7677f0 Run tested: x86/64, LEDE Reboot SNAPSHOT r2709-b7677f0. Verify program works. Signed-off-by: Chris Blake <chrisrblake93@gmail.com>
* | | net/mosquitto: add PROVIDES to daemon and libraryKarl Palsson2017-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding PROVIDES to both the daemon and library and -nossl variants allow downstream packages to simply declare a single dependency. mosquitto-client however, still needs to explicitly depend on the ssl or nossl variant however. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | Merge pull request #3472 from cshore-firmware/pull-request-rsync-acl-optionsTed Hess2017-01-17
|\ \ \ | | | | | | | | net/rsync: Make using ACL/XATTR the default if it's core default
| * | | net/rsync: Make using ACL/XATTR the default if it's core defaultDaniel Dickinson2017-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Core has an option to enable ACL/XATTR by default; if that is set default rsync to use it. Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
* | | | Merge pull request #3857 from diizzyy/patch-28Ted Hess2017-01-16
|\ \ \ \ | | | | | | | | | | net/socat: Update to 1.7.3.1 and fix SSL
| * | | | net/socat: Update to 1.7.3.1 and fix SSLDaniel Engberg2017-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to 1.7.3.1 Fix SSL builds Source: http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net/socat/patches/#dirlist Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | ntpd: add hotplug script that signals when ntp reaches the stratum level ↵Peter Wagner2017-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | like the sysntp implementation use ntpq to check the status of the ntp server as all other status scripts included in the ntp tarball are based on perl which would dramatically increase the footprint of ntpd Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | alsa-lib: update to 1.1.3Peter Wagner2017-01-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | ctorrent-*: delete from repo as there is no active development since 2008 ↵Peter Wagner2017-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and there are alternatives like aria2 Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | Merge pull request #3848 from jp-bennett/masterTed Hess2017-01-16
|\ \ \ \ \ | | | | | | | | | | | | Fwknopd: Various updates
| * | | | | Fwknopd: Various updatesJonathan Bennett2017-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds configuration option for NFQ capture, moves often written configuration files to /var/etc. Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
* | | | | | Merge pull request #3851 from diizzyy/patch-25Ted Hess2017-01-16
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | sound/shine: Fix compilation with ffmpeg and minor fixes
| * | | | | sound/shine: Fix compilation with ffmpeg and minor fixesDaniel Engberg2017-01-16
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update upstream URLs Add upsteam patch to avoid name collision with ffmpeg Source: https://github.com/toots/shine/commit/3695118267be9b7a9412c86c7c5424ab47efe7ec Refresh patches Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | wireguard: new version and usability improvementsdanrl2017-01-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dan Luedtke <mail@danrl.com>
* | | | | Merge pull request #3846 from Wedmer/masterTed Hess2017-01-15
|\ \ \ \ \ | | | | | | | | | | | | [libs/fftw3] Updated to version 3.3.6
| * | | | | [libs/fftw3] Updated to version 3.3.6Vladimir Ulrich2017-01-16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | | | | vallumd: bump to 0.1.1Stijn Tintel2017-01-15
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | Merge pull request #3837 from hauke/torHauke Mehrtens2017-01-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | tor: update to version 0.2.9.8
| * | | | | | tor: log to syslog by defaultHauke Mehrtens2017-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make tor log to syslog by default instead of stdout. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| * | | | | | tor: add tor-gencert, tor-resolve and torifyHauke Mehrtens2017-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are some additional applications build by the tor package. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| * | | | | | tor: add geoip6 to tor-geoipHauke Mehrtens2017-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This add the IPv6 addresses to the tor-geoip6 package. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| * | | | | | tor: preserve tor keys over sysupgradeHauke Mehrtens2017-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mark the directories containing the keys for hidden services as conffiles to preserve them over sysupgrade. Fixes: #2247 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| * | | | | | tor: update to version 0.2.9.8Hauke Mehrtens2017-01-15
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In addition update some configure options and use EXTRA_CFLAGS. Setting RunAsDaemon to 1 will be overwritten by the init script option "--runasdaemon 0" anyway and we want it in foreground for procd. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | | | Merge pull request #3845 from jp-bennett/masterTed Hess2017-01-15
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / nano: Update to version 2.7.4
| * | | | nano: Update to version 2.7.4Jonathan Bennett2017-01-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
* | | | | gnutls: updated to 3.5.8Nikos Mavrogiannopoulos2017-01-15
|/ / / / | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | nfs-kernel-sever: update to 2.1.1Peter Wagner2017-01-15
| | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | memcached: bump to version 1.4.34heil2017-01-15
| | | | | | | | | | | | | | | | Signed-off-by: heil <heil@terminal-consulting.de>
* | | | prosody: bump to version 0.9.12heil2017-01-15
| | | | | | | | | | | | | | | | Signed-off-by: heil <heil@terminal-consulting.de>
* | | | haproxy: bump to version 1.7.2heil2017-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Released version 1.7.2 with the following main changes : - BUG/MEDIUM: lua: In some case, the return of sample-fetches is ignored (2) - SCRIPTS: git-show-backports: fix a harmless typo - SCRIPTS: git-show-backports: add -H to use the hash of the commit message - BUG/MINOR: stream-int: automatically release SI_FL_WAIT_DATA on SHUTW_NOW - DOC: lua: documentation about time parser functions - DOC: lua: section declared twice - BUG/MINOR: lua/cli: bad error message - DOC: fix small typo in fe_id (backend instead of frontend) - BUG/MINOR: Fix the sending function in Lua's cosocket - BUG/MINOR: lua: memory leak executing tasks - BUG/MINOR: lua: bad return code - BUG/MEDIUM: ssl: properly reset the reused_sess during a forced handshake - BUG/MEDIUM: ssl: avoid double free when releasing bind_confs - BUG/MINOR: stats: fix be/sessions/current out in typed stats - BUG/MINOR: backend: nbsrv() should return 0 if backend is disabled - BUG/MEDIUM: ssl: for a handshake when server-side SNI changes - BUG/MINOR: systemd: potential zombie processes - DOC: Add timings events schemas - BUILD: lua: build failed on FreeBSD. - BUG/MINOR: option prefer-last-server must be ignored in some case - MINOR: stats: Support "select all" for backend actions - BUG/MINOR: sample-fetches/stick-tables: bad type for the sample fetches sc*_get_gpt0 - BUG/MAJOR: channel: Fix the definition order of channel analyzers - BUG/MINOR: http: report real parser state in error captures - BUILD: scripts: automatically update the branch in version.h when releasing - BUG/MAJOR: http: fix risk of getting invalid reports of bad requests - MINOR: http: custom status reason. - MINOR: connection: add sample fetch "fc_rcvd_proxy" - BUG/MINOR: config: emit a warning if http-reuse is enabled with incompatible options - BUG/MINOR: tools: fix off-by-one in port size check - BUG/MEDIUM: server: consider AF_UNSPEC as a valid address family - MEDIUM: server: split the address and the port into two different fields - MINOR: tools: make str2sa_range() return the port in a separate argument - MINOR: server: take the destination port from the port field, not the addr - MEDIUM: server: disable protocol validations when the server doesn't resolve - BUG/MEDIUM: tools: do not force an unresolved address to AF_INET:0.0.0.0 - BUG/MINOR: ssl: EVP_PKEY must be freed after X509_get_pubkey usage - MINOR: proto_http.c 502 error txt typo. - DOC: add deprecation notice to "block" - BUG/MINOR: Reset errno variable before calling strtol(3) Signed-off-by: heil <heil@terminal-consulting.de>
* | | | Merge pull request #3839 from thess/icecast-updateTed Hess2017-01-15
|\ \ \ \ | | | | | | | | | | icecast: Rework dependencies
| * | | | icecast: Rework dependenciesTed Hess2017-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove private Tremor. (use libvorbisidec in repo) Remove need for libvorbis (add missing vorbis_comment functions) Remove openSSL (uses mbedTLS via libcurl) Add myself as co-maintainer. Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | libuv: bump to 1.10.2Luka Perkov2017-01-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
* | | | | Merge pull request #3844 from mhei/update-open-plc-utilsFlorian Fainelli2017-01-15
|\ \ \ \ \ | | | | | | | | | | | | open-plc-utils: update to latest upstream commit
| * | | | | open-plc-utils: update to commit 18b7e2a9a17f043fe8ac8b457680aafb1c249c55Michael Heimpold2017-01-15
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | This contains a fix for big endian systems. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | net-snmpd: convert snmpd-static to dummy packageStijn Tintel2017-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We believe snmpd-static isn't useful, but download stats show it's still being downloaded. Instead of dropping it, make it a dummy package that depends on snmpd. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Acked-by: Jo-Philipp Wich <jo@mein.io>
* | | | | git: update to 2.11.0Peter Wagner2017-01-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | libxslt: revert $(STAGING_DIR_HOSTPKG) to $(STAGING_DIR)/host where appropriateMatthias Schiffer2017-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Host files installed in Build/InstallDev are target-specific and will stay in $(STAGING_DIR)/host after the STAGING_DIR_HOSTPKG unification. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | libgpg-error: revert $(STAGING_DIR_HOSTPKG) to $(STAGING_DIR)/host where ↵Matthias Schiffer2017-01-14
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | appropriate Host files installed in Build/InstallDev are target-specific and will stay in $(STAGING_DIR)/host after the STAGING_DIR_HOSTPKG unification. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | Merge pull request #3835 from stintel/vallumdStijn Tintel2017-01-14
|\ \ \ \ | | | | | | | | | | vallumd: new package
| * | | | vallumd: new packageStijn Tintel2017-01-14
|/ / / / | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | ices: fix linking with liboggTed Hess2017-01-13
| | | |
* | | | libshout: Update to 2.4.1. Create -nossl variantTed Hess2017-01-13
| | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | Merge pull request #3775 from jow-/net-snmp-nl-tinyStijn Tintel2017-01-13
|\ \ \ \ | | | | | | | | | | net-snmp: build against libnl-tiny
| * | | | net-snmp: build against libnl-tinyJo-Philipp Wich2017-01-06
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of causing nondeterministing conditional compilation depending on whether libnl-core happens to be present or not, fixup the net-snmp package to link against libnl-tiny which is present by default on the majority of systems. In order to successfully build against libnl-tiny, a number of things had to be fixed in both the upstream configure and the outer Makefile: - Add a patch which fixes the upstream configure macros to properly handle cases where the cache variables for nl_connect() and netlink.h tests are predefined. Without this patch, all subsequent link tests in configure will fail, causing the build system to assume functions like opendir() or readdir() to be missing, leading to build failures later on due to conflicting redefinitions of structures and function prototypes - In the same patch, stop probing the host systems /usr/include/libnl-3 if ac_cv_header_netlink_netlink_h is given. This brings the proprietary configure bits in line with the behaviour expected from autoconfig in a cross compile setting - Explicitely request nl support by passing the --with-nl flag to configure - Pass the required cache variables to skip the broken tests for nl_connect() and netlink.h - Amend TARGET_CPPFLAGS to let net-snmp's build system discover nl-tiny's netlink/netlink.h and netlink/socket.h - Enable the autoreconf fixup to regenerate the broken shipped configure from patched macros - Adjust the depends to unconditionally require libnl-tiny Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | Merge pull request #3785 from diizzyy/patch-17Ted Hess2017-01-13
|\ \ \ \ | | | | | | | | | | libs/libstrophe: Fix source tarball filename