aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* openvswitch: bump to version 2.11.0Yousong Zhou2019-03-04
| | | | | | | | | | | | | | The following patches are in upstream now 0100-netdev-linux-Use-unsigned-int-for-ifi_flags.patch 0103-ovs-ctl-fix-setting-hostname.patch 0106-ovs-save-compatible-with-busybox-ip-command.patch 0107-datapath-use-KARCH-when-building-linux-datapath-modu.patch As for 0001-musl-compatibility.patch, the net/if_packet.h part does not apply anymore. And musl is not relevant as we use libatomic from gcc Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* shadowsocks-libev: bump to version 3.2.4Yousong Zhou2019-03-04
| | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* Merge pull request #7868 from neheb/p11Daniel Golle2019-03-04
|\ | | | | libp11: Mandate ENGINE support
| * libp11: Mandate ENGINE supportRosen Penev2019-01-03
| | | | | | | | | | | | | | libp11 uses OpenSSL's ENGINE quite extensively with seemingly no simple way to disable it. Add it as a dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #7788 from neheb/patch-6Daniel Golle2019-03-04
|\ \ | | | | | | pyodbc: Added ability to compile with uclibc++
| * | pyodbc: Added ability to compile with uclibc++Rosen Penev2019-03-03
|/ / | | | | | | | | | | Allows a smaller size. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | openssh: add upstream patches, including CVE-2019-6111Peter Wagner2019-03-03
| | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | python-gnupg: update to version 0.4.4Daniel Golle2019-03-02
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | pyodbc: update to version 4.0.26Daniel Golle2019-03-02
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | MarkupSafe: update to version 1.1.1Daniel Golle2019-03-02
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | pcsc-lite: update to version 1.8.24Daniel Golle2019-03-02
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libextractor: update to version 1.9Daniel Golle2019-03-02
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | cryptsetup: update to version 2.1.0Daniel Golle2019-03-02
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | postgresql: update to version 9.6.12Daniel Golle2019-03-02
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | gnunet-secushare: auto-configure database backendDaniel Golle2019-03-02
| | | | | | | | | | | | Import uci-defaults scripts to auto-set psycstore database backend. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #8324 from BKPepe/youtube-dl_2019-03-01Hannu Nyman2019-03-02
|\ \ | | | | | | youtube-dl: update to version 2019.03.01
| * | youtube-dl: update to version 2019.03.01Josef Schlehofer2019-03-02
| | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #8323 from BKPepe/netdata-v1.12.2Hannu Nyman2019-03-02
|\ \ \ | | | | | | | | netdata: update to version v1.12.2
| * | | netdata: update to version v1.12.2Josef Schlehofer2019-03-02
| | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #8312 from TDT-AG/pr/20190227-mwan3Hannu Nyman2019-03-02
|\ \ \ \ | | | | | | | | | | mwan3: fix disconnected event generation in mwan3track
| * | | | mwan3: fix disconnected event generation in mwan3trackFlorian Eckert2019-02-27
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change two disconnected events were generated. This is wrong! The disconnected event is impliciet generated by the hotplug script on ifdown event. The mwan3track script is notified by a USR1 signal which generates the disconnectd event. The additional "disconnectd" event on ifdown is not required. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | Merge pull request #8317 from Andy2244/samba4-netbiosHannu Nyman2019-03-02
|\ \ \ \ | | | | | | | | | | samba4: tmsize patch, build with netbios by default
| * | | | samba4: tmsize patch, build with netbios by defaultAndy Walsh2019-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add patch for tmsize overflow (https://bugzilla.samba.org/show_bug.cgi?id=13622) * re-enable netbios by default (Some users still need netbios and its just a minor size increase 50kb) Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | libsndfile: fix PKG_MIRROR_HASHPeter Wagner2019-03-02
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | Merge pull request #8318 from Andy2244/softethervpn5-gitHannu Nyman2019-03-01
|\ \ \ \ \ | | | | | | | | | | | | softethervpn5: switch to git (2019-02-27)
| * | | | | softethervpn5: switch to git (2019-02-27)Andy Walsh2019-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * switch to git, until we can consume manual created source releases again * Fix compilation without OpenSSL ENGINE * remove unnecessary stop_service() triggers Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | Merge pull request #8322 from jefferyto/python-cryptography-updateHannu Nyman2019-03-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | python-cryptography: Update to latest version
| * | | | | | python-cryptography: Update to latest versionJeffery To2019-03-02
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 2.6 includes OpenSSL no-engine support. This also removes python-idna as a dependency. idna became optional with version 2.5 (https://cryptography.io/en/latest/changelog/#v2-5). This also updates the package title field and updates both Python 2 and 3 versions to use the same field. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #8308 from commodo/python3-pip-fixHannu Nyman2019-03-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | python3-pip: fix install rule
| * | | | | | python3-pip: fix install ruleAlexandru Ardelean2019-02-27
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: https://github.com/openwrt/packages/issues/8301 This seems to have slipped for some time. No idea if it ever worked. It could be that this worked at some point. In any case, the shebang is properly updated now. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #8307 from commodo/python3-split-urllibHannu Nyman2019-03-01
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | python3: split python3-urllib from python3-light
| * | | | | python3: split python3-urllib from python3-lightAlexandru Ardelean2019-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the result of this discussion: https://github.com/openwrt/packages/issues/8285 `urllib.request` requires the `email` module/lib, which was part of python3-light. This change moves the Lib/urllib folder from the python3-light into it's own package, making it lighter. At least this way, users that want `urllib` (on top of `python3-light`) will be forced to install it via opkg and this will make sure `python3-email` gets installed as well. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #8152 from diizzyy/sound/fdk-aac-20Ted Hess2019-02-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | sound/fdk-aac: Update to 2.0.0
| * | | | | | sound/fdk-aac: Update to 2.0.0Daniel Engberg2019-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update fdk-aac to 2.0.0 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | Merge pull request #8279 from robho/squeezelite_bumpTed Hess2019-02-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | squeezelite: Bump to 1.9.1-1130
| * | | | | | | squeezelite: Bump to 1.9.1-1130Robert Högberg2019-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
* | | | | | | | gnunet-fuse: add packageDaniel Golle2019-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNUnet component to mount GNUnet filesystems via FUSE Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | gnunet-secushare: add packageDaniel Golle2019-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not-very-useful-yet GNUnet components for secushare. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | gnunet: GNUnet v0.11 releaseDaniel Golle2019-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to v0.11 release sources (plus patches to still get it to build) gnunet-social was out-sourced into a separate repository and hence new OpenWrt package gnunet-secushare. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | Merge pull request #8309 from commodo/python-co-maintainerHannu Nyman2019-02-27
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | python,python3: add Jeffery To as co-maintainer
| * | | | | | | python,python3: add Jeffery To as co-maintainerAlexandru Ardelean2019-02-27
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For a while now, Jeffery has helped quite a lot with Python, and is now unofficial go-to guy [for problems] with Python packages. This change adds him as co-maintainer [if he also agrees]. I'm not going away; I'll be still doing the same work for Python. This change serves to recognize Jeffery in an official way, since he's already taking on these things. And 2 co-maintainers is better in case one kicks the bucket [by accident]. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | Merge pull request #8302 from dibdot/travelmateDirk Brenken2019-02-27
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | travelmate: release 1.4.0
| * | | | | | travelmate: release 1.4.0Dirk Brenken2019-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * various small tweaks & fixes * widely tested, ready for forthcoming 19.x branching Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | Merge pull request #8231 from neheb/tranHannu Nyman2019-02-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | transmission: Add LTO support to shave off 35KB off of the ipk
| * | | | | | | transmission: Add LTO support to shave off 35KB off of the ipkRosen Penev2019-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #8299 from neheb/patch-11Hannu Nyman2019-02-26
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | msmtp: Update to 1.8.3
| * | | | | | | | msmtp: Update to 1.8.3Rosen Penev2019-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2019-8337 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | libsndfile: update to 2019-02-26Peter Wagner2019-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | ntpd: Update init scriptJeffery To2019-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces the use of uci_validate_section() with uci_load_validate(), which removes the need to declare local variables for every config option. This also moves the generated config file to /var/etc and adds a service_triggers() function. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | tor: Add PKG_CPE_ID for proper CVE tracking.Jan Pavlinec2019-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>