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...> - 2016-05-31 19:52:38
|
Revision: 7695 http://sourceforge.net/p/astlinux/code/7695 Author: abelbeck Date: 2016-05-31 19:52:36 +0000 (Tue, 31 May 2016) 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 2016-05-31 19:51:03 UTC (rev 7694) +++ branches/1.0/docs/ChangeLog.txt 2016-05-31 19:52:36 UTC (rev 7695) @@ -81,6 +81,8 @@ -- ntpd/sntp, version bump to 4.2.8p7, security fixes: 11 low/medium-severity vulnerabilities Now only include the "LOCAL" Reference Clock driver, which reduces the ntpd binary size buy 30% . +-- msmtp, version bump to 1.6.5 + -- stunnel, version bump to 5.31 -- miniupnpd, version bump to 2.0, also make the UPnP leases file survive a reboot using '/mnt/kd/upnp.leases'. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-05-31 19:51:05
|
Revision: 7694 http://sourceforge.net/p/astlinux/code/7694 Author: abelbeck Date: 2016-05-31 19:51:03 +0000 (Tue, 31 May 2016) Log Message: ----------- msmtp, version bump to 1.6.5 Modified Paths: -------------- branches/1.0/package/msmtp/msmtp.mk Modified: branches/1.0/package/msmtp/msmtp.mk =================================================================== --- branches/1.0/package/msmtp/msmtp.mk 2016-05-31 16:14:03 UTC (rev 7693) +++ branches/1.0/package/msmtp/msmtp.mk 2016-05-31 19:51:03 UTC (rev 7694) @@ -4,7 +4,7 @@ # ############################################################# -MSMTP_VERSION = 1.6.3 +MSMTP_VERSION = 1.6.5 MSMTP_SOURCE = msmtp-$(MSMTP_VERSION).tar.xz MSMTP_SITE = http://downloads.sourceforge.net/project/msmtp/msmtp/$(MSMTP_VERSION) MSMTP_DEPENDENCIES = openssl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-05-31 16:14:06
|
Revision: 7693 http://sourceforge.net/p/astlinux/code/7693 Author: abelbeck Date: 2016-05-31 16:14:03 +0000 (Tue, 31 May 2016) 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 2016-05-31 16:12:58 UTC (rev 7692) +++ branches/1.0/docs/ChangeLog.txt 2016-05-31 16:14:03 UTC (rev 7693) @@ -73,7 +73,7 @@ -- ca-certificates, added trusted root certificates 2016-04-20, single file bundle, to allow authenticated HTTPS connections. --- libcurl (curl) version bump to 7.49.0 +-- libcurl (curl) version bump to 7.49.1 -- unbound, new package adding the libunbound library and unbound-host command. A symlink of 'host' -> 'unbound-host' is also added. Unbound is a validating, recursive, and caching DNS resolver. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-05-31 16:13:00
|
Revision: 7692 http://sourceforge.net/p/astlinux/code/7692 Author: abelbeck Date: 2016-05-31 16:12:58 +0000 (Tue, 31 May 2016) Log Message: ----------- libcurl, version bump to 7.49.1 Modified Paths: -------------- branches/1.0/package/libcurl/libcurl.mk Modified: branches/1.0/package/libcurl/libcurl.mk =================================================================== --- branches/1.0/package/libcurl/libcurl.mk 2016-05-31 15:40:28 UTC (rev 7691) +++ branches/1.0/package/libcurl/libcurl.mk 2016-05-31 16:12:58 UTC (rev 7692) @@ -3,7 +3,7 @@ # libcurl # ############################################################# -LIBCURL_VERSION = 7.49.0 +LIBCURL_VERSION = 7.49.1 LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.gz LIBCURL_SITE = https://curl.haxx.se/download LIBCURL_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-05-31 15:40:31
|
Revision: 7691 http://sourceforge.net/p/astlinux/code/7691 Author: abelbeck Date: 2016-05-31 15:40:28 +0000 (Tue, 31 May 2016) Log Message: ----------- avahi, version bump to 0.6.32 and update from upstream Buildroot, add patches from David Kerr for his project Modified Paths: -------------- branches/1.0/package/avahi/Config.in branches/1.0/package/avahi/S05avahi-setup.sh branches/1.0/package/avahi/avahi.mk Added Paths: ----------- branches/1.0/package/avahi/avahi-Filtering-Reflector-Advertisements.patch branches/1.0/package/avahi/avahi-airplay-service.patch Removed Paths: ------------- branches/1.0/package/avahi/avahi-autoipd-perms.patch branches/1.0/package/avahi/avahi-disable-systemd-support.patch branches/1.0/package/avahi/avahi-ipv6only.patch branches/1.0/package/avahi/avahi-optional-ipv6.patch branches/1.0/package/avahi/busybox-udhcpc-default.script Modified: branches/1.0/package/avahi/Config.in =================================================================== --- branches/1.0/package/avahi/Config.in 2016-05-30 17:58:43 UTC (rev 7690) +++ branches/1.0/package/avahi/Config.in 2016-05-31 15:40:28 UTC (rev 7691) @@ -1,17 +1,16 @@ config BR2_PACKAGE_AVAHI bool "avahi" select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE - select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE help Avahi is a system which facilitates service discovery on a local network. http://www.avahi.org/ +if BR2_PACKAGE_AVAHI + config BR2_PACKAGE_AVAHI_AUTOIPD bool "IPv4LL network address configuration daemon" - default y - depends on BR2_PACKAGE_AVAHI select BR2_PACKAGE_LIBDAEMON help Avahi-autoipd implements IPv4LL, "Dynamic Configuration of @@ -23,7 +22,6 @@ config BR2_PACKAGE_AVAHI_DAEMON bool "mDNS/DNS-SD daemon" - depends on BR2_PACKAGE_AVAHI select BR2_PACKAGE_LIBDAEMON select BR2_PACKAGE_EXPAT help @@ -31,3 +29,13 @@ architecture (also known as "Rendezvous" or "Bonjour"). The daemon registers local IP addresses and services using mDNS/DNS-SD. + +config BR2_PACKAGE_AVAHI_LIBDNSSD_COMPATIBILITY + bool "libdns_sd compatibility (Bonjour)" + depends on BR2_PACKAGE_AVAHI_DAEMON + select BR2_PACKAGE_DBUS + help + Enable the libdns_sd (Bonjour) compatibility library support + for legacy applications. + +endif Modified: branches/1.0/package/avahi/S05avahi-setup.sh =================================================================== --- branches/1.0/package/avahi/S05avahi-setup.sh 2016-05-30 17:58:43 UTC (rev 7690) +++ branches/1.0/package/avahi/S05avahi-setup.sh 2016-05-31 15:40:28 UTC (rev 7691) @@ -5,7 +5,7 @@ if [ ! -d /tmp/avahi-autopid ]; then rm -rf /tmp/avahi-autoipd mkdir /tmp/avahi-autoipd - chown default.default /tmp/avahi-autoipd + chown nobody:nobody /tmp/avahi-autoipd fi ;; stop) ;; Added: branches/1.0/package/avahi/avahi-Filtering-Reflector-Advertisements.patch =================================================================== --- branches/1.0/package/avahi/avahi-Filtering-Reflector-Advertisements.patch (rev 0) +++ branches/1.0/package/avahi/avahi-Filtering-Reflector-Advertisements.patch 2016-05-31 15:40:28 UTC (rev 7691) @@ -0,0 +1,182 @@ +From 0e9f40ff16f2d1582b3e1200a7a35f83f216f4f2 Mon Sep 17 00:00:00 2001 +From: James Rudd <Jam...@sb...> +Date: Mon, 25 Aug 2014 16:23:33 +1000 +Subject: [[PATCH] Filtering Reflector Advertisements] Filtering Reflector + Advertisements + +Allows Avahi-Daemon to filter which advertisements are added to the cache to be reflected to different networks. +It checks incoming service names against a list defined in avahi-daemon.conf [reflector] reflect-filters. +The list can be types of services or can contain hostnames to match. +For example we only allow AirPlay and AirTunes to be reflected between VLANs, so have "_airplay._tcp.local,_raop._tcp.local" set. + +The patch will block the PTR and SRV advertisements but will still allow A records for machine name lookup. +All locally published services are still published even if they do not match the filter. + +The filter also blocks local programs from seeing advertised programs so it is recommend to only enable it on a dedicated bonjour reflector server. + +Signed-off-by: James Rudd <Jam...@sb...> +--- + avahi-core/core.h | 1 + + avahi-core/server.c | 42 +++++++++++++++++++++++++++++++++++++++++- + avahi-daemon/avahi-daemon.conf | 1 + + avahi-daemon/main.c | 12 ++++++++++++ + man/avahi-daemon.conf.5.xml.in | 10 ++++++++++ + 5 files changed, 65 insertions(+), 1 deletion(-) + +diff --git a/avahi-core/core.h b/avahi-core/core.h +index f50c612..1ebd27a 100644 +--- a/avahi-core/core.h ++++ b/avahi-core/core.h +@@ -56,6 +56,7 @@ typedef struct AvahiServerConfig { + int use_iff_running; /**< Require IFF_RUNNING on local network interfaces. This is the official way to check for link beat. Unfortunately this doesn't work with all drivers. So bettere leave this off. */ + int enable_reflector; /**< Reflect incoming mDNS traffic to all local networks. This allows mDNS based network browsing beyond ethernet borders */ + int reflect_ipv; /**< if enable_reflector is 1, enable/disable reflecting between IPv4 and IPv6 */ ++ AvahiStringList *reflect_filters; /**< if enable_reflector is 1, will only add services containing one of these strings */ + int add_service_cookie; /**< Add magic service cookie to all locally generated records implicitly */ + int enable_wide_area; /**< Enable wide area support */ + AvahiAddress wide_area_servers[AVAHI_WIDE_AREA_SERVERS_MAX]; /** Unicast DNS server to use for wide area lookup */ +diff --git a/avahi-core/server.c b/avahi-core/server.c +index 69a1d02..81725ac 100644 +--- a/avahi-core/server.c ++++ b/avahi-core/server.c +@@ -674,6 +674,34 @@ static void handle_response_packet(AvahiServer *s, AvahiDnsPacket *p, AvahiInter + } + + if (!avahi_key_is_pattern(record->key)) { ++ // Filter services that will be cached. Allow all local services ++ if (!from_local_iface && s->config.enable_reflector && s->config.reflect_filters != NULL){ ++ AvahiStringList *l; ++ int match = 0; ++ ++ if (record->key->type == AVAHI_DNS_TYPE_PTR){ ++ // Need to match DNS pointer target with filter ++ for (l = s->config.reflect_filters; l; l = l->next) ++ if (strstr( record->data.ptr.name, (char*) l->text) != NULL) ++ match = 1; ++ ++ if (! match){ ++ //avahi_log_info("Reject Ptr SRC [%s] Dest [%s]", record->key->name, record->data.ptr.name); ++ return; ++ } ++ } ++ else if (record->key->type == AVAHI_DNS_TYPE_SRV || record->key->type == AVAHI_DNS_TYPE_TXT){ ++ // Need to match key name with filter ++ for (l = s->config.reflect_filters; l; l = l->next) ++ if (strstr( record->key->name, (char*) l->text) != NULL) ++ match = 1; ++ ++ if (! match){ ++ //avahi_log_info("Reject Key [%s] iface [%d]", record->key->name, from_local_iface); ++ return; ++ } ++ } ++ } + + if (handle_conflict(s, i, record, cache_flush)) { + if (!from_local_iface && !avahi_record_is_link_local_address(record)) +@@ -1589,6 +1617,7 @@ AvahiServerConfig* avahi_server_config_init(AvahiServerConfig *c) { + c->use_iff_running = 0; + c->enable_reflector = 0; + c->reflect_ipv = 0; ++ c->reflect_filters = NULL; + c->add_service_cookie = 0; + c->enable_wide_area = 0; + c->n_wide_area_servers = 0; +@@ -1611,13 +1640,14 @@ void avahi_server_config_free(AvahiServerConfig *c) { + avahi_free(c->host_name); + avahi_free(c->domain_name); + avahi_string_list_free(c->browse_domains); ++ avahi_string_list_free(c->reflect_filters); + avahi_string_list_free(c->allow_interfaces); + avahi_string_list_free(c->deny_interfaces); + } + + AvahiServerConfig* avahi_server_config_copy(AvahiServerConfig *ret, const AvahiServerConfig *c) { + char *d = NULL, *h = NULL; +- AvahiStringList *browse = NULL, *allow = NULL, *deny = NULL; ++ AvahiStringList *browse = NULL, *allow = NULL, *deny = NULL, *reflect = NULL ; + assert(ret); + assert(c); + +@@ -1652,12 +1682,22 @@ AvahiServerConfig* avahi_server_config_copy(AvahiServerConfig *ret, const AvahiS + return NULL; + } + ++ if (!(reflect = avahi_string_list_copy(c->reflect_filters)) && c->reflect_filters) { ++ avahi_string_list_free(allow); ++ avahi_string_list_free(browse); ++ avahi_string_list_free(deny); ++ avahi_free(h); ++ avahi_free(d); ++ return NULL; ++ } ++ + *ret = *c; + ret->host_name = h; + ret->domain_name = d; + ret->browse_domains = browse; + ret->allow_interfaces = allow; + ret->deny_interfaces = deny; ++ ret->reflect_filters = reflect; + + return ret; + } +diff --git a/avahi-daemon/avahi-daemon.conf b/avahi-daemon/avahi-daemon.conf +index 27e240d..662fd69 100644 +--- a/avahi-daemon/avahi-daemon.conf ++++ b/avahi-daemon/avahi-daemon.conf +@@ -57,6 +57,7 @@ publish-workstation=no + [reflector] + #enable-reflector=no + #reflect-ipv=no ++#reflect-filters=_airplay._tcp.local,_raop._tcp.local + + [rlimits] + #rlimit-as= +diff --git a/avahi-daemon/main.c b/avahi-daemon/main.c +index 8c28fd6..2676133 100644 +--- a/avahi-daemon/main.c ++++ b/avahi-daemon/main.c +@@ -826,6 +826,18 @@ static int load_config_file(DaemonConfig *c) { + c->server_config.enable_reflector = is_yes(p->value); + else if (strcasecmp(p->key, "reflect-ipv") == 0) + c->server_config.reflect_ipv = is_yes(p->value); ++ else if (strcasecmp(p->key, "reflect-filters") == 0) { ++ char **e, **t; ++ ++ avahi_string_list_free(c->server_config.reflect_filters); ++ c->server_config.reflect_filters = NULL; ++ e = avahi_split_csv(p->value); ++ ++ for (t = e; *t; t++) ++ c->server_config.reflect_filters = avahi_string_list_add(c->server_config.reflect_filters, *t); ++ ++ avahi_strfreev(e); ++ } + else { + avahi_log_error("Invalid configuration key \"%s\" in group \"%s\"\n", p->key, g->name); + goto finish; +diff --git a/man/avahi-daemon.conf.5.xml.in b/man/avahi-daemon.conf.5.xml.in +index 2d15017..c3eeff4 100644 +--- a/man/avahi-daemon.conf.5.xml.in ++++ b/man/avahi-daemon.conf.5.xml.in +@@ -327,6 +327,16 @@ + enabled, avahi-daemon will forward mDNS traffic between IPv4 + and IPv6, which is usually not recommended. Defaults to "no".</p> + </option> ++ ++ <option> ++ <p><opt>reflect-filters=</opt> Set a comma separated list of ++ allowed service names to be reflected. Each service that is ++ seen must match an entry in this list to be reflected to other ++ networks. This list can match the type of service or the name ++ of the machine providing the service. Defaults to allowing all ++ services.</p> ++ ++ </option> + </section> + + <section name="Section [rlimits]"> +-- +1.9.1 + Added: branches/1.0/package/avahi/avahi-airplay-service.patch =================================================================== --- branches/1.0/package/avahi/avahi-airplay-service.patch (rev 0) +++ branches/1.0/package/avahi/avahi-airplay-service.patch 2016-05-31 15:40:28 UTC (rev 7691) @@ -0,0 +1,12 @@ +diff --git a/service-type-database/service-types b/service-type-database/service-types +index 6e7e2cd..54719af 100644 +--- a/service-type-database/service-types ++++ b/service-type-database/service-types +@@ -139,6 +139,7 @@ _realplayfavs._tcp:RealPlayer Shared Favorites + _realplayfavs._tcp[it]:RealPlayer - Preferiti Condivisi + + _raop._tcp:AirTunes Remote Audio ++_airplay._tcp:AirPlay Remote Video + + _rtsp._tcp:RTSP Realtime Streaming Server + _rtp._udp:RTP Realtime Streaming Server Deleted: branches/1.0/package/avahi/avahi-autoipd-perms.patch =================================================================== --- branches/1.0/package/avahi/avahi-autoipd-perms.patch 2016-05-30 17:58:43 UTC (rev 7690) +++ branches/1.0/package/avahi/avahi-autoipd-perms.patch 2016-05-31 15:40:28 UTC (rev 7691) @@ -1,11 +0,0 @@ ---- avahi-0.6.14/avahi-autoipd/main.c.cls 2006-09-13 12:49:45.000000000 -0700 -+++ avahi-0.6.14/avahi-autoipd/main.c 2006-09-25 20:34:10.000000000 -0700 -@@ -239,7 +239,7 @@ - - fprintf(f, "%s\n", inet_ntop(AF_INET, &addr, buf, sizeof (buf))); - fclose(f); -- -+ chmod(fn, S_IRUSR|S_IWUSR); - return 0; - - fail: Deleted: branches/1.0/package/avahi/avahi-disable-systemd-support.patch =================================================================== --- branches/1.0/package/avahi/avahi-disable-systemd-support.patch 2016-05-30 17:58:43 UTC (rev 7690) +++ branches/1.0/package/avahi/avahi-disable-systemd-support.patch 2016-05-31 15:40:28 UTC (rev 7691) @@ -1,22 +0,0 @@ -[PATCH] avahi-daemon: disable systemd support - -Disable systemd support as it isn't needed for BR, and uses SOCK_CLOEXEC -which isn't available on uClibc. - -Signed-off-by: Peter Korsgaard <ja...@su...> ---- - avahi-daemon/sd-daemon.h | 1 + - 1 file changed, 1 insertion(+) - -Index: avahi-0.6.27/avahi-daemon/sd-daemon.h -=================================================================== ---- avahi-0.6.27.orig/avahi-daemon/sd-daemon.h -+++ avahi-0.6.27/avahi-daemon/sd-daemon.h -@@ -66,6 +66,7 @@ extern "C" { - - See sd-daemon(7) for more information. - */ -+#define DISABLE_SYSTEMD /* no systemd support in BR */ - - #if __GNUC__ >= 4 - #define _sd_printf_attr_(a,b) __attribute__ ((format (printf, a, b))) Deleted: branches/1.0/package/avahi/avahi-ipv6only.patch =================================================================== --- branches/1.0/package/avahi/avahi-ipv6only.patch 2016-05-30 17:58:43 UTC (rev 7690) +++ branches/1.0/package/avahi/avahi-ipv6only.patch 2016-05-31 15:40:28 UTC (rev 7691) @@ -1,19 +0,0 @@ -diff -urpN avahi-0.6.22.orig/avahi-core/socket.c avahi-0.6.22/avahi-core/socket.c ---- avahi-0.6.22.orig/avahi-core/socket.c 2007-12-16 22:03:08.000000000 +0100 -+++ avahi-0.6.22/avahi-core/socket.c 2008-03-31 17:13:24.000000000 +0200 -@@ -394,13 +394,13 @@ int avahi_open_socket_ipv6(int no_reuse) - avahi_log_warn("IPV6_UNICAST_HOPS failed: %s", strerror(errno)); - goto fail; - } -- -+#ifdef IPV6_V6ONLY - yes = 1; - if (setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, &yes, sizeof(yes)) < 0) { - avahi_log_warn("IPV6_V6ONLY failed: %s", strerror(errno)); - goto fail; - } -- -+#endif - yes = 1; - if (setsockopt(fd, IPPROTO_IPV6, IPV6_MULTICAST_LOOP, &yes, sizeof(yes)) < 0) { - avahi_log_warn("IPV6_MULTICAST_LOOP failed: %s", strerror(errno)); Deleted: branches/1.0/package/avahi/avahi-optional-ipv6.patch =================================================================== --- branches/1.0/package/avahi/avahi-optional-ipv6.patch 2016-05-30 17:58:43 UTC (rev 7690) +++ branches/1.0/package/avahi/avahi-optional-ipv6.patch 2016-05-31 15:40:28 UTC (rev 7691) @@ -1,147 +0,0 @@ -[PATCH] avahi-core: make ipv6 support optional on uclibc 0.9.31+ - -uClibc 0.9.31+ doesn't define the IPV6_* defines when IPv6 support isn't -enabled, causing the avahi build to break. Detect this configuration, and -comment out IPv6 code if so. - -Signed-off-by: Peter Korsgaard <ja...@su...> ---- - avahi-core/socket.c | 28 +++++++++++++++++++++++----- - 1 file changed, 23 insertions(+), 5 deletions(-) - -Index: avahi-0.6.23/avahi-core/socket.c -=================================================================== ---- avahi-0.6.23.orig/avahi-core/socket.c -+++ avahi-0.6.23/avahi-core/socket.c -@@ -47,6 +47,11 @@ - #include <net/if_dl.h> - #endif - -+#include <features.h> -+#if defined(__UCLIBC__) && !defined (__UCLIBC_HAS_IPV6__) -+#define NO_IPV6 -+#endif -+ - #include "dns.h" - #include "fdutil.h" - #include "socket.h" -@@ -75,6 +80,7 @@ static void mdns_mcast_group_ipv4(struct - inet_pton(AF_INET, AVAHI_IPV4_MCAST_GROUP, &ret_sa->sin_addr); - } - -+#ifndef NO_IPV6 - static void mdns_mcast_group_ipv6(struct sockaddr_in6 *ret_sa) { - assert(ret_sa); - -@@ -83,6 +89,7 @@ static void mdns_mcast_group_ipv6(struct - ret_sa->sin6_port = htons(AVAHI_MDNS_PORT); - inet_pton(AF_INET6, AVAHI_IPV6_MCAST_GROUP, &ret_sa->sin6_addr); - } -+#endif - - static void ipv4_address_to_sockaddr(struct sockaddr_in *ret_sa, const AvahiIPv4Address *a, uint16_t port) { - assert(ret_sa); -@@ -95,6 +102,7 @@ static void ipv4_address_to_sockaddr(str - memcpy(&ret_sa->sin_addr, a, sizeof(AvahiIPv4Address)); - } - -+#ifndef NO_IPV6 - static void ipv6_address_to_sockaddr(struct sockaddr_in6 *ret_sa, const AvahiIPv6Address *a, uint16_t port) { - assert(ret_sa); - assert(a); -@@ -105,6 +113,7 @@ static void ipv6_address_to_sockaddr(str - ret_sa->sin6_port = htons(port); - memcpy(&ret_sa->sin6_addr, a, sizeof(AvahiIPv6Address)); - } -+#endif - - int avahi_mdns_mcast_join_ipv4(int fd, const AvahiIPv4Address *a, int idx, int join) { - #ifdef HAVE_STRUCT_IP_MREQN -@@ -143,6 +152,7 @@ int avahi_mdns_mcast_join_ipv4(int fd, c - } - - int avahi_mdns_mcast_join_ipv6(int fd, const AvahiIPv6Address *a, int idx, int join) { -+#ifndef NO_IPV6 - struct ipv6_mreq mreq6; - struct sockaddr_in6 sa6; - -@@ -164,6 +174,9 @@ int avahi_mdns_mcast_join_ipv6(int fd, c - } - - return 0; -+#else -+ return -1; -+#endif - } - - static int reuseaddr(int fd) { -@@ -372,6 +385,7 @@ fail: - } - - int avahi_open_socket_ipv6(int no_reuse) { -+#ifndef NO_IPV6 - struct sockaddr_in6 sa, local; - int fd = -1, yes, r; - int ttl; -@@ -437,7 +451,7 @@ int avahi_open_socket_ipv6(int no_reuse) - fail: - if (fd >= 0) - close(fd); -- -+#endif - return -1; - } - -@@ -567,7 +581,7 @@ int avahi_send_dns_packet_ipv6( - const AvahiIPv6Address *src_address, - const AvahiIPv6Address *dst_address, - uint16_t dst_port) { -- -+#ifndef NO_IPV6 - struct sockaddr_in6 sa; - struct msghdr msg; - struct iovec io; -@@ -620,6 +634,9 @@ int avahi_send_dns_packet_ipv6( - } - - return sendmsg_loop(fd, &msg, 0); -+#else -+ return -1; -+#endif - } - - AvahiDnsPacket *avahi_recv_dns_packet_ipv4( -@@ -782,7 +799,7 @@ AvahiDnsPacket *avahi_recv_dns_packet_ip - AvahiIPv6Address *ret_dst_address, - AvahiIfIndex *ret_iface, - uint8_t *ret_ttl) { -- -+#ifndef NO_IPV6 - AvahiDnsPacket *p = NULL; - struct msghdr msg; - struct iovec io; -@@ -889,7 +906,7 @@ AvahiDnsPacket *avahi_recv_dns_packet_ip - fail: - if (p) - avahi_dns_packet_free(p); -- -+#endif - return NULL; - } - -@@ -934,6 +951,7 @@ fail: - } - - int avahi_open_unicast_socket_ipv6(void) { -+#ifndef NO_IPV6 - struct sockaddr_in6 local; - int fd = -1, yes; - -@@ -974,6 +992,6 @@ int avahi_open_unicast_socket_ipv6(void) - fail: - if (fd >= 0) - close(fd); -- -+#endif - return -1; - } Modified: branches/1.0/package/avahi/avahi.mk =================================================================== --- branches/1.0/package/avahi/avahi.mk 2016-05-30 17:58:43 UTC (rev 7690) +++ branches/1.0/package/avahi/avahi.mk 2016-05-31 15:40:28 UTC (rev 7691) @@ -1,97 +1,103 @@ ############################################################# # -# avahi (zeroconf implementation) +# avahi # ############################################################# -# -# This program is free software; you can redistribute it -# and/or modify it under the terms of the GNU Lesser General -# Public License as published by the Free Software Foundation -# either version 2.1 of the License, or (at your option) any -# later version. -AVAHI_VERSION = 0.6.30 +AVAHI_VERSION = 0.6.32 AVAHI_SOURCE = avahi-$(AVAHI_VERSION).tar.gz -AVAHI_SITE = http://www.avahi.org/download/ +AVAHI_SITE = https://github.com/lathiat/avahi/releases/download/v$(AVAHI_VERSION) AVAHI_INSTALL_STAGING = YES -AVAHI_INSTALL_TARGET = YES -AVAHI_CONF_ENV = ac_cv_func_strtod=yes \ - ac_fsusage_space=yes \ - fu_cv_sys_stat_statfs2_bsize=yes \ - ac_cv_func_closedir_void=no \ - ac_cv_func_getloadavg=no \ - ac_cv_lib_util_getloadavg=no \ - ac_cv_lib_getloadavg_getloadavg=no \ - ac_cv_func_getgroups=yes \ - ac_cv_func_getgroups_works=yes \ - ac_cv_func_chown_works=yes \ - ac_cv_have_decl_euidaccess=no \ - ac_cv_func_euidaccess=no \ - ac_cv_have_decl_strnlen=yes \ - ac_cv_func_strnlen_working=yes \ - ac_cv_func_lstat_dereferences_slashed_symlink=yes \ - ac_cv_func_lstat_empty_string_bug=no \ - ac_cv_func_stat_empty_string_bug=no \ - vb_cv_func_rename_trailing_slash_bug=no \ - ac_cv_have_decl_nanosleep=yes \ - jm_cv_func_nanosleep_works=yes \ - gl_cv_func_working_utimes=yes \ - ac_cv_func_utime_null=yes \ - ac_cv_have_decl_strerror_r=yes \ - ac_cv_func_strerror_r_char_p=no \ - jm_cv_func_svid_putenv=yes \ - ac_cv_func_getcwd_null=yes \ - ac_cv_func_getdelim=yes \ - ac_cv_func_mkstemp=yes \ - utils_cv_func_mkstemp_limitations=no \ - utils_cv_func_mkdir_trailing_slash_bug=no \ - jm_cv_func_gettimeofday_clobber=no \ - am_cv_func_working_getline=yes \ - gl_cv_func_working_readdir=yes \ - jm_ac_cv_func_link_follows_symlink=no \ - utils_cv_localtime_cache=no \ - ac_cv_struct_st_mtim_nsec=no \ - gl_cv_func_tzset_clobber=no \ - gl_cv_func_getcwd_null=yes \ - gl_cv_func_getcwd_path_max=yes \ - ac_cv_func_fnmatch_gnu=yes \ - am_getline_needs_run_time_check=no \ - am_cv_func_working_getline=yes \ - gl_cv_func_mkdir_trailing_slash_bug=no \ - gl_cv_func_mkstemp_limitations=no \ - ac_cv_func_working_mktime=yes \ - jm_cv_func_working_re_compile_pattern=yes \ - ac_use_included_regex=no \ - avahi_cv_sys_cxx_works=yes \ - DATADIRNAME=share +AVAHI_CONF_ENV = \ + ac_cv_func_strtod=yes \ + ac_fsusage_space=yes \ + fu_cv_sys_stat_statfs2_bsize=yes \ + ac_cv_func_closedir_void=no \ + ac_cv_func_getloadavg=no \ + ac_cv_lib_util_getloadavg=no \ + ac_cv_lib_getloadavg_getloadavg=no \ + ac_cv_func_getgroups=yes \ + ac_cv_func_getgroups_works=yes \ + ac_cv_func_chown_works=yes \ + ac_cv_have_decl_euidaccess=no \ + ac_cv_func_euidaccess=no \ + ac_cv_have_decl_strnlen=yes \ + ac_cv_func_strnlen_working=yes \ + ac_cv_func_lstat_dereferences_slashed_symlink=yes \ + ac_cv_func_lstat_empty_string_bug=no \ + ac_cv_func_stat_empty_string_bug=no \ + vb_cv_func_rename_trailing_slash_bug=no \ + ac_cv_have_decl_nanosleep=yes \ + jm_cv_func_nanosleep_works=yes \ + gl_cv_func_working_utimes=yes \ + ac_cv_func_utime_null=yes \ + ac_cv_have_decl_strerror_r=yes \ + ac_cv_func_strerror_r_char_p=no \ + jm_cv_func_svid_putenv=yes \ + ac_cv_func_getcwd_null=yes \ + ac_cv_func_getdelim=yes \ + ac_cv_func_mkstemp=yes \ + utils_cv_func_mkstemp_limitations=no \ + utils_cv_func_mkdir_trailing_slash_bug=no \ + jm_cv_func_gettimeofday_clobber=no \ + am_cv_func_working_getline=yes \ + gl_cv_func_working_readdir=yes \ + jm_ac_cv_func_link_follows_symlink=no \ + utils_cv_localtime_cache=no \ + ac_cv_struct_st_mtim_nsec=no \ + gl_cv_func_tzset_clobber=no \ + gl_cv_func_getcwd_null=yes \ + gl_cv_func_getcwd_path_max=yes \ + ac_cv_func_fnmatch_gnu=yes \ + am_getline_needs_run_time_check=no \ + am_cv_func_working_getline=yes \ + gl_cv_func_mkdir_trailing_slash_bug=no \ + gl_cv_func_mkstemp_limitations=no \ + ac_cv_func_working_mktime=yes \ + jm_cv_func_working_re_compile_pattern=yes \ + ac_use_included_regex=no \ + avahi_cv_sys_cxx_works=yes \ + DATADIRNAME=share -AVAHI_CONF_OPT = --localstatedir=/var \ - --disable-qt3 \ - --disable-qt4 \ - --disable-gdbm \ - --disable-python-dbus \ - --disable-pygtk \ - --disable-gtk3 \ - --disable-mono \ - --disable-monodoc \ - --disable-stack-protector \ - --with-distro=none \ - $(if $(BR2_HAVE_DOCUMENTATION),--enable,--disable)-manpages \ - $(if $(BR2_PACKAGE_AVAHI_AUTOIPD),--enable,--disable)-autoipd \ - --with-avahi-user=default \ - --with-avahi-group=default \ - --with-autoipd-user=default \ - --with-autoipd-group=default +AVAHI_CONF_OPT = \ + --localstatedir=/var \ + --disable-qt3 \ + --disable-qt4 \ + --disable-gtk \ + --disable-gtk3 \ + --disable-gdbm \ + --disable-python-dbus \ + --disable-pygtk \ + --disable-mono \ + --disable-monodoc \ + --disable-stack-protector \ + --with-distro=none \ + --disable-manpages \ + $(if $(BR2_PACKAGE_AVAHI_AUTOIPD),--enable,--disable)-autoipd \ + --with-avahi-user=nobody \ + --with-avahi-group=nobody \ + --with-autoipd-user=nobody \ + --with-autoipd-group=nobody -AVAHI_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl) host-intltool host-pkg-config +AVAHI_DEPENDENCIES = \ + $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) host-pkg-config +AVAHI_CFLAGS = $(TARGET_CFLAGS) + +# No systemd +AVAHI_CFLAGS += -DDISABLE_SYSTEMD + ifneq ($(BR2_PACKAGE_AVAHI_DAEMON)$(BR2_PACKAGE_AVAHI_AUTOIPD),) AVAHI_DEPENDENCIES += libdaemon else AVAHI_CONF_OPT += --disable-libdaemon endif +ifeq ($(BR2_PACKAGE_LIBCAP),y) +AVAHI_DEPENDENCIES += libcap +endif + ifeq ($(BR2_PACKAGE_AVAHI_DAEMON),y) AVAHI_DEPENDENCIES += expat AVAHI_CONF_OPT += --with-xml=expat @@ -99,6 +105,10 @@ AVAHI_CONF_OPT += --with-xml=none endif +ifeq ($(BR2_PACKAGE_AVAHI_LIBDNSSD_COMPATIBILITY),y) +AVAHI_CONF_OPT += --enable-compat-libdns_sd +endif + ifeq ($(BR2_PACKAGE_DBUS),y) AVAHI_DEPENDENCIES += dbus else @@ -111,20 +121,15 @@ AVAHI_CONF_OPT += --disable-glib --disable-gobject endif -ifeq ($(BR2_PACKAGE_LIBGLADE),y) -AVAHI_DEPENDENCIES += libglade -else -AVAHI_CONF_OPT += --disable-gtk -endif - ifeq ($(BR2_PACKAGE_PYTHON),y) -AVAHI_CONF_ENV += am_cv_pathless_PYTHON=python \ - am_cv_path_PYTHON=$(PYTHON_TARGET_BINARY) \ - am_cv_python_version=$(PYTHON_VERSION) \ - am_cv_python_platform=linux2 \ - am_cv_python_pythondir=/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages \ - am_cv_python_pyexecdir=/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages \ - py_cv_mod_socket_=yes +AVAHI_CONF_ENV += \ + am_cv_pathless_PYTHON=python \ + am_cv_path_PYTHON=$(PYTHON_TARGET_BINARY) \ + am_cv_python_version=$(PYTHON_VERSION) \ + am_cv_python_platform=linux2 \ + am_cv_python_pythondir=/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages \ + am_cv_python_pyexecdir=/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages \ + py_cv_mod_socket_=yes AVAHI_DEPENDENCIES += python AVAHI_CONF_OPT += --enable-python @@ -132,36 +137,46 @@ AVAHI_CONF_OPT += --disable-python endif -ifeq ($(BR2_PACKAGE_LIBINTL),y) -AVAHI_DEPENDENCIES += libintl -AVAHI_MAKE_OPT = LIBS=-lintl -endif +AVAHI_CONF_ENV += CFLAGS="$(AVAHI_CFLAGS)" +AVAHI_MAKE_OPT += $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),LIBS=-lintl) + define AVAHI_REMOVE_INITSCRIPT rm -rf $(TARGET_DIR)/etc/init.d/avahi-* endef AVAHI_POST_INSTALL_TARGET_HOOKS += AVAHI_REMOVE_INITSCRIPT +ifeq ($(BR2_PACKAGE_AVAHI_AUTOIPD),y) define AVAHI_INSTALL_AUTOIPD - rm -rf $(TARGET_DIR)/etc/dhcp3/ - $(INSTALL) -D -m 0755 package/avahi/busybox-udhcpc-default.script $(TARGET_DIR)/usr/share/udhcpc/default.script - $(INSTALL) -m 0755 package/avahi/S05avahi-setup.sh $(TARGET_DIR)/etc/init.d/ rm -f $(TARGET_DIR)/var/lib/avahi-autoipd $(INSTALL) -d -m 0755 $(TARGET_DIR)/var/lib ln -sf /tmp/avahi-autoipd $(TARGET_DIR)/var/lib/avahi-autoipd endef -ifeq ($(BR2_PACKAGE_AVAHI_AUTOIPD),y) -AVAHI_POST_INSTALL_TARGET_HOOKS += AVAHI_INSTALL_AUTOIPD +define AVAHI_INSTALL_AUTOIPD_INIT_SYSV + $(INSTALL) -D -m 0755 package/avahi/S05avahi-setup.sh $(TARGET_DIR)/etc/init.d/S05avahi-setup.sh +endef + +AVAHI_POST_INSTALL_TARGET_HOOKS += AVAHI_INSTALL_AUTOIPD AVAHI_INSTALL_AUTOIPD_INIT_SYSV endif -define AVAHI_INSTALL_DAEMON_INITSCRIPT - $(INSTALL) -m 0755 package/avahi/S50avahi-daemon $(TARGET_DIR)/etc/init.d/ +ifeq ($(BR2_PACKAGE_AVAHI_DAEMON),y) +define AVAHI_INSTALL_DAEMON_INIT_SYSV + $(INSTALL) -D -m 0755 package/avahi/S50avahi-daemon $(TARGET_DIR)/etc/init.d/S50avahi-daemon endef -ifeq ($(BR2_PACKAGE_AVAHI_DAEMON),y) -AVAHI_POST_INSTALL_TARGET_HOOKS += AVAHI_INSTALL_DAEMON_INITSCRIPT +AVAHI_POST_INSTALL_TARGET_HOOKS += AVAHI_INSTALL_DAEMON_INIT_SYSV endif +ifeq ($(BR2_PACKAGE_AVAHI_LIBDNSSD_COMPATIBILITY),y) +# applications expects to be able to #include <dns_sd.h> +define AVAHI_STAGING_INSTALL_LIBDNSSD_LINK + ln -sf avahi-compat-libdns_sd/dns_sd.h \ + $(STAGING_DIR)/usr/include/dns_sd.h +endef + +AVAHI_POST_INSTALL_STAGING_HOOKS += AVAHI_STAGING_INSTALL_LIBDNSSD_LINK +endif + $(eval $(call AUTOTARGETS,package,avahi)) Deleted: branches/1.0/package/avahi/busybox-udhcpc-default.script =================================================================== --- branches/1.0/package/avahi/busybox-udhcpc-default.script 2016-05-30 17:58:43 UTC (rev 7690) +++ branches/1.0/package/avahi/busybox-udhcpc-default.script 2016-05-31 15:40:28 UTC (rev 7691) @@ -1,58 +0,0 @@ -#!/bin/sh - -# udhcpc script edited by Tim Riker <Ti...@Ri...> - -[ -z "$1" ] && echo "Error: should be called from udhcpc" && exit 1 - -RESOLV_CONF="/etc/resolv.conf" -[ -n "$broadcast" ] && BROADCAST="broadcast $broadcast" -[ -n "$subnet" ] && NETMASK="netmask $subnet" - -case "$1" in - deconfig) - grep -q -v ip= /proc/cmdline - if [ $? -eq 0 ]; then - /sbin/ifconfig $interface up - fi - grep -q -v nfsroot= /proc/cmdline - if [ $? -eq 0 ]; then - /sbin/ifconfig $interface 0.0.0.0 - fi - if [ -x /usr/sbin/avahi-autoipd ]; then - /usr/sbin/avahi-autoipd -k $interface - fi - ;; - - leasefail|nak) - if [ -x /usr/sbin/avahi-autoipd ]; then - /usr/sbin/avahi-autoipd -wD $interface --no-chroot - fi - ;; - - renew|bound) - if [ -x /usr/sbin/avahi-autoipd ]; then - /usr/sbin/avahi-autoipd -k $interface - fi - /sbin/ifconfig $interface $ip $BROADCAST $NETMASK - - if [ -n "$router" ] ; then - echo "deleting routers" - while route del default gw 0.0.0.0 dev $interface ; do - : - done - - for i in $router ; do - route add default gw $i dev $interface - done - fi - - echo -n > $RESOLV_CONF - [ -n "$domain" ] && echo search $domain >> $RESOLV_CONF - for i in $dns ; do - echo adding dns $i - echo nameserver $i >> $RESOLV_CONF - done - ;; -esac - -exit 0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-05-30 17:58:45
|
Revision: 7690 http://sourceforge.net/p/astlinux/code/7690 Author: abelbeck Date: 2016-05-30 17:58:43 +0000 (Mon, 30 May 2016) 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 2016-05-29 15:20:28 UTC (rev 7689) +++ branches/1.0/docs/ChangeLog.txt 2016-05-30 17:58:43 UTC (rev 7690) @@ -86,6 +86,7 @@ -- miniupnpd, version bump to 2.0, also make the UPnP leases file survive a reboot using '/mnt/kd/upnp.leases'. -- arnofw (AIF), add NAT_FOREIGN_NETWORK rc.conf variable to support a downstream router with NAT disabled. + More Info: http://doc.astlinux.org/userdoc:tt-internal-downstream-router -- Email Notifications, now automatically define a 'a@b.tld' From header in the form: "<action>-<hostname>" <a@b.tld> The current <action> values are: SIP, Asterisk, Monit, Test, UPS, WAN This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-05-29 15:20:30
|
Revision: 7689 http://sourceforge.net/p/astlinux/code/7689 Author: abelbeck Date: 2016-05-29 15:20:28 +0000 (Sun, 29 May 2016) 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 2016-05-29 15:15:50 UTC (rev 7688) +++ branches/1.0/docs/ChangeLog.txt 2016-05-29 15:20:28 UTC (rev 7689) @@ -85,6 +85,8 @@ -- miniupnpd, version bump to 2.0, also make the UPnP leases file survive a reboot using '/mnt/kd/upnp.leases'. +-- arnofw (AIF), add NAT_FOREIGN_NETWORK rc.conf variable to support a downstream router with NAT disabled. + -- Email Notifications, now automatically define a 'a@b.tld' From header in the form: "<action>-<hostname>" <a@b.tld> The current <action> values are: SIP, Asterisk, Monit, Test, UPS, WAN This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-05-29 15:15:52
|
Revision: 7688 http://sourceforge.net/p/astlinux/code/7688 Author: abelbeck Date: 2016-05-29 15:15:50 +0000 (Sun, 29 May 2016) Log Message: ----------- arnofw, add AstLinux NAT_FOREIGN_NETWORK rc.conf variable to support a downstream router with NAT disabled Modified Paths: -------------- branches/1.0/package/arnofw/arnofw.wrapper branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf Modified: branches/1.0/package/arnofw/arnofw.wrapper =================================================================== --- branches/1.0/package/arnofw/arnofw.wrapper 2016-05-26 21:29:03 UTC (rev 7687) +++ branches/1.0/package/arnofw/arnofw.wrapper 2016-05-29 15:15:50 UTC (rev 7688) @@ -81,6 +81,17 @@ fi } +setFOREIGNnet() +{ + local x IFS + + unset IFS + for x in $NAT_FOREIGN_NETWORK; do + NAT_INTERNAL_NET="$NAT_INTERNAL_NET${NAT_INTERNAL_NET:+ }$x" + NAT=1 + done +} + setIPSECnet() { # args: IP, NM @@ -184,6 +195,10 @@ MODEM_IF="" +if [ -n "$NAT_FOREIGN_NETWORK" ]; then + setFOREIGNnet +fi + EXT_IF_DHCP_IP=0 if [ -n "$EXTIF" -a -z "$EXTIP" ] && [ "$EXTIF" != "ppp0" -o -z "$PPPOEIF" ]; then EXT_IF_DHCP_IP=1 Modified: branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf =================================================================== --- branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf 2016-05-26 21:29:03 UTC (rev 7687) +++ branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf 2016-05-29 15:15:50 UTC (rev 7688) @@ -48,7 +48,7 @@ #NTPSERVS="oceania.pool.ntp.org" #NTPSERVS="africa.pool.ntp.org" ## If you would like to specify several servers to be used at the same time, -## you can specify them in NTPSERVS seperated by spaces. +## you can specify them in NTPSERVS separated by spaces. #NTPSERVS="ntp1.cs.wisc.edu us.pool.ntp.org" ## Persistent Logs @@ -142,7 +142,7 @@ ## If configured with bridge-utils AstLinux can setup layer 2 bridges for you ## Very useful for access points, small "switches" etc. You can define up to ## three total (BRIDGE0, BRIDGE1, BRIDGE2). This example creates device "br0" -## and adds the interfaces (seperated by spaces) to the bridge. Bridges can +## and adds the interfaces (separated by spaces) to the bridge. Bridges can ## include vlans as defined above. #BRIDGE0="eth1 ap0" #BRIDGE1="ap1 eth0" @@ -281,9 +281,15 @@ ## Disable IPv4 NAT (NONAT) ## By default for IPv4, NAT/PAT is enabled on all of the internal interfaces. If you don't -## want to, define that here. As usual, multiple interfaces can be seperated by spaces. +## want to, define that here. As usual, multiple interfaces can be separated by spaces. #NONAT="tun0" +## NAT Foreign (downstream) IPv4 Network(s) +## Support a downstream router with NAT disabled, allow AstLinux to NAT the router's subnets +## Defined using a space separated list of network(s) using CIDR notation. +## Note: Use the /mnt/kd/rc.elocal script to define the necessary static routes. +#NAT_FOREIGN_NETWORK="192.168.6.0/24 192.168.7.0/24" + ## Allow LAN to LAN traffic for internal interfaces, defaults to disallow ## Space separate "INTIF" for 1st, "INT2IF" for 2nd, and "INT3IF" for 3rd Internal Interface ## Separate groups using a ~ (tilde) @@ -832,7 +838,7 @@ #KERNEL_SYSCTL="kernel.panic=3 vm.min_free_kbytes=8192" ## LMSensors Modules -## List your hardware modules, seperated by spaces +## List your hardware modules, separated by spaces ## You will also need to create a sensors.conf #SENSEMODS="vt1211" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-05-26 21:29:05
|
Revision: 7687 http://sourceforge.net/p/astlinux/code/7687 Author: abelbeck Date: 2016-05-26 21:29:03 +0000 (Thu, 26 May 2016) 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 2016-05-26 21:27:51 UTC (rev 7686) +++ branches/1.0/docs/ChangeLog.txt 2016-05-26 21:29:03 UTC (rev 7687) @@ -31,7 +31,7 @@ -- igb, version bump to 5.3.4.4, Intel Gigabit Ethernet Network Driver --- php, version bump to 5.5.35, bug and security fixes +-- php, version bump to 5.5.36, bug and security fixes -- sqlite, version bump to 3.12.2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-05-26 21:27:52
|
Revision: 7686 http://sourceforge.net/p/astlinux/code/7686 Author: abelbeck Date: 2016-05-26 21:27:51 +0000 (Thu, 26 May 2016) Log Message: ----------- php, version bump to 5.5.36, 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 2016-05-23 22:54:34 UTC (rev 7685) +++ branches/1.0/package/php/php.mk 2016-05-26 21:27:51 UTC (rev 7686) @@ -4,7 +4,7 @@ # ############################################################# -PHP_VERSION = 5.5.35 +PHP_VERSION = 5.5.36 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...> - 2016-05-23 22:54:36
|
Revision: 7685 http://sourceforge.net/p/astlinux/code/7685 Author: abelbeck Date: 2016-05-23 22:54:34 +0000 (Mon, 23 May 2016) 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 2016-05-23 22:45:42 UTC (rev 7684) +++ branches/1.0/docs/ChangeLog.txt 2016-05-23 22:54:34 UTC (rev 7685) @@ -43,10 +43,14 @@ -- ethtool, version bump to 4.5 +-- pciutils, version bump to 3.5.1 + -- nano, version bump to 2.5.3 -- smartctl, version bump to 6.5, add drivedb.h entry for Phison S9 SSD: PC Engines msata16d, MyDigitalSSD Super-Boot-Drive mSATA +-- libxml2, version bump to 2.9.4, security fixes: CVE-2016-1762, CVE-2016-1834, CVE-2016-3705 + -- libsodium, version bump to 1.0.10 -- expat, version bump to 2.1.1 @@ -69,7 +73,7 @@ -- ca-certificates, added trusted root certificates 2016-04-20, single file bundle, to allow authenticated HTTPS connections. --- libcurl (curl) version bump to 7.48.0 +-- libcurl (curl) version bump to 7.49.0 -- unbound, new package adding the libunbound library and unbound-host command. A symlink of 'host' -> 'unbound-host' is also added. Unbound is a validating, recursive, and caching DNS resolver. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-05-23 22:45:44
|
Revision: 7684 http://sourceforge.net/p/astlinux/code/7684 Author: abelbeck Date: 2016-05-23 22:45:42 +0000 (Mon, 23 May 2016) Log Message: ----------- libcurl, version bump to 7.49.0 Modified Paths: -------------- branches/1.0/package/libcurl/libcurl.mk Modified: branches/1.0/package/libcurl/libcurl.mk =================================================================== --- branches/1.0/package/libcurl/libcurl.mk 2016-05-23 22:14:55 UTC (rev 7683) +++ branches/1.0/package/libcurl/libcurl.mk 2016-05-23 22:45:42 UTC (rev 7684) @@ -3,7 +3,7 @@ # libcurl # ############################################################# -LIBCURL_VERSION = 7.48.0 +LIBCURL_VERSION = 7.49.0 LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.gz LIBCURL_SITE = https://curl.haxx.se/download LIBCURL_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-05-23 22:14:57
|
Revision: 7683 http://sourceforge.net/p/astlinux/code/7683 Author: abelbeck Date: 2016-05-23 22:14:55 +0000 (Mon, 23 May 2016) Log Message: ----------- pciutils, version bump to 3.5.1 Modified Paths: -------------- branches/1.0/package/pciutils/pciutils.mk Modified: branches/1.0/package/pciutils/pciutils.mk =================================================================== --- branches/1.0/package/pciutils/pciutils.mk 2016-05-23 21:42:22 UTC (rev 7682) +++ branches/1.0/package/pciutils/pciutils.mk 2016-05-23 22:14:55 UTC (rev 7683) @@ -4,7 +4,7 @@ # ############################################################# -PCIUTILS_VERSION = 3.4.1 +PCIUTILS_VERSION = 3.5.1 PCIUTILS_SITE = $(BR2_KERNEL_MIRROR)/software/utils/pciutils PCIUTILS_SOURCE = pciutils-$(PCIUTILS_VERSION).tar.xz PCIUTILS_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-05-23 21:42:24
|
Revision: 7682 http://sourceforge.net/p/astlinux/code/7682 Author: abelbeck Date: 2016-05-23 21:42:22 +0000 (Mon, 23 May 2016) Log Message: ----------- libxml2, version bump to 2.9.4, Fixes a bunch of security issues including: CVE-2016-1762: Heap-based buffer overread in xmlNextChar CVE-2016-1834: heap-buffer-overflow in xmlStrncat CVE-2016-3705: Missing increments of recursion depth counter to XML parser Modified Paths: -------------- branches/1.0/package/libxml2/libxml2.mk Modified: branches/1.0/package/libxml2/libxml2.mk =================================================================== --- branches/1.0/package/libxml2/libxml2.mk 2016-05-20 15:15:36 UTC (rev 7681) +++ branches/1.0/package/libxml2/libxml2.mk 2016-05-23 21:42:22 UTC (rev 7682) @@ -4,7 +4,7 @@ # ############################################################# -LIBXML2_VERSION = 2.9.3 +LIBXML2_VERSION = 2.9.4 LIBXML2_SITE = ftp://xmlsoft.org/libxml2 LIBXML2_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-05-20 15:15:38
|
Revision: 7681 http://sourceforge.net/p/astlinux/code/7681 Author: abelbeck Date: 2016-05-20 15:15:36 +0000 (Fri, 20 May 2016) 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 2016-05-20 15:11:47 UTC (rev 7680) +++ branches/1.0/docs/ChangeLog.txt 2016-05-20 15:15:36 UTC (rev 7681) @@ -67,7 +67,7 @@ -- OpenVPN, version bump to 2.3.11 --- curl, added a trusted root certificates, single file bundle, to allow authenticated HTTPS connections. +-- ca-certificates, added trusted root certificates 2016-04-20, single file bundle, to allow authenticated HTTPS connections. -- libcurl (curl) version bump to 7.48.0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-05-20 15:11:48
|
Revision: 7680 http://sourceforge.net/p/astlinux/code/7680 Author: abelbeck Date: 2016-05-20 15:11:47 +0000 (Fri, 20 May 2016) Log Message: ----------- ca-certificates, version bump to 2016-04-20, source file now supports versioning so adjust build system accordingly Modified Paths: -------------- branches/1.0/package/ca-certificates/ca-certificates.mk Modified: branches/1.0/package/ca-certificates/ca-certificates.mk =================================================================== --- branches/1.0/package/ca-certificates/ca-certificates.mk 2016-05-17 17:25:10 UTC (rev 7679) +++ branches/1.0/package/ca-certificates/ca-certificates.mk 2016-05-20 15:11:47 UTC (rev 7680) @@ -4,15 +4,10 @@ # ################################################################################ -CA_CERTIFICATES_VERSION = 20160120 +CA_CERTIFICATES_VERSION = 2016-04-20 CA_CERTIFICATES_SOURCE = cacert-$(CA_CERTIFICATES_VERSION).pem -CA_CERTIFICATES_SITE = http://files.astlinux.org +CA_CERTIFICATES_SITE = https://curl.haxx.se/ca -## -## curl -o dl/cacert-20160120.pem https://curl.haxx.se/ca/cacert.pem -## ./scripts/upload-dl-pair dl/cacert-20160120.pem -## - define CA_CERTIFICATES_EXTRACT_CMDS cp $(DL_DIR)/$(CA_CERTIFICATES_SOURCE) $(@D)/cacert.pem endef This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-05-17 17:25:11
|
Revision: 7679 http://sourceforge.net/p/astlinux/code/7679 Author: abelbeck Date: 2016-05-17 17:25:10 +0000 (Tue, 17 May 2016) Log Message: ----------- kernel, enable rcu_cpu_stall_suppress by default. Occasionally a 'user.err kernel: INFO: rcu_bh detected stall on CPU...' is generated, and a long history of kernel stall-warning false positives, so for production we now disable stall warnings. This can be re-enabled at runtime with: echo 0 >/sys/module/rcutree/parameters/rcu_cpu_stall_suppress Added Paths: ----------- branches/1.0/project/astlinux/kernel-patches/linux-911-suppress-RCU-CPU-stall-warnings.patch Added: branches/1.0/project/astlinux/kernel-patches/linux-911-suppress-RCU-CPU-stall-warnings.patch =================================================================== --- branches/1.0/project/astlinux/kernel-patches/linux-911-suppress-RCU-CPU-stall-warnings.patch (rev 0) +++ branches/1.0/project/astlinux/kernel-patches/linux-911-suppress-RCU-CPU-stall-warnings.patch 2016-05-17 17:25:10 UTC (rev 7679) @@ -0,0 +1,11 @@ +--- linux-custom/kernel/rcutree.c.orig 2016-05-17 11:18:36.318141162 -0500 ++++ linux-custom/kernel/rcutree.c 2016-05-17 11:21:36.375884207 -0500 +@@ -210,7 +210,7 @@ + module_param(qhimark, long, 0); + module_param(qlowmark, long, 0); + +-int rcu_cpu_stall_suppress __read_mostly; ++int rcu_cpu_stall_suppress __read_mostly = 1; /* 1 = suppress stall warnings. */ + module_param(rcu_cpu_stall_suppress, int, 0644); + + static void force_quiescent_state(struct rcu_state *rsp, int relaxed); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-05-14 23:06:56
|
Revision: 7678 http://sourceforge.net/p/astlinux/code/7678 Author: abelbeck Date: 2016-05-14 23:06:55 +0000 (Sat, 14 May 2016) Log Message: ----------- web interface, Network tab, increase layout size of 'Outbound SMTP Mail Relay' -> 'SMTP Username:' Modified Paths: -------------- branches/1.0/package/webinterface/altweb/admin/network.php Modified: branches/1.0/package/webinterface/altweb/admin/network.php =================================================================== --- branches/1.0/package/webinterface/altweb/admin/network.php 2016-05-13 20:39:08 UTC (rev 7677) +++ branches/1.0/package/webinterface/altweb/admin/network.php 2016-05-14 23:06:55 UTC (rev 7678) @@ -1697,7 +1697,7 @@ putHtml('SMTP Cert File:<input type="text" size="24" maxlength="64" value="'.$value.'" name="smtp_ca_cert" /></td></tr>'); putHtml('<tr class="dtrow1"><td style="text-align: left;" colspan="3">'); $value = getVARdef($db, 'SMTP_USER', $cur_db); - putHtml('SMTP Username:<input type="text" size="24" maxlength="64" value="'.$value.'" name="smtp_user" /></td>'); + putHtml('SMTP Username:<input type="text" size="32" maxlength="64" value="'.$value.'" name="smtp_user" /></td>'); putHtml('<td style="text-align: left;" colspan="3">'); $value = getVARdef($db, 'SMTP_PASS', $cur_db); $value = htmlspecialchars(RCconfig2string($value)); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-05-13 20:39:10
|
Revision: 7677 http://sourceforge.net/p/astlinux/code/7677 Author: abelbeck Date: 2016-05-13 20:39:08 +0000 (Fri, 13 May 2016) 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 2016-05-13 20:31:53 UTC (rev 7676) +++ branches/1.0/docs/ChangeLog.txt 2016-05-13 20:39:08 UTC (rev 7677) @@ -65,6 +65,8 @@ -- busybox, udhcp: fix a SEGV on malformed RFC1035-encoded domain name: CVE-2016-2148 +-- OpenVPN, version bump to 2.3.11 + -- curl, added a trusted root certificates, single file bundle, to allow authenticated HTTPS connections. -- libcurl (curl) version bump to 7.48.0 @@ -84,7 +86,7 @@ ** Asterisk --- Asterisk 1.8.32.3 (no change), 11.22.0 (version bump) and 13.8.2 (version bump) +-- Asterisk 1.8.32.3 (no change), 11.22.0 (version bump) and 13.9.1 (version bump) -- DAHDI, dahdi-linux 2.8.0.1 (no change) and dahdi-tools 2.8.0 (no change) @@ -92,7 +94,7 @@ -- libpri, version bump to 1.5.0 --- wanpipe, version bump to 7.0.18 +-- wanpipe, version bump to 7.0.19 ** Web Interface This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-05-13 20:31:55
|
Revision: 7676 http://sourceforge.net/p/astlinux/code/7676 Author: abelbeck Date: 2016-05-13 20:31:53 +0000 (Fri, 13 May 2016) Log Message: ----------- asterisk, version bump to 13.9.1 Modified Paths: -------------- branches/1.0/package/asterisk/asterisk-13-configure-menuselect-cross-fix.patch branches/1.0/package/asterisk/asterisk.mk branches/1.0/package/pjsip/asterisk-config_site.h Removed Paths: ------------- branches/1.0/package/asterisk/asterisk-13-app_queue-segfault-fix.patch branches/1.0/package/asterisk/asterisk-13-main-Makefile-fix.patch Deleted: branches/1.0/package/asterisk/asterisk-13-app_queue-segfault-fix.patch =================================================================== --- branches/1.0/package/asterisk/asterisk-13-app_queue-segfault-fix.patch 2016-05-13 16:55:12 UTC (rev 7675) +++ branches/1.0/package/asterisk/asterisk-13-app_queue-segfault-fix.patch 2016-05-13 20:31:53 UTC (rev 7676) @@ -1,15 +0,0 @@ -X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=blobdiff_plain;f=apps%2Fapp_queue.c;h=34fdfe7a3ea3296c27dfa814b368ef46d8b7dd4f;hp=939a0e2ad99e415037334bd7e0b377e377ef85e8;hb=3b9d8b60b211377f2023ebfbfdd157cfb668de6e;hpb=56c8182913b4df446e39ac76283dc7be355210f4 - -diff --git a/apps/app_queue.c b/apps/app_queue.c -index 939a0e2..34fdfe7 100644 ---- a/apps/app_queue.c -+++ b/apps/app_queue.c -@@ -4164,7 +4164,7 @@ static int can_ring_entry(struct queue_ent *qe, struct callattempt *call) - return 0; - } - -- if (call->member->in_call && call->lastqueue->wrapuptime) { -+ if (call->member->in_call && call->lastqueue && call->lastqueue->wrapuptime) { - ast_debug(1, "%s is in call, so not available (wrapuptime %d)\n", - call->interface, call->lastqueue->wrapuptime); - return 0; Modified: branches/1.0/package/asterisk/asterisk-13-configure-menuselect-cross-fix.patch =================================================================== --- branches/1.0/package/asterisk/asterisk-13-configure-menuselect-cross-fix.patch 2016-05-13 16:55:12 UTC (rev 7675) +++ branches/1.0/package/asterisk/asterisk-13-configure-menuselect-cross-fix.patch 2016-05-13 20:31:53 UTC (rev 7676) @@ -1,6 +1,6 @@ --- asterisk-13.1.0/configure.ac.orig 2014-01-24 16:52:23.000000000 -0600 +++ asterisk-13.1.0/configure.ac 2014-01-24 16:55:14.000000000 -0600 -@@ -2631,11 +2631,13 @@ +@@ -2630,11 +2630,13 @@ AC_OUTPUT ${ac_cv_path_EGREP} 'CURSES|GTK2|OSARCH|NEWT' makeopts > makeopts.acbak2 Deleted: branches/1.0/package/asterisk/asterisk-13-main-Makefile-fix.patch =================================================================== --- branches/1.0/package/asterisk/asterisk-13-main-Makefile-fix.patch 2016-05-13 16:55:12 UTC (rev 7675) +++ branches/1.0/package/asterisk/asterisk-13-main-Makefile-fix.patch 2016-05-13 20:31:53 UTC (rev 7676) @@ -1,61 +0,0 @@ -From: George Joseph <geo...@fa...> -Date: Wed, 30 Mar 2016 23:34:42 +0000 (-0600) -Subject: pjproject_bundled: Fix use of LDCONFIG for shared library link creation -X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=commitdiff_plain;h=304f81780dcb9702d46164d194b9fdd808c4b99f - -pjproject_bundled: Fix use of LDCONFIG for shared library link creation - -LDCONFIG apparently isn't set to something sane on all systems so the creation -of the shared library links fails. Instead of just testing for non-blank, -main/Makefile now checks that LDCONFIG is actually executable and reverts to -LN if it isn't. - -This applies to both libasteriskpj and libasteriskssl. - -Thanks to 'abelbeck' for pointing out that the issue was LDCONFIG. - -ASTERISK-25873 #close -Reported-by: Hans van Eijsden - -Change-Id: I25b76379bc637726ec044b2c0e709b56b3701729 ---- - -diff --git a/main/Makefile b/main/Makefile -index 50fdc57..d52c3f0 100644 ---- a/main/Makefile -+++ b/main/Makefile -@@ -224,11 +224,11 @@ endif - - $(ASTSSL_LIB): $(ASTSSL_LIB).$(ASTSSL_SO_VERSION) - $(ECHO_PREFIX) echo " [LN] $< -> $@" --ifneq ($(LDCONFIG),) -- $(CMD_PREFIX) $(LDCONFIG) $(LDCONFIG_FLAGS) . 2>/dev/null --else -- $(CMD_PREFIX) $(LN) -sf $< $@ --endif -+ $(CMD_PREFIX) if [ -x "$(LDCONFIG)" ] ; then \ -+ $(LDCONFIG) $(LDCONFIG_FLAGS) . 2>/dev/null ;\ -+ else \ -+ $(LN) -sf $< $@ ;\ -+ fi - - else # Darwin - ASTSSL_LIB:=libasteriskssl.dylib -@@ -304,11 +304,11 @@ $(ASTPJ_LIB).$(ASTPJ_SO_VERSION): libasteriskpj.o libasteriskpj.exports - - $(ASTPJ_LIB): $(ASTPJ_LIB).$(ASTPJ_SO_VERSION) - $(ECHO_PREFIX) echo " [LN] $< -> $@" --ifneq ($(LDCONFIG),) -- $(CMD_PREFIX) $(LDCONFIG) $(LDCONFIG_FLAGS) . 2>/dev/null --else -- $(CMD_PREFIX) $(LN) -sf $< $@ --endif -+ $(CMD_PREFIX) if [ -x "$(LDCONFIG)" ] ; then \ -+ $(LDCONFIG) $(LDCONFIG_FLAGS) . 2>/dev/null ;\ -+ else \ -+ $(LN) -sf $< $@ ;\ -+ fi - - else # Darwin - ASTPJ_LIB:=libasteriskpj.dylib - Modified: branches/1.0/package/asterisk/asterisk.mk =================================================================== --- branches/1.0/package/asterisk/asterisk.mk 2016-05-13 16:55:12 UTC (rev 7675) +++ branches/1.0/package/asterisk/asterisk.mk 2016-05-13 20:31:53 UTC (rev 7676) @@ -9,7 +9,7 @@ ifeq ($(BR2_PACKAGE_ASTERISK_v11),y) ASTERISK_VERSION := 11.22.0 else -ASTERISK_VERSION := 13.8.2 +ASTERISK_VERSION := 13.9.1 endif endif ASTERISK_SOURCE := asterisk-$(ASTERISK_VERSION).tar.gz Modified: branches/1.0/package/pjsip/asterisk-config_site.h =================================================================== --- branches/1.0/package/pjsip/asterisk-config_site.h 2016-05-13 16:55:12 UTC (rev 7675) +++ branches/1.0/package/pjsip/asterisk-config_site.h 2016-05-13 20:31:53 UTC (rev 7676) @@ -1,7 +1,5 @@ -/* Custom config for Asterisk - * - * https://wiki.asterisk.org/wiki/display/AST/Building+and+Installing+pjproject - * +/* + * Asterisk config_site.h */ #include <sys/select.h> @@ -30,9 +28,12 @@ #define PJSIP_SAFE_MODULE 0 #define PJ_HAS_STRICMP_ALNUM 0 #define PJ_HASH_USE_OWN_TOLOWER 1 -#define PJSIP_UNESCAPE_IN_PLACE 1 +/* + It is imperative that PJSIP_UNESCAPE_IN_PLACE remain 0 or undefined. + Enabling it will result in SEGFAULTS when URIs containing escape sequences are encountered. +*/ +#undef PJSIP_UNESCAPE_IN_PLACE #define PJSIP_MAX_PKT_LEN 6000 #undef PJ_TODO #define PJ_TODO(x) - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-05-13 16:55:14
|
Revision: 7675 http://sourceforge.net/p/astlinux/code/7675 Author: abelbeck Date: 2016-05-13 16:55:12 +0000 (Fri, 13 May 2016) Log Message: ----------- wanpipe, version bump to 7.0.19 Modified Paths: -------------- branches/1.0/package/wanpipe/wanpipe.mk Modified: branches/1.0/package/wanpipe/wanpipe.mk =================================================================== --- branches/1.0/package/wanpipe/wanpipe.mk 2016-05-13 16:38:25 UTC (rev 7674) +++ branches/1.0/package/wanpipe/wanpipe.mk 2016-05-13 16:55:12 UTC (rev 7675) @@ -3,7 +3,7 @@ # wanpipe # ############################################################# -WANPIPE_VER:= 7.0.18 +WANPIPE_VER:= 7.0.19 WANPIPE_SITE:= ftp://ftp.sangoma.com/linux/current_wanpipe WANPIPE_SOURCE:=wanpipe-$(WANPIPE_VER).tgz WANPIPE_DIR:=$(BUILD_DIR)/wanpipe-$(WANPIPE_VER) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-05-13 16:38:27
|
Revision: 7674 http://sourceforge.net/p/astlinux/code/7674 Author: abelbeck Date: 2016-05-13 16:38:25 +0000 (Fri, 13 May 2016) Log Message: ----------- openvpn, version bump to 2.3.11 Modified Paths: -------------- branches/1.0/package/openvpn/openvpn.mk Modified: branches/1.0/package/openvpn/openvpn.mk =================================================================== --- branches/1.0/package/openvpn/openvpn.mk 2016-05-09 17:14:00 UTC (rev 7673) +++ branches/1.0/package/openvpn/openvpn.mk 2016-05-13 16:38:25 UTC (rev 7674) @@ -4,7 +4,7 @@ # ############################################################# -OPENVPN_VERSION = 2.3.10 +OPENVPN_VERSION = 2.3.11 OPENVPN_SITE = http://swupdate.openvpn.net/community/releases OPENVPN_DEPENDENCIES = host-pkg-config OPENVPN_CONF_OPT = --disable-plugins --enable-iproute2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-05-09 17:14:02
|
Revision: 7673 http://sourceforge.net/p/astlinux/code/7673 Author: abelbeck Date: 2016-05-09 17:14:00 +0000 (Mon, 09 May 2016) 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 2016-05-09 17:00:32 UTC (rev 7672) +++ branches/1.0/docs/ChangeLog.txt 2016-05-09 17:14:00 UTC (rev 7673) @@ -18,9 +18,9 @@ ** System --- Linux Kernel 3.2.78 (minor bump) +-- Linux Kernel 3.2.80 (minor bump) --- RUNNIX, version bump to runnix-0.4-7633, with Linux Kernel 3.2.78, dropbear 2016.72, USB 3.0 support +-- RUNNIX, version bump to runnix-0.4-7671, with Linux Kernel 3.2.80, dropbear 2016.72, USB 3.0 support -- linux, add kernel patch to the 'k10temp' kernel module adding support for the PC Engines APU2 board This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-05-09 17:00:34
|
Revision: 7672 http://sourceforge.net/p/astlinux/code/7672 Author: abelbeck Date: 2016-05-09 17:00:32 +0000 (Mon, 09 May 2016) Log Message: ----------- runnix, version bump to runnix-0.4-7671, Linux version bump to 3.2.80 Modified Paths: -------------- branches/1.0/boot/runnix/runnix.mk Modified: branches/1.0/boot/runnix/runnix.mk =================================================================== --- branches/1.0/boot/runnix/runnix.mk 2016-05-09 16:24:15 UTC (rev 7671) +++ branches/1.0/boot/runnix/runnix.mk 2016-05-09 17:00:32 UTC (rev 7672) @@ -3,7 +3,7 @@ # runnix # ############################################################# -RUNNIX_VER:=0.4-7633 +RUNNIX_VER:=0.4-7671 RUNNIX_SOURCE:=runnix-$(RUNNIX_VER).tar.gz RUNNIX_SITE:=http://mirror.astlinux.org/runnix4 RUNNIX_DIR:=$(BUILD_DIR)/runnix-$(RUNNIX_VER) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-05-09 16:24:18
|
Revision: 7671 http://sourceforge.net/p/astlinux/code/7671 Author: abelbeck Date: 2016-05-09 16:24:15 +0000 (Mon, 09 May 2016) Log Message: ----------- Linux version bump from linux-3.2.78 to linux-3.2.80 Modified Paths: -------------- branches/1.0/astlinux-ast11.config branches/1.0/astlinux-ast13.config branches/1.0/astlinux18.config branches/1.0/crosstool-ng-src/ct-ng-1.20.0-3.2-x86_64.config branches/1.0/crosstool-ng-src/ct-ng-1.20.0-3.2.config branches/1.0/crosstool-ng-src/get-files.sh branches/1.0/project/astlinux/geni586/linux-smp.config branches/1.0/project/astlinux/geni586/linux.config branches/1.0/project/astlinux/genx86_64/linux-smp-vm.config branches/1.0/project/astlinux/genx86_64/linux-smp.config branches/1.0/project/runnix/geni586/linux.config branches/1.0/project/runnix-iso/geni586/linux.config branches/1.0/runnix-iso.config branches/1.0/runnix.config branches/1.0/x86_64-configs/astlinux-ast11.config branches/1.0/x86_64-configs/astlinux-ast13.config branches/1.0/x86_64-configs/astlinux18.config Modified: branches/1.0/astlinux-ast11.config =================================================================== --- branches/1.0/astlinux-ast11.config 2016-05-07 23:46:17 UTC (rev 7670) +++ branches/1.0/astlinux-ast11.config 2016-05-09 16:24:15 UTC (rev 7671) @@ -916,7 +916,7 @@ # BR2_LINUX_KERNEL_CUSTOM_VERSION is not set BR2_LINUX_KERNEL_CUSTOM_TARBALL=y # BR2_LINUX_KERNEL_CUSTOM_GIT is not set -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.2.78.tar.gz" +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.2.80.tar.gz" BR2_LINUX_KERNEL_VERSION="custom" BR2_LINUX_KERNEL_PATCH="project/astlinux/kernel-patches" # BR2_LINUX_KERNEL_USE_DEFCONFIG is not set Modified: branches/1.0/astlinux-ast13.config =================================================================== --- branches/1.0/astlinux-ast13.config 2016-05-07 23:46:17 UTC (rev 7670) +++ branches/1.0/astlinux-ast13.config 2016-05-09 16:24:15 UTC (rev 7671) @@ -916,7 +916,7 @@ # BR2_LINUX_KERNEL_CUSTOM_VERSION is not set BR2_LINUX_KERNEL_CUSTOM_TARBALL=y # BR2_LINUX_KERNEL_CUSTOM_GIT is not set -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.2.78.tar.gz" +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.2.80.tar.gz" BR2_LINUX_KERNEL_VERSION="custom" BR2_LINUX_KERNEL_PATCH="project/astlinux/kernel-patches" # BR2_LINUX_KERNEL_USE_DEFCONFIG is not set Modified: branches/1.0/astlinux18.config =================================================================== --- branches/1.0/astlinux18.config 2016-05-07 23:46:17 UTC (rev 7670) +++ branches/1.0/astlinux18.config 2016-05-09 16:24:15 UTC (rev 7671) @@ -916,7 +916,7 @@ # BR2_LINUX_KERNEL_CUSTOM_VERSION is not set BR2_LINUX_KERNEL_CUSTOM_TARBALL=y # BR2_LINUX_KERNEL_CUSTOM_GIT is not set -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.2.78.tar.gz" +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.2.80.tar.gz" BR2_LINUX_KERNEL_VERSION="custom" BR2_LINUX_KERNEL_PATCH="project/astlinux/kernel-patches" # BR2_LINUX_KERNEL_USE_DEFCONFIG is not set Modified: branches/1.0/crosstool-ng-src/ct-ng-1.20.0-3.2-x86_64.config =================================================================== --- branches/1.0/crosstool-ng-src/ct-ng-1.20.0-3.2-x86_64.config 2016-05-07 23:46:17 UTC (rev 7670) +++ branches/1.0/crosstool-ng-src/ct-ng-1.20.0-3.2-x86_64.config 2016-05-09 16:24:15 UTC (rev 7671) @@ -219,7 +219,7 @@ # CT_KERNEL_V_2_6_31 is not set # CT_KERNEL_V_2_6_27 is not set CT_KERNEL_LINUX_CUSTOM=y -CT_KERNEL_LINUX_CUSTOM_LOCATION="${CT_TOP_DIR}/linux-3.2.78.tar.gz" +CT_KERNEL_LINUX_CUSTOM_LOCATION="${CT_TOP_DIR}/linux-3.2.80.tar.gz" CT_KERNEL_windows_AVAILABLE=y # Modified: branches/1.0/crosstool-ng-src/ct-ng-1.20.0-3.2.config =================================================================== --- branches/1.0/crosstool-ng-src/ct-ng-1.20.0-3.2.config 2016-05-07 23:46:17 UTC (rev 7670) +++ branches/1.0/crosstool-ng-src/ct-ng-1.20.0-3.2.config 2016-05-09 16:24:15 UTC (rev 7671) @@ -219,7 +219,7 @@ # CT_KERNEL_V_2_6_31 is not set # CT_KERNEL_V_2_6_27 is not set CT_KERNEL_LINUX_CUSTOM=y -CT_KERNEL_LINUX_CUSTOM_LOCATION="${CT_TOP_DIR}/linux-3.2.78.tar.gz" +CT_KERNEL_LINUX_CUSTOM_LOCATION="${CT_TOP_DIR}/linux-3.2.80.tar.gz" CT_KERNEL_windows_AVAILABLE=y # Modified: branches/1.0/crosstool-ng-src/get-files.sh =================================================================== --- branches/1.0/crosstool-ng-src/get-files.sh 2016-05-07 23:46:17 UTC (rev 7670) +++ branches/1.0/crosstool-ng-src/get-files.sh 2016-05-09 16:24:15 UTC (rev 7671) @@ -4,7 +4,7 @@ TARBALLS=".build/tarballs" -LINUX_KERNEL="linux-3.2.78.tar.gz" +LINUX_KERNEL="linux-3.2.80.tar.gz" EGLIBC="eglibc-2_18.tar.bz2" Modified: branches/1.0/project/astlinux/geni586/linux-smp.config =================================================================== --- branches/1.0/project/astlinux/geni586/linux-smp.config 2016-05-07 23:46:17 UTC (rev 7670) +++ branches/1.0/project/astlinux/geni586/linux-smp.config 2016-05-09 16:24:15 UTC (rev 7671) @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/i386 3.2.78 Kernel Configuration +# Linux/i386 3.2.80 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y Modified: branches/1.0/project/astlinux/geni586/linux.config =================================================================== --- branches/1.0/project/astlinux/geni586/linux.config 2016-05-07 23:46:17 UTC (rev 7670) +++ branches/1.0/project/astlinux/geni586/linux.config 2016-05-09 16:24:15 UTC (rev 7671) @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/i386 3.2.78 Kernel Configuration +# Linux/i386 3.2.80 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y Modified: branches/1.0/project/astlinux/genx86_64/linux-smp-vm.config =================================================================== --- branches/1.0/project/astlinux/genx86_64/linux-smp-vm.config 2016-05-07 23:46:17 UTC (rev 7670) +++ branches/1.0/project/astlinux/genx86_64/linux-smp-vm.config 2016-05-09 16:24:15 UTC (rev 7671) @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86_64 3.2.78 Kernel Configuration +# Linux/x86_64 3.2.80 Kernel Configuration # CONFIG_64BIT=y # CONFIG_X86_32 is not set Modified: branches/1.0/project/astlinux/genx86_64/linux-smp.config =================================================================== --- branches/1.0/project/astlinux/genx86_64/linux-smp.config 2016-05-07 23:46:17 UTC (rev 7670) +++ branches/1.0/project/astlinux/genx86_64/linux-smp.config 2016-05-09 16:24:15 UTC (rev 7671) @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86_64 3.2.78 Kernel Configuration +# Linux/x86_64 3.2.80 Kernel Configuration # CONFIG_64BIT=y # CONFIG_X86_32 is not set Modified: branches/1.0/project/runnix/geni586/linux.config =================================================================== --- branches/1.0/project/runnix/geni586/linux.config 2016-05-07 23:46:17 UTC (rev 7670) +++ branches/1.0/project/runnix/geni586/linux.config 2016-05-09 16:24:15 UTC (rev 7671) @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/i386 3.2.78 Kernel Configuration +# Linux/i386 3.2.80 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y Modified: branches/1.0/project/runnix-iso/geni586/linux.config =================================================================== --- branches/1.0/project/runnix-iso/geni586/linux.config 2016-05-07 23:46:17 UTC (rev 7670) +++ branches/1.0/project/runnix-iso/geni586/linux.config 2016-05-09 16:24:15 UTC (rev 7671) @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/i386 3.2.78 Kernel Configuration +# Linux/i386 3.2.80 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y Modified: branches/1.0/runnix-iso.config =================================================================== --- branches/1.0/runnix-iso.config 2016-05-07 23:46:17 UTC (rev 7670) +++ branches/1.0/runnix-iso.config 2016-05-09 16:24:15 UTC (rev 7671) @@ -810,7 +810,7 @@ # BR2_LINUX_KERNEL_CUSTOM_VERSION is not set BR2_LINUX_KERNEL_CUSTOM_TARBALL=y # BR2_LINUX_KERNEL_CUSTOM_GIT is not set -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.2.78.tar.gz" +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.2.80.tar.gz" BR2_LINUX_KERNEL_VERSION="custom" BR2_LINUX_KERNEL_PATCH="" # BR2_LINUX_KERNEL_USE_DEFCONFIG is not set Modified: branches/1.0/runnix.config =================================================================== --- branches/1.0/runnix.config 2016-05-07 23:46:17 UTC (rev 7670) +++ branches/1.0/runnix.config 2016-05-09 16:24:15 UTC (rev 7671) @@ -811,7 +811,7 @@ # BR2_LINUX_KERNEL_CUSTOM_VERSION is not set BR2_LINUX_KERNEL_CUSTOM_TARBALL=y # BR2_LINUX_KERNEL_CUSTOM_GIT is not set -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.2.78.tar.gz" +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.2.80.tar.gz" BR2_LINUX_KERNEL_VERSION="custom" BR2_LINUX_KERNEL_PATCH="" # BR2_LINUX_KERNEL_USE_DEFCONFIG is not set Modified: branches/1.0/x86_64-configs/astlinux-ast11.config =================================================================== --- branches/1.0/x86_64-configs/astlinux-ast11.config 2016-05-07 23:46:17 UTC (rev 7670) +++ branches/1.0/x86_64-configs/astlinux-ast11.config 2016-05-09 16:24:15 UTC (rev 7671) @@ -897,7 +897,7 @@ # BR2_LINUX_KERNEL_CUSTOM_VERSION is not set BR2_LINUX_KERNEL_CUSTOM_TARBALL=y # BR2_LINUX_KERNEL_CUSTOM_GIT is not set -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.2.78.tar.gz" +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.2.80.tar.gz" BR2_LINUX_KERNEL_VERSION="custom" BR2_LINUX_KERNEL_PATCH="project/astlinux/kernel-patches" # BR2_LINUX_KERNEL_USE_DEFCONFIG is not set Modified: branches/1.0/x86_64-configs/astlinux-ast13.config =================================================================== --- branches/1.0/x86_64-configs/astlinux-ast13.config 2016-05-07 23:46:17 UTC (rev 7670) +++ branches/1.0/x86_64-configs/astlinux-ast13.config 2016-05-09 16:24:15 UTC (rev 7671) @@ -897,7 +897,7 @@ # BR2_LINUX_KERNEL_CUSTOM_VERSION is not set BR2_LINUX_KERNEL_CUSTOM_TARBALL=y # BR2_LINUX_KERNEL_CUSTOM_GIT is not set -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.2.78.tar.gz" +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.2.80.tar.gz" BR2_LINUX_KERNEL_VERSION="custom" BR2_LINUX_KERNEL_PATCH="project/astlinux/kernel-patches" # BR2_LINUX_KERNEL_USE_DEFCONFIG is not set Modified: branches/1.0/x86_64-configs/astlinux18.config =================================================================== --- branches/1.0/x86_64-configs/astlinux18.config 2016-05-07 23:46:17 UTC (rev 7670) +++ branches/1.0/x86_64-configs/astlinux18.config 2016-05-09 16:24:15 UTC (rev 7671) @@ -897,7 +897,7 @@ # BR2_LINUX_KERNEL_CUSTOM_VERSION is not set BR2_LINUX_KERNEL_CUSTOM_TARBALL=y # BR2_LINUX_KERNEL_CUSTOM_GIT is not set -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.2.78.tar.gz" +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.2.80.tar.gz" BR2_LINUX_KERNEL_VERSION="custom" BR2_LINUX_KERNEL_PATCH="project/astlinux/kernel-patches" # BR2_LINUX_KERNEL_USE_DEFCONFIG is not set This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |