Commit Graph

18529 Commits

Author SHA1 Message Date
Rosen Penev 9d2d042115 lcdgrilo: add gstreamer1-libs dependency
libgstreamer1 depends on gstreamer1-libs being selected. Otherwise it does
not work.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-19 03:17:17 -07:00
Rosen Penev f91f1ee0a7 grilo: back to ``
$() does not work for some reason.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-19 03:11:00 -07:00
Rosen Penev c8d7a48a5d
Merge pull request #11592 from nxhack/icu_66_1
icu: update to 66.1 & fix CVE-2020-10531
2020-03-18 23:39:52 -07:00
Hirokazu MORIKAWA a2fec2284b icu: update to 66.1
ICU 66 updates to Unicode 13, including new characters, scripts, emoji, and corresponding API constants. It also updates to CLDR 36.1 with Unicode 13 updates and bug fixes.

Create symbolic link to current version.

FIX CVE-2020-10531
 An integer overflow, leading to a heap-based buffer overflow, exists in the UnicodeString::doAppend() function in common/unistr.cpp.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-03-19 11:41:33 +09:00
Rosen Penev 751eef170b
Merge pull request #11591 from ryzhovau/lizdb-includes
libzdb: fix headers path
2020-03-18 17:20:41 -07:00
Eneas U de Queiroz b967a955b7 frr: quote 'comment' parameter in Config.in
Newer versions of the kconfig generator require quotes.  Prepare the
package for an eventual update.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2020-03-18 20:08:03 -03:00
Alexander Ryzhov 6fa5a63675
libzdb: fix headers path
Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
2020-03-18 19:21:51 +03:00
Stijn Tintel 38a2b94760
Merge pull request #11589 from cotequeiroz/strongswan
strongswan: quote 'comment' parameter in Config.in
2020-03-18 15:50:12 +02:00
Eneas U de Queiroz 404c113bc2
strongswan: quote 'comment' parameter in Config.in
Newer versions of the kconfig generator require quotes.  Prepare the
package for an eventual update.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2020-03-18 09:40:54 -03:00
Rosen Penev 1ead64489b
mosh: use mips16 and remove configure patch
MIPS16 is not needed here.

Removed configure patch and replaced with a configure var.

Removed autoreconf as configure is no longer being patched.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-17 17:49:01 -07:00
Hannu Nyman d6583e3d66
Merge pull request #11582 from jefferyto/python-zope-interface-4.7.2
python-zope-interface: Update to 4.7.2, refresh patch
2020-03-16 20:45:44 +02:00
Hannu Nyman ee9cb3c81d
Merge pull request #11565 from jefferyto/seafile-7.1.2
seafile-server: Update to 7.1.2, update dependencies
2020-03-16 20:22:49 +02:00
Hannu Nyman 777c8a869d
Merge pull request #11581 from jefferyto/python-enum34-1.1.10
python-enum34: Update to 1.1.10, refresh patch
2020-03-16 20:22:01 +02:00
Jeffery To a178662fce python-zope-interface: Update to 4.7.2, refresh patch
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-03-17 02:04:38 +08:00
Jeffery To 48af5b2abb python-enum34: Update to 1.1.10, refresh patch
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-03-17 01:49:24 +08:00
Rosen Penev 9fdaa82d58
Merge pull request #11576 from neheb/sou
libsoup: update to 2.70.0
2020-03-16 10:43:07 -07:00
Rosen Penev 4ffd3bf961
Merge pull request #11577 from neheb/gril
grilo: update to 0.3.12
2020-03-16 10:42:37 -07:00
Hannu Nyman ef1e2cad56
Merge pull request #11579 from jefferyto/python-pycparser-2.20
python-pycparser: Update to 2.20
2020-03-16 18:09:40 +02:00
Jeffery To 931dcfe3aa python-pycparser: Update to 2.20
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-03-16 22:46:25 +08:00
Jeffery To cbfd166b15 seafile-server: Update to 7.1.2, revamp package
* Package scripts that are shipped by upstream in their binary download

  * Includes setup scripts (setup-seafile.sh to use SQLite,
    setup-seafile-mysql.{sh,py} to use MySQL) and control scripts
    (seafile.sh, seahub.sh)

  * Does not include seafile-admin, which is not shipped in upstream's
    binary download. Combined with the fact that it hasn't been updated
    to Python 3 suggests the script has been abandoned.

* Replace previous init scripts with a simplified script

  * Previous init scripts (seafile.init, seahub.init) were modified from
    older versions of seafile.sh and seahub.sh, but they haven't kept up
    with changes to upstream's scripts

  * New init script (seafile-server.init) start/stops both Seafile and
    Seahub (there is no need to control them separately) by calling
    upstream's control scripts

* Replace previous package config file with new config file

  * Options in previous config file (seafile.conf) were mainly for using
    Seahub in FastCGI mode. FastCGI was deprecated in Django 1.7 and
    removed in 1.9; upstream's control script will only start Seahub
    using Gunicorn. (Options for Gunicorn including port number can be
    changed by editing /etc/seafile/conf/gunicorn.conf.py.)

  * New config file (seafile-server.config) has one option that controls
    where the Seafile/Seahub data directories are stored

* Patch scripts/binaries to use standard, system-wide directory
  locations

  * Script files (wrappers for binaries) in /usr/bin
  * Binaries (not meant to be run directly by the user) in /usr/libexec
  * Config files in /etc/seafile
  * Pid/socket files in /var/run/seafile
  * Logs in /var/log/seafile

* Include a new script to create the first admin account

  * With upstream's original scripts, the user is required to
    interactively create the first admin account when Seahub is started
    for the first time

  * The user will now use the new script (create-seafile-admin.sh) to
    create the first admin account after setup (using setup-seafile.sh
    or setup-seafile-mysql.sh) and before starting Seafile/Seahub

  * seahub.sh is patched to only check if there is at least one admin
    account and exit with an error if there is no admin account

* Remove build config options and add seafile-server-fuse package

  * The console option controls whether the console window is shown when
    Seafile server is run on Windows. It has no use on Linux.

  * The fuse option controls whether seaf-fuse is built. (seaf-fuse is a
    FUSE implementation that allows the Seafile database/file system to
    be mounted to a local directory.) seaf-fuse is now always built and
    is available in a separate package (seafile-server-fuse).

* Add myself as a maintainer

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-03-16 17:46:30 +08:00
Jeffery To 1d275a8f27 seafile-seahub: Update to 7.1.2, refresh patches
Other changes include:

* Package Python bytecode in seafile-seahub, add source code package
  (seafile-seahub-src)

* Instead of changing default settings, custom settings will be added to
  /etc/seafile/conf/seahub_settings.py during seafile-server setup

* Use SEAFILE_UCI_DATA_DIR, which will be added to seafile-server

* Clean up Makefile formatting

* Add myself as a maintainer

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-03-16 17:45:52 +08:00
Jeffery To 6b84a7d38d seafile-ccnet: Update to 7.1.2, add Python 3 bindings package
* Update package to 7.1.2

* Add Python 3 bindings package. The Python dependency is moved from
  seafile-ccnet to python3-seafile-ccnet.

* Refresh patches. The path to valac does not need to be patched in
  010-Makefile.patch because $(STAGING_DIR_HOSTPKG)/bin is already in
  the path during package build.

* Use SEAFILE_UCI_LOG_DIR and SEAFILE_UCI_SOCKET_DIR, which will be
  added to seafile-server

* Install binaries to /usr/libexec instead of /usr/bin, to mirror an
  upcoming change in seafile-server

* Clean up Makefile formatting

* Add myself as a maintainer

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-03-16 17:44:48 +08:00
Yousong Zhou e9d6414437 openvswitch: fix PIE build against 4.14 kernel
Reported-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Ref: https://github.com/openwrt/packages/pull/11567
2020-03-16 15:26:17 +08:00
Rosen Penev 6ccd03e15e
grilo: update to 0.3.12
Fixed license information.

Removed meson/host build dependency. That's included with libsoup and
eventually, glib2.

Added explicit Denable-grl-net.

Replaced `` with more flexible $().

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-15 20:11:01 -07:00
Rosen Penev a5b51b38e0
libsoup: update to 2.70.0
Moved maintainer above for consistency between packages.

Reordered MESON_ARGS based on order of meson_options.txt.

Disabled Brotli.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-15 20:10:32 -07:00
Rosen Penev 448da99edd
Merge pull request #11572 from neheb/crrrrr
cryptsetup: add NLS support
2020-03-15 20:05:24 -07:00
Rosen Penev 2c02e1a103
Merge pull request #11208 from neheb/ip
ipfs-http-client: add missing libatomic dependency
2020-03-15 20:04:44 -07:00
Rosen Penev 13cc866ac0
Merge pull request #11542 from neheb/acp
acpid: convert to procd
2020-03-15 20:02:50 -07:00
Rosen Penev 842b9f0f4d
msmtp: remove myself as maintainer
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-15 19:57:06 -07:00
Rosen Penev 542cfabd7a
libestr: remove myself as maintainer
Added PKG_BUILD_PARALLEL for faster compilation.

Removed autoreconf since nothing is being patched.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-15 19:54:52 -07:00
Rosen Penev 988694c7b7
libaio: remove myself as maintainer
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-15 19:53:30 -07:00
Rosen Penev 23f0b838ce
hdparm: remove myself as maintainer
Fixed license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-15 19:52:25 -07:00
Rosen Penev 9b3dfb6d11
protobuf-c: remove myself as maintainer
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-15 19:49:09 -07:00
Rosen Penev 5aedc2206a
picocom: remove myself as maintainer
Fix license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-15 19:47:12 -07:00
Rosen Penev 473c49224a
openobex: remove myself as maintainer
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-15 19:45:33 -07:00
Rosen Penev ad0167082f
libnatpmp: remove myself as maintainer
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-15 19:43:58 -07:00
Rosen Penev 015ddbc02d
sispmctl: remove myself as maintainer
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-15 19:42:33 -07:00
Rosen Penev ec138735be
fio: remove myself as maintainer
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-15 19:38:07 -07:00
Rosen Penev ed61877501
fio: update to 3.19
Added compilation fixes.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-15 15:03:56 -07:00
Rosen Penev 0e0c52eb06
sispmctl: update to 4.5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-15 14:12:07 -07:00
Rosen Penev 203d447414
Merge pull request #11544 from neheb/capp
libcap: update to 2.33
2020-03-15 11:56:48 -07:00
Rosen Penev d9c5df4290
Merge pull request #11485 from BKPepe/x264
x264: add CONFIGURE_VARS when NASM is not selected
2020-03-15 11:55:33 -07:00
Rosen Penev dd0d89f348
Merge pull request #11552 from neheb/faad
faad2: update to 2.9.1
2020-03-15 11:54:24 -07:00
Rosen Penev 8fd12aa10b
Merge pull request #11154 from dengqf6/antfs
[RFT] antfs: new package
2020-03-15 11:53:30 -07:00
Hannu Nyman e6d72a5b17
Merge pull request #11574 from ldir-EDB0/collectd
collectd: adjust dependecies for iptables bump
2020-03-15 18:23:43 +02:00
Kevin Darbyshire-Bryant d5717f3930 collectd: adjust dependecies for iptables bump
iptables 1.8.4 drops support for a combined libiptc, providing split
libip4tc & libip6tc instead.  Adjust collectd dependencies in advance of
iptables bump from 1.8.3 to 1.8.4

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-03-15 15:48:27 +00:00
DENG Qingfang 047fd15b54 antfs-mount: mount script for antfs
block-mount needs "mount.ntfs" script to mount NTFS drives

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2020-03-15 13:26:57 +08:00
Rosen Penev e4d1fb27c6
cryptsetup: add NLS support
Needed for uClibc-ng.

Added InstallDev section. Because why not.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-14 16:18:41 -07:00
Rosen Penev da288e1f28
Merge pull request #11475 from neheb/hfewfh
smartmontools: convert init script to procd
2020-03-14 16:05:37 -07:00
Hannu Nyman d730fd501a
Merge pull request #11569 from G-M0N3Y-2503/feature_docker-ce_update
docker-ce: Updated to 19.03.8 and updated relevant dependencies
2020-03-14 19:05:27 +02:00