1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-18 13:23:57 +02:00
Commit Graph

14904 Commits

Author SHA1 Message Date
Rosen Penev
8fa1568624 ibrdtn-tools: Switch to uClibc++
Seems to work fine.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-26 23:06:02 -07:00
Rosen Penev
2a2acc4de2 ibrdtn: Switch to uClibc++
Added needed patches. Some are upstream backports.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-26 23:06:02 -07:00
Rosen Penev
f3b65cbd39 ibrcommon: Switch to uClibc++
Reduces install size.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-26 23:06:02 -07:00
Rosen Penev
6fb18c99f1
Merge pull request #9043 from neheb/fish
fish: Do not build with uClibc-ng
2019-05-26 15:42:48 -07:00
Rosen Penev
3d2c2422a8
Merge pull request #9072 from jefferyto/slang-oniguruma
slang2: Add oniguruma module
2019-05-26 12:21:08 -07:00
Jeffery To
4d611913fc slang2: Add oniguruma module
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-05-27 02:45:21 +08:00
Rosen Penev
10dd4f4720
Merge pull request #9060 from jefferyto/python-setuptools-reproducible
python-setuptools: Add reproducibility patches from Debian
2019-05-25 16:11:43 -07:00
Rosen Penev
e4b7135a6f
Merge pull request #9063 from cotequeiroz/libevhtp-1.2.18
libevhtp: update to 1.2.18, add oniguruma package, adapt seafile-server
2019-05-25 16:07:47 -07:00
Peter Wagner
c86fdd679b nfs-kernel-server: compile with internal rpcgen
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-05-26 00:48:23 +02:00
Rosen Penev
36d409f9f9
Merge pull request #9067 from jefferyto/python3-chardet-rename-script
python-chardet: Rename Python 3 script
2019-05-25 14:21:50 -07:00
Rosen Penev
9d34465c49
Merge pull request #8963 from neheb/tell
telldus-core: Fix compilation with full NLS
2019-05-25 11:15:41 -07:00
Eneas U de Queiroz
2d422e1dbb
libevhtp: restore openssl-thread patch
The first and last hunks of the patch were already taken care of, but
the middle two were still needed.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2019-05-24 21:00:07 -03:00
Dirk Brenken
0afbe88bba
Merge pull request #9062 from dibdot/travelmate
travelmate: update 1.4.7
2019-05-24 23:27:35 +02:00
Jeffery To
6bd527df2e python-chardet: Rename Python 3 script
The Python 2 and 3 versions of chardet both install a script with the
same name (/usr/bin/chardetect). This is the issue identified in #9006
(https://github.com/openwrt/packages/pull/9006#issuecomment-493709812).

This renames the Python 3 script to chardetect3.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-05-25 04:28:53 +08:00
Eneas U de Queiroz
93e1a4f5ae
seafile-server: adjust to libevhtp 1.2.18
libevhtp 1.2.18 made API changes, and unbundled oniguruma.

To adapt seafile-server, some patches from Alexandre Rossi's debian
packaging at http://sousmonlit.zincube.net/~niol/repositories.git/
were applied.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2019-05-24 14:55:56 -03:00
Eneas U de Queiroz
3bf5450b6d
libevhtp: update to 1.2.18, add maintainer
Versions earlier than 1.2.15 had security vulnerabilities, especially
related to the bundled oniguruma.  Now libevhtp uses a system-provided
library instead.  The API changed as well, requiring patches to
seafile-server.

Adds @cotequeiroz Eneas U de Queiroz as maintainer.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2019-05-24 14:55:55 -03:00
Eneas U de Queiroz
7cb6405afe
oniguruma: add new package
oniguruma is a regular expression library for different character
encodings.

It is a dependency of current version of libevhtp, and is currently only
producing a static library, not generating an installable package.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2019-05-24 14:55:47 -03:00
Eneas U de Queiroz
ea781a938c python-requests-oauthlib: add python3, clean deps
Added a python3 variant, and removed python-cryptography, and pyjwt from
the dependencies.  They are required only to run one test, that is not
even being installed.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2019-05-24 13:59:55 -03:00
Dirk Brenken
be22a007ff
travelmate: update 1.4.7
* tweak 'f_check' function
* code cleanup

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-05-24 14:39:53 +02:00
champtar
5b73b31f9b
Merge pull request #9057 from micmac1/sqlite3-pthread-arm-endian
sqlite3: libpthread change + arm endian fix
2019-05-24 08:35:59 +02:00
Rosen Penev
3713fa89c3
Merge pull request #9041 from neheb/sla
slang2: Add support for full NLS compilation
2019-05-23 23:23:29 -07:00
Jeffery To
da35e6770d python-setuptools: Add reproducibility patches from Debian
This adds the ability to patch setuptools (and pip), and adds 3
reproducibility patches from Debian[1].
(003-PKG-INFO-output-reproducible.patch addresses the issue identified
in #9039.)

The patching is not perfect, in that the patches are applied to
setuptools and pip after they have been installed, since they are
installed from wheels which are already "precompiled".

Also, patching for the host install cannot be updated in place, for
example if a patch is added or removed.

[1]: https://sources.debian.org/patches/python-setuptools/40.8.0-1/

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-05-24 13:18:09 +08:00
Rosen Penev
3d62778f6e
Merge pull request #8677 from lucize/libdrm
libdrm: update and put me as a maintainer
2019-05-23 16:19:22 -07:00
Rosen Penev
c0421be176
Merge pull request #8678 from lucize/libpciaccess
libpciaccess: add package
2019-05-23 16:18:43 -07:00
Rosen Penev
61702f6b2f slang2: Add support for full NLS compilation
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-23 14:48:31 -07:00
Rosen Penev
a55aee7b55
Merge pull request #9052 from cotequeiroz/seafile-bump
seafile-server: release bump due to libevhtp bump
2019-05-23 13:02:44 -07:00
Sebastian Kemper
2573c9c7c1 sqlite3: fix arm endian issue
Forum user portuquesa raised a topic (see [1]) about being unable to use
Asterisk on his armeb xscale device. We narrowed it down to sqlite3.
Asterisk was unable to insert a simple table into its db.

In short, sqlite3 assumes little endian for every ARM device. This
worked OK for 4 Byte bit (unaligned) access. But once upstream (back in
2015) added a function which accesses 2 Bytes (see [2]) this failed for
some (if not all) ARM big endian devices. ARM CPUs are bi-endian for 4
Byte reads but not for 2 Byte reads.

This patch fixes the problem by setting the endianness adequately for
ARM targets, for both 32 bit and 64 bit varieties. The patch was applied
upstream (see [3]).

[1] https://forum.openwrt.org/t/solved-asterisk13-or-15-sqlite3-database-problem/36856
[2] 329428e208
[3] https://www.sqlite.org/src/info/b7aad929619f7043

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-05-23 20:16:12 +02:00
Sebastian Kemper
31fcfa2e24 sqlite3: always build a thread-safe library
Pull request #9033 showed that there are problems with builds where
thread-safe mode is disabled. The binaries still reference functions
from libpthread. This commit removes the thread-safe choice for now.
Once this is addressed upstream the choice can be added back.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-05-23 19:59:50 +02:00
Toke Høiland-Jørgensen
279c09d0b2 ACME: Remove dependency on luci-lib-ipkg
Instead, use @jow-'s suggestion of just checking for the presence of the
executables to find the installed web servers.

Fixes #8529.

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
2019-05-23 16:47:34 +02:00
Rosen Penev
5765c130ea
Merge pull request #9053 from neheb/mr2
libmraa: Fix faulty depends
2019-05-22 17:34:43 -07:00
Rosen Penev
47ebc1f41a libmraa: Fix faulty depends
@ppc is actually @powerpc.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-22 17:20:13 -07:00
Rosen Penev
adec767a04
Merge pull request #9042 from neheb/new
newt: Fix compilation with full NLS
2019-05-22 13:58:56 -07:00
Rosen Penev
7a64d25517
Merge pull request #9031 from James-TR/dnsdist
dnsdist: add package
2019-05-22 10:20:00 -07:00
Eneas U de Queiroz
d3726210ff
seafile-server: release bump due to libevhtp bump
Libevhtp is building a static library, used by seafile-server.
Every time the libevhtp binary changes, seafile-server needs a release
bump.
Leave a note in the libevhtp Makefile, as a reminder.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2019-05-22 09:10:25 -03:00
Rosen Penev
5385c471c9
Merge pull request #9050 from nxhack/mg_fix_arc_build
mg: fix arc build fail
2019-05-22 01:53:57 -07:00
Rosen Penev
e6bdc5ed33
Merge pull request #9049 from neheb/urc
liburcu: Do not build on ARC
2019-05-22 01:52:46 -07:00
Hirokazu MORIKAWA
08f616789a mg: fix arc build fail
fix arc (uClibc) build fail

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2019-05-22 15:26:57 +09:00
Rosen Penev
5caa5d0a79 liburcu: Do not build on ARC
Not supported.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-21 17:28:07 -07:00
Rosen Penev
35c93de128
Merge pull request #9047 from cotequeiroz/python-license
python-{pip,setuptools}: add LICENSE, CPE information
2019-05-21 17:14:44 -07:00
Rosen Penev
46ccd3ca2e newt: Fix compilation with full NLS
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-21 17:13:11 -07:00
Rosen Penev
d62d17f605
Merge pull request #9048 from ldir-EDB0/luajit
luajit: permit building on macos host
2019-05-21 13:16:16 -07:00
Sébastien Blin
32aaaaa7d3 xtables-addons: pass correct flags to compile and install
The Makefile currently redefine the Compile and Install functions.
This is not working when using an external toolchain because some
flags are not interpreted, like CROSS_COMPILE. It is possible to
override the MAKE_FLAGS and MAKE_INSTALL_FLAGS instead.

Signed-off-by: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
2019-05-21 16:22:49 -03:00
Eneas U de Queiroz
5f447b9020
python-python3-pip: add LICENSE information
CVE id was left commented out as it is not handled by uscan.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2019-05-21 14:46:13 -03:00
Eneas U de Queiroz
bbd4930ccd
python-python3-setuptools: add LICENSE information
CVE id was left commented out as it is not handled by uscan.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2019-05-21 14:44:40 -03:00
Kevin Darbyshire-Bryant
9543d1d1b7 luajit: permit building on macos host
luajit didn't understand completely that it was building in a cross
compiled environment for Linux target.  This would cause issues when
building under openwrt on macos.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2019-05-21 14:59:31 +01:00
Eneas U de Queiroz
5ea5d69ed3 openpyxl: bump to 2.6.2, add python3, fix depends
The current package does not work, due to missing dependencies, so they
are being added now, along with python3 support.

This versions brings many bugfixes, and the option to use defusedxml if
available, protecting against many xml exploits.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2019-05-21 10:53:52 -03:00
Eneas U de Queiroz
1044ca095f python-et_xmlfile: restore & update removed package
This is a dependency of the openpyxl package.

The package Makefile was reworked, and a python3 variant was added.
Maintainer was changed to Alexandru Ardelean & Eneas U de Queiroz.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2019-05-21 10:53:52 -03:00
Eneas U de Queiroz
d396d84d5d python-jdcal: restore & update removed package
This is a dependency of the openpyxl package.

The package Makefile was reworked, and a python3 variant was added.
Maintainer was changed to Alexandru Ardelean & Eneas U de Queiroz.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2019-05-21 10:53:52 -03:00
Florian Eckert
a532909c10
Merge pull request #9038 from TDT-AG/pr/20190520-stunnel
stunnel: update version to 5.54
2019-05-21 11:56:41 +02:00
Florian Eckert
e4fe8dba53 stunnel: update version to 5.54
Update to latest stable release 5.54
Add new options ticketKeySecret and ticketMacSecret to uci validation.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-05-21 11:40:04 +02:00