Commit graph

14336 commits

Author SHA1 Message Date
Rosen Penev
68ab6919fd
unrar: Update to 5.7.3
Added -fno-rtti and -nodefaultlibs for slightly smaller size.

Also added LTO for a close to 25kb size reduction.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-05 18:24:33 -07:00
Rosen Penev
9038da616d
protobuf: Update to 3.7.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-05 16:41:20 -07:00
Rosen Penev
0cd5fecfe4
Merge pull request #8602 from Ansuel/nginxup
nginx: update to version 1.15.10
2019-04-05 14:41:27 -07:00
Rosen Penev
3f53cdf2b5
Merge pull request #8577 from neheb/pro
prosody: Change -fPIC to $(FPIC)
2019-04-05 14:39:20 -07:00
Rosen Penev
3deb14bf5b
prosody: Change linker from LD to CC
This is causing linking errors on i3486 and maybe other platforms. Linking
with LD does not seem to be very portable.

Also cleaned up the Makefile by getting rid of whitespace, HTTPS,
duplicated entries, etc...

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-05 14:30:06 -07:00
Rosen Penev
1350f4773d
Merge pull request #8603 from jbenden/aircrack-ng-git
aircrack-ng: Update to git commit 42f2b48d
2019-04-05 14:16:09 -07:00
Ansuel Smith
4b541141ca
nginx: update to version 1.15.10 and rework
Remove libopenssl dep from NGINX_HTTP_CACHE and NGINX_HTTP_AUTH_BASIC config flag
The documentation doesn't mention that openssl is required for this 2 modules. This also permit to use nginx no-ssl variant without libopenssl as this 2 module are selected by default. Also make OPENSSL_ENGINE flag a dep to recompile nginx on change of openssl compilation flag.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-04-05 21:54:53 +02:00
Rosen Penev
139ecea4d1
Merge pull request #8597 from nxhack/renewal_node-cylon
node-cylon: Takeover of maintainer and Major Makefile Update
2019-04-05 12:24:20 -07:00
Rosen Penev
ba277390ac
Merge pull request #8605 from philenotfound/mutt-bump
mutt: bump to version 1.11.4
2019-04-05 12:23:09 -07:00
Joseph Benden
820473795f aircrack-ng: Update to git commit 42f2b48d
This patch updates the aircrack-ng package to their git revision
42f2b48d. This commit is the latest for the upcoming 1.6 release.

Signed-off-by: Joseph Benden <joe@benden.us>
2019-04-05 12:13:19 -07:00
Rosen Penev
b406e24e02
Merge pull request #8601 from bmork/pcre-build-fix
pcre: Depending on C++ now
2019-04-05 11:46:38 -07:00
Koen Vandeputte
7bb78c3f9c
net-snmp: add missing dependency to libpci
There's a build race condition with other packages which sometimes results in:

Package libnetsnmp is missing dependencies for the following libraries:
libpci.so.3
2019-04-05 16:53:03 +02:00
Bjørn Mork
ec138f51ab pcre: Depending on C++ now
Must depend on cpp for the unconditional --enable-cpp, or the build can
fail when CONFIG_PACKAGE_libpcrecpp is unset and nothing else has built
the c++ toolchain:

 configure: error: Invalid C++ compiler or C++ compiler flags
 Makefile:97: recipe for target '/usr/local/src/lede/build_dir/target-mipsel_24kc_musl/pcre-8.42/.configured_68b329da9893e34099c7d8ad5cb9c940' failed
 make[3]: *** [/usr/local/src/lede/build_dir/target-mipsel_24kc_musl/pcre-8.42/.configured_68b329da9893e34099c7d8ad5cb9c940] Error 1
 make[3]: Leaving directory '/usr/local/src/lede/feeds/packages/libs/pcre'
 time: package/feeds/packages/pcre/compile#4.48#0.30#6.88
 package/Makefile:107: recipe for target 'package/feeds/packages/pcre/compile' failed

Fixes: 17090fecf1 ("pcre: Fix compile of libpcrecpp")
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2019-04-05 16:29:45 +02:00
Daniel Golle
29bd05ecd4 gnunet: update to v0.11.2
merged gnunet-peerstore into gnunet package.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-04-05 16:07:43 +02:00
Phil Eichinger
b1743883e4 mutt: bump to version 1.11.4
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2019-04-05 15:37:47 +02:00
Rosen Penev
e57a46ab6e unbound: Fix ECC dependency
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-05 08:53:53 -03:00
Josef Schlehofer
409556b3fd
Merge pull request #8600 from jefferyto/python-pkg-setup-global-args
python,python3: Add PYTHON[3]_PKG_SETUP_GLOBAL_ARGS
2019-04-05 12:54:49 +02:00
Jeffery To
9995fe7732 python,python3: Add PYTHON[3]_PKG_SETUP_GLOBAL_ARGS
Some packages (PyYAML,
https://github.com/openwrt/packages/pull/8482#discussion_r270692276)
recognize "global" options to setup.py; these must appear before the
"install" command on the command line.

This adds PYTHON[3]_PKG_SETUP_GLOBAL_ARGS, which let packages set these
global options.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-04-05 16:44:55 +08:00
Rosen Penev
b8f0b6b07e
Merge pull request #8592 from nxhack/renewal_node-serialport
node-serialport: update to 7.1.4
2019-04-04 22:05:11 -07:00
Hirokazu MORIKAWA
a20e73f97e node-cylon: Takeover of maintainer and Major Makefile Update
Takeover of PKG_MAINTAINER
Major Makefile Updates

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2019-04-05 13:57:00 +09:00
Hirokazu MORIKAWA
63cef91f20 node-arduino-firmata: support serialport 7.x
support serialport 7.x
Takeover of PKG_MAINTAINER
Major Makefile Updates

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2019-04-05 13:47:33 +09:00
Hirokazu MORIKAWA
c73379e1ac node-hid: update to 0.7.7
update to 0.7.7
Takeover of PKG_MAINTAINER
Major Makefile Updates

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2019-04-05 12:47:35 +09:00
Rosen Penev
9b7ce85139
Merge pull request #8553 from neheb/un
unbound: Make ECDSA support explicit
2019-04-04 20:44:03 -07:00
Hirokazu MORIKAWA
8cfac80138 node-serialport: update to 7.1.4
update to 7.1.4
Takeover of PKG_MAINTAINER
Major Makefile Updates

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2019-04-05 12:38:38 +09:00
Rosen Penev
6d535fd282
Merge pull request #8556 from neheb/tor2
tor: Remove zstd dependency
2019-04-04 18:50:45 -07:00
Rosen Penev
3653cd852b
Merge pull request #8590 from lnslbrty/update/ptunnel-ng
ptunnel-ng: update to 1.41
2019-04-04 15:00:43 -07:00
Rosen Penev
a5d85b71ac
Merge pull request #8586 from alext/fix_conntrack_collector
prometheus-node-exporter-lua: fix missing conntrack values
2019-04-04 14:58:17 -07:00
Toni Uhlig
91459e3a0a ptunnel-ng: update to 1.41
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2019-04-04 23:37:56 +02:00
Alex Tomlins
deab22044b prometheus-node-exporter-lua: Bump PKG_RELEASE
Signed-off-by: Alex Tomlins <alex@tomlins.org.uk>
2019-04-04 22:28:40 +01:00
Rosen Penev
ad839a4d9b
Merge pull request #8580 from tru7/apcupsd
apcupsd: preset shutdown binary
2019-04-04 10:04:02 -07:00
Othmar Truniger
8b618efe21 apcupsd: preset shutdown binary
Signed-off-by: Othmar Truniger <github@truniger.ch>
2019-04-04 18:39:45 +02:00
Jiri Slachta
12eabc9b02
Merge pull request #8588 from ja-pa/libssh2-1.8.2
libssh2: update to version 1.8.2
2019-04-04 16:59:05 +02:00
Jan Pavlinec
6fb992405c
libssh2: update to version 1.8.2
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-04-04 16:41:52 +02:00
Rob White
753855b8a1 libmicrohttpd: Remove one CONFLICTS statement.
Having CONFLICTS for each variant in the other variant causes recursive dependency error, even though the two variants do conflict with each other. This commit removes one of the CONFLICT lines.
Build now completes without error on SDK.

Signed-off-by: Rob White <rob@blue-wave.net>
2019-04-04 15:31:33 +01:00
Rosen Penev
9f15edf744
Merge pull request #8584 from jefferyto/python-compileall-recursion-level
python,python3: Increase max recursion level when generating bytecode
2019-04-04 00:19:55 -07:00
Rosen Penev
5be14931bd
Merge pull request #8516 from jefferyto/python-config
python,python3: Include python-config for target Python in InstallDev
2019-04-04 00:18:24 -07:00
Rosen Penev
5c539c7950
Merge pull request #8581 from cotequeiroz/luasec_linker
luasec: use gcc to link instead of ld
2019-04-03 22:17:50 -07:00
Rosen Penev
1321984c22
Merge pull request #7837 from rosysong/file-server
rosy-file-server: add new package
2019-04-03 18:00:22 -07:00
Rosen Penev
2530ae4115
Merge pull request #7803 from ammubhave/add_libdoubleconversion_hostbuild
libdouble-conversion: Add host build to libdouble-conversion
2019-04-03 17:46:47 -07:00
Rosen Penev
66f1e748f8
Merge pull request #6950 from thiagoricciardi/pptpd-static-ips
net/pptpd: add static remote ip in config file
2019-04-03 17:03:14 -07:00
Rosen Penev
6a276e9fc5
Merge pull request #5447 from Tiboris/tang
tang: Add package tang into tree
2019-04-03 16:28:50 -07:00
Thiago Pereira Ricciardi
33ddd51969 net/pptpd: add static remote ip in config file
Add ability to configure a static remote ip in pptp config file
This change has backward compatibility with old config files

Also remove the MAINTAINER as intructed

Signed-off-by: Thiago Pereira Ricciardi <thiago.ricciardi@gmail.com>
2019-04-03 23:26:15 +00:00
Tibor Dudlák
b99d701318
tang: Add package into tree
Tang is lightweight server for binding data to network presence.
---
Tang's source: https://github.com/latchset/tang

Maintainer: @Tiboris

Compile tested: (mips, TL-WR842N, 17.01.4, r3560-79f57e422d)

**Tang requires a few other software libraries:**

1. libhttp-parser
2. xinetd's socket activation
3. jose >= 8

**Two new files compared to tang upstream:**
- tangdx : configuration file for xinetd
- tangdw : wrapper for tangd service
	- puts timestamp when service activated, and
	- redirects stderr to log file in /var/log/

**Removed systemd requirement**

Signed-off-by: Tibor Dudlák <tdudlak@redhat.com>
2019-04-04 01:20:12 +02:00
Rosen Penev
3b65a21c7c
Merge pull request #8587 from alext/patch-1
Fix "Sign your work" link in CONTRIBUTING.md
2019-04-03 14:17:38 -07:00
Rosen Penev
3ba2e1c878
Merge pull request #4334 from Tiboris/jose
jose: Add Makefile for jose v10
2019-04-03 14:16:59 -07:00
Eneas U de Queiroz
aa2f0987d6
luasec: cleanup Makefile
The LIBDIR and INCDIR assignments are duplicate of the original
Makefile, changing LIB_PATH and INC_PATH to LDFLAGS and CPPFLAGS.

Setting LIB_PATH and INC_PATH to empty strings will do the same
without duplicating the flags.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2019-04-03 18:00:23 -03:00
Alex Tomlins
c51e847bd9 CONTRIBUTING: Fix "Sign your work" link
This was linking to a non-existent page in the wiki.

Signed-off-by: Alex Tomlins <alex@tomlins.org.uk>
2019-04-03 21:56:20 +01:00
Josef Schlehofer
ee6a0811bb
Merge pull request #8585 from Cynerd/btrfs-progs-fix-kconfig
btrfs-progs: drop unnecessary Kconfig dependency
2019-04-03 22:44:17 +02:00
Karel Kočí
6b168f60d2
btrfs-progs: drop unnecessary Kconfig dependency
Signed-off-by: Karel Kočí <cynerd@email.cz>
2019-04-03 22:21:28 +02:00
Tibor Dudlák
589e39bef2
jose: Add Makefile for v10
Jose is acommand line utility for performing various tasks on JSON
Object Signing and Encryption (JOSE) objects. José provides a full
crypto stack including key generation, signing and encryption.
Added: 198f720742

Signed-off-by: Tibor Dudlák <tibor.dudlak@gmail.com>
2019-04-03 22:16:32 +02:00