Jiri Slachta and GitHub
194f33e363
Merge pull request #5670 from micmac1/tiff-up
...
Tiff: remove $(FPIC), update install defines
2018-03-01 10:47:52 +01:00
Hannu Nyman and GitHub
ecd19efc93
Merge pull request #5650 from dangowrt/collectd-modbus-little-endian
...
collectd: modbus: backport support for little-endian values
2018-02-28 15:43:40 +02:00
Dirk Brenken and GitHub
5864c2c12d
Merge pull request #5664 from Ansuel/ariang
...
ariang: add new package
2018-02-28 14:02:13 +01:00
Daniel Golle and GitHub
365a88ae03
Merge pull request #5651 from neheb/mk
...
mktorrent: Update to version 1.1.
2018-02-28 13:15:15 +01:00
Daniel Golle
59ec4cc5d7
collectd: modbus: backport support for little-endian values
...
Support for little-endian word-order of 32-bit fields was added
upstream recently. Import the corresponding PR
https://github.com/collectd/collectd/pull/2660
into a local patch and bump package release.
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2018-02-28 12:51:28 +01:00
Ansuel Smith
e258415094
ariang: add new package
...
Modern webui for aria2 package
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com >
2018-02-27 22:16:42 +01:00
Dirk Brenken and GitHub
345420f723
Merge pull request #5684 from dibdot/travelmate
...
travelmate: update 1.1.2
2018-02-27 19:23:17 +01:00
Dirk Brenken
9cc8de86c9
travelmate: update 1.1.2
...
* validate input timings/ranges
* fix an eap detection issue
* refine re-connection handling in case of an error
* refine debug logging
Signed-off-by: Dirk Brenken <dev@brenken.org >
2018-02-27 14:26:18 +01:00
Peter Wagner
d128f5f6aa
irssi: update to 1.1.1
...
Closes the following CVEs:
CVE-2018-7050
https://nvd.nist.gov/vuln/detail/CVE-2018-7050
CVE-2018-7051
https://nvd.nist.gov/vuln/detail/CVE-2018-7051
CVE-2018-7052
https://nvd.nist.gov/vuln/detail/CVE-2018-7052
CVE-2018-7053
https://nvd.nist.gov/vuln/detail/CVE-2018-7053
CVE-2018-7054
https://nvd.nist.gov/vuln/detail/CVE-2018-7054
Signed-off-by: Peter Wagner <tripolar@gmx.at >
2018-02-27 12:27:20 +01:00
Stijn Tintel
ec623f6b42
strongswan: bump to 5.6.2
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be >
2018-02-27 00:35:47 +01:00
Dirk Brenken and GitHub
e616937782
Merge pull request #5645 from neheb/dfu
...
dfu-programmer: Change PKG_SOURCE_URL to use @SF macro.
2018-02-26 19:54:38 +01:00
Dirk Brenken and GitHub
85e5bfc601
Merge pull request #5668 from kissg1988/pytz
...
pytz: update to version 2018.3
2018-02-26 19:30:41 +01:00
Sebastian Kemper
a257f44b30
tiff: install headers of the c++ bindings
...
Make sure that the c++ headers get installed to the staging directory
when libtiffxx was selected/built.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net >
2018-02-25 20:06:06 +01:00
Sebastian Kemper
4ade6e6f7a
tiff: use CONFIGURE_ARGS
...
Simplify the Makefile. No functional change.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net >
2018-02-25 20:03:41 +01:00
Sebastian Kemper
b0c9cc9b19
tiff: switch PKG_SOURCE_URL to HTTPS
...
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net >
2018-02-25 20:01:27 +01:00
Hannu Nyman and GitHub
7f645d9877
Merge pull request #5648 from neheb/dfu-util
...
dfu-util: Add PKG_MAINTAINER entry + fix URL.
2018-02-25 10:22:34 +02:00
Hannu Nyman and GitHub
571acce1c2
Merge pull request #5654 from NeoRaider/update-jool
...
jool: update to latest git version
2018-02-25 10:21:16 +02:00
Hannu Nyman and GitHub
ff0a30071b
Merge pull request #5659 from neheb/kadnode
...
kadnode: Change URL to use git.
2018-02-25 10:20:09 +02:00
Hannu Nyman and GitHub
1b733e8b5f
Merge pull request #5674 from wvdakker/master
...
Shorewall: Bump to version 5.1.12.2
2018-02-25 10:18:27 +02:00
Felix Fietkau
b3aae97b6f
ethtool: remove package (added to OpenWrt main repository)
...
Signed-off-by: Felix Fietkau <nbd@nbd.name >
2018-02-24 16:13:31 +01:00
Sebastian Kemper
47b3a829d7
tiff: update install defines
...
- Use $(INSTALL_DATA) for headers (and really copy only the headers).
- Install _all_ symlinks.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net >
2018-02-24 11:58:41 +01:00
Sebastian Kemper
fad6014357
tiff: remove $(FPIC) from TARGET_CFLAGS
...
tiff already makes sure that the compiler emits position-independent
code. Adding $(FPIC) makes no difference. In addition the tiff build
system puts its own flag behind the CFLAGS, overriding whatever was set
before.
Also with $(FPIC) in CFLAGS even the tiff utils get compiled with PIC,
which us undesirable.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net >
2018-02-24 11:56:03 +01:00
Sebastian Kemper
5b5659850d
tiff: remove uclibc++.mk include
...
The include injects a lib depend on libuClibc++.so.0 into the package,
even on musl. Remove it and replace the depend with libstcpp instead.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net >
2018-02-24 11:54:25 +01:00
Yousong Zhou
8bd3bd86ad
qemu: bump to version 2.11.1
...
Here are the notable changes
- pixman is now not part of the release tarball and is required as an
external dependency
- archipelago is removed by upstream
- patches are regenerated with git-format-patch
- ifunc requirement is now removed
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com >
2018-02-24 15:41:36 +08:00
Yousong Zhou
e35e2bf91b
pixman: initial version 0.34.0
...
This will be required by qemu 2.11. The two patches are copied from
packaging of current qemu 2.6
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com >
2018-02-24 15:41:36 +08:00
Dirk Brenken and GitHub
b273818c34
Merge pull request #5667 from lpapier/luasocket-linking
...
luasocket: fix build on mpc85xx
2018-02-24 06:32:47 +01:00
W. van den Akker
0f41d7eded
Shorewall6: Bump to version 5.1.12.2
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl >
2018-02-23 23:39:13 +01:00
W. van den Akker
fa905aab73
Shorewall: Bump to version 5.1.12.2
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl >
2018-02-23 23:38:20 +01:00
W. van den Akker
7a60a0ccf7
Shorewall6-lite: Bump to version 5.1.12.2
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl >
2018-02-23 23:37:27 +01:00
W. van den Akker
391834d21e
Shorewall-lite: Bump to version 5.1.12.2
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl >
2018-02-23 23:36:50 +01:00
W. van den Akker
348cd96f05
Shorewall-core: Bump to version 5.1.12.2
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl >
2018-02-23 23:35:03 +01:00
Gergely Kiss
3d34c3a94d
pytz: update to version 2018.3
...
Signed-off-by: Gergely Kiss <mail.gery@gmail.com >
2018-02-23 21:29:32 +01:00
Laurent Papier
cb44bfebd5
luasocket: fix build on mpc85xx
...
Signed-off-by: Laurent Papier <papier[at]tuxfan.net>
2018-02-23 14:49:48 +01:00
Daniel Golle
8162fecb37
auc: update to version 0.0.9
...
* use full package list when checking for upgrades
* verify sha256sums and usign signature of sha256sums.sig
* introduce '-c' option to only check if system is up-to-date
* introduce '-F' option to ignore the signature verification result
* return -1 on locally caused and -2 on server-side errors
* don't include locally appended attributes in debug output of a
server reply
* output bug report note on 412 target not found
* use content-length header instead of filesize field in JSON content
* suppress duplicate error messages
* drop unused attributes
* make debug messages optional at compile-time
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2018-02-23 00:51:18 +01:00
Ted Hess
2be807285a
libvorbisidec: Change to .xz archive, update mirror and sha256sum
...
Signed-off-by: Ted Hess <thess@kitschensync.net >
2018-02-22 15:26:19 -05:00
Dirk Brenken and GitHub
c06819b67e
Merge pull request #5663 from dibdot/travelmate
...
travelmate: update 1.1.1
2018-02-22 17:41:48 +01:00
Dirk Brenken
c68ebbec63
travelmate: update 1.1.1
...
* various backend bugfixes
* refine default connection threshold
Signed-off-by: Dirk Brenken <dev@brenken.org >
2018-02-22 17:32:17 +01:00
Rosen Penev
b27640828b
kadnode: Change URL to use git.
...
Currently the Makefile creates a v---.tar.gz file which can conflict with other packages. Standardize the format.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-02-22 08:07:37 -08:00
Rosen Penev
f080681686
mktorrent: Update to version 1.1 + use GitHub properly
...
Use GitHub to generate a .tar.xz file based on commit number. More flexible this way.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-02-21 20:09:13 -08:00
Matthias Schiffer
a331af8d5b
jool: update to latest git version
...
Fixes build against kernel 4.14.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net >
2018-02-22 00:36:11 +01:00
Daniel Golle and GitHub
1b8696446f
Merge pull request #5644 from neheb/mkt
...
mktorrent: Change download URL to GitHub.
2018-02-21 17:05:11 +01:00
Nikos Mavrogiannopoulos and GitHub
c746f86527
Merge pull request #5642 from neheb/tasn
...
libtasn1: Change URL to point to official website instead of download…
2018-02-21 09:05:46 +01:00
Rosen Penev
b1900a771a
dfu-util: Add PKG_MAINTAINER entry + fix URL.
...
/files is not needed when using the @SF macro. Also added PKG_MAINTAINER to get notifications to update.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-02-20 14:40:54 -08:00
Rosen Penev
616e1e79d0
dfu-programmer: Change PKG_SOURCE_URL to use @SF macro.
...
More flexible with more mirrors.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-02-20 13:40:27 -08:00
Rosen Penev
3ee6aff082
mktorrent: Change download URL to GitHub.
...
Upstream has moved to GitHub. Also the hash of the original link and what is in OpenWrt's mirrors does not mach. This may have been motivation for moving away from SourceForge...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-02-20 13:18:54 -08:00
dibdot and GitHub
85fe2abc2b
Merge pull request #5641 from neheb/mail
...
mailman: Use @GNU macro for download link
2018-02-20 21:35:00 +01:00
dibdot and GitHub
3618621394
Merge pull request #5640 from neheb/btr
...
btrfs-progs: Update to 4.15.1
2018-02-20 20:29:20 +01:00
dibdot and GitHub
e4594a3fe7
Merge pull request #5639 from dibdot/adblock
...
adblock: update 3.5.1
2018-02-20 20:21:56 +01:00
Rosen Penev
662fde36de
mailman: Use @GNU macro for download link
...
Less verbose and more flexible. Cosmetic change.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-02-20 11:12:15 -08:00
Rosen Penev
3eab9380a5
libtasn1: Change URL to point to official website instead of download link
...
Cosmetic change.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-02-20 11:09:40 -08:00