Commit graph

14600 commits

Author SHA1 Message Date
Daniel Engberg
deb737c254
Merge pull request #8613 from diizzyy/libx264
libs/libx264: Update to 20190324 and rework Makefile
2019-05-06 12:19:19 +02:00
Daniel Engberg
464e0363e6
Merge pull request #8918 from mstorchak/tmux
tmux: update to 2.9a
2019-05-06 11:48:45 +02:00
Daniel Engberg
45c8dcab79 libs/libx264: Update to 20190324 and rework Makefile
* Update (lib)x264 to 20190324
* Stop using GNU Autotools and use libx264's own
  configuration facility
* Drop hardcoded CFLAGS, x264 will handle those fine on its own
  This will override toolchain optimizaion and set -O3
  irregardless of setting.
* Rework LTO and ASM optmization selection to make it more
  compact and readable. This drops optimization for x86 32-bit
  which is being deprecated in favour of x86_64 in general and
  the very few systems still in use that doesn't support 64-bit
  are too slow to be usable anyway.
* Import patches to fix compilation on ARM and x86 (32-bit)
  from OpenEmbedded
* Minor style fixes to Makefile

Source: http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-multimedia/x264/x264

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2019-05-06 09:05:22 +00:00
Maxim Storchak
17f73fd182 tmux: update to 2.9a
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2019-05-06 12:00:37 +03:00
Rosen Penev
ec0bc8c0df
Merge pull request #8886 from lnslbrty/update/nDPI
libndpi: update to 2.8.0
2019-05-06 00:47:31 -07:00
Ted Hess
8fbbacc729
Merge pull request #8912 from neheb/faad
faad2: Remove uClibc hack
2019-05-05 20:57:17 -04:00
Rosen Penev
c47a4e7d5d
faad2: Remove uClibc hack
OpenWrt uses uClibc-ng now, and it seems that these are no longer needed
as it seems faad2 automatically renames these functions.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-05 16:07:32 -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
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
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
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
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
Jo-Philipp Wich
f6e4628076
Merge pull request #8874 from jefferyto/libjpeg-pkg-config
libjpeg: Install pkg-config metadata file in Build/InstallDev
2019-05-02 10:56:20 +02:00
Jeffery To
18f1cf62b6 libjpeg: 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 15:40:54 +08:00