Commit Graph

15179 Commits

Author SHA1 Message Date
Dirk Brenken 81eccbf480
mc: update to 4.8.23
* bump to release 4.8.23, see
https://midnight-commander.org/wiki/NEWS-4.8.23
* (re-)enable VFS support by default

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-06-24 16:23:53 +02:00
Rosen Penev 59c9ec6bfe
Merge pull request #9146 from commodo/seafile-cleanup1
seafile-seahub,django: cleanup seafile a bit, add python3 variants for django & django-constance
2019-06-18 10:39:42 -07:00
Rosen Penev b81891e984
Merge pull request #9009 from neheb/n
poco: Remove
2019-06-18 10:35:25 -07:00
Rosen Penev ec2f632603 poco: Do not build on ARC
Not supported.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-18 10:09:33 -07:00
Hannu Nyman d15b9a402b
Merge pull request #9248 from jefferyto/golang-1.12.6
golang: Update to 1.12.6
2019-06-18 19:27:16 +03:00
Alexandru Ardelean 0b29c86969 seafile-seahub: whitespace update
Just un-indent the package definition a bit.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-06-18 15:12:22 +03:00
Alexandru Ardelean 1b2936a2d0 django-constance: convert to python pkg format + add python3 variant
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-06-18 15:12:22 +03:00
Alexandru Ardelean f026dba26e django: convert to python pkg format + add python3 variant
This also updates all dependencies to use the new `python-django` package.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-06-18 15:12:19 +03:00
Josef Schlehofer 318877a1c8
Merge pull request #9238 from BKPepe/btrfs
btrfs-progs: Update to version 5.1.1
2019-06-18 14:11:44 +02:00
Alexandru Ardelean 83277d8bf3 python-pytz: remove host-build
seafile-seahub was the only user of this.
Remove this from the build.
Having it here is a bit messy.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-06-18 15:08:12 +03:00
Alexandru Ardelean cf99755444 seafile-seahub: de-couple build a bit more
seafile-seahub's build is a mess.
It hijacks some OpenWrt mk files into the build.

This can be avoided by provided some of the required parameters via
env-vars and patching the env-vars into the build.
Which is what this patch does.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-06-18 15:07:46 +03:00
Alexandru Ardelean 1c5f5b61d3 seafile-seahub: move all prefix-ed python packages to var
The change is mostly organizational.
More packages will be moved to have python- or python3- prefixes.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-06-18 15:07:41 +03:00
Jeffery To 78e378fde3 golang: Update to 1.12.6
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-06-18 18:53:49 +08:00
Rosen Penev df6d4f1f78
Merge pull request #9244 from neheb/boo
Bosst change to HOSTPKG
2019-06-17 17:55:16 -07:00
Rosen Penev 4fe5a63b5e fbzmq: Switch to HOSTPKG
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-17 14:55:14 -07:00
Rosen Penev e4da1cb462 libmstch: Switch HOST to HOSTPKG
HOST should be used by tools only, not for host packages.

Other minor cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-17 14:53:59 -07:00
Rosen Penev 9af485036f fbthrift: Install to STAGING_DIR_HOSTPKG
As part of the boost change. Also get rid of various CMake options as
CMake can find everything properly now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-17 14:53:58 -07:00
Rosen Penev b4d504e2b0
Merge pull request #9198 from xinxijishuwyq/master
pigz: add package
2019-06-17 13:32:14 -07:00
Daniel Golle f4effa4a3e
Merge pull request #9177 from neheb/gabe
libgabe: Update to 1.0
2019-06-17 22:07:50 +02:00
Rosen Penev cf863bc1ec
Merge pull request #9138 from neheb/lz4
liblz4: Update to 1.9.1 and switch to codeload
2019-06-17 12:46:42 -07:00
Rosen Penev 994ac05ac2
Merge pull request #9236 from neheb/na
libnatpmp: Switch to CMake
2019-06-17 12:45:53 -07:00
Rosen Penev 2838fbc38d libfolly: Fix compilation for older ARM platforms
ARM6 and below do not support the yield instruction. Do not use it there.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-17 12:29:37 -07:00
Rosen Penev 45d2000f9c boost: Install HOST libraries to HOSTPKG
After talking to @jow on IRC, we found two problems. STAGING_DIR_HOST is
designed for tools, not host packages. Changing this to HOSTPKG allows
CMake and pkgconfig to work properly with fbthrift.

The host-libraries should not be modular like this for host packages.
Changed to eliminate them and to only build the needed ones. This can be
changed as conditions change.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-17 12:29:36 -07:00
Eneas U de Queiroz 0b781fd23b python-certifi: bump to 2019.6.16
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2019-06-17 16:18:10 -03:00
Hannu Nyman f99bf951b9
Merge pull request #9242 from val-kulkov/graphicsmagick-package
graphicsmagick: update to the latest upstream version
2019-06-17 19:27:51 +03:00
Val Kulkov 97b7a56e31 graphicsmagick: update to the latest upstream version
Update to 1.3.32.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2019-06-16 22:56:01 -04:00
Rosen Penev ae5c8603a7
Merge pull request #8956 from antonyantony/libreswan-fixes-1
Libreswan packages fixes upgrade 3.29 and dnssec
2019-06-16 17:59:50 -07:00
Antony Antony 8f99aff8fd libreswan: update to libreswan 3.29-1
remove unused patches
Add patch to:
Automatically detect whether Curve25519 is available in NSS for USE_DH31

Signed-off-by: Antony Antony <antony@phenome.org>
2019-06-16 23:39:57 +02:00
Antony Antony 32e4c4d7ca libreswan: add libunbound and minor fixes
enable libunbound, along with dependency

add kmod-crypto-aead kmod-crypto-gcm dependency to support AES GCM

disable libseccomp
  /git/openwrt/build_dir/target-mips_24kc_musl/libreswan-3.27/include/lswseccomp.h:24:10: fatal error: seccomp.h: No such file or directory
  #include <seccomp.h>
          ^~~~~~~~~~~
add missing dependency nspr

add nss-utils dependency to able to import x509 Certificates  to fix the error
 ipsec import west.p12
 /usr/sbin/ipsec: line 239: pk12util: not found
 /usr/sbin/ipsec: line 84: certutil: not found

remove libnss dependency, nss-utils  util will pull it.
remove unused build option KERNELSRC not necesscay since b4b98e2922.

Signed-off-by: Antony Antony <antony@phenome.org>
2019-06-16 23:39:57 +02:00
Josef Schlehofer 2d955d6541
btrfs-progs: Update to version 5.1.1
Move depends under URL

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-06-16 19:38:49 +02:00
Rosen Penev 45d40b4a88
Merge pull request #9035 from neheb/ibr
ibr*: Switch to uClibc++
2019-06-15 15:00:44 -07:00
Rosen Penev a5b63c14c5 libnatpmp: Switch to CMake
Allows simplifying the Makefile. CMake patch is from upstream.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-15 14:52:06 -07:00
Michael Heimpold c66479e18a
Merge pull request #9234 from neheb/php
php7-pecl-http: Fix wrong licurl define
2019-06-15 23:33:06 +02:00
Rosen Penev c7172a4d4d php7-pecl-http: Fix wrong licurl define
libcurl changed the option name a while back.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-15 12:53:41 -07:00
Hannu Nyman 71c42f1c8b
Merge pull request #9144 from DocLM/libgphoto2
libgphoto2 and gphoto2: update to 2.5.23
2019-06-15 22:24:11 +03:00
Hannu Nyman 8fc9775bcb
Merge pull request #9231 from jefferyto/byobu-5.129
byobu: Update to 5.129
2019-06-15 22:22:23 +03:00
Yousong Zhou b02e4eafd1 diffutils: provide diff, cmp as alternatives
Resolves openwrt/packages#6361

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-06-15 13:28:43 +08:00
Rosen Penev dfeff9888a
Merge pull request #8950 from ammubhave/add_fbzmq
fbzmq: Add fbzmq library
2019-06-14 13:40:08 -07:00
Jeffery To 492cbd53cb byobu: Update to 5.129
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-06-15 02:53:59 +08:00
Rosen Penev 388d28e897 liblz4: Update to 1.9.1 and switch to codeload
Simplifies the Makefile.

Remove build hacks and use CMake

Use PKG_BUILD_PARALLEL for faster compilation.

Switch to the Compression submenu to group this with the others.

Added lz4 binaries to be installable.

Add Optimization option.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-14 11:37:17 -07:00
Rosen Penev 485382f216
Merge pull request #8035 from val-kulkov/imagemagick-package
imagemagick: reintroduce package, cleanup and upgrade
2019-06-14 09:04:08 -07:00
Rosen Penev 8100c69d2e
Merge pull request #9218 from neheb/fgo
Update Facebook tools
2019-06-14 08:45:16 -07:00
Amol Bhave 6ad97a3d51 fbzmq: Add fbzmq library
fbzmq provides a framework for writing services in C++ while leveraging
the features of libzmq (message passing semantics).

Compile tested: nbg6817, master

Maintainer: me

Signed-off-by: Amol Bhave <ambhave@fb.com>
2019-06-14 03:24:09 -07:00
Rosen Penev 197837f0e2 librsocket-cpp: Update to 2019-06-11
Fix compilation with newer GCC

Added Maintainer.

Reorganized Makefile for consistency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-13 16:17:04 -07:00
Rosen Penev e101e6bcde fbthrift: Update to 2019.06.10.00
Rearranged Makefile for consistency between packages.

Added -Dlib_only to save some time.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-13 16:16:48 -07:00
Rosen Penev feb2d68d50 libwangle: Update to 2019.06.10.00
Added Maintainer.

Rearranged Makefile for consistency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-13 16:14:15 -07:00
Rosen Penev c5256240b6 libfizz: Update to 2019.06.10.00
Fixes compilation when ChaCha20 is missing from OpenSSL 1.1

Added Maintainer.

Rearranged Makefile for consistency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-13 16:14:15 -07:00
Rosen Penev 0577157816 libfolly: Update to 2019.06.10.00
Partially restore uclibc patch. Some parts were upstreamed while others
were not.

Fixes compilation without ChaCha20 support in OpenSSL 1.1 and above.

Depend on libunwind conditionally. libunwind is not supported on all
targets. Depending on it unconditionally makes libfolly and dependent
packages unavailable on those targets.

Added missing Maintainer.

Several Makefile rearrangements for consistency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-13 16:14:15 -07:00
Michael Heimpold 290e23ac61 libxml2: add -dev and -utils packages (closes #8591)
This introduces a libxml2-dev package which contains most stuff
required for developing against libxml2 (on the target), and
the libxml2-utils package which contains the xmllint and xmlcatalog
command line binaries which are provided by libxml2.

Reported-by: Valentín Kivachuk <vk18496@gmail.com>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2019-06-13 23:19:24 +02:00
Val Kulkov 069dd2e9fc imagemagick: reintroduce package, cleanup and upgrade
ImageMagick is a free and open-source software suite for displaying,
converting, and editing raster image and vector image files. This
package provides the prominent 'convert' utility.

ImageMagick's installation footprint is:
  x86_64: 6.7 MB,
  ipq806x (ARM): 6.0 MB,
  bcm53xx: 6.2 MB.

The shared libraries occupy 2.4 MB on bcm53xx, 2.3 MB on ipq806x, and
2.5 MB on x86_64. The 114 ImageMagick's modules occupy from 3.4 MB to
4.0 MB depending on the target. It may be possible to reduce the
installation footprint by introducing build parameters to control the
selection of modules. In view of the large number of modules and the
possibility of breakage due to module interdependencies or other
reasons, such attempt is not made at this time.

ImageMagick is therefore best suited for extroot-enabled or x86_64
OpenWrt systems.

In many cases, GraphicsMagick may be used as a substitute for
ImageMagick. GraphicsMagick provides similar functionality, it is
faster and it has a smaller installation footprint. It is therefore
better suited for non-extroot OpenWrt systems. However, in tests to
reduce resolution (and size) of a high-resolution JPEG image
GraphicsMagick required about 25% more RAM than ImageMagick (no HDRI,
quantum depth of 8) during its execution.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2019-06-13 15:53:17 -04:00