Commit Graph

7688 Commits

Author SHA1 Message Date
Ted Hess 092b4d0ae8 ntfs-3g: Update to 2017.3.23 version, provide single utilites package, refresh patches
Changes to NTFS-3G:

    Delegated processing of special reparse points to external plugins
    Allowed kernel cacheing by lowntfs-3g when not using Posix ACLs
    Enabled fallback to read-only mount when the volume is hibernated
    Made a full check for whether an extended attribute is allowed
    Moved secaudit and usermap to ntfsprogs (now ntfssecaudit and ntfsusermap)
    Enabled encoding broken UTF-16 into broken UTF-8
    Autoconfigured selecting <sys/sysmacros.h> vs <sys/mkdev>
    Allowed using the full library API on systems without extended attributes support
    Fixed DISABLE_PLUGINS as the condition for not using plugins
    Corrected validation of multi sector transfer protected records
    Denied creating/removing files from $Extend
    Returned the size of locale encoded target as the size of symlinks

    http://www.tuxera.com/community/release-history/

    Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>

    Make ntfs-3g-utils into a single package due to upstream package changes.

    Signed-off-by: Ted Hess <thess@kitschensync.net>
2017-04-30 12:24:29 -04:00
Nikos Mavrogiannopoulos 69187e794a Merge pull request #4305 from billsq/openconnect_7.08
openconnect: Update to version 7.08
2017-04-29 12:14:16 +02:00
Nikos Mavrogiannopoulos 3c14920123 Merge pull request #4308 from billsq/ocserv_udp_port
ocserv: split UDP and TCP port configs
2017-04-29 12:13:00 +02:00
Michael Heimpold 88b1b51bcf Merge pull request #4276 from mhei/libcanfestival
libcanfestival: fix several small build process issues
2017-04-29 11:14:57 +02:00
Hannu Nyman aab5744fdb Merge pull request #4311 from dibdot/package-adblock
adblock: update 2.6.2
2017-04-29 12:13:46 +03:00
Dirk Brenken bf7d1dc85c adblock: update 2.6.2
* refine 'force dns' handling:
  - enabled-check before firewall reload
  - add rule name (better LuCI experience)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-04-29 07:56:28 +02:00
Hannu Nyman b3ed64c441 collectd: build cpufreq also for armvirt target
Enable collectd-mod-cpufreq also for armvirt to make it
available for ipq806x devices in LEDE buildbot snapshots.

LEDE phase2 buildbot for arm_cortex-a15_neon-vfpv4 that is
the package arch for ipq806x, uses armvirt SDK instead of
ipq806x SDK.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-04-28 19:07:27 +03:00
Hannu Nyman 6bfbd252c0 Merge pull request #4306 from TDT-GmbH/mwan3-add-network
Mwan3 add network
2017-04-28 10:52:10 +03:00
Qian 4227dad822 ocserv: split UDP and TCP port configs
Added a new config entry udp_port to split UDP port from TCP. This is
useful when particular port is blocked by the ISP.

udp_port falls back to port if not set to be compatible with current
config file.

Also fixed an ifname typo from the last commit.

Signed-off-by: Qian Sheng <billsq@billsq.me>
2017-04-27 17:55:11 -07:00
Hannu Nyman a1a96fc9fa irqbalance: add PKG_MIRROR_HASH
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-04-27 23:52:14 +03:00
Hannu Nyman 8c9b2a24cb cmdpad, pcsc-lite, slide-switch, stoken: shorten title
Longest package titles are not shown in the menuconfig,
which decreases manuconfig usability.

Shorten some of the longest titles.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-04-27 20:04:51 +03:00
Hannu Nyman 11a755b323 ccrypt: shorten title, use PKG_HASH
* Shorten the package title to improve menuconfig usability
* Use PKG_HASH

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-04-27 19:51:21 +03:00
Hannu Nyman 93e07a5126 Merge pull request #4298 from ClaymorePT/boost_1.64.0_r1
boost: Package Version Update -> 1.64.0
2017-04-27 13:25:23 +03:00
Carlos Miguel Ferreira f32e2d1259
boost: Package Version Update -> 1.64.0
Maintainer: @ClaymorePT
Compile tested: Broadcom BCM2708
Run tested: None

Description:
 - New header-only library -> Process
   -> Process library by Klemens D. Morgenstern, that provides cross
        platorm ways to allows you to:
      - create child processes
      - setup streams for child processes
      - communicate with child processes through streams
          (synchronously or asynchronously)
      - wait for processes to exit (synchronously or asynchronously)
      - terminate processes

Information about the 1.64.0 release (updated libraries, bug fixes,
 etc), can be found here [1].

[1]: http://www.boost.org/users/history/version_1_64_0.html

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2017-04-27 10:48:17 +01:00
Florian Eckert c8f8f77ed1 net/mwan3: update Makefile version
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-04-27 11:48:15 +02:00
Florian Eckert f94975b71f net/mwan3: add connected network regardless of mwan3 interface enable state
If netifd set an interface up/down which is not tracked by mwan3 the
connected network of that interface should regardless be added/removed to the
mwan3_connected ipset.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-04-27 11:44:49 +02:00
Qian 16dc3319b5 openconnect: Bump openconnect to 7.08
Bump openconnect to 7.08. Remove patch as it is included in the
upstream source.

Signed-off-by: Qian Sheng billsq@billsq.me
2017-04-27 01:16:05 -07:00
Nikos Mavrogiannopoulos b1c73c93a3 Merge pull request #4301 from billsq/ifname_addr_fix
ocserv: Correctly get runtime LAN ifname and addresses
2017-04-27 07:14:42 +02:00
Qian 59abfdf843 Increase PKG_RELEASE version. 2017-04-26 16:25:20 -07:00
Stijn Tintel 18b076ab93 strongswan: bump to 5.5.2
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-04-26 23:31:27 +02:00
Ted Hess 906c6ec1b0 Merge pull request #4285 from hnyman/xmlrpc
xmlrpc-c: update to 1.39.12, download source as .tgz
2017-04-26 15:02:09 -04:00
Toke Høiland-Jørgensen 3922206a34 freeradius3: Bump package release
Forgot to bump the package release in commit 424f4e2c.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2017-04-26 16:35:56 +02:00
Toke Høiland-Jørgensen 34ed7a9f2c acme: Support running in webroot mode, detect other daemons on port 80
For configurations where another web server is running on port 80, running
acme.sh in standalone mode fails. Try to detect this and refuse to run; and
allow the user to configure a webroot directory to use the running webserver for
certificate verification.

This also updates acme.sh to the latest version.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2017-04-26 16:32:24 +02:00
Toke Høiland-Jørgensen 424f4e2c63 freeradius3: A couple of small fixes
- Moves /etc/freeradius3/sites-{enabled,available}/inner-tunnel to be part of
  the freeradius3-mod-eap package. This prevents conflicts between
  freeradius3-mod-eap-peap and freeradius3-mod-eap-ttls which both included the
  file before. This fixes LEDE bug FS#678.

- Change the demo cert validity to be 1 year instead of 60 days. Should keep the
  cert valid for the duration of the LEDE release cycle (with some slack). This
  fixes #4239.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2017-04-26 16:32:16 +02:00
Hannu Nyman c40bfa0bb3 Merge pull request #4303 from dibdot/package-adblock
adblock: update 2.6.1
2017-04-26 14:51:59 +03:00
Dirk Brenken 95b3c8ba12 adblock: update 2.6.1
* add "adb_forcedns" to redirect all dns requests
  to local resolver (disabled by default)
* add "adb_forcesrt" to enable overall sort / duplicate removal
  on low memory devices with less than 64 MB RAM (disabled by default)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-04-26 13:36:49 +02:00
Hannu Nyman f1b37a8788 Merge pull request #4282 from dibdot/patch-wifischedule
wifischedule: remove package arch dependency
2017-04-26 11:09:21 +03:00
Hannu Nyman 51fe0f06e1 Merge pull request #4302 from EricLuehrsen/unbound_162
unbound: update to version 1.6.2
2017-04-26 09:03:19 +03:00
Eric Luehrsen a7c293fe3a unbound: update to version 1.6.2
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2017-04-25 20:42:15 -04:00
Qian 18313cbe6e Correctly get runtime LAN ifname and addresses
1. Correctly get LAN runtime ifname and addresses using network
functions
2. Do not store ip settings in config files as they may change next
time.
2017-04-25 17:02:53 -07:00
Daniel Golle ed62d4aac7 gnunet: update sources
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-04-25 18:28:17 +02:00
Hannu Nyman 1984a82b36 Merge pull request #4297 from commodo/tcpreplay-4-2-3
tcpreplay: update to 4.2.3
2017-04-25 12:48:56 +03:00
Alexandru Ardelean e805651506 tcpreplay: update to 4.2.3
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-04-25 12:32:49 +03:00
Hannu Nyman b8991adc0b Merge pull request #4295 from Ansuel/bump-cryptodev
cryptodev-linux: bump to 4.9
2017-04-25 08:52:09 +03:00
Ansuel Smith d1772503f9
cryptodev-linux: bump to 4.9
Cosmetic update just to remove git date

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2017-04-24 23:49:51 +02:00
Daniel Golle 3331532bc8 Merge pull request #4265 from pprindeville/isc-dhcp-reassign
isc-dhcp: reassign to new owner
2017-04-24 19:30:39 +02:00
Hannu Nyman d077d5b5a7 Merge pull request #3768 from xypron/m4
devel/m4: upgrade to release 1.4.18
2017-04-23 10:10:55 +03:00
Luka Perkov a66960d9de Merge pull request #3794 from adam2104/master
net/squid: Allow squid to parse mime.conf
2017-04-23 08:02:37 +02:00
Heinrich Schuchardt ae782d26b1 devel/m4: upgrade to release 1.4.18
NEWS has these comments:

Noteworthy changes in release 1.4.18 (2016-12-31) [stable]
* Diagnose --word-regexp as unsupported if it was not configured.
* Preliminary support for OS/2.
* A number of portability improvements inherited from gnulib.

SHA256SUM is used as package checksum

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2017-04-22 23:21:22 +02:00
Hannu Nyman 74a02e2f0b Merge pull request #4289 from Tiboris/jansson-update
jansson: Update to v2.10
2017-04-22 15:35:43 +03:00
Tibor Dudlák 3ba0c8d921 jansson: Update to v2.10
jansson in version 2.9 or later is required as dependency for jose

Signed-off-by: Tibor Dudlák <tibor.dudlak@gmail.com>
2017-04-22 14:10:54 +02:00
Hannu Nyman a4c347834a Merge pull request #4291 from dibdot/package-travelmate
travelmate: update 0.7.1
2017-04-21 22:18:42 +03:00
Hannu Nyman e23a202724 Merge pull request #4287 from zx2c4/patch-5
wireguard: update to 0.0.20170421
2017-04-21 10:49:19 +03:00
Jason A. Donenfeld 39af272f36 net/wireguard: update to 0.0.20170421
Simple version bump.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2017-04-21 06:22:51 +02:00
Hannu Nyman 3cc4aeb545 xmlrpc-c: update to 1.39.12, download source as .tgz
* Update to version 1.39.12
* Download sources as a .tgz file

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-04-20 23:16:37 +03:00
Hannu Nyman b7ae80dc69 collectd: upstream fix for vulnerability in network plugin
Import an upstream fix for a DDoS vulnerability in the
network plugin: CVE-2017-7401

Refresh patches.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-04-20 18:52:08 +03:00
Dirk Brenken 1dec014e3e travelmate: update 0.7.1
* fix startup & json update behavior
* LuCI-frontend update (see luci repo for details)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-04-20 13:52:25 +02:00
Hannu Nyman 6a50d4754e Merge pull request #4283 from dibdot/package-travelmate
travelmate: update 0.7.0
2017-04-20 10:47:42 +03:00
Hannu Nyman 4aacc852f2 Merge pull request #4281 from val-kulkov/libgd-package
libgd: fix missing dependency, add build options
2017-04-20 10:33:42 +03:00
Dirk Brenken 80e34d6f73 travelmate: update 0.7.0
* no longer misuse ubus/procd service object for travelmate runtime 
  information, now save all required information directly
  in a JSON file/format
* new 'status' init command to print runtime information
* add a configurable interface trigger timeout for
  nested & slow modem/router setups, set 'trm_triggerdelay' accordingly
* change start priority & refine reload timings
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-04-20 09:30:07 +02:00