aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* python,python3: honour the SOURCE_DATE_EPOCH for the build-infoAlexandru Ardelean2018-01-08
| | | | | | | | | | | | | | | | | | | | | The Modules/getbuildinfo.c allows the use of DATE and TIME macros to be defined via CFLAGS. These vars, control the build date & time when the interpreter is opened, and can be read via the `platform._sys_version()` function. So, a conversion from SOURCE_DATE_EPOCH to DATE & TIME is required at build-time. This is especially needed for `platform._sys_version()` to work. The installation of pip seems to rely on this. The logic has been adapted from: https://wiki.debian.org/ReproducibleBuilds/TimestampsProposal#Makefile Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #5376 from jefferyto/python-egg-infoHannu Nyman2018-01-08
|\ | | | | python,python3: undo egg-info removal
| * python,python3: undo egg-info removalJeffery To2018-01-08
|/ | | | | | | | | | This reverts commits 4333d1dcbfd67dde4ca7d08717bc345cc424fbf8 and 074d2863be48c1a9093fffcda91f7a328bc7d0cb, making Python packages discoverable again by pkg_resources. Fixes #5361. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #5372 from MikePetullo/libgeeHannu Nyman2018-01-08
|\ | | | | libgee: update to 0.20.0
| * libgee: update to 0.20.0W. Michael Petullo2018-01-07
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | Merge pull request #5373 from MikePetullo/pigeonholeHannu Nyman2018-01-08
|\ \ | | | | | | pigeonhole: update to 0.4.21
| * | pigeonhole: update to 0.4.21W. Michael Petullo2018-01-07
| |/ | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | Merge pull request #5355 from hnyman/diffutils36Hannu Nyman2018-01-08
|\ \ | |/ |/| diffutils: update to 3.6
| * diffutils: update to 3.6Hannu Nyman2018-01-05
| | | | | | | | | | | | Update GNU diffutils to 3.6 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | Merge branch 'ser2net' of https://github.com/mhei/packages (fixes #5302)Michael Heimpold2018-01-07
|\ \ | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | ser2net: extend dynamic config generation (refs #5302)Michael Heimpold2017-12-30
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | Merge branch 'master' of https://github.com/TimelessNL/packages into ser2netMichael Heimpold2017-12-28
| |\ \ | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| | * | ser2net: added support for config file.Jasper Scholte2017-12-21
| | | | | | | | | | | | | | | | Signed-off-by: Jasper Scholte <NightNL@outlook.com>
* | | | Merge pull request #5363 from MikePetullo/griloMichael Heimpold2018-01-07
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | grilo: update to 0.3.4 Travis failed, but local compile test for mxs platform succeeded, so merging.
| * | | | grilo: update to 0.3.4W. Michael Petullo2018-01-06
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | Merge pull request #5365 from MikePetullo/libdmapsharingMichael Heimpold2018-01-07
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | libdmapsharing: update to 2.9.39 Travis failed, but I did a compile check for mxs platform which worked without problems so merging.
| * | | | | libdmapsharing: update to 2.9.39W. Michael Petullo2018-01-06
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | announce: remove superfluous + sign from PKG_BUILD_DEPENDSMatthias Schiffer2018-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A + sign does not have meaning in build depends. This Makefile was overlooked in the previous treewide commit. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | treewide: remove superfluous + signs from PKG_BUILD_DEPENDSMatthias Schiffer2018-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A + sign does not have meaning in build depends. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | luaposix: move PKG_BUILD_DEPENDS to generic part of MakefileMatthias Schiffer2018-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also remove the superfluous + sign in PKG_BUILD_DEPENDS (a + sign does not have meaning in build depends). Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | irssi: update to 1.0.6Peter Wagner2018-01-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | ocserv: updated to 0.11.10Nikos Mavrogiannopoulos2018-01-07
|/ / / / | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | Merge pull request #5344 from pprindeville/lighttpd-bundle-mod_opensslPhilip Prindeville2018-01-06
|\ \ \ \ | | | | | | | | | | lighttpd: CONFIG_LIGHTTPD_SSL includes mod_openssl
| * | | | lighttpd: CONFIG_LIGHTTPD_SSL includes mod_opensslPhilip Prindeville2018-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we're built with CONFIG_LIGHTTPD_SSL then mod_openssl.so should be included into the base package. Fixes issue #5343. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | Merge pull request #5359 from jefferyto/slide-switch-0.9.1Hannu Nyman2018-01-06
|\ \ \ \ \ | | | | | | | | | | | | slide-switch: update to latest version
| * | | | | slide-switch: update to latest versionJeffery To2018-01-06
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #5327 from yangfl/masterHannu Nyman2018-01-06
|\ \ \ \ \ | | | | | | | | | | | | i2pd: Improve the package, fix #5326
| * | | | | i2pd: Improve the package, fix #5326David Yang2018-01-06
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: David Yang <mmyangfl@gmail.com>
* | | | | Merge pull request #5189 from sartura/libhttp-parser_bump_to_2.7.1Hannu Nyman2018-01-06
|\ \ \ \ \ | | | | | | | | | | | | libhttp-parser: bump to 2.7.1
| * | | | | libhttp-parser: bump to 2.7.1Marko Ratkaj2017-11-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | Merge pull request #5356 from luizluca/ruby-2.5.0Luiz Angelo Daros de Luca2018-01-05
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | ruby: bump to 2.5.0
| * | | | | ruby: bump to 2.5.0Luiz Angelo Daros de Luca2018-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2.5.0 introduces many new features and performance improvements. See: https://www.ruby-lang.org/en/news/2017/12/25/ruby-2-5-0-released/ Packaging changes: * As date was promoted into a gem, ruby-datetime was splitted into ruby-date and ruby-time * New packages for gemified stdlib files: - ruby-cmath (from ruby-math) - ruby-date (from ruby-datetime) - ruby-etc (from ruby-misc) - ruby-fcntl (from ruby-misc) - ruby-fileutils (from ruby-filelib) - ruby-ipaddr (from ruby-socket) - ruby-scanf (from ruby-misc) - ruby-stringio (from ruby-misc) - ruby-strscan (from ruby-misc) Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | | Merge pull request #5353 from dibdot/adblockHannu Nyman2018-01-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | adblock: update 3.4.1
| * | | | | | adblock: update 3.4.1Dirk Brenken2018-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enable code to support Turris Omnia forthcoming upstream change (new kresd 'keep_cache' option) to preserve kresd DNS cache * fix a 'status' race condition while the adblock process is running in parallel * various small speed improvements * rework debug output * refine blacklist handling * enable the (empty) blacklist source in the default config * email notification supports mstmp, even without sendmail symlink * email notification writes minimal status to log (one-liner) * LuCI: refine logfile search term * LuCI: Textarea 'autoscroll down' in logfile view * LuCI: Left-align blocklist source table plus a more compact design Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | nano: update to 2.9.2Hannu Nyman2018-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update nano to 2.9.2 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | Merge pull request #5352 from wvdakker/masterHannu Nyman2018-01-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Shorewall: Bump to version 5.1.10.2
| * | | | | | | Shorewall6: Bump to version 5.1.10.2W. van den Akker2018-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | Shorewall: Bump to version 5.1.10.2W. van den Akker2018-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | Shorewall6-lite: Bump to version 5.1.10.2W. van den Akker2018-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrected patch 020-set-PATH. Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | Shorewall-lite: Bump to version 5.1.10.2W. van den Akker2018-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | Shorewall-core: Bump to version 5.1.10.2W. van den Akker2018-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | postgresql: update to version 9.6.6Daniel Golle2018-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2017-12172, CVE-2017-15098 and CVE-2017-15099. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | lvm2: update to version 2.02.177Daniel Golle2018-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | pcsc-lite: update to version 1.8.23Daniel Golle2018-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | gnurl: update to version 7.57.0Daniel Golle2018-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | php7: update to 7.2.1Michael Heimpold2018-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove a patch which was included upstream. While at, also add openssl configuration parameters when modules are selected which depend on openssl (reported by Philip Prindeville). Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | Merge pull request #5342 from commodo/python-host-zlibHannu Nyman2018-01-04
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python,python3: add zlib/host to HOST_BUILD_DEPENDS (ver 2)
| * | | | | | | | python,python3: add zlib/host to HOST_BUILD_DEPENDS (ver 2)Alexandru Ardelean2018-01-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3c6d14021e62d68a7d9bdd4520b799c5c207fde1. ( which is a revert of commit c764f77dc1a62ce667b38520496ddb9bfaececab ) The initiall commit ( c764f77dc1a62ce667b38520496ddb9bfaececab ) was reverted, becase zlib did not have a host-build. Now it does: https://github.com/openwrt/openwrt/commit/cbe71649bc49ccc6ae96385482d0794c33336f68 So, now it should be good to put this in. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | shadowsocks-libev: remove option manager_addressYousong Zhou2018-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's an option that is supposed to be fed by ss-manager. It can be in the form of host:port or path to unix dgram socket. Drop it now with the assumption that it has no real user at the moment Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | Merge pull request #5346 from dibdot/travelmateHannu Nyman2018-01-03
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | travelmate: update 1.0.1