Rosen Penev
5f41d05c71
darkstat: Remove libbsd dependency
...
darkstat includes its own strlcat and strlcpy, making the dependency
somewhat pointless.
Fixes compilation ever since glibc dependency on libbsd was removed.
Also removed std=gnu99 as it's not needed with GCC7.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-10-15 12:27:04 -07:00
Rosen Penev
6f0ff25503
patch: Fix CVE-2018-6952 and CVE-2018-1000156
...
Patches taken from official git repository.
Added PKG_CPE_ID for proper CVE tracking.
Added PKG_BUILD_PARALLEL for faster compilation.
Also adjusted Makefile to be more similar to other projects.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-10-12 14:27:25 -07:00
Rosen Penev
d033024be9
libpsl: Disable documentation and enable parallel building
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-10-11 17:40:12 -07:00
Rosen Penev
4c0337b7ec
setserial: Don't build docs to remove nroff dependency
...
Buildbots are failing as they lack nroff.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-10-11 11:25:30 -07:00
Rosen Penev and Yousong Zhou
5a610ab565
wifidog: Change to use TLS above 1.0
...
This should fix compilation as wolfSSL currently does not define
wolfTLSv1_client_method. And as the comment suggests, this is only TLS 1,
not 1.0 and above.
SSLv23 is TLS 1.1 and above as currently configured in the wolfssl package
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-10-10 09:52:44 +08:00
Rosen Penev
f1633f3b2b
hplip: Update to 3.18.9
...
Added patch to fix some glibc-isms.
Added PKG_BUILD_PARALLEL for faster compilation.
Rearranged slightly for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-10-09 16:20:32 -07:00
Rosen Penev
2ebbfc6ef1
xmlrpc-c: Update to 1.43.08
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-10-07 15:06:53 -07:00
Rosen Penev
591a14f6a9
fio: Update to 3.11
...
Added an upstream pending patch to fix musl support.
Oddly enough, this never caused a runtime issue, only compile time
warnings.
Added myself as maintainer, as previously agreed.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-10-07 14:40:54 -07:00
Rosen Penev
0c6b4723f6
micropython-lib: Update to 1.9.3
...
Switched to codeload tarballs. Simpler Makefile.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-10-07 06:03:34 -07:00
Rosen Penev
93ea312b2b
micropython: Update to 1.94
...
Switched to normal tarballs for simplicity. Also rearanged Makefile.
Refreshed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-10-06 11:52:51 -07:00
Rosen Penev and GitHub
63d221c310
rsyslog: Update to 8.38
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-10-05 13:08:07 -07:00
Rosen Penev and Yousong Zhou
4415467185
hamlib: Update to 3.3
...
Rearranged Makefile for consistency.
Added PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-29 11:50:29 +08:00
Rosen Penev and GitHub
5abd420c65
apr: Update to 1.6.5
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-18 19:45:49 -07:00
Rosen Penev
8cd3a6c295
jool: Update to 3.5.7 and switch to tarballs
...
Should be faster.
Rearranged Makefile slightly for consistency with other packages.
Version 3.5.6 and above are relicensed to GPL-2.0.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-17 23:53:44 -07:00
Rosen Penev
519b638571
procps-ng: Update to 3.3.15
...
Switch from locally generated git tarball to official one.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-17 18:26:05 -07:00
Rosen Penev
b9e501a451
django: Update to 1.11.15
...
Switched from git repo to standard pythonhosted tarball.
The 1.11 series is the last to support Python 2.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-17 15:24:16 -07:00
Rosen Penev and GitHub
33e6f91d02
simplejson: Update to 3.16
...
Switched URL to standard pythonhosted one.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-17 15:19:48 -07:00
Rosen Penev and GitHub
abecafc022
openpyxl: Update to 2.5.7
...
Switched URL to standard pythonhosted one.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-17 15:08:07 -07:00
Rosen Penev and GitHub
d5d0f97143
gunicorn: Update to 19.9.0
...
Switched to standard pythonhosted URL.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-17 14:57:34 -07:00
Rosen Penev
d0f3187bd0
django-postoffice: Update to 3.1.0
...
Changed URL to standard pythonhosted one + a few cosmetic changes.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-17 14:49:49 -07:00
Rosen Penev and GitHub
6717af7d21
django-constance: Update to 2.3.0
...
Switched to standard pythonhosted URL.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-17 14:48:26 -07:00
Rosen Penev and GitHub
ed52180555
django-picklefield: Update to 1.1.0
...
Switched to standard pythonhosted URL.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-17 14:45:56 -07:00
Rosen Penev and GitHub
e5e9ed5094
django-restframework: update to 3.8.2
...
Some minor Makefile adjustments including standard python URL.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-17 14:36:21 -07:00
Rosen Penev and GitHub
42fb1438a6
django-statici18n: Update to 1.8.2
...
Switched URL to standard pythonhosted one.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-17 14:32:20 -07:00
Rosen Penev and tripolar
cfb6ece7c2
glib2: Update to 2.56.2
...
Adjusted some configure flags. Disabled some documentation to save on
build time. It seems to have also fixed parallel building on mvebu at
least.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-17 21:21:08 +02:00
Rosen Penev and GitHub
440d94b592
pytz: Update to 2018.5
...
Switched to standard pythonhosted URL.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-16 21:21:05 -07:00
Rosen Penev and GitHub
b162585872
python-lxml: Update to 4.2.5
...
Switched URL to the standard pythonhosted one. The website directs users there.
Tarballs are identical.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-16 21:18:03 -07:00
Rosen Penev
13c1ba5959
python-pcapy: Update to 0.11.4
...
Switched to regular tarballs from standard pythonhosted source.
Small Makefile rearrangements for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-16 21:11:27 -07:00
Rosen Penev and GitHub
8803b88f3c
python-dateutil: Update to 2.7.3
...
Switch to standard URL.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-16 20:55:44 -07:00
Rosen Penev and GitHub
beda71bfd5
jdcal: Update to 1.4
...
Switched URL to the more standard pythonhosted one.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-16 08:41:42 -07:00
Rosen Penev
40d0f98b16
rsyslog: Disable fmhttp as it relies on libcurl
...
Fixes the buildbot currently.
Also disabled tests for faster builds. And potential libsystemd.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-15 23:35:15 -07:00
Rosen Penev and GitHub
065b684d3c
fio: Update to 3.10 and disable HTTP
...
HTTP support is new and requires libcurl and an SSL library.
Rearranged Makefile for consistency with other projects.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-15 12:52:32 -07:00
Rosen Penev
95cce73642
motion: Backport upstream commit to fix running on musl.
...
Reported on OpenWrt forums
https://forum.openwrt.org/t/motion-segmentation-fault-after-upgrade-to-4-14-68/21276
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-15 10:39:53 -07:00
Rosen Penev
992b9d0f92
libpng: Update to 1.6.35
...
Fixes CVE-2018-13785 and CVE-2018-14048.
Added PKG_CPE_ID for proper CVE tracking.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-14 18:45:47 -07:00
Rosen Penev
ff056fcffc
zsh: Update to 5.6.2
...
Fixes at least CVE-2018-0502 and CVE-2018-13259
Added PKG_CPE_ID for proper CVE tracking.
Added PKG_BUILD_PARALLEL for faster compilation.
Some small reorganization for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-14 18:41:22 -07:00
Rosen Penev
6d6c15e1e9
unixodbc: Update to 2.3.7
...
Switched to HTTP as FTP can be problematic. uscan for example has issues
figuring out the latest version.
Added PKG_CPE_ID for proper CVE tracking.
Reorganized Makefile for consistency with other projects.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-10 12:55:07 -07:00
Rosen Penev and GitHub
c102abca76
fio: Update to 3.9
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-09 21:05:28 -07:00
Rosen Penev
0aebe453ba
flup: Update to 1.0.3
...
Changed URL to pythonhosted for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-08 17:43:29 -07:00
Rosen Penev
c91ee4ea2d
libseccomp: Update to 2.3.3
...
Added PKG_BUILD_PARALLEL for faster compilation.
Removed PKG_FORMAT_SECURITY as it's not needed to be disabled anymore.
Removed patch as musl has been updated.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-08 10:46:00 -07:00
Rosen Penev
7bbb112be2
libuvc: Update to 0.0.6 and switch to codeload
...
Switched to codeload and reorganized Makefile to be more consistent with
other projects.
Added PKG_BUILD_PARALLEL for faster compilation.
Minor whitespace fixes.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-08 10:33:39 -07:00
Rosen Penev
1779f617e6
mailman: Adjust Makefile to be similar to other projects
...
Reorganization + HTTPS + CPE ID for proper CVE tracking.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-02 15:07:28 -07:00
Rosen Penev
0476bbea20
mailman: Update to 2.1.29
...
Bug and Security fixes.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-02 15:07:22 -07:00
Rosen Penev and GitHub
e3fd149ae2
p11-kit: Update to 0.23.14
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-02 14:50:54 -07:00
Rosen Penev and Jonathan McCrohan
b5e6d2c784
mtr: Switch to official tarball and remove hackish patches ( #6738 )
...
Should properly report version now.
Cosmetic makefile changes.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-02 00:55:55 +01:00
Rosen Penev
1b93344924
libupnp: Update to 1.6.25
...
Added PKG_BUILD_PARALLEL for faster compilation.
Removed copyright line.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-01 08:31:20 -07:00
Rosen Penev
33dc529e00
tdb: Remove libbsd dependency
...
libbsd gets picked up since it's no longer limited to glibc.
Patch identical to libtalloc one. Same codebase.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-31 16:48:35 -07:00
Rosen Penev and GitHub
deaa076357
crelay: Update to 0.13
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-29 13:33:46 -07:00
Rosen Penev
a430500ffb
tiff: Fix CVE-2017-17095
...
Fedora does not have a fix for this but Debian does. Took fix from there.
There are two more CVEs as reported by uscan but I can't seem to find
patches for those.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-26 21:23:50 -07:00
Rosen Penev
7f561b97c3
ldns: Fix two CVEs
...
CVE-2017-1000231 and CVE-2017-1000232.
Taken from Fedora.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-26 21:05:49 -07:00
Rosen Penev
087983a97e
clamsmtp: Fix compile under musl
...
sys/socket already includes the needed socket stuff. Including the second
header causes the build to fail.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-26 08:20:21 -07:00
Rosen Penev and GitHub
7bbca3ed33
bluelog: Adjust source name to try to fix buildbot
...
The buildbot is failing on applying the patch:
https://downloads.openwrt.org/snapshots/faillogs/mipsel_24kc/packages/bluelog/compile.txt
Locally, this does not happen. I assume the reason is that it has some special handling for
GitHub's tar archives where it extracts it to the name in PKG_SOURCE. So adjust that.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-24 20:14:18 -07:00
Rosen Penev
3f3eda645b
file: Update to 5.34
...
Get rid of autoreconf to speed up build.
Fixed project URL.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-24 15:18:21 -07:00
Rosen Penev
7b4d044a8b
msmtp: Update to 1.6.8
...
Main URL has changed.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-24 15:14:58 -07:00
Rosen Penev and GitHub
71a657e11c
less: Update to 530
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-23 18:23:44 -07:00
Rosen Penev
b7870ea711
libxml2: Fix CVE-2018-14404
...
Embarrasingly, I missed this one last time.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-21 13:59:56 -07:00
Rosen Penev and GitHub
9c43fd81d5
gnutls: Add PKG_CPE_ID for proper CVE tracking
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-21 12:47:25 -07:00
Rosen Penev and GitHub
3f20518a34
giflib: Add PKG_CPE_ID for proper CVE tracking
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-21 12:44:24 -07:00
Rosen Penev and GitHub
456ae2f541
freetype: Add PKG_CPE_ID for proper CVE tracking
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-20 21:40:57 -07:00
Rosen Penev
20fe720732
flac: Fix CVE-2017-6888
...
Added PKG_CPE_ID for proper CVE tracking.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-20 21:38:07 -07:00
Rosen Penev
4c59ee99e9
confuse: Update to 3.2.2
...
Fix for CVE-2018-14447
God rid of pointless autoreconf.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-20 20:59:34 -07:00
Rosen Penev
193b7ea072
vim: Update to 8.1
...
Switch URL to HTTP. More reliable.
Added PKG_CPE_ID for proper CVE tracking.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-20 20:34:21 -07:00
Rosen Penev
b2427ca1cf
python-urllib3: Update to 1.23
...
Use a better URL.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-19 20:47:21 -07:00
Rosen Penev and GitHub
683d833150
ffmpeg: Add CPE ID for proper CVE tracking
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-19 15:19:32 -07:00
Rosen Penev and GitHub
61cdf7b4d6
avahi: Add CPE ID to track CVEs
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-19 15:05:41 -07:00
Rosen Penev
8ce9f30c42
sudo: Update to 1.8.24
...
Changed URLs to HTTPS
Rearranged Makefile for consistency.
Added PKG_BUILD_PARALLEL for faster compilation.
Added PKG_CPE_ID for CVE tracking.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-19 14:21:33 -07:00
Rosen Penev
18283b444b
monit: Update to 5.25.2
...
Added PKG_BUILD_PARALLEL to speed up compilation times.
Added PKG_CPE_ID for proper CVE tracking.
A few other cosmetic changes.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-18 21:54:11 -07:00
Rosen Penev
c0b9f73919
htop: Minor adjustments
...
Added PKG_CPE_ID for proper CVE tracking.
Fixed URLs. Changed to HTTPS as well.
Removed autoreconf as there is no patching being done.
PKG_BUILD_PARALLEL was enabled for faster building.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-18 21:33:25 -07:00
Rosen Penev and GitHub
7ea11eefc6
python-yaml: Update to 3.13
...
Switch URL to use a more standard location.
Add HTTPS to everything.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-18 14:21:49 -07:00
Rosen Penev and GitHub
6e14e47024
rsyslog: Update to 8.37.0
...
HTTPS to everything
Remove autoreconf as it's not needed and slows down the build.
Build in parallel for faster building.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-18 14:09:35 -07:00
Rosen Penev
e7aea55d56
libfastjson: Update to 0.99.8 + switch to tarball
...
Using the tarball allows getting rid of autoreconf and speeding up the build.
Also easier to bump the package.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-18 14:01:36 -07:00
Rosen Penev
22baa9f3ed
python-pyasn1: Update to 0.4.4
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-17 23:14:00 -07:00
Rosen Penev
0d9b5dd468
libxml2: Fix CVE-2018-9251 and CVE-2018-14567
...
Also added the CPE ID.
Taken from Fedora.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-17 18:46:27 -07:00
Rosen Penev
29ffbead75
tiff: Fix remaining CVEs
...
Taken from Fedora. Reordered them so as to apply properly.
Added a CPE ID.
Added parallel build for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-17 18:19:00 -07:00
Rosen Penev
be07e5d2f9
protobuf-c: Update to 1.3.1
...
Switched to regular tarballs. Makes updating easier and avoids having to
autoreconf. Simplifies Makefile slightly.
Updated project URL. Some Makefile reorganization was done for consistency
with other packages.
Added parallel build for faster building.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-17 13:16:26 -07:00
Rosen Penev and GitHub
8547ce444d
shairport-sync: Install /etc/config as 600
...
/etc/config should not be readable by non-root.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-16 21:02:38 -07:00
Rosen Penev and GitHub
2e7bdcd618
geth: Update to 1.8.13
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-15 19:21:36 -07:00
Rosen Penev and GitHub
e62e2ddd9a
btrfs-progs: Update to 4.17.1
...
Cosmetic adjustments
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-15 18:47:47 -07:00
Rosen Penev
2192c572a3
shadow: Update to 4.6
...
Switched dead URLs to new upstream.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-15 18:31:34 -07:00
Rosen Penev
307ac69e60
LVM2: Update to 2.02.81
...
Switch to upstream URL.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-14 22:28:07 -07:00
Rosen Penev
23e57c7394
p11-kit: Update to 0.23.13
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-12 13:13:30 -07:00
Rosen Penev
ef6c6feef6
gammu: Update to 1.39.0
...
Cosmetic makefile changes.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-11 14:28:32 -07:00
Rosen Penev and GitHub
5f01c15137
grep: Update to 3.1
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-09 19:33:45 -07:00
Rosen Penev and GitHub
9aad8f0825
python-gnupg: Update to 0.4.3
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-09 13:00:07 -07:00
Rosen Penev and GitHub
1d6ae29e70
logrotate: Update to 3.14
...
Switched to .xz as that is a smaller archive.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-09 10:31:14 -07:00
Rosen Penev and GitHub
79be753b74
grilo: Update to 0.3.6
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-07 22:46:20 -07:00
Rosen Penev and GitHub
c8c1b541e3
joe: Update to 4.6
...
Cosmetic makefile changes
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-07 16:04:05 -07:00
Rosen Penev and GitHub
ef5ac65577
gzip: Update to 1.9
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-07 15:56:21 -07:00
Rosen Penev and GitHub
dac07561bf
cryptsetup: Update to 2.0.4
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-07 15:31:30 -07:00
Rosen Penev
62cc5ce997
arp-scan: Update to 1.9.5
...
Switch to codeload as well for easier package bumping.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-05 21:42:34 -07:00
Rosen Penev and Jonathan McCrohan
47a68e5e62
wavemon: Switch to codeload tarballs
...
Simpler and easier to bump the version in the future.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com >
2018-08-05 21:00:06 +01:00
Rosen Penev
1866b659ac
stoken: Update to 0.92 and switch to normal tarball.
...
Simplifies the Makefile quite a bit.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-05 10:21:19 -07:00
Rosen Penev and Nuno Goncalves
2eb25c44f4
rtl-ais: Update to 0.3 and switch to codeload ( #6661 )
...
Simpler
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-05 10:49:06 +02:00
Rosen Penev and Nuno Goncalves
ead9538b2c
ntripcaster: Switch to codeload ( #6653 )
...
Currently uscan fails on this as it tries to look for a download link in the
wrong location. Switching it to a GitHub tarball will probably fix it.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-05 10:45:56 +02:00
Rosen Penev and Nuno Goncalves
bd3c9c6643
ntripserver: Fix version and switch to codeload ( #6689 )
...
1.51 is the version not 1.5.1. codeload simplifies the Makefile.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-05 10:42:10 +02:00
Rosen Penev and Nuno Goncalves
82fc8f87e9
ntripclient: Fix version and switch to codeload ( #6690 )
...
Version is 1.51, not 1.5.0. Codeload simplifies the Makefile.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-05 10:41:23 +02:00
Rosen Penev
2a85d7863c
tgt: Switch to codeload
...
Simplifies the makefile and makes it easier to bump versions.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-04 19:44:06 -07:00
Rosen Penev
baabb53d89
ola: Update to 0.10.7 and switch to codeload
...
Simpler and easier to bump version.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-04 19:32:27 -07:00
Rosen Penev
8f0d732115
sysrepo: Switch to codeload tarballs
...
Simpler and faster to bump version.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-04 17:02:18 -07:00
Rosen Penev
7f7170df92
digitemp: Switch to codeload
...
Simpler and makes version bumps easier.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-04 16:32:30 -07:00
Rosen Penev
8dc7472705
miniupnpd: Update to 2.1.20180706
...
Switched to upstream mirror 2, which is reachable over HTTPS.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-08-04 11:55:33 -07:00