Commit graph

19194 commits

Author SHA1 Message Date
Rosen Penev
65ef6c646a
fcgi: remove
Nothing uses this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:29 -07:00
Rosen Penev
27f871473d
classpath: remove
This no longer builds as GCC no longer includes Java support.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:29 -07:00
Rosen Penev
7b02849f51
rxtx: remove
This does not build as GCC no longer includes Java support.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:29 -07:00
Rosen Penev
bb196a7727
avro: remove
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:29 -07:00
Rosen Penev
54b5427536
libfolly: remove
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:28 -07:00
Rosen Penev
1f1d4db694
libfizz: remove
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:28 -07:00
Rosen Penev
5911707366
libgflags: remove
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:28 -07:00
Rosen Penev
bbec1eb5e9
libsigar: remove
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:28 -07:00
Rosen Penev
dc11235ece
librsocket-cpp: remove
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:27 -07:00
Rosen Penev
c018f46411
libwangle: remove
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:27 -07:00
Rosen Penev
6ba8c9131b
fbthrift: remove
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:27 -07:00
Rosen Penev
9820fd6729
fbzmq: remove
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:27 -07:00
Hannu Nyman
e086343cb5
Merge pull request #11793 from commodo/python3-default-bin
python3: symlink 'python' to '/usr/bin/python3'
2020-04-08 18:03:39 +03:00
Alexandru Ardelean
eeda0f939b python3: symlink 'python' to '/usr/bin/python3'
Time to make it more official.
Running 'python' should get you an interpreter running, and that one is now
Python3.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-04-08 14:40:26 +03:00
Eneas U de Queiroz
dbe11776ed dnsdist: fix default SSL lib spelling
This is cosmetic only, since openssl is the first one being defined, but
it avoids a warning in scripts/config, after upgrading to kconfig-v5.6:
tmp/.config-package.in:102839:warning: choice default symbol
'DNSDIST_OPENSSSL' is not contained in the choice

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2020-04-08 07:43:38 -03:00
Hannu Nyman
97572b6716
Merge pull request #11807 from jefferyto/seafile-7.1.3
seafile-server (and related packages): Update to 7.1.3
2020-04-08 13:21:50 +03:00
Jeffery To
7328bcc15e seafile-server: Update to 7.1.3
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-08 17:06:35 +08:00
Jeffery To
6138fe57fe seafile-seahub: Update to 7.1.3, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-08 17:06:35 +08:00
Jeffery To
239948b261 seafile-ccnet: Update to 7.1.3
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-08 17:06:35 +08:00
Jeffery To
8b84576948 libsearpc: Update to "new" version, switch to git download method
Upstream changed the v3.2.0 tag. Previously it referred to
haiwen/libsearpc@23f581b39f; now it refers
to haiwen/libsearpc@d1fd7518a2.

This changes the packaged version to the "new" v3.2.0 and switches to
using the git download method (technically the github_archive method),
since the codeload filenames of the previous and current versions are
the same but the files have different hashes.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-08 17:06:35 +08:00
Hannu Nyman
e3e464ed12
Merge pull request #11804 from VolunteerComputingHelp/master
boinc: FTBFS: avoiding unexpected dependencies
2020-04-08 08:23:06 +03:00
Steffen Möller
e554dcf1d2 Boinc: Avoiding unexpected dependencies
In reaction to a comment by @hnyman in
https://github.com/openwrt/packages/pull/11768#issuecomment-610513948
on BOINC embracing too many libraries it finds on its build
host, the inclusion of the freetype library is now excluded
by an embracing "if" statement.

The patch is presented to BOINC upstream at
https://github.com/BOINC/boinc/pull/3578

Signed-off-by: Steffen Möller <moeller@debian.org>
2020-04-08 07:17:09 +02:00
Dirk Brenken
f8cacf2547
Merge pull request #11799 from dibdot/adblock
adblock: release 4.0.3
2020-04-08 07:04:31 +02:00
Noah Meyerhans
72654d20d5 bind9: update to 9.16.1
Add libuv dependency

Fix optional libxml and c-json dependency handling

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2020-04-07 21:47:07 -07:00
Rosen Penev
1253beb2fe
ntpclient: fix compilation with newer kernels
glibc needs an extra header included.

Also cast time values to 64-bit in preparation for 64-bit time_t for
32-bit platforms.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-07 19:53:35 -07:00
Rosen Penev
49d102503a
Merge pull request #11546 from neheb/gst
gstreamer updates to 1.16.2 and meson
2020-04-07 19:52:38 -07:00
Rosen Penev
996d74c86b
Merge pull request #11786 from neheb/v4llll
libv4l: fix compilation under kernel 4.14
2020-04-07 19:19:30 -07:00
Rosen Penev
b3a661d84d
Merge pull request #11774 from neheb/netif
netifyd: fix compilation with libcxx
2020-04-07 19:13:51 -07:00
Rosen Penev
84a2db01b4
Merge pull request #11789 from neheb/h2oen
h2o: fix compilation without engine support
2020-04-07 19:12:11 -07:00
Rosen Penev
7ebd65399d
Merge pull request #11787 from neheb/shout
libshout: don't use usleep
2020-04-07 19:06:50 -07:00
Rosen Penev
0133aebed4
gst1-libav: update to 1.16.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-07 19:05:26 -07:00
Rosen Penev
714a18e1bb
gst1-plugins-ugly: update to 1.16.2
Switched to meson.

Fixed license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-07 19:03:24 -07:00
Rosen Penev
ae5ef832d1
gst1-plugins-bad: update to 1.16.2
Switched to meson.

Fixed license information.

Several Makefile cleanups for consistency between packages.

Enabled and added packages for a bunch of plugins.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-07 19:01:34 -07:00
Rosen Penev
077536f00f
gst1-plugins-good: update to 1.16.2
Switch to meson.

No more static libraries as meson makes you choose.

Enabled speex and shout2 as the libraries are available.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-07 19:00:07 -07:00
Rosen Penev
9cbde8ad8b
gst1-plugins-base: update to 1.16.2
Switched to meson.

Fixed license information.

No more static libraries as meson makes you choose.

Added several CONFIG_DEPENDS entries.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-07 19:00:07 -07:00
Rosen Penev
cb058bf961
gstreamer1: update to 1.16.2
Switched to meson.

Fixed license information.

Rearranged some stuff for consistency between packages.

Removed static libraries. It seems meson only supports either one or the
other.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-07 19:00:07 -07:00
Rosen Penev
243f7eca91
Merge pull request #11785 from neheb/upnppp
libupnp: do not use usleep
2020-04-07 18:56:07 -07:00
Rosen Penev
1c114f8e4d
Merge pull request #11801 from stangri/master-simple-adblock
simple-adblock: bugfixes: remove escape chars from log, restore from cache on boot
2020-04-07 18:39:25 -07:00
Stan Grishin
5df3acdf10 simple-adblock: bugfixes: remove escape chars from log, restore from cache on boot
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-04-07 21:55:22 +00:00
Dirk Brenken
40d35ea47e
adblock: release 4.0.3
* add 'wally3k' and 'reg_vn' sources, change 'reg_pl' source
* update readme
* small fixes & cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-04-07 21:48:09 +02:00
Rosen Penev
bdc23034ca bind: use json-c instead of jsoncpp
The configure script prefers the latter whereas the code prefers the
latter. Hack around it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-07 12:32:18 -07:00
Hannu Nyman
ee4a20b64a
Merge pull request #11797 from commodo/drop-flup
lang: python: flup: drop package
2020-04-07 20:09:44 +03:00
Alexandru Ardelean
33525fa8d5 lang: python: flup: drop package
Was mostly required for Seafile.
Now it isn't.
It's also pretty ancient.
   https://www.saddi.com/software/flup/

Page was last updated in 2005.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-04-07 18:12:59 +03:00
Hannu Nyman
f11833d46c nano: update to 4.9.2
Update nano editor to version 4.9.2

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-04-07 18:05:11 +03:00
Hannu Nyman
2e6a9bfb16
Merge pull request #11744 from ja-pa/pytest-new
python-pytest: add new package
2020-04-07 17:23:11 +03:00
Toke Høiland-Jørgensen
f1691a39ec
Merge pull request #11794 from TDT-AG/pr/20200407-acme
acme: fix luci-app-acme dependency limitations
2020-04-07 14:12:56 +02:00
Florian Eckert
45a9b6560e acme: fix luci-app-acme dependency limitations
This commit fix circle dependency.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-04-07 13:53:24 +02:00
Rosen Penev
3cf1cb27d7
Merge pull request #11782 from gfrancesco/master
transmission: add init file STOP directive
2020-04-07 04:16:56 -07:00
Francesco G
4fcc44bc89 transmission: add init file STOP directive
Transmission should stop early on system shutdown to avoid
for example fstab unmount disks when transmission is writing.

Signed-off-by: Francesco G <gfrancesco@users.noreply.github.com>
2020-04-07 12:44:23 +02:00
Jan Pavlinec
5ed30d1003
python-pytest: add new package
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-04-07 11:13:37 +02:00