aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* Merge pull request #2634 from mrjoel/masterHannu Nyman2016-05-02
|\ | | | | ddns-scripts: add IPv6 config for duckdns.org
| * ddns-scripts: add IPv6 config for duckdns.orgJoel Johnson2016-05-01
| | | | | | | | Signed-off-by: Joel Johnson <mrjoel@lixil.net>
* | Merge pull request #2648 from pkerling/masterYousong Zhou2016-05-01
|\ \ | | | | | | p910nd: Convert p910nd init script to procd
| * | p910nd: Convert p910nd init script to procdMaximilian Mehnert2016-05-01
| | | | | | | | | | | | | | | | | | Signed-off-by: Maximilian Mehnert <maximilian.mehnert@gmx.de> [pkerling@casix.org: increase PKG_RELEASE version] Signed-off-by: Philipp Kerling <pkerling@casix.org>
* | | Merge pull request #2646 from dibdot/adblockchamptar2016-04-30
|\ \ \ | | | | | | | | adblock: release 1.1.0
| * | | adblock: release 1.1.0Dirk Brenken2016-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * support more router modes, as long as the firewall and the DNS server are enabled * new source sites can be added & changed via awk ruleset in uci config * source domain count, last update time & overall count will be stored in uci config * added 3 new source sites: ransomware tracker rolist/easylist winspy * switch to minimal inline base64 encoded 1×1 GIF for pixel server (separate png image no longer needed) * simplified uci parser * source download & domain sort optimization * add whitelist parser with wildcard support * reduced code size & various cleanups * updated documentation Signed-off-by: Dirk Brenken <openwrt@brenken.org>
* | | | Merge pull request #2621 from ashimokawa/package-ncpTed Hess2016-04-29
|\ \ \ \ | |_|_|/ |/| | | add package for ncp (https://www.fefe.de/ncp)
| * | | ncp: Add new packageAndreas Shimokawa2016-04-29
| | | | | | | | | | | | | | | | Signed-off-by: Andreas Shimokawa <shimokawa@fsfe.org>
* | | | ocserv: updated to 0.11.2Nikos Mavrogiannopoulos2016-04-25
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | gnunet: create install-dir /lib/netifd/protoDaniel Golle2016-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Create directory which was accidentally left-out during the previous commit adding the proto handler. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | Merge pull request #2623 from fededim/masterchamptar2016-04-24
|\ \ \ \ | |/ / / |/| | | davfs2: updated to 1.5.4
| * | | davfs2: updated to 1.5.4Rupan2016-04-24
| | | | | | | | | | | | | | | | Signed-off-by: Federico Di Marco <fededim@gmail.com>
* | | | gnunet: update defaults, integrate with netifd and fw3Daniel Golle2016-04-22
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | opentracker: bump to git head 2015-12-11Daniel Golle2016-04-19
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | freeradius2: update to version 2.2.9Daniel Golle2016-04-19
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | gnunet: update to revision 37051 plus some small fixesDaniel Golle2016-04-18
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | Merge pull request #2583 from obsy/masterHannu Nyman2016-04-16
|\ \ \ \ | | | | | | | | | | transmission: split packages depending on selected cryptography library
| * | | | transmission: split packages depending on selected cryptography libraryCezary Jackiewicz2016-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | transmission: Shortening the title Signed-off-by: Cezary Jackiewicz <cezary@eko.one.pl>
* | | | | Merge pull request #2327 from yousong/aircrack-ngYousong Zhou2016-04-16
|\ \ \ \ \ | | | | | | | | | | | | aircrack-ng: split out airmon-ng as a separate package.
| * | | | | aircrack-ng: split out airmon-ng as a separate package.Yousong Zhou2016-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As said in a related github discussion thread [1], OpenWrt is so small a system that - "airmon-ng check kill" does not have much to check - airmon-ng takes up too much space for not that much benefit (bringing up monitor interface with just iw should be enough for at least b43 and ath9k drivers) Airmon-ng depends on a lot of utility binaries to run and these dependencies increase the installation size. With this commit we can provide a working airmon-ng and a smaller aircrack-ng package. Dependency spec of airmon-ng is also reworked to - select usbutils only if USB feature is available - select pciutils only if PCI feature is available While doing the split, this commit also contains a few other minor changes - Use SPDX identifier for license name. - Add PKG_LICENSE_FILES definition. - Set PKG_MAINTAINER (MAINTAINER variable will take value from it). [1] https://github.com/openwrt/packages/pull/1693 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | Merge pull request #2587 from stweil/masterHannu Nyman2016-04-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | net: Fix typos (found by codespell)
| * | | | | | net: Fix typos (found by codespell)Stefan Weil2016-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* | | | | | | Merge pull request #2593 from fededim/masterHannu Nyman2016-04-13
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | lftp: updated to 4.7.1, davfs2: updated to 1.5.3 and reintroduced support for libssp
| * | | | | | lftp: updated to 4.7.1Rupan2016-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | davfs2: updated to 1.5.3 and reintroduced support for libssp Signed-off-by: Federico Di Marco <fededim@gmail.com>
* | | | | | | nmap: bump to 7.12Nuno Goncalves2016-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | | | | | mosquitto: support optionally writing pidfilesKarl Palsson2016-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uses procd built in pid file support, rather than mosquittos built in support. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | tinc: version bump 1.0.28Saverio Proto2016-04-10
| | | | | | |
* | | | | | | Merge pull request #2486 from yousong/cp-fixchamptar2016-04-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Drop the redundant -r option to $(CP)
| * | | | | | | Drop the redundant -r option to $(CP)Yousong Zhou2016-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $(CP) was defined as `cp -fpR' since the very begining of OpenWrt build system (2006-06-22). The -R option should be enough and base packages use only $(CP) for the same purposes just fine and BSD manual of cp also discourages the use of `-r' option. So let's just tidy up the usage now. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | Merge pull request #2586 from zioproto/masterHannu Nyman2016-04-10
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | tinc: version bump 1.0.27
| * | | | | | | tinc: version bump 1.0.27Saverio Proto2016-04-10
| | | | | | | |
* | | | | | | | Merge pull request #2241 from sumpfralle/sshfs-source-changeZoltan Herpai2016-04-10
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | FUSE moved from sourceforge to github
| * | | | | | | FUSE moved from sourceforge to githubLars Kruse2016-01-06
| | | | | | | |
* | | | | | | | Merge pull request #1340 from teslamint/patch-1champtar2016-04-09
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | coova-chilli: add network option in chilli.config
| * | | | | | | coova-chilli: add network optionJaehoon You2015-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix #1221 Signed-off-by: Jaehoon You <teslamint@gmail.com>
* | | | | | | | gnunet: update to svn r36986Daniel Golle2016-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes bug in resolver logic which was exposed by recent fixes in various C Standard libraries including musl. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | Merge pull request #2580 from dibdot/adblockTed Hess2016-04-07
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | adblock: update 1.0.3
| * | | | | | | adblock: update 1.0.3Dirk Brenken2016-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove syntax glitch & cosmetics * probably the last 1.0.x release Signed-off-by: Dirk Brenken <openwrt@brenken.org>
* | | | | | | | nginx: bump to version 1.9.13heil2016-03-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | | | | net/wavemon: Was incorrectly using host netlink headersDaniel Dickinson2016-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TARGET_CFLAGS was pointing to /usr/include/libnl3 instead of $(STAGING_DIR)/usr/include/libnl3 Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com> Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | | | | | | | Merge pull request #2554 from antonyantony/isc-dhcp-4.3.3Hannu Nyman2016-03-29
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | isc-dhcp: update to 4.3.3 and migrate from oldplackages
| * | | | | | | | isc-dhcp: update to 4.3.3. Migrate from oldplackagesAntony Antony2016-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Antony Antony <antony@phenome.org>
* | | | | | | | | haproxy: bump to version 1.5.16heil2016-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [RELEASE] Released version 1.5.16 Released version 1.5.16 with the following main changes : - BUG/BUILD: replace haproxy-systemd-wrapper with $(EXTRA) in install-bin. - BUG/MINOR: acl: don't use record layer in req_ssl_ver - BUG: http: do not abort keep-alive connections on server timeout - BUG/MEDIUM: http: switch the request channel to no-delay once done. - MINOR: config: extend the default max hostname length to 64 and beyond - BUG/MEDIUM: http: don't enable auto-close on the response side - BUG/MEDIUM: stream: fix half-closed timeout handling - BUG/MEDIUM: cli: changing compression rate-limiting must require admin level - BUILD: freebsd: double declaration - BUG/MEDIUM: sample: urlp can't match an empty value - BUG/MEDIUM: peers: table entries learned from a remote are pushed to others after a random delay. - BUG/MEDIUM: peers: old stick table updates could be repushed. - CLEANUP: haproxy: using _GNU_SOURCE instead of __USE_GNU macro. - BUG/MINOR: chunk: make chunk_dup() always check and set dst->size - MINOR: chunks: ensure that chunk_strcpy() adds a trailing zero - MINOR: chunks: add chunk_strcat() and chunk_newstr() - MINOR: chunk: make chunk_initstr() take a const string - BUG/MEDIUM: config: Adding validation to stick-table expire value. - BUG/MEDIUM: sample: http_date() doesn't provide the right day of the week - BUG/MEDIUM: channel: fix miscalculation of available buffer space. - BUG/MINOR: stream: don't force retries if the server is DOWN - MINOR: unix: don't mention free ports on EAGAIN - BUG/CLEANUP: CLI: report the proper field states in "show sess" - MINOR: stats: send content-length with the redirect to allow keep-alive - BUG: stream_interface: Reuse connection even if the output channel is empty - DOC: remove old tunnel mode assumptions - DOC: add server name at rate-limit sessions example - BUG/MEDIUM: ssl: fix off-by-one in ALPN list allocation - BUG/MEDIUM: ssl: fix off-by-one in NPN list allocation - BUG/MEDIUM: stats: stats bind-process doesn't propagate the process mask correctly - BUG/MINOR: http: Be sure to process all the data received from a server - BUG/MEDIUM: chunks: always reject negative-length chunks - BUG/MINOR: systemd: ensure we don't miss signals - BUG/MINOR: systemd: report the correct signal in debug message output - BUG/MINOR: systemd: propagate the correct signal to haproxy - MINOR: systemd: ensure a reload doesn't mask a stop - CLEANUP: stats: Avoid computation with uninitialized bits. - CLEANUP: pattern: Ignore unknown samples in pat_match_ip(). - CLEANUP: map: Avoid memory leak in out-of-memory condition. - BUG/MINOR: tcpcheck: conf parsing error when no port configured on server and last rule is a CONNECT with no port - BUG/MINOR: tcpcheck: fix incorrect list usage resulting in failure to load certain configs - MINOR: cfgparse: warn when uid parameter is not a number - MINOR: cfgparse: warn when gid parameter is not a number - BUG/MINOR: standard: Avoid free of non-allocated pointer - BUG/MINOR: pattern: Avoid memory leak on out-of-memory condition - CLEANUP: http: fix a build warning introduced by a recent fix - BUG/MINOR: log: GMT offset not updated when entering/leaving DST Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | | | | | fastd: update to v18Matthias Schiffer2016-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | | | | | git: update to 2.7.3Peter Wagner2016-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | Merge branch 'rsyslog-upgrade-to-8.17.0' of https://github.com/dubek/packagesVasilis Tsiligiannis2016-03-28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | net/rsyslog: Upgrade to 8.17.0Dov Murik2016-03-28
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | * From 8.17.0 rsyslog depends on libfastjson (instead of libjson-c).
* | | | | | | | | krb5: update to 1.14.1W. Michael Petullo2016-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | nsd: Update to v4.1.9Vasilis Tsiligiannis2016-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
* | | | | | | | | Merge pull request #2558 from dibdot/adblockchamptar2016-03-26
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| / / / / / / / | |/ / / / / / / adblock: update 1.0.2