Commit graph

1925 commits

Author SHA1 Message Date
Hannu Nyman
b1c1b91581 Merge pull request #3100 from dibdot/adblock
adblock: update 1.4.8
2016-08-28 23:00:27 +03:00
Dirk Brenken
ba1c55f0af adblock: update 1.4.8
* enhance the new query function:
   change the regex to find only the relevant blocklist entries
   add a recursive tld search to quickly identify domains for
whitelisting (see documentation)
     better result preparation
* add securemecca as new blocklist source
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-08-28 21:46:13 +02:00
Hannu Nyman
a8623c6069 Merge pull request #3096 from dibdot/adblock
adblock: update 1.4.7
2016-08-26 14:13:58 +03:00
Dirk Brenken
b31f99823c adblock: update 1.4.7
* add a query function to search the active blocklists for a specific
domain (/etc/init.d/adblock query <DOMAIN>)
* fix bug in ap mode/uhttpd port detection
* check general firewall and dnsmasq package dependencies and remove
redundant checks in ap mode

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-08-26 13:07:53 +02:00
Karl Palsson
f7a37e435f mosquitto: Bump to 1.4.10
Full changelog: http://mosquitto.org/2016/08/version-1-4-10-released/

Relevant changes:
libwebsockets 2.0 compatibility
openssl 1.1.0 compatibility

Signed-off-by: Karl Palsson <karlp@etactica.com>
2016-08-26 09:48:56 +00:00
Gergely Kiss
2e8122cb1c seafile: add comment regarding explicitly enabling -minterlink-mips16
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-25 08:26:13 +02:00
Gergely Kiss
ec7acabfb4 seafile: add condition for -minterlink-mips16 cflag
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-24 23:45:31 +02:00
Gergely Kiss
8952b4ad62 seafile-server: fix dependency specification
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-24 20:35:34 +00:00
Gergely Kiss
2d17695c08 seafile-server: add config options for extra features
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-24 20:35:34 +00:00
Gergely Kiss
79563b699f libevhtp: downgrading due to compatibility issues
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-24 20:35:34 +00:00
Gergely Kiss
670c2a48f7 seafile-server: do not run postinst script in a build environment
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-24 20:35:34 +00:00
Gergely Kiss
d9c0b51582 seafile-server: fix dependencies
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-24 20:35:34 +00:00
Gergely Kiss
6a4deff01d seafile-server: fix patch file
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-24 20:35:33 +00:00
Gergely Kiss
c323886963 seafile: fix path of host built valac
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-24 20:35:33 +00:00
Gergely Kiss
437621931a seafile: import version 5.1.1 and its dependencies
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-24 20:35:33 +00:00
champtar
00665d59c6 Merge pull request #3018 from rajanvaja/coova-chilli-fix
coova-chilli: Fix removal of old files
2016-08-24 17:20:10 +02:00
Hsing-Wang Liao
2439216217 aria2: update to 1.26.0
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-08-22 18:21:22 +08:00
Hannu Nyman
6b699a809e Merge pull request #3084 from dibdot/adblock
adblock: update 1.4.6
2016-08-21 22:45:51 +03:00
Dirk Brenken
a029b3f9f4 adblock: update 1.4.6
* added a 'window.close()' to adblock landing page to automatically
close any pop-ups that might get loaded with a blocked ad
* simplified dnsmasq check in ap mode

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-08-21 20:56:47 +02:00
Daniel Golle
6c91a16c6d gnunet: bump to SVN r37738
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-08-19 19:52:19 +02:00
Alexandru Ardelean
f655a0dd01 tcpreplay: add PKG_LICENSE_FILES
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-08-18 21:50:11 +03:00
Alexandru Ardelean
f2ad326730 tcpreplay: disable libnl3 and libdbus-1 check in CONFIGURE_VARS
Also, drop patch that disables libdbus-1 check in configure script.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-08-18 21:49:23 +03:00
Hannu Nyman
2dc0eebc0b fwknop: bump PKG_RELEASE
Increase PKG_RELEASE due to the patch committed earlier today.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-08-17 18:52:10 +03:00
Jonathan Bennett
f2e1de58e6 Fwknop: Set correct file permissions when generating config files
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2016-08-17 10:18:23 -05:00
champtar
728a6358d3 Merge pull request #3071 from dibdot/adblock
adblock: update 1.4.5
2016-08-16 09:10:53 +02:00
Dirk Brenken
4e873aad3c adblock: update 1.4.5
* change the default hphosts list source to ad and tracking servers
only, the overall list includes to many false positives
* new optional config parm 'adb_hotplugif' to restrict hotplug support
to a certain wan interface or to disable it at all
* documentation update
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-08-16 08:59:34 +02:00
Ted Hess
6994b98f5a Merge pull request #3028 from thess/tcpreplay-fixes
tcpreplay: Fix builds - musl compatibility
2016-08-15 09:33:10 -04:00
champtar
c59ee37850 Merge pull request #2943 from sdwalker/linuxptp
linuxptp: shrink binaries and fix musl compile error
2016-08-15 10:37:07 +02:00
Jonas Gorski
69be3d82ef znc: fix compilation without ssl compression
Update Csocket to a newer version with compile fixes for OpenSSL with
disabled compression support. Since we don't get zlib as an transitive
dependency anymore, also add zlib as an explicit dependency.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
2016-08-14 23:03:20 +02:00
Hannu Nyman
a090061a91 Merge pull request #3062 from dibdot/adblock
adblock: update 1.4.4
2016-08-14 18:49:10 +03:00
Dirk Brenken
fcc93d75d0 adblock: update 1.4.4
* filter non-printable characters/binary data in input stream
* fix IPv4 adblock statistics in CC

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-08-14 17:34:34 +02:00
Hans Dedecker
29311407ef xl2tpd: Enable netifd notification teardown_on_l3_link_down
Set teardown_on_l3_link_down notifying netifd xl2tpd wants to be
teared down when layer3 link loss is detected

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2016-08-12 09:47:01 +02:00
Daniel Golle
599ae9207d gnunet: update to r37672
while at it, also fix post-install script and no longer ship
gnunet-download-manager.scm, we ain't got guile anyway and it wasn't
touched for 12 years.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-08-09 22:50:55 +02:00
Peter Wagner
7ad9eb6703 openssh: update to 7.3p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-08-09 18:58:22 +02:00
Ted Hess
e542a905f1 Merge pull request #3029 from padre-lacroix/master-kismet
kismet: Update to 2016-07-R1 and new maintainer
2016-08-08 13:58:09 -04:00
Jean-Michel Lacroix
5b169c2518 kismet: Update to 2016-07-R1 and new maintainer
This is an update to the latest version of kismet
New maintainer.
Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
2016-08-07 18:00:32 -04:00
Ted Hess
e2e222871c tcpreplay: Fix builds - musl compatibility
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-08-07 16:14:09 -04:00
Ted Hess
2d2fd56a81 git: Fix build dependencies
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-08-07 15:49:20 -04:00
Nikos Mavrogiannopoulos
5673710f1f ocserv: updated to 0.11.4
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-08-06 13:15:37 +02:00
Toke Høiland-Jørgensen
f3e03d6661 acme: Add Luci app
This adds a Luci configuration app for the ACME certificate package.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2016-08-05 21:37:37 +02:00
Toke Høiland-Jørgensen
6be33929b8 freeradius2/3: Fixes to init script. (#3022)
This fixes two issues with the freeradius package init scripts:

- The package installs libraries in /usr/lib/freeradius{2,3}, but the
  musl dynamic linker won't find them there unless LD_LIBRARY_PATH is
  set to include this directory. This adds an appropriate env statement
  to the procd init setup.

- procd expects services to stay in the foreground, or it will be unable
  to properly shut them down again. This adds the -f flag to radiusd to
  achieve that.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2016-08-05 17:49:33 +02:00
Toke Høiland-Jørgensen
a1d617bd8b acme: Add package.
This adds a package wrapping the acme.sh script from
https://github.com/Neilpang/acme.sh in Uci config and hooks to interact
correctly with uhttpd.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2016-08-05 17:41:09 +02:00
Rajan Vaja
ea24eb2409 coova-chilli: Fix removal of old files
Before starting chilli instance, it first removes generated
files (/var/run/chilli*) for the instance. While deleting
generated files, it doesn't match full instance name.

Thus if coova-chilli config file (/etc/config/chilli) has
instances wlan11 and wlan1 in order,
when creating coova-chilli instance for wlan1, it is removing
files generated for wlan11 instances also (as it uses wlan1*
in remove command).

Fix issue by matching full instance name while removing old files.

Signed-off-by: Rajan Vaja <rajan.vaja@gmail.com>
Signed-off-by: Bhargav Patel <br13patel@gmail.com>
2016-08-04 16:53:14 +05:30
Ted Hess
c205101349 Merge pull request #2966 from oskar456/addrwatch
addrwatch: new package
2016-08-03 13:41:27 -04:00
champtar
4f0361c6b5 Merge pull request #2995 from corenetworks/master
ddns-scripts: add service core-networks.de
2016-08-02 15:31:55 +02:00
Daniel Gimpelevich
c022844630 vpnc: Add reboot recommendation to README
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
2016-08-02 04:35:37 -07:00
Yousong Zhou
2c5d49ab47 Merge pull request #2106 from jefferyto/obfsproxy
obfsproxy: new package
2016-08-01 18:15:49 +08:00
heil
d558beb000 apache: increase PKG_RELEASE for rebuild
Signed-off-by: heil <heil@terminal-consulting.de>
2016-08-01 11:50:21 +02:00
Jeffery To
48ebd8f0e5 obfsproxy: new package
From the Tor project page:

obfsproxy is a tool that attempts to circumvent censorship, by
transforming the Tor traffic between the client and the bridge. This
way, censors, who usually monitor traffic between the client and the
bridge, will see innocent-looking transformed traffic instead of the
actual Tor traffic.

This depends on:

- pyptlib (#2053)
- twisted (#2052)

Also, txsocksx (#2058) is necessary to use an outgoing SOCKS proxy,
and having either gmpy2 (#2067) or gmpy (#2051) installed will help
speed up calculations.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-08-01 15:48:25 +08:00
Thomas Heil
34cbdf26ec Merge pull request #3008 from hauke/apache
apache: fix build without sslv3
2016-07-31 23:44:28 +02:00