Commit Graph

16542 Commits

Author SHA1 Message Date
Jeffery To 53e1692ae9 treewide: Use default PKG_BUILD_DIR when possible
This removes lines that set PKG_BUILD_DIR when the set value is no
different from the default value.

Specifically, the line is removed if the assigned value is:

* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)

  The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT
  if it is set, so now this is identical to the default value.

* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR)

  if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it
  the same as the previous case

* $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)

  This is the same as the default PKG_BUILD_DIR when there is no
  BUILD_VARIANT.

* $(BUILD_DIR)/[name]-$(PKG_VERSION)

  where [name] is a string that is identical to PKG_NAME

[1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-10-13 02:01:34 +08:00
Hannu Nyman 7de37d7fea
Merge pull request #10193 from Ansuel/nginx-sock
nginx: adds new socket to luci uwsgi config
2019-10-12 14:46:06 +03:00
Ansuel Smith b9c7a570a2
nginx: adds new socket to luci uwsgi config
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-10-12 13:22:08 +02:00
Hannu Nyman fd85ad0909
Merge pull request #10171 from neheb/gam2
gammu: Update to 1.41
2019-10-12 13:47:08 +03:00
Gerard Ryan 6e8be5f42e cache-domains: added game cache DNS config service
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-10-12 15:24:21 +08:00
Rosen Penev 326b48d5c5
Merge pull request #10207 from dengqf6/upnpd
miniupnpd: update to 2.1.20191006
2019-10-12 00:20:16 -07:00
DENG Qingfang fcf72ceec4 miniupnpd: update to 2.1.20191006
Removed upstreamed patch:
100-build-on-OpenWrt.patch

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-10-12 14:54:26 +08:00
Hannu Nyman 5c1c478b9a
Merge pull request #10173 from Ansuel/uwsgi-fix
uwsgi-cgi: adds patch to fix #10134
2019-10-12 09:39:47 +03:00
Rosen Penev 679f10bdc7
Merge pull request #10196 from lucize/nssup
nss: update to 3.46.1
2019-10-11 13:14:54 -07:00
Rosen Penev bb94e1019c
Merge pull request #10119 from BKPepe/debootstrap
debootstrap: Update to version 1.0.115~bpo10+1
2019-10-11 12:50:06 -07:00
Rosen Penev b2f7cea162
Merge pull request #10107 from BKPepe/expat
expat: Update to version 2.2.9
2019-10-11 12:49:22 -07:00
Rosen Penev a0c27cf5a3
Merge pull request #10160 from G-M0N3Y-2503/feature_docker-ce_update
docker-ce: Updated to 19.03.2
2019-10-11 12:45:40 -07:00
Rosen Penev 28050c4c3a
Merge pull request #10159 from jefferyto/shinit
shinit: Add package
2019-10-11 12:45:25 -07:00
Petr Štetiar bb6cdb804c cgi-io: iron out extra compiler warnings
Fixes following errors:

 main.c:458:37: error: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Werror=sign-compare]
 main.c:463:17: error: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Werror=sign-compare]
 main.c:518:35: error: comparison of integer expressions of different signedness: ‘ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Werror=sign-compare]
 main.c:157:3: error: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Werror=unused-result]
 main.c:763:3: error: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Werror=unused-result]

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2019-10-11 16:03:54 +02:00
Petr Štetiar 4e7411a8d0 cgi-io: cmake: enable extra compiler warnings
Spotting issues during compilation is cheaper.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2019-10-11 16:03:54 +02:00
Petr Štetiar fd47e99be4 cgi-io: cmake: fix libraries lookup
In order to make it compile properly in more environments.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2019-10-11 16:03:54 +02:00
Jo-Philipp Wich f22bd6116a
Merge pull request #10191 from Ansuel/cgi-io-fix
cgi-io: fix various errors
2019-10-11 12:10:47 +02:00
Rosen Penev 2fcdd1fb57 mosh: Add protobuf host build dependency
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-10 20:08:54 -07:00
Ansuel Smith 6cc1ae7fd5
uwsgi-cgi: adds luci webui and cgi-io vassals config
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-10-11 03:38:43 +02:00
Ansuel Smith e8a391e9c7
uwsgi-cgi: introduce emperor mode as default uwsgi installation
- Use uwsgi in emperor mode by default

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-10-11 03:38:32 +02:00
Ansuel Smith fdcb6e6873
uwsgi-cgi: add patch to fix #10134
- add uwsgi patch to add option to don't follow simbolic link but call it directly (waiting to be approved)

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-10-11 01:26:18 +02:00
Rosen Penev e6a75aaf63
Merge pull request #9150 from lucize/uacme
uacme: add package
2019-10-10 13:25:40 -07:00
Ansuel Smith 535b2b6bd8
cgi-io: fix read after end errors
Currently cgi-io try to read data after the data ended.
- Adds "-" to whitelist char
- In main_upload is tried to consume the buffer while it's already readed by the while loop before

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-10-10 20:02:30 +02:00
Lucian Cristian 4da3baea35 nss: update to 3.46.1
and clean some comments

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-10-10 19:06:15 +03:00
Lucian Cristian cb81ac1e06 uacme: add package
lightweight client for the RFC8555 ACMEv2 protocol, written in plain C code
with minimal dependencies (libcurl and one of GnuTLS, OpenSSL or mbedTLS).

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-10-10 18:55:52 +03:00
Jan Pavlinec 390da39191 tor: update to 0.4.1.6
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-10-10 08:58:40 +02:00
Rosen Penev 16fdfac0ec
Merge pull request #10194 from nickberry17/master
modemmanager: remove check for unneeded host dependency intltool
2019-10-09 18:57:45 -07:00
Nicholas Smith 805daeaff1 modemmanager: remove check for unneeded host dependency intltool
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
2019-10-10 08:31:20 +10:00
Rosen Penev 96f44c5c33
Merge pull request #10182 from jefferyto/python-attrs-19.2.0
python-attrs: Update to 19.2.0
2019-10-09 12:50:07 -07:00
Rosen Penev a5c60d7249
Merge pull request #10170 from ewsi/feature_dcwifi_1.1
dcwifi: Update component versions
2019-10-09 12:46:00 -07:00
Rosen Penev 25d0c17dfb
Merge pull request #10187 from commodo/python-asn1crypto-update
python-asn1crypto: bump to version 1.0.1
2019-10-09 12:43:20 -07:00
Rosen Penev 5aa5c26a17
Merge pull request #10185 from commodo/python-pillow-update
python-pillow: bump to version 6.2.0
2019-10-09 12:42:58 -07:00
Dirk Brenken b704e70689
Merge pull request #10189 from dibdot/banIP
banip: update 0.3.1
2019-10-09 19:04:39 +02:00
Carey Sonsino 0f00bcb16e dcwifi: Update component versions
update package versions and hashes
remove bzero patches
remove uclibc++ patch
refactor directory structure
relocate mrmctl in menuconfig
update macremapper patch

Signed-off-by: Carey Sonsino <careys@edgewaterwireless.com>
Signed-off-by: Carey Sonsino <csonsino@gmail.com>
2019-10-09 14:53:01 +00:00
Karl Palsson 74b34fb148 net/mosquitto: drop obsolete libuuid dependency
libuuid was dropped as a dependency in mosquitto 1.6.0

Signed-off-by: Karl Palsson <karlp@etactica.com>
2019-10-09 14:11:33 +00:00
Dirk Brenken 70ab67649b
banip: update 0.3.1
* the WAN auto detection now supports multiple interfaces, too
* no longer filter out possible LAN devices
* add a new DoH (DNS over HTTPS) blocklist source with public
  DoH DNS server addresses, to effectively block client side DoH
  communication, e.g. via Firefox or Chrome

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-10-09 14:07:05 +02:00
Alexandru Ardelean 03f625047d python-asn1crypto: bump to version 1.0.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-10-09 13:23:28 +03:00
Alexandru Ardelean 929df778cc python-pillow: bump to version 6.2.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-10-09 11:53:46 +03:00
Jeffery To d62dc51634 python-attrs: Update to 19.2.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-10-09 05:18:44 +08:00
Eneas U de Queiroz 0e725be8fd
icu: Revert "icu: Deactivate uClibc"
This reverts commit db424ede2f.
It is causing recursive dependencies.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2019-10-08 18:10:49 -03:00
Rosen Penev 5f7fc18ce7
Merge pull request #10180 from nxhack/icu_uclibc
icu: Deactivate uClibc
2019-10-08 01:12:34 -07:00
Hirokazu MORIKAWA db424ede2f icu: Deactivate uClibc
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2019-10-08 17:01:59 +09:00
Rosen Penev 690f397a0c
Merge pull request #10113 from dhewg/pull/libid3tag
libid3tag: add pkg-config file
2019-10-07 21:26:06 -07:00
Rosen Penev 451ec9cdc4
Merge pull request #10038 from tiagogaspar8/kea-fix
kea: fix makefile and dependencies
2019-10-07 21:20:55 -07:00
Rosen Penev 99bbb8af31
gammu: Update to 1.41
Remove upstreamed patch.

Switched conditional dependency to python3 in preparation for deprecating
Python 2.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-07 21:19:44 -07:00
Rosen Penev 1b0ff174dd
Merge pull request #10175 from nxhack/icu_65_1
icu: update to 65.1
2019-10-07 21:18:17 -07:00
Rosen Penev 43ecac1068
Merge pull request #10177 from kuoruan/aria2
aria2: Update to 1.35.0
2019-10-07 21:13:01 -07:00
Xingwang Liao 2384acdc9d
aria2: Update to 1.35.0
* remove OpenSSL patch, it has already merged to the source.

Signed-off-by: Xingwang Liao <kuoruan@gmail.com>
2019-10-08 11:40:49 +08:00
Hirokazu MORIKAWA 23adefbb7b icu: update to 65.1
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2019-10-08 12:33:31 +09:00
Andre Heider 1b37a1d2a8 libid3tag: add pkg-config file
Required for meson to find this library in a sane way.

Signed-off-by: Andre Heider <a.heider@gmail.com>
2019-10-07 20:58:56 +02:00