You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(6) |
Jul
(14) |
Aug
(156) |
Sep
(35) |
Oct
(48) |
Nov
(55) |
Dec
(16) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(24) |
Feb
(154) |
Mar
(139) |
Apr
(175) |
May
(87) |
Jun
(34) |
Jul
(42) |
Aug
(68) |
Sep
(41) |
Oct
(76) |
Nov
(77) |
Dec
(50) |
2008 |
Jan
(98) |
Feb
(43) |
Mar
(102) |
Apr
(27) |
May
(55) |
Jun
(13) |
Jul
(58) |
Aug
(62) |
Sep
(61) |
Oct
(43) |
Nov
(87) |
Dec
(134) |
2009 |
Jan
(175) |
Feb
(106) |
Mar
(58) |
Apr
(41) |
May
(74) |
Jun
(123) |
Jul
(252) |
Aug
(192) |
Sep
(69) |
Oct
(38) |
Nov
(117) |
Dec
(95) |
2010 |
Jan
(146) |
Feb
(76) |
Mar
(90) |
Apr
(60) |
May
(23) |
Jun
(19) |
Jul
(208) |
Aug
(140) |
Sep
(103) |
Oct
(114) |
Nov
(50) |
Dec
(47) |
2011 |
Jan
(59) |
Feb
(47) |
Mar
(61) |
Apr
(58) |
May
(41) |
Jun
(11) |
Jul
(17) |
Aug
(49) |
Sep
(34) |
Oct
(166) |
Nov
(38) |
Dec
(70) |
2012 |
Jan
(87) |
Feb
(37) |
Mar
(28) |
Apr
(25) |
May
(29) |
Jun
(30) |
Jul
(43) |
Aug
(27) |
Sep
(46) |
Oct
(27) |
Nov
(51) |
Dec
(70) |
2013 |
Jan
(92) |
Feb
(34) |
Mar
(58) |
Apr
(37) |
May
(46) |
Jun
(9) |
Jul
(38) |
Aug
(22) |
Sep
(28) |
Oct
(42) |
Nov
(44) |
Dec
(34) |
2014 |
Jan
(63) |
Feb
(39) |
Mar
(48) |
Apr
(31) |
May
(21) |
Jun
(43) |
Jul
(36) |
Aug
(69) |
Sep
(53) |
Oct
(56) |
Nov
(46) |
Dec
(49) |
2015 |
Jan
(63) |
Feb
(35) |
Mar
(30) |
Apr
(38) |
May
(27) |
Jun
(42) |
Jul
(42) |
Aug
(63) |
Sep
(18) |
Oct
(45) |
Nov
(65) |
Dec
(71) |
2016 |
Jan
(54) |
Feb
(79) |
Mar
(59) |
Apr
(38) |
May
(32) |
Jun
(46) |
Jul
(42) |
Aug
(30) |
Sep
(58) |
Oct
(33) |
Nov
(98) |
Dec
(59) |
2017 |
Jan
(79) |
Feb
(12) |
Mar
(43) |
Apr
(32) |
May
(76) |
Jun
(59) |
Jul
(44) |
Aug
(14) |
Sep
|
Oct
|
Nov
|
Dec
|
From: <abe...@us...> - 2015-07-31 16:39:41
|
Revision: 7170 http://sourceforge.net/p/astlinux/code/7170 Author: abelbeck Date: 2015-07-31 16:39:40 +0000 (Fri, 31 Jul 2015) Log Message: ----------- dnsmasq, version bump to 2.75 Modified Paths: -------------- branches/1.0/package/dnsmasq/dnsmasq.mk Modified: branches/1.0/package/dnsmasq/dnsmasq.mk =================================================================== --- branches/1.0/package/dnsmasq/dnsmasq.mk 2015-07-31 13:46:34 UTC (rev 7169) +++ branches/1.0/package/dnsmasq/dnsmasq.mk 2015-07-31 16:39:40 UTC (rev 7170) @@ -4,7 +4,7 @@ # ############################################################# -DNSMASQ_VERSION = 2.74 +DNSMASQ_VERSION = 2.75 DNSMASQ_SITE = http://thekelleys.org.uk/dnsmasq DNSMASQ_MAKE_ENV = $(TARGET_MAKE_ENV) CC="$(TARGET_CC)" DNSMASQ_MAKE_OPT = COPTS="$(DNSMASQ_COPTS)" PREFIX=/usr CFLAGS="$(TARGET_CFLAGS)" @@ -82,7 +82,6 @@ define DNSMASQ_UNINSTALL_TARGET_CMDS rm -f $(TARGET_DIR)/usr/sbin/dnsmasq - rm -f $(TARGET_DIR)/usr/share/man/man8/dnsmasq.8 endef $(eval $(call GENTARGETS,package,dnsmasq)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-07-31 13:46:36
|
Revision: 7169 http://sourceforge.net/p/astlinux/code/7169 Author: abelbeck Date: 2015-07-31 13:46:34 +0000 (Fri, 31 Jul 2015) Log Message: ----------- arnofw, traffic shaper, try nf_nat first and remove single interface restriction Modified Paths: -------------- branches/1.0/package/arnofw/traffic-shaper/60traffic-shaper.plugin.sh Modified: branches/1.0/package/arnofw/traffic-shaper/60traffic-shaper.plugin.sh =================================================================== --- branches/1.0/package/arnofw/traffic-shaper/60traffic-shaper.plugin.sh 2015-07-30 17:02:25 UTC (rev 7168) +++ branches/1.0/package/arnofw/traffic-shaper/60traffic-shaper.plugin.sh 2015-07-31 13:46:34 UTC (rev 7169) @@ -2,11 +2,11 @@ # -= Arno's iptables firewall - HTB & HFSC traffic shaper plugin =- # PLUGIN_NAME="Traffic-Shaper plugin" -PLUGIN_VERSION="1.2.07-astlinux" +PLUGIN_VERSION="1.2.08-astlinux" PLUGIN_CONF_FILE="traffic-shaper.conf" # -# Last changed : December 26, 2012 -# Requirements : kernel 2.6 + iproute +# Last changed : July 31, 2015 +# Requirements : kernel 2.6 + iproute2 # Comments : This plugin will shape traffic. It borrows heavily on # the logic of Maciej's original script (below), with # some minor changes to the actual bins that traffic @@ -223,8 +223,7 @@ plugin_start_hfsc() { # Some required modules are already loaded by the main script: - modprobe ip_nat - # modprobe ip_table + modprobe_multi nf_nat ip_nat modprobe sch_hfsc @@ -297,7 +296,7 @@ plugin_start_htb() { # Some required modules are already loaded by the main script: - modprobe ip_nat + modprobe_multi nf_nat ip_nat printf "${INDENT}Shaping as (Down/Up) %d/%d kb/s using '%s' for interface: %s\n" $DOWNLINK $UPLINK htb "$SHAPER_IF" @@ -417,16 +416,6 @@ return 1 fi - count=0 - IFS=' ,' - for eif in $SHAPER_IF; do - count=$((count+1)) - done - if [ "$count" -ne 1 ]; then - printf "\033[40m\033[1;31m${INDENT}ERROR: Only one external interface is supported!\n\033[0m" >&2 - return 1 - fi - if ! check_command tc; then printf "\033[40m\033[1;31m${INDENT}ERROR: Required binary \"tc\" is not available!\n\033[0m" >&2 return 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-07-30 17:02:28
|
Revision: 7168 http://sourceforge.net/p/astlinux/code/7168 Author: abelbeck Date: 2015-07-30 17:02:25 +0000 (Thu, 30 Jul 2015) Log Message: ----------- update ChangeLog Modified Paths: -------------- branches/1.0/docs/ChangeLog.txt Modified: branches/1.0/docs/ChangeLog.txt =================================================================== --- branches/1.0/docs/ChangeLog.txt 2015-07-30 16:58:17 UTC (rev 7167) +++ branches/1.0/docs/ChangeLog.txt 2015-07-30 17:02:25 UTC (rev 7168) @@ -20,6 +20,8 @@ -- nano, version bump to 2.4.2 +-- logrotate, version bump to 3.9.1 + -- dosfstools, version bump to 3.0.28 -- parse-csv, new command, parse a comma-seperated-value string like an Asterisk CDR line and output each value @@ -42,6 +44,8 @@ -- vsftpd, version bump to 3.0.3 +-- stunnel, version bump to 5.22 + -- dnsmasq, version bump to 2.74 -- dnscrypt-proxy, version bump to 1.6.0, add support for ephemeral-keys and an optional secondary proxy server. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-07-30 16:58:19
|
Revision: 7167 http://sourceforge.net/p/astlinux/code/7167 Author: abelbeck Date: 2015-07-30 16:58:17 +0000 (Thu, 30 Jul 2015) Log Message: ----------- logrotate, version bump to 3.9.1 Modified Paths: -------------- branches/1.0/package/logrotate/logrotate.mk Added Paths: ----------- branches/1.0/package/logrotate/logrotate-0001-make-autoreconfable.patch Added: branches/1.0/package/logrotate/logrotate-0001-make-autoreconfable.patch =================================================================== --- branches/1.0/package/logrotate/logrotate-0001-make-autoreconfable.patch (rev 0) +++ branches/1.0/package/logrotate/logrotate-0001-make-autoreconfable.patch 2015-07-30 16:58:17 UTC (rev 7167) @@ -0,0 +1,20 @@ +Make the package autoreconfigurable + +Adjust a minor detail in configure.ac in order to make the package +compatible with the autoconf/automake versions we are using in +Buildroot. + +Signed-off-by: Benoît Thébaudeau <ben...@gm...> + +Index: b/configure.ac +=================================================================== +--- a/configure.ac ++++ b/configure.ac +@@ -2,5 +2,5 @@ + +-AM_INIT_AUTOMAKE ++AM_INIT_AUTOMAKE([foreign]) + AC_DEFINE(_GNU_SOURCE) + + AM_EXTRA_RECURSIVE_TARGETS([test]) + Modified: branches/1.0/package/logrotate/logrotate.mk =================================================================== --- branches/1.0/package/logrotate/logrotate.mk 2015-07-30 16:02:35 UTC (rev 7166) +++ branches/1.0/package/logrotate/logrotate.mk 2015-07-30 16:58:17 UTC (rev 7167) @@ -3,31 +3,35 @@ # logrotate # ############################################################# -LOGROTATE_VERSION = 3.8.7 +LOGROTATE_VERSION = 3.9.1 LOGROTATE_SOURCE = logrotate-$(LOGROTATE_VERSION).tar.gz LOGROTATE_SITE = https://www.fedorahosted.org/releases/l/o/logrotate -LOGROTATE_DEPENDENCIES = popt +LOGROTATE_DEPENDENCIES = popt host-pkg-config -define LOGROTATE_BUILD_CMDS - $(MAKE) CC="$(TARGET_CC) $(TARGET_CFLAGS)" LDFLAGS="$(LDFLAGS)" -C $(@D) -endef +# tarball does not have a generated configure script +LOGROTATE_AUTORECONF = YES -define LOGROTATE_INSTALL_TARGET_CMDS - $(MAKE) PREFIX=$(TARGET_DIR) -C $(@D) install +LOGROTATE_CONF_OPT = --without-selinux + +ifeq ($(BR2_PACKAGE_ACL),y) +LOGROTATE_DEPENDENCIES += acl +LOGROTATE_CONF_OPT += --with-acl +else +LOGROTATE_CONF_OPT += --without-acl +endif + +define LOGROTATE_INSTALL_TARGET_CONF $(INSTALL) -m 0644 package/logrotate/logrotate.conf $(TARGET_DIR)/etc/logrotate.conf if [ ! -d $(TARGET_DIR)/etc/logrotate.d ]; then \ $(INSTALL) -d -m 0755 $(TARGET_DIR)/etc/logrotate.d; \ fi endef +LOGROTATE_POST_INSTALL_TARGET_HOOKS += LOGROTATE_INSTALL_TARGET_CONF define LOGROTATE_UNINSTALL_TARGET_CMDS rm -f $(TARGET_DIR)/usr/sbin/logrotate rm -f $(TARGET_DIR)/etc/logrotate.conf endef -define LOGROTATE_CLEAN_CMDS - -$(MAKE) -C $(@D) clean -endef - -$(eval $(call GENTARGETS,package,logrotate)) +$(eval $(call AUTOTARGETS,package,logrotate)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-07-30 16:02:39
|
Revision: 7166 http://sourceforge.net/p/astlinux/code/7166 Author: abelbeck Date: 2015-07-30 16:02:35 +0000 (Thu, 30 Jul 2015) Log Message: ----------- stunnel, version bump to 5.22 Modified Paths: -------------- branches/1.0/package/stunnel/stunnel-configure.patch branches/1.0/package/stunnel/stunnel.mk Modified: branches/1.0/package/stunnel/stunnel-configure.patch =================================================================== --- branches/1.0/package/stunnel/stunnel-configure.patch 2015-07-29 23:51:38 UTC (rev 7165) +++ branches/1.0/package/stunnel/stunnel-configure.patch 2015-07-30 16:02:35 UTC (rev 7166) @@ -1,6 +1,6 @@ --- stunnel-5.01/configure.ac.orig 2014-04-11 10:43:39.000000000 -0500 +++ stunnel-5.01/configure.ac 2014-04-11 10:49:05.000000000 -0500 -@@ -110,7 +110,8 @@ +@@ -111,7 +111,8 @@ AC_CHECK_FILE("/dev/ptc", AC_DEFINE([HAVE_DEV_PTS_AND_PTC], [1], [Define to 1 if you have '/dev/ptc' device.])) else @@ -10,7 +10,7 @@ fi AC_MSG_NOTICE([**************************************** entropy sources]) -@@ -139,7 +140,9 @@ +@@ -140,7 +141,9 @@ AC_DEFINE_UNQUOTED([RANDOM_FILE], ["$RANDOM_FILE"], [Random file path]) fi else Modified: branches/1.0/package/stunnel/stunnel.mk =================================================================== --- branches/1.0/package/stunnel/stunnel.mk 2015-07-29 23:51:38 UTC (rev 7165) +++ branches/1.0/package/stunnel/stunnel.mk 2015-07-30 16:02:35 UTC (rev 7166) @@ -4,8 +4,8 @@ # ############################################################# -STUNNEL_VERSION = 5.19 -STUNNEL_SITE = http://ftp.nluug.nl/pub/networking/stunnel/archive/5.x +STUNNEL_VERSION = 5.22 +STUNNEL_SITE = http://www.usenix.org.uk/mirrors/stunnel/archive/5.x STUNNEL_DEPENDENCIES = openssl # We're patching configure.ac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-07-29 23:51:41
|
Revision: 7165 http://sourceforge.net/p/astlinux/code/7165 Author: abelbeck Date: 2015-07-29 23:51:38 +0000 (Wed, 29 Jul 2015) Log Message: ----------- update ChangeLog Modified Paths: -------------- branches/1.0/docs/ChangeLog.txt Modified: branches/1.0/docs/ChangeLog.txt =================================================================== --- branches/1.0/docs/ChangeLog.txt 2015-07-29 23:25:17 UTC (rev 7164) +++ branches/1.0/docs/ChangeLog.txt 2015-07-29 23:51:38 UTC (rev 7165) @@ -32,6 +32,8 @@ -- lighttpd, version bump to 1.4.36, security fix: CVE-2015-3200 Note: SSLv3 is now disabled by default, clients must support TLS. +-- iptables, version bump to 1.4.21 + -- libpcap, version bump to 1.7.4 -- ntpd/sntp, version bump to 4.2.8p3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-07-29 23:25:19
|
Revision: 7164 http://sourceforge.net/p/astlinux/code/7164 Author: abelbeck Date: 2015-07-29 23:25:17 +0000 (Wed, 29 Jul 2015) Log Message: ----------- iptables, version bump to 1.4.21 Modified Paths: -------------- branches/1.0/package/iptables/iptables.mk Modified: branches/1.0/package/iptables/iptables.mk =================================================================== --- branches/1.0/package/iptables/iptables.mk 2015-07-29 17:14:45 UTC (rev 7163) +++ branches/1.0/package/iptables/iptables.mk 2015-07-29 23:25:17 UTC (rev 7164) @@ -4,14 +4,15 @@ # ############################################################# -IPTABLES_VERSION = 1.4.17 +IPTABLES_VERSION = 1.4.21 IPTABLES_SOURCE = iptables-$(IPTABLES_VERSION).tar.bz2 IPTABLES_SITE = http://ftp.netfilter.org/pub/iptables IPTABLES_INSTALL_STAGING = YES -IPTABLES_AUTORECONF = YES IPTABLES_DEPENDENCIES = host-pkg-config -IPTABLES_CONF_OPT = --libexecdir=/usr/lib --with-kernel=$(LINUX_HEADERS_DIR) +IPTABLES_CONF_OPT = \ + --libexecdir=/usr/lib \ + --with-kernel=$(STAGING_DIR)/usr define IPTABLES_TARGET_SYMLINK_CREATE ln -sf xtables-multi $(TARGET_DIR)/usr/sbin/iptables This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-07-29 17:14:47
|
Revision: 7163 http://sourceforge.net/p/astlinux/code/7163 Author: abelbeck Date: 2015-07-29 17:14:45 +0000 (Wed, 29 Jul 2015) Log Message: ----------- update ChangeLog Modified Paths: -------------- branches/1.0/docs/ChangeLog.txt Modified: branches/1.0/docs/ChangeLog.txt =================================================================== --- branches/1.0/docs/ChangeLog.txt 2015-07-29 16:46:54 UTC (rev 7162) +++ branches/1.0/docs/ChangeLog.txt 2015-07-29 17:14:45 UTC (rev 7163) @@ -29,15 +29,25 @@ -- OpenSSL, version bump to 1.0.1p, security fix: CVE-2015-1793 +-- lighttpd, version bump to 1.4.36, security fix: CVE-2015-3200 + Note: SSLv3 is now disabled by default, clients must support TLS. + -- libpcap, version bump to 1.7.4 -- ntpd/sntp, version bump to 4.2.8p3 -- openldap, version bump to 2.4.41 +-- vsftpd, version bump to 3.0.3 + +-- dnsmasq, version bump to 2.74 + -- dnscrypt-proxy, version bump to 1.6.0, add support for ephemeral-keys and an optional secondary proxy server. New rc.conf variables are: DNSCRYPT_EPHEMERAL_KEYS, DNSCRYPT_2SERVER_ADDRESS, DNSCRYPT_2PROVIDER_NAME, DNSCRYPT_2PROVIDER_KEY +-- links, command-line text-only web browser is removed, a better approach is to use SSH as a local Web Browser Proxy via AstLinux. + More Info: http://doc.astlinux.org/userdoc:tt-web-browser-proxy + ** Asterisk -- Asterisk 1.8.32.3 (no change), 11.18.0 (no change) and 13.4.0 (no change) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-07-29 16:46:57
|
Revision: 7162 http://sourceforge.net/p/astlinux/code/7162 Author: abelbeck Date: 2015-07-29 16:46:54 +0000 (Wed, 29 Jul 2015) Log Message: ----------- links, disable from default builds, use proxy instead Ref: http://doc.astlinux.org/userdoc:tt-web-browser-proxy Modified Paths: -------------- branches/1.0/astlinux-ast11.config branches/1.0/astlinux-ast13.config branches/1.0/astlinux18.config Modified: branches/1.0/astlinux-ast11.config =================================================================== --- branches/1.0/astlinux-ast11.config 2015-07-29 13:56:56 UTC (rev 7161) +++ branches/1.0/astlinux-ast11.config 2015-07-29 16:46:54 UTC (rev 7162) @@ -725,8 +725,7 @@ # BR2_PACKAGE_LIGHTTPD_BZIP2 is not set BR2_PACKAGE_LIGHTTPD_PCRE=y # BR2_PACKAGE_LIGHTTPD_WEBDAV is not set -BR2_PACKAGE_LINKS=y -# BR2_PACKAGE_LINKS_GRAPHICS is not set +# BR2_PACKAGE_LINKS is not set # BR2_PACKAGE_LRZSZ is not set BR2_PACKAGE_MDNSRESPONDER=y # BR2_PACKAGE_MII_DIAG is not set Modified: branches/1.0/astlinux-ast13.config =================================================================== --- branches/1.0/astlinux-ast13.config 2015-07-29 13:56:56 UTC (rev 7161) +++ branches/1.0/astlinux-ast13.config 2015-07-29 16:46:54 UTC (rev 7162) @@ -725,8 +725,7 @@ # BR2_PACKAGE_LIGHTTPD_BZIP2 is not set BR2_PACKAGE_LIGHTTPD_PCRE=y # BR2_PACKAGE_LIGHTTPD_WEBDAV is not set -BR2_PACKAGE_LINKS=y -# BR2_PACKAGE_LINKS_GRAPHICS is not set +# BR2_PACKAGE_LINKS is not set # BR2_PACKAGE_LRZSZ is not set BR2_PACKAGE_MDNSRESPONDER=y # BR2_PACKAGE_MII_DIAG is not set Modified: branches/1.0/astlinux18.config =================================================================== --- branches/1.0/astlinux18.config 2015-07-29 13:56:56 UTC (rev 7161) +++ branches/1.0/astlinux18.config 2015-07-29 16:46:54 UTC (rev 7162) @@ -725,8 +725,7 @@ # BR2_PACKAGE_LIGHTTPD_BZIP2 is not set BR2_PACKAGE_LIGHTTPD_PCRE=y # BR2_PACKAGE_LIGHTTPD_WEBDAV is not set -BR2_PACKAGE_LINKS=y -# BR2_PACKAGE_LINKS_GRAPHICS is not set +# BR2_PACKAGE_LINKS is not set # BR2_PACKAGE_LRZSZ is not set BR2_PACKAGE_MDNSRESPONDER=y # BR2_PACKAGE_MII_DIAG is not set This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-07-29 13:56:59
|
Revision: 7161 http://sourceforge.net/p/astlinux/code/7161 Author: abelbeck Date: 2015-07-29 13:56:56 +0000 (Wed, 29 Jul 2015) Log Message: ----------- dnsmasq, version bump to 2.74 Modified Paths: -------------- branches/1.0/package/dnsmasq/dnsmasq.mk Removed Paths: ------------- branches/1.0/package/dnsmasq/dnsmasq-fix-crash-cache-stats.patch branches/1.0/package/dnsmasq/dnsmasq-fix-crash-malformed-request.patch Deleted: branches/1.0/package/dnsmasq/dnsmasq-fix-crash-cache-stats.patch =================================================================== --- branches/1.0/package/dnsmasq/dnsmasq-fix-crash-cache-stats.patch 2015-07-28 17:27:25 UTC (rev 7160) +++ branches/1.0/package/dnsmasq/dnsmasq-fix-crash-cache-stats.patch 2015-07-29 13:56:56 UTC (rev 7161) @@ -1,22 +0,0 @@ -diff --git a/src/cache.c b/src/cache.c -index d7bea57..178d654 100644 ---- a/src/cache.c -+++ b/src/cache.c -@@ -1326,7 +1326,7 @@ int cache_make_stat(struct txt_record *t) - } - port = prettyprint_addr(&serv->addr, daemon->addrbuff); - lenp = p++; /* length */ -- bytes_avail = (p - buff) + bufflen; -+ bytes_avail = bufflen - (p - buff); - bytes_needed = snprintf(p, bytes_avail, "%s#%d %u %u", daemon->addrbuff, port, queries, failed_queries); - if (bytes_needed >= bytes_avail) - { -@@ -1340,7 +1340,7 @@ int cache_make_stat(struct txt_record *t) - lenp = p - 1; - buff = new; - bufflen = newlen; -- bytes_avail = (p - buff) + bufflen; -+ bytes_avail = bufflen - (p - buff); - bytes_needed = snprintf(p, bytes_avail, "%s#%d %u %u", daemon->addrbuff, port, queries, failed_queries); - } - *lenp = bytes_needed; Deleted: branches/1.0/package/dnsmasq/dnsmasq-fix-crash-malformed-request.patch =================================================================== --- branches/1.0/package/dnsmasq/dnsmasq-fix-crash-malformed-request.patch 2015-07-28 17:27:25 UTC (rev 7160) +++ branches/1.0/package/dnsmasq/dnsmasq-fix-crash-malformed-request.patch 2015-07-29 13:56:56 UTC (rev 7161) @@ -1,34 +0,0 @@ -diff --git a/src/rfc1035.c b/src/rfc1035.c -index 7a07b0c..a995ab5 100644 ---- a/src/rfc1035.c -+++ b/src/rfc1035.c -@@ -1198,7 +1198,10 @@ unsigned int extract_request(struct dns_header *header, size_t qlen, char *name, - size_t setup_reply(struct dns_header *header, size_t qlen, - struct all_addr *addrp, unsigned int flags, unsigned long ttl) - { -- unsigned char *p = skip_questions(header, qlen); -+ unsigned char *p; -+ -+ if (!(p = skip_questions(header, qlen))) -+ return 0; - - /* clear authoritative and truncated flags, set QR flag */ - header->hb3 = (header->hb3 & ~(HB3_AA | HB3_TC)) | HB3_QR; -@@ -1214,7 +1217,7 @@ size_t setup_reply(struct dns_header *header, size_t qlen, - SET_RCODE(header, NOERROR); /* empty domain */ - else if (flags == F_NXDOMAIN) - SET_RCODE(header, NXDOMAIN); -- else if (p && flags == F_IPV4) -+ else if (flags == F_IPV4) - { /* we know the address */ - SET_RCODE(header, NOERROR); - header->ancount = htons(1); -@@ -1222,7 +1225,7 @@ size_t setup_reply(struct dns_header *header, size_t qlen, - add_resource_record(header, NULL, NULL, sizeof(struct dns_header), &p, ttl, NULL, T_A, C_IN, "4", addrp); - } - #ifdef HAVE_IPV6 -- else if (p && flags == F_IPV6) -+ else if (flags == F_IPV6) - { - SET_RCODE(header, NOERROR); - header->ancount = htons(1); Modified: branches/1.0/package/dnsmasq/dnsmasq.mk =================================================================== --- branches/1.0/package/dnsmasq/dnsmasq.mk 2015-07-28 17:27:25 UTC (rev 7160) +++ branches/1.0/package/dnsmasq/dnsmasq.mk 2015-07-29 13:56:56 UTC (rev 7161) @@ -4,7 +4,7 @@ # ############################################################# -DNSMASQ_VERSION = 2.71 +DNSMASQ_VERSION = 2.74 DNSMASQ_SITE = http://thekelleys.org.uk/dnsmasq DNSMASQ_MAKE_ENV = $(TARGET_MAKE_ENV) CC="$(TARGET_CC)" DNSMASQ_MAKE_OPT = COPTS="$(DNSMASQ_COPTS)" PREFIX=/usr CFLAGS="$(TARGET_CFLAGS)" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-07-28 17:27:27
|
Revision: 7160 http://sourceforge.net/p/astlinux/code/7160 Author: abelbeck Date: 2015-07-28 17:27:25 +0000 (Tue, 28 Jul 2015) Log Message: ----------- links, version bump to 2.10 Modified Paths: -------------- branches/1.0/package/links/links.mk Modified: branches/1.0/package/links/links.mk =================================================================== --- branches/1.0/package/links/links.mk 2015-07-28 17:02:44 UTC (rev 7159) +++ branches/1.0/package/links/links.mk 2015-07-28 17:27:25 UTC (rev 7160) @@ -4,7 +4,7 @@ # ############################################################# -LINKS_VERSION = 2.9 +LINKS_VERSION = 2.10 LINKS_SITE = http://links.twibright.com/download LINKS_CONF_OPT = --without-x This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-07-28 17:02:46
|
Revision: 7159 http://sourceforge.net/p/astlinux/code/7159 Author: abelbeck Date: 2015-07-28 17:02:44 +0000 (Tue, 28 Jul 2015) Log Message: ----------- vsftpd, version bump to 3.0.3, unfortunately previous security patches are not included Modified Paths: -------------- branches/1.0/package/vsftpd/vsftpd.mk Modified: branches/1.0/package/vsftpd/vsftpd.mk =================================================================== --- branches/1.0/package/vsftpd/vsftpd.mk 2015-07-27 16:50:24 UTC (rev 7158) +++ branches/1.0/package/vsftpd/vsftpd.mk 2015-07-28 17:02:44 UTC (rev 7159) @@ -3,7 +3,7 @@ # vsftpd # ############################################################# -VSFTPD_VERSION = 3.0.2 +VSFTPD_VERSION = 3.0.3 VSFTPD_SOURCE = vsftpd-$(VSFTPD_VERSION).tar.gz VSFTPD_SITE = https://security.appspot.com/downloads This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-07-27 16:50:27
|
Revision: 7158 http://sourceforge.net/p/astlinux/code/7158 Author: abelbeck Date: 2015-07-27 16:50:24 +0000 (Mon, 27 Jul 2015) Log Message: ----------- lighttpd, version bump to 1.4.36, remove 'hostname-underscore.patch' since it doesn't work - the hostname should not contain underscores Note: this version disables SSLv3 by default, probably not a good thing for our use, we may want to re-enable ssl.use-sslv3 in the default config Modified Paths: -------------- branches/1.0/package/lighttpd/lighttpd.mk Removed Paths: ------------- branches/1.0/package/lighttpd/lighttpd-hostname-underscore.patch Deleted: branches/1.0/package/lighttpd/lighttpd-hostname-underscore.patch =================================================================== --- branches/1.0/package/lighttpd/lighttpd-hostname-underscore.patch 2015-07-26 03:42:09 UTC (rev 7157) +++ branches/1.0/package/lighttpd/lighttpd-hostname-underscore.patch 2015-07-27 16:50:24 UTC (rev 7158) @@ -1,17 +0,0 @@ ---- lighttpd-1.4.35.orig/src/request.c 2010-08-17 05:04:38.000000000 -0400 -+++ lighttpd-1.4.35/src/request.c 2011-02-24 13:11:20.000000000 -0500 -@@ -180,12 +180,12 @@ - label_len = 0; - level++; - } else if (i == 0) { -- if (!light_isalnum(c)) { -+ if (!light_isalnum(c) && c != '_') { - return -1; - } - label_len++; - } else { -- if (c != '-' && !light_isalnum(c)) { -+ if (c != '-' && c != '_' &&!light_isalnum(c)) { - return -1; - } - label_len++; Modified: branches/1.0/package/lighttpd/lighttpd.mk =================================================================== --- branches/1.0/package/lighttpd/lighttpd.mk 2015-07-26 03:42:09 UTC (rev 7157) +++ branches/1.0/package/lighttpd/lighttpd.mk 2015-07-27 16:50:24 UTC (rev 7158) @@ -4,7 +4,7 @@ # ############################################################# -LIGHTTPD_VERSION = 1.4.35 +LIGHTTPD_VERSION = 1.4.36 LIGHTTPD_SITE = http://download.lighttpd.net/lighttpd/releases-1.4.x LIGHTTPD_DEPENDENCIES = host-pkg-config LIGHTTPD_CONF_OPT = \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-07-26 03:42:11
|
Revision: 7157 http://sourceforge.net/p/astlinux/code/7157 Author: abelbeck Date: 2015-07-26 03:42:09 +0000 (Sun, 26 Jul 2015) Log Message: ----------- dnscrypt-proxy, version bump to 1.6.0 Modified Paths: -------------- branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.mk Modified: branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.mk =================================================================== --- branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.mk 2015-07-26 03:17:01 UTC (rev 7156) +++ branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.mk 2015-07-26 03:42:09 UTC (rev 7157) @@ -3,7 +3,7 @@ # dnscrypt-proxy # ############################################################# -DNSCRYPT_PROXY_VERSION = 1.5.0 +DNSCRYPT_PROXY_VERSION = 1.6.0 DNSCRYPT_PROXY_SOURCE = dnscrypt-proxy-$(DNSCRYPT_PROXY_VERSION).tar.gz DNSCRYPT_PROXY_SITE = http://download.dnscrypt.org/dnscrypt-proxy This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-07-26 03:17:04
|
Revision: 7156 http://sourceforge.net/p/astlinux/code/7156 Author: abelbeck Date: 2015-07-26 03:17:01 +0000 (Sun, 26 Jul 2015) Log Message: ----------- update ChangeLog Modified Paths: -------------- branches/1.0/docs/ChangeLog.txt Modified: branches/1.0/docs/ChangeLog.txt =================================================================== --- branches/1.0/docs/ChangeLog.txt 2015-07-26 03:08:39 UTC (rev 7155) +++ branches/1.0/docs/ChangeLog.txt 2015-07-26 03:17:01 UTC (rev 7156) @@ -35,6 +35,9 @@ -- openldap, version bump to 2.4.41 +-- dnscrypt-proxy, version bump to 1.6.0, add support for ephemeral-keys and an optional secondary proxy server. + New rc.conf variables are: DNSCRYPT_EPHEMERAL_KEYS, DNSCRYPT_2SERVER_ADDRESS, DNSCRYPT_2PROVIDER_NAME, DNSCRYPT_2PROVIDER_KEY + ** Asterisk -- Asterisk 1.8.32.3 (no change), 11.18.0 (no change) and 13.4.0 (no change) @@ -47,7 +50,11 @@ -- System and Staff tabs, Configuration/File Backup: exclude /stat/var/www/cache/ files from unionfs backup. +-- Network -> "DNSCrypt Proxy Server Configuration" sub-tab, add support for "Ephemeral Keys" + and optional "Secondary Server" configuration. + More Info: http://doc.astlinux.org/userdoc:tt_dnscrypt_proxy + Additions for AstLinux 1.2.3: ============================= This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-07-26 03:08:41
|
Revision: 7155 http://sourceforge.net/p/astlinux/code/7155 Author: abelbeck Date: 2015-07-26 03:08:39 +0000 (Sun, 26 Jul 2015) Log Message: ----------- web interface, add support for optional DNSCrypt Secondary Server Modified Paths: -------------- branches/1.0/package/webinterface/altweb/admin/dnscrypt.php Modified: branches/1.0/package/webinterface/altweb/admin/dnscrypt.php =================================================================== --- branches/1.0/package/webinterface/altweb/admin/dnscrypt.php 2015-07-26 03:05:07 UTC (rev 7154) +++ branches/1.0/package/webinterface/altweb/admin/dnscrypt.php 2015-07-26 03:08:39 UTC (rev 7155) @@ -44,7 +44,10 @@ $value = 'DNSCRYPT_VERBOSITY="'.$_POST['verbosity'].'"'; fwrite($fp, "### Log Level\n".$value."\n"); - + + $value = 'DNSCRYPT_EPHEMERAL_KEYS="'.$_POST['ephemeral_keys'].'"'; + fwrite($fp, "### Ephemeral Keys\n".$value."\n"); + $value = 'DNSCRYPT_SERVER_ADDRESS="'.tuq($_POST['server_address']).'"'; fwrite($fp, "### Server Address\n".$value."\n"); @@ -54,6 +57,15 @@ $value = 'DNSCRYPT_PROVIDER_KEY="'.tuq($_POST['provider_key']).'"'; fwrite($fp, "### Provider Key\n".$value."\n"); + $value = 'DNSCRYPT_2SERVER_ADDRESS="'.tuq($_POST['server_address2']).'"'; + fwrite($fp, "### 2nd Server Address\n".$value."\n"); + + $value = 'DNSCRYPT_2PROVIDER_NAME="'.tuq($_POST['provider_name2']).'"'; + fwrite($fp, "### 2nd Provider Name\n".$value."\n"); + + $value = 'DNSCRYPT_2PROVIDER_KEY="'.tuq($_POST['provider_key2']).'"'; + fwrite($fp, "### 2nd Provider Key\n".$value."\n"); + fwrite($fp, "### gui.dnscrypt.conf - end ###\n"); fclose($fp); @@ -157,14 +169,31 @@ putHtml('</select>'); putHtml('</td></tr>'); + putHtml('<tr class="dtrow1"><td style="text-align: right;" colspan="2">'); + putHtml('Ephemeral Keys:'); + putHtml('</td><td style="text-align: left;" colspan="4">'); + putHtml('<select name="ephemeral_keys">'); + $value = getVARdef($db, 'DNSCRYPT_EPHEMERAL_KEYS', $cur_db); + putHtml('<option value="no">disabled</option>'); + $sel = ($value === 'yes') ? ' selected="selected"' : ''; + putHtml('<option value="yes"'.$sel.'>enabled</option>'); + putHtml('</select>'); + putHtml('</td></tr>'); + + putHtml('<tr class="dtrow0"><td class="dialogText" style="text-align: left;" colspan="6">'); + putHtml('<strong>Primary Server:</strong>'); + putHtml('</td></tr>'); + putHtml('<tr class="dtrow1"><td style="color: orange; text-align: center;" colspan="6">'); - putHtml('Note: Leave the fields below empty to use the OpenDNS defaults.'); + putHtml('Note: Any empty fields below use the OpenDNS defaults.'); putHtml('</td></tr>'); putHtml('<tr class="dtrow1"><td style="text-align: right;" colspan="2">'); putHtml('Server Address:'); putHtml('</td><td style="text-align: left;" colspan="4">'); - $value = getVARdef($db, 'DNSCRYPT_SERVER_ADDRESS', $cur_db); + if (($value = getVARdef($db, 'DNSCRYPT_SERVER_ADDRESS', $cur_db)) === '') { + $value = '208.67.220.220:443'; + } putHtml('<input type="text" size="48" maxlength="128" value="'.$value.'" name="server_address" />'); putHtml('</td></tr>'); @@ -182,6 +211,36 @@ putHtml('<input type="text" size="80" maxlength="80" value="'.$value.'" name="provider_key" />'); putHtml('</td></tr>'); + putHtml('<tr class="dtrow0"><td class="dialogText" style="text-align: left;" colspan="6">'); + putHtml('<strong>Secondary Server:</strong> <i>(optional)</i>'); + putHtml('</td></tr>'); + + putHtml('<tr class="dtrow1"><td style="color: orange; text-align: center;" colspan="6">'); + putHtml('Note: The "Server Address" field below must be defined to enable the<br />'); + putHtml('secondary server. Other empty fields use the OpenDNS defaults.'); + putHtml('</td></tr>'); + + putHtml('<tr class="dtrow1"><td style="text-align: right;" colspan="2">'); + putHtml('Server Address:'); + putHtml('</td><td style="text-align: left;" colspan="4">'); + $value = getVARdef($db, 'DNSCRYPT_2SERVER_ADDRESS', $cur_db); + putHtml('<input type="text" size="48" maxlength="128" value="'.$value.'" name="server_address2" />'); + putHtml('</td></tr>'); + + putHtml('<tr class="dtrow1"><td style="text-align: right;" colspan="2">'); + putHtml('Provider Name:'); + putHtml('</td><td style="text-align: left;" colspan="4">'); + $value = getVARdef($db, 'DNSCRYPT_2PROVIDER_NAME', $cur_db); + putHtml('<input type="text" size="48" maxlength="128" value="'.$value.'" name="provider_name2" />'); + putHtml('</td></tr>'); + + putHtml('<tr class="dtrow1"><td style="text-align: right;" colspan="2">'); + putHtml('Provider Key:'); + putHtml('</td><td style="text-align: left;" colspan="4">'); + $value = getVARdef($db, 'DNSCRYPT_2PROVIDER_KEY', $cur_db); + putHtml('<input type="text" size="80" maxlength="80" value="'.$value.'" name="provider_key2" />'); + putHtml('</td></tr>'); + putHtml('</table>'); putHtml('</form>'); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-07-26 03:05:09
|
Revision: 7154 http://sourceforge.net/p/astlinux/code/7154 Author: abelbeck Date: 2015-07-26 03:05:07 +0000 (Sun, 26 Jul 2015) Log Message: ----------- dnscrypt-proxy, only require DNSCRYPT_2SERVER_ADDRESS to enable secondary proxy server, default to OpenDNS if the rest are empty Modified Paths: -------------- branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.init branches/1.0/package/dnsmasq/dnsmasq.init branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf Modified: branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.init =================================================================== --- branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.init 2015-07-26 02:43:19 UTC (rev 7153) +++ branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.init 2015-07-26 03:05:07 UTC (rev 7154) @@ -29,10 +29,14 @@ dnscrypt-proxy -d --local-address 127.0.0.1:2053 -n 520 -m ${DNSCRYPT_VERBOSITY:-5} -p $PIDFILE $ephemeral_keys \ --resolver-address "$address" --provider-name "$name" --provider-key "$key" - if [ -n "$DNSCRYPT_2SERVER_ADDRESS" -a -n "$DNSCRYPT_2PROVIDER_NAME" -a -n "$DNSCRYPT_2PROVIDER_KEY" ]; then + if [ -n "$DNSCRYPT_2SERVER_ADDRESS" ]; then + # Default to OpenDNS + name="${DNSCRYPT_2PROVIDER_NAME:-2.dnscrypt-cert.opendns.com}" + key="${DNSCRYPT_2PROVIDER_KEY:-B735:1140:206F:225D:3E2B:D822:D7FD:691E:A1C3:3CC8:D666:8D0C:BE04:BFAB:CA43:FB79}" + dnscrypt-proxy -d --local-address 127.0.0.1:2054 -n 520 -m ${DNSCRYPT_VERBOSITY:-5} -p $PID2FILE $ephemeral_keys \ - --resolver-address "$DNSCRYPT_2SERVER_ADDRESS" --provider-name "$DNSCRYPT_2PROVIDER_NAME" --provider-key "$DNSCRYPT_2PROVIDER_KEY" + --resolver-address "$DNSCRYPT_2SERVER_ADDRESS" --provider-name "$name" --provider-key "$key" fi fi } Modified: branches/1.0/package/dnsmasq/dnsmasq.init =================================================================== --- branches/1.0/package/dnsmasq/dnsmasq.init 2015-07-26 02:43:19 UTC (rev 7153) +++ branches/1.0/package/dnsmasq/dnsmasq.init 2015-07-26 03:05:07 UTC (rev 7154) @@ -46,7 +46,7 @@ if [ -f /etc/init.d/dnscrypt ]; then if [ "$DNSCRYPT_PROXY" = "yes" ]; then servers="127.0.0.1#2053" - if [ -n "$DNSCRYPT_2SERVER_ADDRESS" -a -n "$DNSCRYPT_2PROVIDER_NAME" -a -n "$DNSCRYPT_2PROVIDER_KEY" ]; then + if [ -n "$DNSCRYPT_2SERVER_ADDRESS" ]; then servers="$servers 127.0.0.1#2054" fi fi Modified: branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf =================================================================== --- branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf 2015-07-26 02:43:19 UTC (rev 7153) +++ branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf 2015-07-26 03:05:07 UTC (rev 7154) @@ -375,7 +375,8 @@ #DNSCRYPT_SERVER_ADDRESS="" #DNSCRYPT_PROVIDER_NAME="" #DNSCRYPT_PROVIDER_KEY="" -## Optional - Secondary Proxy Server, all three variables below must be defined to be enabled. +## Optional - Secondary Proxy Server, DNSCRYPT_2SERVER_ADDRESS must be defined to be enabled. +## Other empty DNSCRYPT_2PROVIDER_NAME/KEY fields use the OpenDNS defaults. #DNSCRYPT_2SERVER_ADDRESS="" #DNSCRYPT_2PROVIDER_NAME="" #DNSCRYPT_2PROVIDER_KEY="" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-07-26 02:43:22
|
Revision: 7153 http://sourceforge.net/p/astlinux/code/7153 Author: abelbeck Date: 2015-07-26 02:43:19 +0000 (Sun, 26 Jul 2015) Log Message: ----------- dnscrypt-proxy, add support for ephemeral-keys and an optional secondary proxy server. New rc.conf variables are: DNSCRYPT_EPHEMERAL_KEYS, DNSCRYPT_2SERVER_ADDRESS, DNSCRYPT_2PROVIDER_NAME, DNSCRYPT_2PROVIDER_KEY Modified Paths: -------------- branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.init branches/1.0/package/dnsmasq/dnsmasq.init branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf Modified: branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.init =================================================================== --- branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.init 2015-07-13 17:45:41 UTC (rev 7152) +++ branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.init 2015-07-26 02:43:19 UTC (rev 7153) @@ -4,6 +4,8 @@ PIDFILE="/var/run/dnscrypt-proxy.pid" +PID2FILE="/var/run/dnscrypt-proxy2.pid" + init () { : } @@ -18,8 +20,20 @@ name="${DNSCRYPT_PROVIDER_NAME:-2.dnscrypt-cert.opendns.com}" key="${DNSCRYPT_PROVIDER_KEY:-B735:1140:206F:225D:3E2B:D822:D7FD:691E:A1C3:3CC8:D666:8D0C:BE04:BFAB:CA43:FB79}" - dnscrypt-proxy -d --local-address 127.0.0.1:2053 -n 520 -m ${DNSCRYPT_VERBOSITY:-5} -p $PIDFILE \ + if [ "$DNSCRYPT_EPHEMERAL_KEYS" = "yes" ]; then + ephemeral_keys="--ephemeral-keys" + else + ephemeral_keys="" + fi + + dnscrypt-proxy -d --local-address 127.0.0.1:2053 -n 520 -m ${DNSCRYPT_VERBOSITY:-5} -p $PIDFILE $ephemeral_keys \ --resolver-address "$address" --provider-name "$name" --provider-key "$key" + + if [ -n "$DNSCRYPT_2SERVER_ADDRESS" -a -n "$DNSCRYPT_2PROVIDER_NAME" -a -n "$DNSCRYPT_2PROVIDER_KEY" ]; then + + dnscrypt-proxy -d --local-address 127.0.0.1:2054 -n 520 -m ${DNSCRYPT_VERBOSITY:-5} -p $PID2FILE $ephemeral_keys \ + --resolver-address "$DNSCRYPT_2SERVER_ADDRESS" --provider-name "$DNSCRYPT_2PROVIDER_NAME" --provider-key "$DNSCRYPT_2PROVIDER_KEY" + fi fi } @@ -30,6 +44,10 @@ kill $(cat $PIDFILE) >/dev/null 2>&1 fi + + if [ -f $PID2FILE ]; then + kill $(cat $PID2FILE) >/dev/null 2>&1 + fi } case $1 in Modified: branches/1.0/package/dnsmasq/dnsmasq.init =================================================================== --- branches/1.0/package/dnsmasq/dnsmasq.init 2015-07-13 17:45:41 UTC (rev 7152) +++ branches/1.0/package/dnsmasq/dnsmasq.init 2015-07-26 02:43:19 UTC (rev 7153) @@ -39,15 +39,20 @@ return 1 } -dnscrypt_proxy_check() +dnscrypt_proxy_servers() { + local servers="" + if [ -f /etc/init.d/dnscrypt ]; then if [ "$DNSCRYPT_PROXY" = "yes" ]; then - return 0 + servers="127.0.0.1#2053" + if [ -n "$DNSCRYPT_2SERVER_ADDRESS" -a -n "$DNSCRYPT_2PROVIDER_NAME" -a -n "$DNSCRYPT_2PROVIDER_KEY" ]; then + servers="$servers 127.0.0.1#2054" + fi fi fi - return 1 + echo "$servers" } tftpd_check() @@ -184,7 +189,7 @@ createDNSMASQbasic() { - local local_domain + local local_domain dnscrypt_servers server IFS # DHCP options if [ "$1" = "dhcp" ]; then @@ -223,10 +228,14 @@ echo "dns-forward-max=512" fi - if dnscrypt_proxy_check; then + dnscrypt_servers="$(dnscrypt_proxy_servers)" + if [ -n "$dnscrypt_servers" ]; then echo "no-resolv -server=127.0.0.1#2053 proxy-dnssec" + unset IFS + for server in $dnscrypt_servers; do + echo "server=$server" + done else echo "resolv-file=/etc/resolv-extern.conf" fi Modified: branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf =================================================================== --- branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf 2015-07-13 17:45:41 UTC (rev 7152) +++ branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf 2015-07-26 02:43:19 UTC (rev 7153) @@ -368,12 +368,17 @@ ## DNSCrypt Proxy Server ## Note: dnsmasq must be restarted when DNSCRYPT_PROXY changes. -#DNSCRYPT_PROXY="yes" # Enable with "yes", defaults to "no" -#DNSCRYPT_VERBOSITY="5" # Syslog logging: "3" Error, "5" Notice, "6" Info, defaults to "5" -## Leave the variables below empty to use the OpenDNS defaults. See http://dnscrypt.org/ for others. +#DNSCRYPT_PROXY="yes" # Enable with "yes", defaults to "no" +#DNSCRYPT_VERBOSITY="5" # Syslog logging: "3" Error, "5" Notice, "6" Info, defaults to "5" +#DNSCRYPT_EPHEMERAL_KEYS="yes" # Generates short-lived public key for each query with "yes", defaults to "no" +## Leave the three variables below empty to use the OpenDNS defaults. See http://dnscrypt.org/ for others. #DNSCRYPT_SERVER_ADDRESS="" #DNSCRYPT_PROVIDER_NAME="" #DNSCRYPT_PROVIDER_KEY="" +## Optional - Secondary Proxy Server, all three variables below must be defined to be enabled. +#DNSCRYPT_2SERVER_ADDRESS="" +#DNSCRYPT_2PROVIDER_NAME="" +#DNSCRYPT_2PROVIDER_KEY="" ## Static hosts for local resolver + DNSMasq ## This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-07-16 00:28:04
|
Revision: 7153 http://sourceforge.net/p/astlinux/code/7153 Author: abelbeck Date: 2015-07-16 00:28:02 +0000 (Thu, 16 Jul 2015) Log Message: ----------- dnscrypt-proxy, add support for ephemeral-keys and an optional secondary proxy server. New rc.conf variables are: DNSCRYPT_EPHEMERAL_KEYS, DNSCRYPT_2SERVER_ADDRESS, DNSCRYPT_2PROVIDER_NAME, DNSCRYPT_2PROVIDER_KEY Modified Paths: -------------- branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.init branches/1.0/package/dnsmasq/dnsmasq.init branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf Modified: branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.init =================================================================== --- branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.init 2015-07-13 17:45:41 UTC (rev 7152) +++ branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.init 2015-07-16 00:28:02 UTC (rev 7153) @@ -4,6 +4,8 @@ PIDFILE="/var/run/dnscrypt-proxy.pid" +PID2FILE="/var/run/dnscrypt-proxy2.pid" + init () { : } @@ -18,8 +20,20 @@ name="${DNSCRYPT_PROVIDER_NAME:-2.dnscrypt-cert.opendns.com}" key="${DNSCRYPT_PROVIDER_KEY:-B735:1140:206F:225D:3E2B:D822:D7FD:691E:A1C3:3CC8:D666:8D0C:BE04:BFAB:CA43:FB79}" - dnscrypt-proxy -d --local-address 127.0.0.1:2053 -n 520 -m ${DNSCRYPT_VERBOSITY:-5} -p $PIDFILE \ + if [ "$DNSCRYPT_EPHEMERAL_KEYS" = "yes" ]; then + ephemeral_keys="--ephemeral-keys" + else + ephemeral_keys="" + fi + + dnscrypt-proxy -d --local-address 127.0.0.1:2053 -n 520 -m ${DNSCRYPT_VERBOSITY:-5} -p $PIDFILE $ephemeral_keys \ --resolver-address "$address" --provider-name "$name" --provider-key "$key" + + if [ -n "$DNSCRYPT_2SERVER_ADDRESS" -a -n "$DNSCRYPT_2PROVIDER_NAME" -a -n "$DNSCRYPT_2PROVIDER_KEY" ]; then + + dnscrypt-proxy -d --local-address 127.0.0.1:2054 -n 520 -m ${DNSCRYPT_VERBOSITY:-5} -p $PID2FILE $ephemeral_keys \ + --resolver-address "$DNSCRYPT_2SERVER_ADDRESS" --provider-name "$DNSCRYPT_2PROVIDER_NAME" --provider-key "$DNSCRYPT_2PROVIDER_KEY" + fi fi } @@ -30,6 +44,10 @@ kill $(cat $PIDFILE) >/dev/null 2>&1 fi + + if [ -f $PID2FILE ]; then + kill $(cat $PID2FILE) >/dev/null 2>&1 + fi } case $1 in Modified: branches/1.0/package/dnsmasq/dnsmasq.init =================================================================== --- branches/1.0/package/dnsmasq/dnsmasq.init 2015-07-13 17:45:41 UTC (rev 7152) +++ branches/1.0/package/dnsmasq/dnsmasq.init 2015-07-16 00:28:02 UTC (rev 7153) @@ -39,15 +39,20 @@ return 1 } -dnscrypt_proxy_check() +dnscrypt_proxy_servers() { + local servers="" + if [ -f /etc/init.d/dnscrypt ]; then if [ "$DNSCRYPT_PROXY" = "yes" ]; then - return 0 + servers="127.0.0.1#2053" + if [ -n "$DNSCRYPT_2SERVER_ADDRESS" -a -n "$DNSCRYPT_2PROVIDER_NAME" -a -n "$DNSCRYPT_2PROVIDER_KEY" ]; then + servers="$servers 127.0.0.1#2054" + fi fi fi - return 1 + echo "$servers" } tftpd_check() @@ -184,7 +189,7 @@ createDNSMASQbasic() { - local local_domain + local local_domain dnscrypt_servers server IFS # DHCP options if [ "$1" = "dhcp" ]; then @@ -223,10 +228,14 @@ echo "dns-forward-max=512" fi - if dnscrypt_proxy_check; then + dnscrypt_servers="$(dnscrypt_proxy_servers)" + if [ -n "$dnscrypt_servers" ]; then echo "no-resolv -server=127.0.0.1#2053 proxy-dnssec" + unset IFS + for server in $dnscrypt_servers; do + echo "server=$server" + done else echo "resolv-file=/etc/resolv-extern.conf" fi Modified: branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf =================================================================== --- branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf 2015-07-13 17:45:41 UTC (rev 7152) +++ branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf 2015-07-16 00:28:02 UTC (rev 7153) @@ -368,12 +368,17 @@ ## DNSCrypt Proxy Server ## Note: dnsmasq must be restarted when DNSCRYPT_PROXY changes. -#DNSCRYPT_PROXY="yes" # Enable with "yes", defaults to "no" -#DNSCRYPT_VERBOSITY="5" # Syslog logging: "3" Error, "5" Notice, "6" Info, defaults to "5" -## Leave the variables below empty to use the OpenDNS defaults. See http://dnscrypt.org/ for others. +#DNSCRYPT_PROXY="yes" # Enable with "yes", defaults to "no" +#DNSCRYPT_VERBOSITY="5" # Syslog logging: "3" Error, "5" Notice, "6" Info, defaults to "5" +#DNSCRYPT_EPHEMERAL_KEYS="yes" # Generates short-lived public key for each query with "yes", defaults to "no" +## Leave the three variables below empty to use the OpenDNS defaults. See http://dnscrypt.org/ for others. #DNSCRYPT_SERVER_ADDRESS="" #DNSCRYPT_PROVIDER_NAME="" #DNSCRYPT_PROVIDER_KEY="" +## Optional - Secondary Proxy Server, all three variables below must be defined to be enabled. +#DNSCRYPT_2SERVER_ADDRESS="" +#DNSCRYPT_2PROVIDER_NAME="" +#DNSCRYPT_2PROVIDER_KEY="" ## Static hosts for local resolver + DNSMasq ## This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-07-13 17:45:44
|
Revision: 7152 http://sourceforge.net/p/astlinux/code/7152 Author: abelbeck Date: 2015-07-13 17:45:41 +0000 (Mon, 13 Jul 2015) Log Message: ----------- update ChangeLog Modified Paths: -------------- branches/1.0/docs/ChangeLog.txt Modified: branches/1.0/docs/ChangeLog.txt =================================================================== --- branches/1.0/docs/ChangeLog.txt 2015-07-13 17:44:01 UTC (rev 7151) +++ branches/1.0/docs/ChangeLog.txt 2015-07-13 17:45:41 UTC (rev 7152) @@ -29,6 +29,8 @@ -- OpenSSL, version bump to 1.0.1p, security fix: CVE-2015-1793 +-- libpcap, version bump to 1.7.4 + -- ntpd/sntp, version bump to 4.2.8p3 -- openldap, version bump to 2.4.41 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-07-13 17:44:04
|
Revision: 7151 http://sourceforge.net/p/astlinux/code/7151 Author: abelbeck Date: 2015-07-13 17:44:01 +0000 (Mon, 13 Jul 2015) Log Message: ----------- libpcap, version bump to 1.7.4 Modified Paths: -------------- branches/1.0/package/libpcap/libpcap.mk Modified: branches/1.0/package/libpcap/libpcap.mk =================================================================== --- branches/1.0/package/libpcap/libpcap.mk 2015-07-11 15:32:09 UTC (rev 7150) +++ branches/1.0/package/libpcap/libpcap.mk 2015-07-13 17:44:01 UTC (rev 7151) @@ -4,7 +4,7 @@ # ############################################################# -LIBPCAP_VERSION = 1.7.3 +LIBPCAP_VERSION = 1.7.4 LIBPCAP_SITE = http://www.tcpdump.org/release LIBPCAP_SOURCE = libpcap-$(LIBPCAP_VERSION).tar.gz LIBPCAP_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-07-11 15:32:11
|
Revision: 7150 http://sourceforge.net/p/astlinux/code/7150 Author: abelbeck Date: 2015-07-11 15:32:09 +0000 (Sat, 11 Jul 2015) Log Message: ----------- update ChangeLog Modified Paths: -------------- branches/1.0/docs/ChangeLog.txt Modified: branches/1.0/docs/ChangeLog.txt =================================================================== --- branches/1.0/docs/ChangeLog.txt 2015-07-11 15:30:35 UTC (rev 7149) +++ branches/1.0/docs/ChangeLog.txt 2015-07-11 15:32:09 UTC (rev 7150) @@ -12,6 +12,8 @@ ** System +-- php, version bump to 5.5.27, bug and security fixes + -- perl, version 5.20.2 using perlcross 0.9.7 -- lm-sensors, version bump to 3.4.0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-07-11 15:30:37
|
Revision: 7149 http://sourceforge.net/p/astlinux/code/7149 Author: abelbeck Date: 2015-07-11 15:30:35 +0000 (Sat, 11 Jul 2015) Log Message: ----------- php, version bump to 5.5.27, bug and security fixes Modified Paths: -------------- branches/1.0/package/php/php.mk Modified: branches/1.0/package/php/php.mk =================================================================== --- branches/1.0/package/php/php.mk 2015-07-10 17:13:56 UTC (rev 7148) +++ branches/1.0/package/php/php.mk 2015-07-11 15:30:35 UTC (rev 7149) @@ -4,7 +4,7 @@ # ############################################################# -PHP_VERSION = 5.5.26 +PHP_VERSION = 5.5.27 PHP_SITE = http://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-07-10 17:13:58
|
Revision: 7148 http://sourceforge.net/p/astlinux/code/7148 Author: abelbeck Date: 2015-07-10 17:13:56 +0000 (Fri, 10 Jul 2015) Log Message: ----------- update ChangeLog Modified Paths: -------------- branches/1.0/docs/ChangeLog.txt Modified: branches/1.0/docs/ChangeLog.txt =================================================================== --- branches/1.0/docs/ChangeLog.txt 2015-07-10 17:12:40 UTC (rev 7147) +++ branches/1.0/docs/ChangeLog.txt 2015-07-10 17:13:56 UTC (rev 7148) @@ -41,7 +41,7 @@ ** Web Interface --- System tab, Configuration/File Backup: exclude /stat/var/www/cache/ files from unionfs backup. +-- System and Staff tabs, Configuration/File Backup: exclude /stat/var/www/cache/ files from unionfs backup. Additions for AstLinux 1.2.3: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-07-10 17:12:43
|
Revision: 7147 http://sourceforge.net/p/astlinux/code/7147 Author: abelbeck Date: 2015-07-10 17:12:40 +0000 (Fri, 10 Jul 2015) Log Message: ----------- web interface, update Staff tab for exclude files from unionfs backup Modified Paths: -------------- branches/1.0/package/webinterface/altweb/admin/staff.php Modified: branches/1.0/package/webinterface/altweb/admin/staff.php =================================================================== --- branches/1.0/package/webinterface/altweb/admin/staff.php 2015-07-10 16:50:26 UTC (rev 7146) +++ branches/1.0/package/webinterface/altweb/admin/staff.php 2015-07-10 17:12:40 UTC (rev 7147) @@ -65,6 +65,9 @@ $excludecmd = 'find /oldroot/mnt/asturw/ -type f | sed -e "s:^/oldroot/mnt/asturw/::" | sed -n'; $excludecmd .= ' -e "s:^stat/var/lib/asterisk/sounds/.*$:&:p"'; $excludecmd .= ' -e "s:^stat/var/lib/asterisk/moh/.*$:&:p"'; + $excludecmd .= ' -e "s:^stat/var/www/cache/.*$:&:p"'; + $excludecmd .= ' -e "s:^stat/var/packages/.*$:&:p"'; + $excludecmd .= ' -e "s:^usr/lib/locale/.*$:&:p"'; shell($excludecmd.' >'.$excludefile.' 2>/dev/null', $status); shell($tarcmd.$asturw.' -X '.$excludefile.' $(ls -1 /oldroot/mnt/asturw/ | sed -e "s/^mnt$//") -C /oldroot/mnt/asturw >/dev/null 2>/dev/null', $status); @unlink($excludefile); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |