Commit graph

14812 commits

Author SHA1 Message Date
Rosen Penev
18b8190e2d
msmtp: Remove uClibc hack
This seems to no longer be needed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-05 16:03:50 -07:00
Rosen Penev
fac6f0e0a5
libartnet: Fix compilation with GCC8
Previous GCC7 fix was incorrect and GCC8 correctly complains about it.
Fix it properly.

Also cleaned up the Makefile for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-05 16:02:10 -07:00
Rosen Penev
4639e208b3
hfsprogs: Fix compilation with uClibc-ng
Replaced deprecated and unsupported valloc with posix_memalign.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-05 16:00:30 -07:00
Rosen Penev
65d4442680
postfix: Fix compilation with uClibc-ng
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-05 13:31:09 -07:00
Rosen Penev
5e28ab3eff
Merge pull request #8846 from neheb/get
geth: Update to 1.8.27
2019-05-05 11:50:43 -07:00
Rosen Penev
b952626fc7
Merge pull request #8736 from neheb/erla
erlang: Fix compilation without deprecated OpenSSL APIs
2019-05-05 11:50:22 -07:00
Rosen Penev
5f28facc38
Merge pull request #8518 from neheb/i
libimobiledevice packages updated to git
2019-05-05 11:49:51 -07:00
Rosen Penev
a5f01ff73f
usbmuxd: Update to latest git
Upstream makes infrequent releases while having an active git repository
with important bugfixes.

Removed maintainer from all three packages due to inactivity.

Removed systemd support as systemd is not used in OpenWrt.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-05 11:39:06 -07:00
Rosen Penev
70da12e516
libusbmuxd: Update to latest git
Upstream has really infrequent releases while having an active git
repository with important bugfixes. This is also needed because
libimobiledevice requires a new API from libusbmuxd.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-05 11:39:06 -07:00
Rosen Penev
4d04be40fb
libimobiledevice: Update to latest git
Upstream makes seriously infrequent updates whereas they have an active
git repository with important bugfixes.

Also fixed compilation without deprecated OpenSSL APIs.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-05 11:39:05 -07:00
Rosen Penev
0098c45fdd
Merge pull request #8897 from neheb/boos
boost: Fix uClibc-ng compilation again
2019-05-05 11:36:04 -07:00
Peter Wagner
47a9d74761 tor: update to 0.4.0.5
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-05-05 18:01:21 +02:00
Eneas U de Queiroz
47ba0c066c django-simple-captcha: bump to 0.5.11
This is a bugfix release.
Made some cosmetic changes to the Makefile.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2019-05-05 08:35:15 -03:00
Jan Pavlinec
b19fe550bb
measurement-kit: update to version 0.10.3
Add patch to fix disabled deprecated OpenSSL APIs

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-05-05 07:58:20 +02:00
Rosen Penev
73ce3f5e6c
memcached: Update to 1.5.14
Fixes compilation with GCC8.

Remove obsolete patch. Small Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-04 19:12:02 -07:00
Rosen Penev
54e868c822
Merge pull request #8896 from jefferyto/uwsgi-cgi-python-package-mk
uwsgi-cgi: Remove reference to python-package.mk
2019-05-04 09:50:27 -07:00
Rosen Penev
43d26bbf83
rtl_433: Update to 18.12
Added a patch to fix compilation under uClibc-ng.

Reorganized Makefile for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-03 13:06:27 -07:00
Rosen Penev
55320abae0
boost: Fix uClibc-ng compilation again
Several math functions are not defined in math.h and therefore cannot be
used.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-03 13:02:59 -07:00
Jeffery To
3c7b11fcb7 uwsgi-cgi: Remove reference to python-package.mk
Since no Python packages are produced by this package, including
python-package.mk is unnecessary.

This removes the reference to python-package.mk. (PKG_RELEASE is
unchanged as this should have no effect on the build.)

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-05-04 03:58:56 +08:00
Rosen Penev
ae714f9afa
Merge pull request #8895 from jefferyto/libimobiledevice-python-package-mk
libimobiledevice: Remove reference to python-package.mk
2019-05-03 12:51:05 -07:00
Rosen Penev
6b9c6ee6ff
Merge pull request #8840 from cotequeiroz/django_pytz
django: Add pytz dependency
2019-05-03 12:49:24 -07:00
Rosen Penev
efbcf695b8
Merge pull request #8786 from commodo/readme-encodings-update
python/README.md: fix note about python[3]-codecs
2019-05-03 12:45:12 -07:00
Rosen Penev
3cc84d7ab1
Merge pull request #8894 from jefferyto/python2-transition-notice
python/README: Add deprecation notice / schedule
2019-05-03 12:35:32 -07:00
Alexandru Ardelean
d0fcfc52a1 python/README.md: fix note about python[3]-codecs
The note was note correct when mentioning encodings vs python[3]-codecs.
This change fixes this confusion.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-05-03 22:34:51 +03:00
Jeffery To
6a06da0404 libimobiledevice: Remove reference to python-package.mk
Since no Python packages are produced by this package, including
python-package.mk is unnecessary.

This removes the reference to python-package.mk. (PKG_RELEASE is
unchanged as this should have no effect on the build.)

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-05-04 03:24:52 +08:00
Rosen Penev
c5e946f818
Merge pull request #8880 from jefferyto/xz-pkg-config
xz: Use relative paths in pkg-config metadata file
2019-05-03 11:38:59 -07:00
Jeffery To
3a036339e8 python/README: Add deprecation notice / schedule
This describes the proposal outlined in #8520, with a few
additions/modifications:

* Describes the handling of the Python 2 interpreter

* Allows for normal updates of Python 2 libraries that share the same
  Makefile as their Python 3 version

* Mass removal event has a name

Supersedes #8788.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-05-04 02:13:11 +08:00
Yousong Zhou
3680e969b1 openvswitch: fix compilation of intree datapath kmod
Reference: https://github.com/openwrt/packages/issues/8548#issuecomment-488871090
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-05-03 17:53:03 +00:00
Rosen Penev
c0e7628243
Merge pull request #8722 from BKPepe/mozilla
mozilla-iot-gateway: update to version 0.8.1
2019-05-03 09:43:26 -07:00
Rosen Penev
7fea6570e5
Merge pull request #8842 from ysc3839/tr-web-control
transmission-web-control: add new package
2019-05-03 09:37:47 -07:00
Rosen Penev
4304056d60
Merge pull request #8884 from jefferyto/remove-golang-libraries
golang-libraries: Remove library packages
2019-05-03 09:37:10 -07:00
Rosen Penev
de7dd1477e
Merge pull request #8890 from Arduous/temperUSB_update
temperusb: package update to 2.3
2019-05-03 09:34:56 -07:00
Rosen Penev
ec19fe8db0
Merge pull request #8824 from MikePetullo/scapy
scapy: update to 2.4.2 and make use of Python 3
2019-05-03 09:32:59 -07:00
Rosen Penev
9f64ded7cf
Merge pull request #8827 from MikePetullo/libdmapsharing
libdmapsharing: update to 3.9.6
2019-05-03 09:31:07 -07:00
Rosen Penev
aa327bf879
Merge pull request #8828 from MikePetullo/luasec
luasec: update to 0.8
2019-05-03 09:30:26 -07:00
W. Michael Petullo
0647bcbed3 scapy: update to 2.4.2 and make use of Python 3
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-05-03 12:01:06 -04:00
Hannu Nyman
08202c9b78
Merge pull request #8826 from MikePetullo/dmapd
dmapd: update to 0.0.81
2019-05-03 18:04:02 +03:00
W. Michael Petullo
bc57420b08 dmapd: update to 0.0.81, update PKG_INSTALL, and remove TARGET_LDFLAGS
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-05-03 09:32:44 -04:00
Andy Walsh
402a445661 rpcbind: add/enable rmtcalls support
* add broadcast discovery support of rpc services

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2019-05-03 12:11:14 +02:00
Rosen Penev
531b9adf90
ibrdtnd: Fix compilation with uClibc-ng and/or uClibc++
For some reason, several C++ headers are not included. Include them.

Also added const fixes to get it to build with uClibc++.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-03 00:22:11 -07:00
Rosen Penev
d6353ad600
Merge pull request #8863 from neheb/tr
transmission: Fix compilation under uClibc-ng
2019-05-02 16:47:26 -07:00
Toni Uhlig
ac2c99ea5c
libndpi: update to 2.8.0
The nDPI autogen.sh is broken and can lead to compile issues. Fixed.
Also removed PKG_INSTALL since it produces invalid symlinks to *.so*.

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2019-05-03 00:47:16 +02:00
Samuel Progin
4ca726ae02 temperusb: package upgrade
Signed-off-by: Samuel Progin <samuel.progin@gmail.com>
2019-05-02 21:46:30 +02:00
Jeffery To
a172abbda6 golang-libraries: Remove library packages
These Go library packages were added to support obfs4proxy. As
obfs4proxy was updated to allow dependency management by the Go
compiler, these packages no longer have any dependants.

This removes these packages from the feed.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-05-03 03:36:57 +08:00
Moritz Warning
da334fa23d smcroute: add new package
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2019-05-02 21:07:17 +02:00
Jeffery To
2f5a79cdc2 xz: Use relative paths in pkg-config metadata file
By default, the liblzma pkg-config file (liblzma.pc) is generated with
absolute paths, which $(STAGING_DIR_HOST)/bin/pkg-config is unable to
override.

This patches the file to use paths relative to ${prefix} and
${exec_prefix}.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-05-03 01:17:12 +08:00
Hannu Nyman
b57a79dd2c
Merge pull request #8760 from commodo/remove-un-needed
jdcal,et_xmlfile,rcssmin: remove un-needed python packages
2019-05-02 18:57:07 +03:00
Rosen Penev
feb6f833a2
Merge pull request #8845 from neheb/msm
msmtp: Update to 1.8.4
2019-05-02 07:40:53 -07:00
Jiri Slachta
c680da9179
Merge pull request #8877 from jefferyto/tiff-pkg-config
tiff: Install pkg-config metadata file in Build/InstallDev
2019-05-02 11:44:39 +02:00
Jeffery To
1b90bf0db0 tiff: Install pkg-config metadata file in Build/InstallDev
Some programs use pkg-config to discover installed libraries.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-05-02 17:03:56 +08:00