aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* pdns: correct incomplete fix for build failureJames Taylor2019-07-03
| | | | | | | | | | Maintainer: me This commit addresses a build failure around guards on execinfo.h usage to prevent uclibc from pulling it in, as it defines both __GLIBC__ and __UCLIBC__. The original patch had invalid syntax which this corrects. Signed-off-by: James Taylor <james@jtaylor.id.au>
* Merge pull request #9372 from neheb/pytRosen Penev2019-07-03
|\ | | | | python-cryptography: Remove NPN
| * python-cryptography: Remove NPNRosen Penev2019-07-02
| | | | | | | | | | | | | | | | | | Upstream backport. It seems the holdup is on python-twisted. Without this, it fails with SSL_get0_next_proto_negotiated: symbol not found Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #9367 from gladiac1337/haproxy-2.0.1-masterRosen Penev2019-07-02
|\ \ | | | | | | haproxy: Update HAProxy to v2.0.1
| * | haproxy: Change DEPENDS from libncursesw to libncursesChristian Lachner2019-07-03
| | | | | | | | | | | | | | | | | | - Change DEPENDS from libncrusesw to libncurses Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | haproxy: Update HAProxy to v2.0.1Christian Lachner2019-07-01
| | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - Add new patches Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | Merge pull request #9368 from neheb/torrRosen Penev2019-07-02
|\ \ \ | | | | | | | | RTorrent updates
| * | | rtorrent: Enable IPv6 supportRosen Penev2019-07-01
| | | | | | | | | | | | | | | | | | | | | | | | Other Makefile cleanups as well. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | libtorrent: Enable IPv6 and clean up MakefileRosen Penev2019-07-01
| |/ / | | | | | | | | | | | | | | | This was not touched since I took maintainership. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #9337 from neheb/nodRosen Penev2019-07-02
|\ \ \ | | | | | | | | noddos: Fix compilation without deprecated OpenSSL APIs
| * | | noddos: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rearranged Makefile for consistency between packages. Added PKG_BUILD_PARALLEL for faster compilation. Removed ca-certificates dependency. ca-bundle is enough. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #9334 from neheb/net1Rosen Penev2019-07-02
|\ \ \ \ | | | | | | | | | | Netopeer2: Fix compilation without deprecated OpenSSL APIs
| * | | | Netopeer2: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-06-27
| |/ / / | | | | | | | | | | | | | | | | | | | | Reorganized Makefile for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #9335 from neheb/libnRosen Penev2019-07-02
|\ \ \ \ | | | | | | | | | | libnetconf2: Fix compilation without deprecated OpenSSL APIs
| * | | | libnetconf2: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-06-27
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reorganized Makefile for consistency between packages. Removed InstallDev section. It is already implied by CMAKE_INSTALL Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | net: seafile-seahub: update maintainer & license fileAlexandru Ardelean2019-07-02
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | django-restframework: update packaging format + add python3 variantAlexandru Ardelean2019-07-02
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | django-postoffice: update packaging format + add python3 variantAlexandru Ardelean2019-07-02
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | django-picklefield: update packaging format + add python3 variantAlexandru Ardelean2019-07-02
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | django-jsonfield: update packaging format + add python3 variantAlexandru Ardelean2019-07-02
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | django-formtools: update packaging format + add python3 variantAlexandru Ardelean2019-07-02
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | django-compressor: update packaging format + add python3 variantAlexandru Ardelean2019-07-02
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | django-appconf: update packaging format + add python3 variantAlexandru Ardelean2019-07-02
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | python-curl: add ssl locking support to wolfsslEneas U de Queiroz2019-07-02
| | | | | | | | | | | | | | | | | | | | | | | | Patch was merged upstream. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | python-curl: fix compilation with libcurl-wolfsslEneas U de Queiroz2019-07-02
| |_|/ |/| | | | | | | | | | | | | | | | | This allows compilation when libcurl is build with wolfssl as its SSL backend. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | python-schedule: Add a new packageJosef Schlehofer2019-07-02
| | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #9289 from neheb/dnsRosen Penev2019-07-02
|\ \ \ | | | | | | | | dnscrypt-proxy: Update to latest git revision
| * | | dnscrypt-proxy: Update to latest git revisionRosen Penev2019-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes a security fix. Fixed usage with latest libsodium. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #9369 from val-kulkov/freetype-packageRosen Penev2019-07-02
|\ \ \ \ | | | | | | | | | | libfreetype: update to the latest release
| * | | | libfreetype: update to the latest releaseVal Kulkov2019-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to FreeType 2.10.1. Update PKG_LICENSE information. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | ntpdate: use uci configured servers instead of static listKarl Palsson2019-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we're going to have a list of ntp servers, we should at least respect them. Fallback to the original static list if no configured servers are found. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | Merge pull request #9364 from neheb/p11kNikos Mavrogiannopoulos2019-07-02
|\ \ \ \ \ | |/ / / / |/| | | | p11-kit: Fix compilation with uClibc-ng
| * | | | p11-kit: Fix compilation with uClibc-ngRosen Penev2019-07-01
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #9108 from nijel/patch-1Rosen Penev2019-07-01
|\ \ \ \ | | | | | | | | | | mpd: enable pulseaudio in full package
| * | | | mpd: enable pulseaudio in full packageMichal Čihař2019-05-31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michal Čihař <michal@cihar.com>
* | | | | Merge pull request #9343 from philenotfound/mutt-bumpRosen Penev2019-07-01
|\ \ \ \ \ | | | | | | | | | | | | mutt: bump to 1.12.1
| * | | | | mutt: bump to 1.12.1Phil Eichinger2019-07-01
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* | | | | | Merge pull request #9350 from neheb/apiRosen Penev2019-07-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | apinger: Update to latest git revision
| * | | | | | apinger: Update to latest git revisionRosen Penev2019-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This project seems abandoned. Updated to latest version. Also cleaned up the Makefile quite a bit. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #9365 from neheb/pthRosen Penev2019-07-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | pthsem: Fix compilation with uClibc-ng
| * | | | | | | pthsem: Fix compilation with uClibc-ngRosen Penev2019-07-01
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makefile cleanups for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #9353 from BKPepe/ytJosef Schlehofer2019-07-01
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | youtube-dl: update to version 2019.6.27
| * | | | | | youtube-dl: update to version 2019.6.27Josef Schlehofer2019-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add python3-setuptools as dependency Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | openvswitch: conditionally depends on nf_conncount.koYousong Zhou2019-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is required for conntrack zone limit support. Linux upstream commit is 11efd5cb ("openvswitch: Support conntrack zone limit") Ref: https://github.com/openwrt/packages/issues/9274#issuecomment-507181166 Reported-by: Lech Perczak <lech.perczak@gmail.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | Merge pull request #9339 from TDT-AG/pr/20190627-libgpiod-dependencyMichael Heimpold2019-06-30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libgpiod: remove dependency to kernel version
| * | | | | | | libgpiod: remove dependency to kernel versionMartin Schiller2019-06-27
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that we only use kernel versions that support libgpiod, we can remove the dependency on the kernel version. This enables libgpiod to be used with linux 4.19. Signed-off-by: Martin Schiller <ms@dev.tdt.de>
* | | | | | | Merge pull request #9262 from BKPepe/unidecode_updateJosef Schlehofer2019-06-30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python3-unidecode: Update to version 1.1.0
| * | | | | | | python3-unidecode: Update to version 1.1.0Josef Schlehofer2019-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | Merge pull request #9161 from BKPepe/clickJosef Schlehofer2019-06-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | click: update to version 7.0
| * | | | | | | | click: update to version 7.0Josef Schlehofer2019-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Change URL of the website and for PKG_SOURCE_URL - Change TITLE and description - Remove PKG_BUILD_DEPENDS, PKG_UNPACK as they are not necessary - Add src package Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>