Hannu Nyman
06e404e1cf
Merge pull request #3355 from bobafetthotmail/master
...
gdisk: enabled more utils and changed package name
2016-10-19 09:08:20 +03:00
Alexis Green
e0de4048e5
rsyslog: do not daemonize rsyslogd and allow procd to manage it
...
Signed-off-by: Alexis Green <alexis@cessp.it>
2016-10-18 18:56:01 -07:00
Matthias Schiffer
ee8227ecce
Merge pull request #3291 from NeoRaider/autotools
...
autotools: don't rely on STAGING_DIR_HOST
2016-10-18 22:02:48 +02:00
Hannu Nyman
524e19171c
unbound: fix whitespace
...
* Fix upstream whitespace change in the patch.
* Minor cleanup to the header.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-10-18 18:24:17 +03:00
Stijn Segers
56891725c1
unbound: update to 1.5.10
...
Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
2016-10-18 18:22:37 +03:00
Hannu Nyman
9657fb53f3
Merge pull request #3347 from dibdot/travelmate
...
travelmate: new package, release 0.2.2
2016-10-18 16:30:06 +03:00
Alberto Bursi
881ebfcaa6
gdisk: enabled more utils and changed package name
...
I needed also sgdisk (script-friendly) and while I was at it I added also
cgdisk (uses ncurses interface), all as separate packages.
re-arranged the package folder and set /usr/sbin for install folder
as most tools seem to go in there and not in /sbin.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-10-18 09:54:57 +02:00
Hannu Nyman
8410d09d21
Merge pull request #3353 from diizzyy/patch-19
...
gdisk: Use libpopt instead of popt as dependency
2016-10-17 23:54:41 +03:00
Daniel Engberg
3768670ae1
gdisk: Use libpopt instead of popt as dependency
...
Adds correct dependency
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-10-17 22:46:44 +02:00
Peter Wagner
afb706d146
openssh: Unregister the KEXINIT handler after message has been
...
received. Otherwise an unauthenticated peer can repeat the KEXINIT and cause
allocation of up to 128MB -- until the connection is closed. Reported by
shilei-c at 360.cn
ec165c392c
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-10-17 21:26:26 +02:00
Yousong Zhou
3a710acf93
python-pip: add host build
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2016-10-17 19:55:39 +08:00
Yousong Zhou
fbba266e79
python: introduce Build/Compile/HostPyRun{Host,Target}
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2016-10-17 19:55:39 +08:00
Russell Senior
5970e1395e
utils/ap51-flash: import from old-packages and update
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
2016-10-17 04:37:54 -07:00
Dirk Brenken
77d9425e33
travelmate: new package, release 0.2.2
...
* a connection manager for travel router
(see readme.md for details)
Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-10-17 08:30:06 +02:00
W. Michael Petullo
b323d5a050
loudmouth: add new package
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-10-16 20:32:24 -04:00
Hannu Nyman
a3a7e0dd65
Merge pull request #3348 from hansmi/master
...
net/unbound: Change maintainer to Eric Luehrsen
2016-10-16 22:36:06 +03:00
Michael Heimpold
ca527abe60
ser2net: change maintainer
...
Current maintainer seems to be unavailable, so taking
maintainership.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-10-16 21:33:51 +02:00
Michael Heimpold
7122495899
php5/php5-pecl-*: R.I.P.
...
Remove the php5 stuff since php7 is in place for several weeks
and all depended in-tree packages has been migrated.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-10-16 20:56:14 +02:00
Michael Heimpold
80f0ea5728
php7: update to 7.0.12
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-10-16 20:53:46 +02:00
Michael Hanselmann
263e8eaaa2
net/unbound: Change maintainer to Eric Luehrsen
...
Eric has offered to take over maintainership for the net/unbound
package.
Signed-off-by: Michael Hanselmann <public@hansmi.ch>
2016-10-16 19:44:48 +02:00
Matthias Schiffer
06692e3c24
automake: don't rely on STAGING_DIR_HOST
...
We're currently preparing a change in LEDE that will change the host
staging dirs in a way that might break the sed commands used by the
automake Makefile. Change the command in a way that doesn't depend on the
path of the staging dir.
While it would be nicer to modify the configure script to use the correct
path in the first place, this doesn't work for the perl path, as perl is
used in shebang lines and must thus be an absolute path. Some scripts are
used both during build and on the target system, so fixing up the scripts
in the install step seems like the best option.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2016-10-16 17:49:13 +02:00
Matthias Schiffer
9e170ba2c0
autoconf: don't rely on STAGING_DIR_HOST
...
We can just set M4 in the configure command instead of fixing up the paths
using sed afterwards. This makes the build more robust (and we're currently
preparing a change of the host staging dirs in LEDE that might break this
otherwise).
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2016-10-16 17:48:15 +02:00
Matthias Schiffer
bc65f629d6
libtool-bin: don't rely on STAGING_DIR_HOST
...
We can just set GREP and SED in the configure command instead of fixing up
the paths using sed afterwards. This makes the build more robust (and we're
currently preparing a change of the host staging dirs in LEDE that might
break this otherwise).
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2016-10-16 17:44:48 +02:00
Hannu Nyman
0638d6abe7
Merge pull request #3344 from tsl0922/ttyd-1.1.0
...
ttyd: update to 1.1.0
2016-10-15 18:56:34 +03:00
Shuanglei Tao
b375b81f15
ttyd: update to 1.1.0
...
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
2016-10-15 23:46:52 +08:00
Hannu Nyman
03161d9448
Merge pull request #3303 from karlp/pulls/lua-kepler-urls
...
Pulls/lua kepler urls
2016-10-15 13:18:15 +03:00
Hannu Nyman
d2a393a607
Merge pull request #3267 from karlp/pulls/luasql-doc-url
...
lang: luasql: update URL to current
2016-10-15 13:18:10 +03:00
Yousong Zhou
45f6380e37
Merge pull request #3337 from jazzgs/feature_opencv
...
opencv: install missing pkgconfig file in staging folder
2016-10-14 20:15:11 -05:00
Hannu Nyman
ffce02f10f
Merge pull request #3277 from diizzyy/patch-12
...
automake: switch to xz tarball
2016-10-15 01:11:21 +03:00
Hannu Nyman
b58a5ce47a
Merge pull request #3276 from diizzyy/patch-11
...
autoconf: switch to xz tarball
2016-10-15 01:10:55 +03:00
Hannu Nyman
bec4668d09
Merge pull request #2701 from cshore/pull-request-rp-pppoe
...
rp-pppoe: Add back from oldpackages with build fixes and enhanced pac…
2016-10-14 13:08:35 +03:00
Nuno Goncalves
1da82b171c
tcsh: remove patches as they are now upstream
...
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2016-10-14 10:30:55 +02:00
Hannu Nyman
3c698f2285
Merge pull request #3341 from dibdot/adblock
...
adblock: update 1.5.2
2016-10-13 23:15:36 +03:00
Dirk Brenken
65bcae0986
adblock: update 1.5.2
...
* turris omnia compatibility fix
Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-10-13 22:02:24 +02:00
Denis Osvald
55c38be4cc
libwebsockets: use tarball releases instead of git
...
Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
2016-10-13 19:11:54 +02:00
Denis Osvald
02302c5eb2
libwebsockets: bump to v2.0.3
...
Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
2016-10-13 17:23:24 +02:00
Daniel Golle
885dff12f0
gnunet: update to SVN r38151 and break-out dhtcache plugins
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-10-13 02:30:16 +02:00
jazzgs
316aa08c96
opencv: install missing pkgconfig file in staging folder
...
Signed-off-by: jazzgs <jazzgs@users.noreply.github.com>
2016-10-12 14:09:46 +02:00
Álvaro Fernández Rojas
5d032bce1f
dosfstools: merge tools into a single package and remove symlinks
...
- Merge mkfs.fat/fsck.fat/fatlabel into a single package.
- Remove compatibility symlinks.
- Take over maintainership.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-10-12 13:52:26 +02:00
Álvaro Fernández Rojas
dcd7fcfa5b
dosfstools: update to v4.0
...
This updates dosfstools to the latest release available and uses the new
automatically generated Makefiles instead of a hard coded compilation.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-10-12 13:52:26 +02:00
Álvaro Fernández Rojas
fe48e6c802
libxerces-c: use xz and sha256 and switch from git to apache releases
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-10-12 13:47:13 +02:00
Álvaro Fernández Rojas
a0a35439c2
dmidecode: switch to xz and sha256
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-10-12 13:45:53 +02:00
Álvaro Fernández Rojas
cd13ac4ae1
dump1090: update to latest version
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-10-12 10:48:38 +02:00
Álvaro Fernández Rojas
9bea699e89
pciutils: update to v3.5.2
...
Also switches source to .xz and hash to sha256
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-10-12 10:48:02 +02:00
Ted Hess
e327156211
ffmpeg: Build without altivec on powerpc hfp platforms
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-10-11 13:39:41 -04:00
Hannu Nyman
27ec517ee7
Merge pull request #3336 from diizzyy/patch-18
...
nano: Switch to xz tarball
2016-10-11 18:53:27 +03:00
Daniel Engberg
02ad44838c
nano: Switch to xz tarball
...
Switch to xz tarball, less bandwidth used as it's about half in size (1M vs 1.9M).
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-10-11 17:34:28 +02:00
Hannu Nyman
556454d7d8
Merge pull request #3334 from dibdot/adblock
...
adblock: bugfix 1.5.1
2016-10-11 18:18:52 +03:00
Dirk Brenken
aa5cf5d4a2
adblock: bugfix 1.5.1
...
* fix uhttpd detection in tcp 4+6 configurations
Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-10-11 17:09:05 +02:00
Daniel Golle
05a65d9353
Merge pull request #3332 from klirichek/FixedLvm2Build
...
lvm2: fixed fixed missing dependency from librt
2016-10-11 14:31:30 +02:00