aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* oniguruma: fix CVE-2019-13224 & CVE-2019-13225Eneas U de Queiroz2019-07-17
| | | | | | The patches were taken from upstream commits. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* Merge pull request #9502 from neheb/ggdRosen Penev2019-07-17
|\ | | | | gddrescue: Do not build with uClibc-ng
| * gddrescue: Do not build with uClibc-ngRosen Penev2019-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the developer: It seems that uClibc-ng is defining fgetc, fputc, feof, and ferror as macros and not including them in std. IMO this is a bug in uClibc-ng (maybe caused by lack of clarity in the C++ standard), because even the C functions that are alowed to be defined as macros (putc, getc) should be included in std for consistency. Just imagine the chaos if std::getc were defined or undefined depending on how it is implemented. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #9496 from tsl0922/ttyd-1.5.1Rosen Penev2019-07-17
|\ \ | | | | | | ttyd: update to 1.5.1
| * | ttyd: update to 1.5.1Shuanglei Tao2019-07-17
| | | | | | | | | | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* | | switchdev-poller: makefile cleanupLuiz Angelo Daros de Luca2019-07-17
| | | | | | | | | | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | switchdev-poller: fix licenseLuiz Angelo Daros de Luca2019-07-17
| | | | | | | | | | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | trafficshaper: metadata and makefile cleanupLuiz Angelo Daros de Luca2019-07-17
| | | | | | | | | | | | | | | | | | | | | This results in minor metadata changes (spaces). No need to bump release. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | Merge pull request #9122 from yaheath/isc-dhcp-remove-disable-tracingRosen Penev2019-07-16
|\ \ \ | | | | | | | | isc-dhcp: Remove --disable-tracing from configure args
| * | | isc-dhcp: Remove --disable-tracing from configure argsHeath Kehoe2019-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a crash that happens when dhcpd is configured with a failover peer, and the failover peer goes down. The crash is due to a dereference of a freed object. When tracing is enabled (which is the default) the object in question is referenced by the tracing code and so doesn't get freed prematurely. I have observed this crash on two different target platforms (mips and x86_64), and it is reproducible on non-OpenWRT distros by building isc-dhcpd using --disable-tracing. This has been reported to ISC, but their response was that it's a low priority as the simple work-around is to leave tracing enabled. Re-enabling the tracing code only increases the size of the executable by about 24KB. Signed-off-by: Heath Kehoe <yaheath@gmail.com>
* | | | Merge pull request #9472 from lucize/nssupRosen Penev2019-07-16
|\ \ \ \ | | | | | | | | | | nss: update to 3.45
| * | | | nss: update to 3.45Lucian Cristian2019-07-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | Merge pull request #9480 from neheb/socRosen Penev2019-07-16
|\ \ \ \ \ | | | | | | | | | | | | socat: Remove outdated musl patch
| * | | | | socat: Remove outdated musl patchRosen Penev2019-07-14
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | No longer needed with modern musl. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #9483 from neheb/fio1Rosen Penev2019-07-16
|\ \ \ \ \ | | | | | | | | | | | | fio: Update to 3.15
| * | | | | fio: Update to 3.15Rosen Penev2019-07-14
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Minor Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #9501 from jefferyto/circleci-usignchamptar2019-07-16
|\ \ \ \ \ | |_|_|_|/ |/| | | | CircleCI: Add support for usign signatures
| * | | | CircleCI: Add support for usign signaturesJeffery To2019-07-17
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It appears snapshot target builds have switched from GPG signatures (sha256sums.asc) to usign signatures (sha256sums.sig). This adds support for verifying these usign signatures. (GPG signatures will also be verified if found.) This also restores the alphabetical ordering of packages to be installed by apt-get. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #9445 from neheb/softeRosen Penev2019-07-16
|\ \ \ \ | | | | | | | | | | softethervpn: Really fix iconv support
| * | | | softethervpn: Really fix iconv supportRosen Penev2019-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | softethervpn overrides nls.mk by defining its iconv functions. This only works if the libc has iconv. In addition, it does not allow external libiconv usage. TARGET_LDFLAGS is also the wrong place to add -liconv. Removed SSL3 patch. It was needed for OpenSSL 1.0.2 but not anymore. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #9490 from neheb/msmtRosen Penev2019-07-16
|\ \ \ \ \ | | | | | | | | | | | | msmtp: Update to 1.8.5
| * | | | | msmtp: Update to 1.8.5Rosen Penev2019-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small Makefile adjustments. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9488 from neheb/tanRosen Penev2019-07-16
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | tang: Update to version 7
| * | | | | tang: Update to version 7Rosen Penev2019-07-15
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added License information. Cleaned up Makefile for consistency between packages. Added numerical prefixes to the patches for clarity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | python-pyrsistent: add a new packageJosef Schlehofer2019-07-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | python-cachetools: add a new packageJosef Schlehofer2019-07-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #9473 from lucize/doveupHannu Nyman2019-07-16
|\ \ \ \ \ | |/ / / / |/| | | | dovecot: update to 2.3.7
| * | | | dovecot: update to 2.3.7Lucian Cristian2019-07-14
| | |/ / | |/| | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | Merge pull request #9485 from neheb/patch-17Rosen Penev2019-07-15
|\ \ \ \ | | | | | | | | | | lksctp-tools: Update to 1.0.18
| * | | | lksctp-tools: Update to 1.0.18Rosen Penev2019-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to new upstream. Remove Nico as Maintainer out of inactivity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #9478 from neheb/egRosen Penev2019-07-15
|\ \ \ \ \ | | | | | | | | | | | | python-egenix-mx-base: Clean up Makefile
| * | | | | python-egenix-mx-base: Clean up MakefileRosen Penev2019-07-15
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The librt depends are not needed. EGLIBC is not even in the tree. Rearranged some stuff for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #9471 from SvenRoederer/collectd-routerosHannu Nyman2019-07-15
|\ \ \ \ \ | | | | | | | | | | | | collectd: add routeros-plugin and depending librouteros
| * | | | | collectd: build RouterOS modulesSven Roederer2019-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows collectd to get data of Mikrotik devices in a improved way than via SNMP. Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
| * | | | | librouteros: add packageSven Roederer2019-07-15
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | librouteros is a library to communicate with RouterOS, the operating system of MikroTik's RouterBoards. It uses the API port provided by those systems to connect and talk to the devices. API connections must be explicitly enabled. To do so, issue the following command: > /ip service enable api Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
* | | | | Merge pull request #9474 from dibdot/adblockDaniel Engberg2019-07-15
|\ \ \ \ \ | | | | | | | | | | | | adblock: update 3.6.5-2
| * | | | | adblock: update 3.6.5-2Dirk Brenken2019-07-14
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * clean-up config - remove youtube source (not working, false positives) - remove urlhaus source (false positives) - remove zeus source (discontinued) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | Merge pull request #8187 from JeremySTX/bluez-splitDaniel Engberg2019-07-15
|\ \ \ \ \ | |/ / / / |/| | | | bluez: Move some Bluetooth utilties into their own package
| * | | | bluez: Move Bluetooth utilties with large footprint into a separate packageJeremy Begg2019-02-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move non-essential utilities which depend on glib2, ncurses and readline to a separate package in order to reduce the footprint on devices with limited storage. Signed-off-by: Jeremy Begg <JBegg@suntrix.com.au>
* | | | | Merge pull request #9466 from mstorchak/tgt2Rosen Penev2019-07-14
|\ \ \ \ \ | | | | | | | | | | | | tgt: update to 1.0.79
| * | | | | tgt: update to 1.0.79Maxim Storchak2019-07-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | Merge pull request #9155 from Andy2244/cifsdRosen Penev2019-07-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | cifsd: add new package (kernel/cifsd and net/cifsd-tools)
| * | | | | | cifsd: add new package (kernel/cifsd and net/cifsd-tools)Andy Walsh2019-07-14
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adds cifs/smb kernel server module (cifsd) * adds userspace tools (cifsd, cifsadmin) * has UCI support (compatible with samba configs) Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | Merge pull request #9470 from Andy2244/samba4-readline-fixRosen Penev2019-07-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | samba4: add libreadline dep, cleanup old patches
| * | | | | | samba4: add libreadline dep, cleanup old patchesAndy Walsh2019-07-14
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add missing libreadline dep * remove old patches Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | Merge pull request #9467 from Shulyaka/masterRosen Penev2019-07-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | postfix: bump version
| * | | | | | postfix: bump versionDenis Shulyaka2019-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* | | | | | | Merge pull request #9440 from Andy2244/samba4-update-4-10-6Rosen Penev2019-07-13
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | samba4: update to 4.10.6
| * | | | | | samba4: update to 4.10.6Andy Walsh2019-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 4.10.6 * use python3 * disable SERVER_AD_DC option (bugged atm) * fix init script symlink smb.conf detection * add new deps (libtasn1, libopenssl) Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | coreutils: add alternatives supportYousong Zhou2019-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes openwrt/packages#9290 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>