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-09-07 14:18:21
|
Revision: 7820 http://sourceforge.net/p/astlinux/code/7820 Author: abelbeck Date: 2016-09-07 14:18:19 +0000 (Wed, 07 Sep 2016) Log Message: ----------- asterisk-fop2, version bump to 2.31.04 Modified Paths: -------------- branches/1.0/package/asterisk-fop2/asterisk-fop2.mk branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-package Modified: branches/1.0/package/asterisk-fop2/asterisk-fop2.mk =================================================================== --- branches/1.0/package/asterisk-fop2/asterisk-fop2.mk 2016-09-05 21:17:32 UTC (rev 7819) +++ branches/1.0/package/asterisk-fop2/asterisk-fop2.mk 2016-09-07 14:18:19 UTC (rev 7820) @@ -3,7 +3,7 @@ # asterisk-fop2 # ############################################################# -ASTERISK_FOP2_VERSION = 2.31.03 +ASTERISK_FOP2_VERSION = 2.31.04 ASTERISK_FOP2_SOURCE = fop2-$(ASTERISK_FOP2_VERSION)-debian-i386.tgz ASTERISK_FOP2_SITE = http://download2.fop2.com # Note: be sure to edit "project/astlinux/target_skeleton/usr/sbin/upgrade-package" on version change Modified: branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-package =================================================================== --- branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-package 2016-09-05 21:17:32 UTC (rev 7819) +++ branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-package 2016-09-07 14:18:19 UTC (rev 7820) @@ -248,7 +248,7 @@ if ! RAM_needed_MB 475; then finish $RED "Not enough RAM installed. Minimum: 512 MB, Recommended: 1024+ MB" fi - SRC_URL="https://files.astlinux-project.org/fop2-2.31.03-debian-$(uname -m | sed -e 's/i.86/i386/').tgz" + SRC_URL="https://files.astlinux-project.org/fop2-2.31.04-debian-$(uname -m | sed -e 's/i.86/i386/').tgz" ;; show) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-09-05 21:17:34
|
Revision: 7819 http://sourceforge.net/p/astlinux/code/7819 Author: abelbeck Date: 2016-09-05 21:17:32 +0000 (Mon, 05 Sep 2016) Log Message: ----------- web interface, ConfBridge tab, tweak text responses for Asterisk 13.11.0 Modified Paths: -------------- branches/1.0/package/webinterface/altweb/admin/confbridge.php Modified: branches/1.0/package/webinterface/altweb/admin/confbridge.php =================================================================== --- branches/1.0/package/webinterface/altweb/admin/confbridge.php 2016-09-03 13:14:40 UTC (rev 7818) +++ branches/1.0/package/webinterface/altweb/admin/confbridge.php 2016-09-05 21:17:32 UTC (rev 7819) @@ -145,9 +145,9 @@ $ph = @fopen($tmpfile, "r"); while (! feof($ph)) { if (($line = trim(fgets($ph, 1024))) !== '') { - if (preg_match('/^([0-9]+) +([0-9]+) +([0-9]+) +([a-z]+).*$/', $line, $ips)) { + if (preg_match('/^([0-9]+) +([0-9]+) +([0-9]+) +([A-Za-z]+).*$/', $line, $ips)) { $rooms[$id]['room'] = $ips[1]; - $rooms[$id]['locked'] = ($ips[4] === 'locked') ? '1' : '0'; + $rooms[$id]['locked'] = ($ips[4] === 'locked' || $ips[4] === 'Yes') ? '1' : '0'; $id++; } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-09-03 13:14:42
|
Revision: 7818 http://sourceforge.net/p/astlinux/code/7818 Author: abelbeck Date: 2016-09-03 13:14:40 +0000 (Sat, 03 Sep 2016) Log Message: ----------- asterisk-codec-silk, version bump to 1.0.3 for both Asterisk 11 and 13 Modified Paths: -------------- branches/1.0/package/asterisk-codec-silk/asterisk-codec-silk.mk Modified: branches/1.0/package/asterisk-codec-silk/asterisk-codec-silk.mk =================================================================== --- branches/1.0/package/asterisk-codec-silk/asterisk-codec-silk.mk 2016-09-03 01:12:40 UTC (rev 7817) +++ branches/1.0/package/asterisk-codec-silk/asterisk-codec-silk.mk 2016-09-03 13:14:40 UTC (rev 7818) @@ -5,19 +5,19 @@ ############################################################## ifeq ($(BR2_PACKAGE_ASTERISK_v11),y) ifeq ($(ARCH),x86_64) -ASTERISK_CODEC_SILK_VERSION := 11.0_1.0.2-generic_64 +ASTERISK_CODEC_SILK_VERSION := 11.0_1.0.3-x86_64 ASTERISK_CODEC_SILK_SITE := http://downloads.digium.com/pub/telephony/codec_silk/asterisk-11.0/x86-64 else -ASTERISK_CODEC_SILK_VERSION := 11.0_1.0.2-i686_32 +ASTERISK_CODEC_SILK_VERSION := 11.0_1.0.3-x86_32 ASTERISK_CODEC_SILK_SITE := http://downloads.digium.com/pub/telephony/codec_silk/asterisk-11.0/x86-32 endif endif ifeq ($(BR2_PACKAGE_ASTERISK_v13),y) ifeq ($(ARCH),x86_64) -ASTERISK_CODEC_SILK_VERSION := 13.0_1.0.2-generic_64 +ASTERISK_CODEC_SILK_VERSION := 13.0_1.0.3-x86_64 ASTERISK_CODEC_SILK_SITE := http://downloads.digium.com/pub/telephony/codec_silk/asterisk-13.0/x86-64 else -ASTERISK_CODEC_SILK_VERSION := 13.0_1.0.2-i686_32 +ASTERISK_CODEC_SILK_VERSION := 13.0_1.0.3-x86_32 ASTERISK_CODEC_SILK_SITE := http://downloads.digium.com/pub/telephony/codec_silk/asterisk-13.0/x86-32 endif endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-09-03 01:12:42
|
Revision: 7817 http://sourceforge.net/p/astlinux/code/7817 Author: abelbeck Date: 2016-09-03 01:12:40 +0000 (Sat, 03 Sep 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-09-03 01:08:07 UTC (rev 7816) +++ branches/1.0/docs/ChangeLog.txt 2016-09-03 01:12:40 UTC (rev 7817) @@ -75,13 +75,13 @@ ** Asterisk --- Asterisk 1.8.32.3 (no change), 11.23.0 (version bump) and 13.10.0 (version bump) +-- Asterisk 1.8.32.3 (no change), 11.23.0 (version bump) and 13.11.0 (version bump) -- DAHDI, dahdi-linux 2.8.0.1 (no change) and dahdi-tools 2.8.0 (no change) --- pjsip 2.5 (version bump) +-- pjsip 2.5.5 (version bump) --- SILK CODEC, version bump to 1.0.2, now supports Asterisk 13 as well as Asterisk 11 +-- SILK CODEC, version bump to 1.0.3, now supports Asterisk 13 as well as Asterisk 11 -- FOP2, available version bump to 2.31.03. Note: If you have a license, you may need to purchase an "Annual Software Maintenance" license if you upgrade. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-09-03 01:08:10
|
Revision: 7816 http://sourceforge.net/p/astlinux/code/7816 Author: abelbeck Date: 2016-09-03 01:08:07 +0000 (Sat, 03 Sep 2016) Log Message: ----------- asterisk, version bump to 13.11.0 with pjsip version bump to 2.5.5 Modified Paths: -------------- branches/1.0/package/asterisk/asterisk-13-configure-menuselect-cross-fix.patch branches/1.0/package/asterisk/asterisk-13-extension-changed-verbosity-chan_sip.patch branches/1.0/package/asterisk/asterisk.mk branches/1.0/package/pjsip/asterisk-config_site.h branches/1.0/package/pjsip/pjsip.mk Added Paths: ----------- branches/1.0/package/pjsip/pjsip-0002-Fix-1946-Avoid-deinitialization-of-uninitialized-cli.patch Removed Paths: ------------- branches/1.0/package/asterisk/asterisk-13-SILK-CODEC-support.patch branches/1.0/package/pjsip/pjsip-0001-evsub-Add-APIs-to-add-decrement-an-event-subscriptio.patch branches/1.0/package/pjsip/pjsip-0002-sip_transport_tcp-tls-Set-factory-on-transports-crea.patch Deleted: branches/1.0/package/asterisk/asterisk-13-SILK-CODEC-support.patch =================================================================== --- branches/1.0/package/asterisk/asterisk-13-SILK-CODEC-support.patch 2016-09-02 16:50:57 UTC (rev 7815) +++ branches/1.0/package/asterisk/asterisk-13-SILK-CODEC-support.patch 2016-09-03 01:08:07 UTC (rev 7816) @@ -1,346 +0,0 @@ -From 28501051b47e6bb8968bb016abf0b3493c05fa21 Mon Sep 17 00:00:00 2001 -From: Mark Michelson <mmi...@di...> -Date: Thu, 30 Jun 2016 15:58:53 -0500 -Subject: [PATCH] Update support for SILK format. - -This commit adds scaffolding in order to support the SILK audio format -on calls. Roughly, this is what is added: - -* Cached silk formats. One for each possible sample rate. -* ast_codec structures for each possible sample rate. -* RTP payload mappings for "SILK". - -In addition, this change overhauls the res_format_attr_silk file in the -following ways: - -* The "samplerate" attribute is scrapped. That's native to the format. -* There are far more checks to ensure that attributes have been - allocated before attempting to reference them. -* We do not SDP fmtp lines for attributes set to 0. - -These changes make way to be able to install a codec_silk module and -have it actually work. It also should allow for passthrough silk calls -in Asterisk. - -Change-Id: Ieeb39c95a9fecc9246bcfd3c45a6c9b51c59380e ---- - include/asterisk/format_cache.h | 8 +++++ - main/codec_builtin.c | 63 ++++++++++++++++++++++++++++++++++++++ - main/format_cache.c | 20 ++++++++++++ - main/rtp_engine.c | 10 ++++++ - res/res_format_attr_silk.c | 64 ++++++++++++++++++++------------------- - 5 files changed, 134 insertions(+), 31 deletions(-) - -diff --git a/include/asterisk/format_cache.h b/include/asterisk/format_cache.h -index 9f4e06a..ff03bb4 100644 ---- a/include/asterisk/format_cache.h -+++ b/include/asterisk/format_cache.h -@@ -224,6 +224,14 @@ extern struct ast_format *ast_format_t140_red; - extern struct ast_format *ast_format_none; - - /*! -+ * \brief Built-in SILK format. -+ */ -+extern struct ast_format *ast_format_silk8; -+extern struct ast_format *ast_format_silk12; -+extern struct ast_format *ast_format_silk16; -+extern struct ast_format *ast_format_silk24; -+ -+/*! - * \brief Initialize format cache support within the core. - * - * \retval 0 success -diff --git a/main/codec_builtin.c b/main/codec_builtin.c -index d3f6517..1d329bc 100644 ---- a/main/codec_builtin.c -+++ b/main/codec_builtin.c -@@ -772,6 +772,65 @@ static struct ast_codec t140 = { - .type = AST_MEDIA_TYPE_TEXT, - }; - -+static int silk_samples(struct ast_frame *frame) -+{ -+ /* XXX This is likely not at all what's intended from this callback. However, -+ * since SILK is variable bit rate, I have no idea how to take a frame of data -+ * and determine the number of samples present. Instead, we base this on the -+ * sample rate of the codec and the expected number of samples to receive in 20ms. -+ * In testing, this has worked just fine. -+ */ -+ return ast_format_get_sample_rate(frame->subclass.format) / 50; -+} -+ -+static struct ast_codec silk8 = { -+ .name = "silk", -+ .description = "SILK Codec (8 KHz)", -+ .type = AST_MEDIA_TYPE_AUDIO, -+ .sample_rate = 8000, -+ .minimum_ms = 20, -+ .maximum_ms = 100, -+ .default_ms = 20, -+ .minimum_bytes = 160, -+ .samples_count = silk_samples -+}; -+ -+static struct ast_codec silk12 = { -+ .name = "silk", -+ .description = "SILK Codec (12 KHz)", -+ .type = AST_MEDIA_TYPE_AUDIO, -+ .sample_rate = 12000, -+ .minimum_ms = 20, -+ .maximum_ms = 100, -+ .default_ms = 20, -+ .minimum_bytes = 240, -+ .samples_count = silk_samples -+}; -+ -+static struct ast_codec silk16 = { -+ .name = "silk", -+ .description = "SILK Codec (16 KHz)", -+ .type = AST_MEDIA_TYPE_AUDIO, -+ .sample_rate = 16000, -+ .minimum_ms = 20, -+ .maximum_ms = 100, -+ .default_ms = 20, -+ .minimum_bytes = 320, -+ .samples_count = silk_samples -+}; -+ -+static struct ast_codec silk24 = { -+ .name = "silk", -+ .description = "SILK Codec (24 KHz)", -+ .type = AST_MEDIA_TYPE_AUDIO, -+ .sample_rate = 24000, -+ .minimum_ms = 20, -+ .maximum_ms = 100, -+ .default_ms = 20, -+ .minimum_bytes = 480, -+ .samples_count = silk_samples -+}; -+ - #define CODEC_REGISTER_AND_CACHE(codec) \ - ({ \ - int __res_ ## __LINE__ = 0; \ -@@ -843,6 +902,10 @@ int ast_codec_builtin_init(void) - res |= CODEC_REGISTER_AND_CACHE(t140red); - res |= CODEC_REGISTER_AND_CACHE(t140); - res |= CODEC_REGISTER_AND_CACHE(none); -+ res |= CODEC_REGISTER_AND_CACHE_NAMED("silk8", silk8); -+ res |= CODEC_REGISTER_AND_CACHE_NAMED("silk12", silk12); -+ res |= CODEC_REGISTER_AND_CACHE_NAMED("silk16", silk16); -+ res |= CODEC_REGISTER_AND_CACHE_NAMED("silk24", silk24); - - return res; - } -diff --git a/main/format_cache.c b/main/format_cache.c -index 6638a78..74ebfe8 100644 ---- a/main/format_cache.c -+++ b/main/format_cache.c -@@ -232,6 +232,14 @@ struct ast_format *ast_format_t140_red; - */ - struct ast_format *ast_format_none; - -+/*! -+ * \brief Built-in "silk" format -+ */ -+struct ast_format *ast_format_silk8; -+struct ast_format *ast_format_silk12; -+struct ast_format *ast_format_silk16; -+struct ast_format *ast_format_silk24; -+ - /*! \brief Number of buckets to use for the media format cache (should be prime for performance reasons) */ - #define CACHE_BUCKETS 53 - -@@ -331,6 +339,10 @@ static void format_cache_shutdown(void) - ao2_replace(ast_format_t140_red, NULL); - ao2_replace(ast_format_t140, NULL); - ao2_replace(ast_format_none, NULL); -+ ao2_replace(ast_format_silk8, NULL); -+ ao2_replace(ast_format_silk12, NULL); -+ ao2_replace(ast_format_silk16, NULL); -+ ao2_replace(ast_format_silk24, NULL); - } - - int ast_format_cache_init(void) -@@ -426,6 +438,14 @@ static void set_cached_format(const char *name, struct ast_format *format) - ao2_replace(ast_format_t140, format); - } else if (!strcmp(name, "none")) { - ao2_replace(ast_format_none, format); -+ } else if (!strcmp(name, "silk8")) { -+ ao2_replace(ast_format_silk8, format); -+ } else if (!strcmp(name, "silk12")) { -+ ao2_replace(ast_format_silk12, format); -+ } else if (!strcmp(name, "silk16")) { -+ ao2_replace(ast_format_silk16, format); -+ } else if (!strcmp(name, "silk24")) { -+ ao2_replace(ast_format_silk24, format); - } - } - -diff --git a/main/rtp_engine.c b/main/rtp_engine.c -index 462d4c5..8d46bfd 100644 ---- a/main/rtp_engine.c -+++ b/main/rtp_engine.c -@@ -2198,6 +2198,11 @@ int ast_rtp_engine_init(void) - /* Opus and VP8 */ - set_next_mime_type(ast_format_opus, 0, "audio", "opus", 48000); - set_next_mime_type(ast_format_vp8, 0, "video", "VP8", 90000); -+ /* DA SILK */ -+ set_next_mime_type(ast_format_silk8, 0, "audio", "silk", 8000); -+ set_next_mime_type(ast_format_silk12, 0, "audio", "silk", 12000); -+ set_next_mime_type(ast_format_silk16, 0, "audio", "silk", 16000); -+ set_next_mime_type(ast_format_silk24, 0, "audio", "silk", 24000); - - /* Define the static rtp payload mappings */ - add_static_payload(0, ast_format_ulaw, 0); -@@ -2243,6 +2248,11 @@ int ast_rtp_engine_init(void) - add_static_payload(100, ast_format_vp8, 0); - add_static_payload(107, ast_format_opus, 0); - -+ add_static_payload(108, ast_format_silk8, 0); -+ add_static_payload(109, ast_format_silk12, 0); -+ add_static_payload(113, ast_format_silk16, 0); -+ add_static_payload(114, ast_format_silk24, 0); -+ - return 0; - } - -diff --git a/res/res_format_attr_silk.c b/res/res_format_attr_silk.c -index dcbbe4c..d52ec74 100644 ---- a/res/res_format_attr_silk.c -+++ b/res/res_format_attr_silk.c -@@ -40,7 +40,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - * \note The only attribute that affects compatibility here is the sample rate. - */ - struct silk_attr { -- unsigned int samplerate; - unsigned int maxbitrate; - unsigned int dtx; - unsigned int fec; -@@ -54,10 +53,15 @@ static void silk_destroy(struct ast_format *format) - ast_free(attr); - } - -+static void attr_init(struct silk_attr *attr) -+{ -+ memset(attr, 0, sizeof(*attr)); -+} -+ - static int silk_clone(const struct ast_format *src, struct ast_format *dst) - { - struct silk_attr *original = ast_format_get_attribute_data(src); -- struct silk_attr *attr = ast_calloc(1, sizeof(*attr)); -+ struct silk_attr *attr = ast_malloc(sizeof(*attr)); - - if (!attr) { - return -1; -@@ -65,6 +69,8 @@ static int silk_clone(const struct ast_format *src, struct ast_format *dst) - - if (original) { - *attr = *original; -+ } else { -+ attr_init(attr); - } - - ast_format_set_attribute_data(dst, attr); -@@ -109,17 +115,17 @@ static void silk_generate_sdp_fmtp(const struct ast_format *format, unsigned int - ast_str_append(str, 0, "a=fmtp:%u maxaveragebitrate=%u\r\n", payload, attr->maxbitrate); - } - -- ast_str_append(str, 0, "a=fmtp:%u usedtx=%u\r\n", payload, attr->dtx); -- ast_str_append(str, 0, "a=fmtp:%u useinbandfec=%u\r\n", payload, attr->fec); -+ if (attr->dtx) { -+ ast_str_append(str, 0, "a=fmtp:%u usedtx=%u\r\n", payload, attr->dtx); -+ } -+ if (attr->fec) { -+ ast_str_append(str, 0, "a=fmtp:%u useinbandfec=%u\r\n", payload, attr->fec); -+ } - } - - static enum ast_format_cmp_res silk_cmp(const struct ast_format *format1, const struct ast_format *format2) - { -- struct silk_attr *attr1 = ast_format_get_attribute_data(format1); -- struct silk_attr *attr2 = ast_format_get_attribute_data(format2); -- -- if (((!attr1 || !attr1->samplerate) && (!attr2 || !attr2->samplerate)) || -- (attr1->samplerate == attr2->samplerate)) { -+ if (ast_format_get_sample_rate(format1) == ast_format_get_sample_rate(format2)) { - return AST_FORMAT_CMP_EQUAL; - } - -@@ -130,13 +136,10 @@ static struct ast_format *silk_getjoint(const struct ast_format *format1, const - { - struct silk_attr *attr1 = ast_format_get_attribute_data(format1); - struct silk_attr *attr2 = ast_format_get_attribute_data(format2); -- unsigned int samplerate; - struct ast_format *jointformat; - struct silk_attr *attr_res; - -- samplerate = attr1->samplerate & attr2->samplerate; -- /* sample rate is the only attribute that has any bearing on if joint capabilities exist or not */ -- if (samplerate) { -+ if (ast_format_get_sample_rate(format1) != ast_format_get_sample_rate(format2)) { - return NULL; - } - -@@ -145,22 +148,25 @@ static struct ast_format *silk_getjoint(const struct ast_format *format1, const - return NULL; - } - attr_res = ast_format_get_attribute_data(jointformat); -- attr_res->samplerate = samplerate; - -- /* Take the lowest max bitrate */ -- attr_res->maxbitrate = MIN(attr1->maxbitrate, attr2->maxbitrate); -+ if (!attr1 || !attr2) { -+ attr_init(attr_res); -+ } else { -+ /* Take the lowest max bitrate */ -+ attr_res->maxbitrate = MIN(attr1->maxbitrate, attr2->maxbitrate); - -- /* Only do dtx if both sides want it. DTX is a trade off between -- * computational complexity and bandwidth. */ -- attr_res->dtx = attr1->dtx && attr2->dtx ? 1 : 0; -+ /* Only do dtx if both sides want it. DTX is a trade off between -+ * computational complexity and bandwidth. */ -+ attr_res->dtx = attr1->dtx && attr2->dtx ? 1 : 0; - -- /* Only do FEC if both sides want it. If a peer specifically requests not -- * to receive with FEC, it may be a waste of bandwidth. */ -- attr_res->fec = attr1->fec && attr2->fec ? 1 : 0; -+ /* Only do FEC if both sides want it. If a peer specifically requests not -+ * to receive with FEC, it may be a waste of bandwidth. */ -+ attr_res->fec = attr1->fec && attr2->fec ? 1 : 0; - -- /* Use the maximum packetloss percentage between the two attributes. This affects how -- * much redundancy is used in the FEC. */ -- attr_res->packetloss_percentage = MAX(attr1->packetloss_percentage, attr2->packetloss_percentage); -+ /* Use the maximum packetloss percentage between the two attributes. This affects how -+ * much redundancy is used in the FEC. */ -+ attr_res->packetloss_percentage = MAX(attr1->packetloss_percentage, attr2->packetloss_percentage); -+ } - - return jointformat; - } -@@ -183,9 +189,7 @@ static struct ast_format *silk_set(const struct ast_format *format, const char * - } - attr = ast_format_get_attribute_data(cloned); - -- if (!strcasecmp(name, "sample_rate")) { -- attr->samplerate = val; -- } else if (!strcasecmp(name, "max_bitrate")) { -+ if (!strcasecmp(name, "max_bitrate")) { - attr->maxbitrate = val; - } else if (!strcasecmp(name, "dtx")) { - attr->dtx = val; -@@ -205,9 +209,7 @@ static const void *silk_get(const struct ast_format *format, const char *name) - struct silk_attr *attr = ast_format_get_attribute_data(format); - unsigned int *val; - -- if (!strcasecmp(name, "sample_rate")) { -- val = &attr->samplerate; -- } else if (!strcasecmp(name, "max_bitrate")) { -+ if (!strcasecmp(name, "max_bitrate")) { - val = &attr->maxbitrate; - } else if (!strcasecmp(name, "dtx")) { - val = &attr->dtx; --- -1.7.9.5 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-09-02 16:50:57 UTC (rev 7815) +++ branches/1.0/package/asterisk/asterisk-13-configure-menuselect-cross-fix.patch 2016-09-03 01:08:07 UTC (rev 7816) @@ -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 -@@ -2636,11 +2636,13 @@ +@@ -2625,11 +2625,13 @@ AC_OUTPUT ${ac_cv_path_EGREP} 'CURSES|GTK2|OSARCH|NEWT' makeopts > makeopts.acbak2 Modified: branches/1.0/package/asterisk/asterisk-13-extension-changed-verbosity-chan_sip.patch =================================================================== --- branches/1.0/package/asterisk/asterisk-13-extension-changed-verbosity-chan_sip.patch 2016-09-02 16:50:57 UTC (rev 7815) +++ branches/1.0/package/asterisk/asterisk-13-extension-changed-verbosity-chan_sip.patch 2016-09-03 01:08:07 UTC (rev 7816) @@ -1,6 +1,6 @@ --- asterisk-11.17.1/channels/chan_sip.c.orig 2015-04-23 10:22:04.000000000 -0500 +++ asterisk-11.17.1/channels/chan_sip.c 2015-04-23 10:22:40.000000000 -0500 -@@ -17351,7 +17351,7 @@ +@@ -17319,7 +17319,7 @@ } if (!force) { Modified: branches/1.0/package/asterisk/asterisk.mk =================================================================== --- branches/1.0/package/asterisk/asterisk.mk 2016-09-02 16:50:57 UTC (rev 7815) +++ branches/1.0/package/asterisk/asterisk.mk 2016-09-03 01:08:07 UTC (rev 7816) @@ -9,7 +9,7 @@ ifeq ($(BR2_PACKAGE_ASTERISK_v11),y) ASTERISK_VERSION := 11.23.0 else -ASTERISK_VERSION := 13.10.0 +ASTERISK_VERSION := 13.11.0 endif endif ASTERISK_SOURCE := asterisk-$(ASTERISK_VERSION).tar.gz @@ -271,6 +271,7 @@ (cd $(ASTERISK_DIR); \ menuselect/menuselect --enable res_pktccops menuselect.makeopts; \ menuselect/menuselect --disable CORE-SOUNDS-EN-GSM --disable MOH-OPSOUND-WAV menuselect.makeopts; \ + menuselect/menuselect --disable BUILD_NATIVE menuselect.makeopts; \ ) endif touch $@ Modified: branches/1.0/package/pjsip/asterisk-config_site.h =================================================================== --- branches/1.0/package/pjsip/asterisk-config_site.h 2016-09-02 16:50:57 UTC (rev 7815) +++ branches/1.0/package/pjsip/asterisk-config_site.h 2016-09-03 01:08:07 UTC (rev 7816) @@ -19,7 +19,7 @@ #define PJ_SCANNER_USE_BITWISE 0 #define PJ_OS_HAS_CHECK_STACK 0 #define PJ_LOG_MAX_LEVEL 3 -#define PJ_ENABLE_EXTRA_CHECK 0 +#define PJ_ENABLE_EXTRA_CHECK 1 #define PJSIP_MAX_TSX_COUNT ((64*1024)-1) #define PJSIP_MAX_DIALOG_COUNT ((64*1024)-1) #define PJSIP_UDP_SO_SNDBUF_SIZE (512*1024) @@ -37,3 +37,7 @@ #undef PJ_TODO #define PJ_TODO(x) + +/* Defaults too low for WebRTC */ +#define PJ_ICE_MAX_CAND 32 +#define PJ_ICE_MAX_CHECKS (PJ_ICE_MAX_CAND * 2) Deleted: branches/1.0/package/pjsip/pjsip-0001-evsub-Add-APIs-to-add-decrement-an-event-subscriptio.patch =================================================================== --- branches/1.0/package/pjsip/pjsip-0001-evsub-Add-APIs-to-add-decrement-an-event-subscriptio.patch 2016-09-02 16:50:57 UTC (rev 7815) +++ branches/1.0/package/pjsip/pjsip-0001-evsub-Add-APIs-to-add-decrement-an-event-subscriptio.patch 2016-09-03 01:08:07 UTC (rev 7816) @@ -1,72 +0,0 @@ -From a5030c9b33b2c936879fbacb1d2ea5edc2979181 Mon Sep 17 00:00:00 2001 -From: George Joseph <gj...@di...> -Date: Sat, 18 Jun 2016 10:14:34 -0600 -Subject: [PATCH] evsub: Add APIs to add/decrement an event subscription's - group lock - -These APIs can be used to ensure that the evsub isn't destroyed before -an application is finished using it. ---- - pjsip/include/pjsip-simple/evsub.h | 20 ++++++++++++++++++++ - pjsip/src/pjsip-simple/evsub.c | 14 ++++++++++++++ - 2 files changed, 34 insertions(+) - -diff --git a/pjsip/include/pjsip-simple/evsub.h b/pjsip/include/pjsip-simple/evsub.h -index 2dc4d69..31f85f8 100644 ---- a/pjsip/include/pjsip-simple/evsub.h -+++ b/pjsip/include/pjsip-simple/evsub.h -@@ -490,6 +490,26 @@ PJ_DECL(void) pjsip_evsub_set_mod_data( pjsip_evsub *sub, unsigned mod_id, - PJ_DECL(void*) pjsip_evsub_get_mod_data( pjsip_evsub *sub, unsigned mod_id ); - - -+/** -+ * Increment the event subscription's group lock. -+ * -+ * @param sub The server subscription instance. -+ * -+ * @return PJ_SUCCESS on success. -+ */ -+PJ_DEF(pj_status_t) pjsip_evsub_add_ref(pjsip_evsub *sub); -+ -+ -+/** -+ * Decrement the event subscription's group lock. -+ * -+ * @param sub The server subscription instance. -+ * -+ * @return PJ_SUCCESS on success. -+ */ -+PJ_DEF(pj_status_t) pjsip_evsub_dec_ref(pjsip_evsub *sub); -+ -+ - - PJ_END_DECL - -diff --git a/pjsip/src/pjsip-simple/evsub.c b/pjsip/src/pjsip-simple/evsub.c -index 7cd8859..68a9564 100644 ---- a/pjsip/src/pjsip-simple/evsub.c -+++ b/pjsip/src/pjsip-simple/evsub.c -@@ -831,7 +831,21 @@ static pj_status_t evsub_create( pjsip_dialog *dlg, - return PJ_SUCCESS; - } - -+/* -+ * Increment the event subscription's group lock. -+ */ -+PJ_DEF(pj_status_t) pjsip_evsub_add_ref(pjsip_evsub *sub) -+{ -+ return pj_grp_lock_add_ref(sub->grp_lock); -+} - -+/* -+ * Decrement the event subscription's group lock. -+ */ -+PJ_DEF(pj_status_t) pjsip_evsub_dec_ref(pjsip_evsub *sub) -+{ -+ return pj_grp_lock_dec_ref(sub->grp_lock); -+} - - /* - * Create client subscription session. --- -2.5.5 Added: branches/1.0/package/pjsip/pjsip-0002-Fix-1946-Avoid-deinitialization-of-uninitialized-cli.patch =================================================================== --- branches/1.0/package/pjsip/pjsip-0002-Fix-1946-Avoid-deinitialization-of-uninitialized-cli.patch (rev 0) +++ branches/1.0/package/pjsip/pjsip-0002-Fix-1946-Avoid-deinitialization-of-uninitialized-cli.patch 2016-09-03 01:08:07 UTC (rev 7816) @@ -0,0 +1,55 @@ +From 33fd755e819dc85a96718abc0ae26a9b46f14800 Mon Sep 17 00:00:00 2001 +From: nanang <nanang@localhost> +Date: Thu, 28 Jul 2016 08:21:45 +0000 +Subject: [PATCH 2/3] Fix #1946: Avoid deinitialization of uninitialized client + auth session. + +--- + pjsip/src/pjsip/sip_dialog.c | 18 ++++++------------ + 1 file changed, 6 insertions(+), 12 deletions(-) + +diff --git a/pjsip/src/pjsip/sip_dialog.c b/pjsip/src/pjsip/sip_dialog.c +index f03885d..421ddc4 100644 +--- a/pjsip/src/pjsip/sip_dialog.c ++++ b/pjsip/src/pjsip/sip_dialog.c +@@ -92,6 +92,12 @@ static pj_status_t create_dialog( pjsip_user_agent *ua, + pj_list_init(&dlg->inv_hdr); + pj_list_init(&dlg->rem_cap_hdr); + ++ /* Init client authentication session. */ ++ status = pjsip_auth_clt_init(&dlg->auth_sess, dlg->endpt, ++ dlg->pool, 0); ++ if (status != PJ_SUCCESS) ++ goto on_error; ++ + status = pj_mutex_create_recursive(pool, dlg->obj_name, &dlg->mutex_); + if (status != PJ_SUCCESS) + goto on_error; +@@ -283,12 +289,6 @@ PJ_DEF(pj_status_t) pjsip_dlg_create_uac( pjsip_user_agent *ua, + /* Initial route set is empty. */ + pj_list_init(&dlg->route_set); + +- /* Init client authentication session. */ +- status = pjsip_auth_clt_init(&dlg->auth_sess, dlg->endpt, +- dlg->pool, 0); +- if (status != PJ_SUCCESS) +- goto on_error; +- + /* Register this dialog to user agent. */ + status = pjsip_ua_register_dlg( ua, dlg ); + if (status != PJ_SUCCESS) +@@ -506,12 +506,6 @@ pj_status_t create_uas_dialog( pjsip_user_agent *ua, + } + dlg->route_set_frozen = PJ_TRUE; + +- /* Init client authentication session. */ +- status = pjsip_auth_clt_init(&dlg->auth_sess, dlg->endpt, +- dlg->pool, 0); +- if (status != PJ_SUCCESS) +- goto on_error; +- + /* Increment the dialog's lock since tsx may cause the dialog to be + * destroyed prematurely (such as in case of transport error). + */ +-- +2.7.4 Deleted: branches/1.0/package/pjsip/pjsip-0002-sip_transport_tcp-tls-Set-factory-on-transports-crea.patch =================================================================== --- branches/1.0/package/pjsip/pjsip-0002-sip_transport_tcp-tls-Set-factory-on-transports-crea.patch 2016-09-02 16:50:57 UTC (rev 7815) +++ branches/1.0/package/pjsip/pjsip-0002-sip_transport_tcp-tls-Set-factory-on-transports-crea.patch 2016-09-03 01:08:07 UTC (rev 7816) @@ -1,47 +0,0 @@ -From b7cb93b0e1729589a71e8b30d9a9893f0918e2a2 Mon Sep 17 00:00:00 2001 -From: George Joseph <geo...@fa...> -Date: Mon, 30 May 2016 11:58:22 -0600 -Subject: [PATCH] sip_transport_tcp/tls: Set factory on transports created - from accept - -The ability to re-use tcp and tls transports when a factory is -specified now depends on transport->factory being set which is a new field -in 2.5. This was being set only on new outgoing sockets not on -incoming sockets. The result was that a client REGISTER created a new -socket but without the factory set, the next outgoing request to the -client, OPTIONS, INVITE, etc, would attempt to create another socket -which the client would refuse. - -This patch sets the factory on transports created as a result of an -accept. ---- - pjsip/src/pjsip/sip_transport_tcp.c | 1 + - pjsip/src/pjsip/sip_transport_tls.c | 1 + - 2 files changed, 2 insertions(+) - -diff --git a/pjsip/src/pjsip/sip_transport_tcp.c b/pjsip/src/pjsip/sip_transport_tcp.c -index 1bbb324..00eb8fc 100644 ---- a/pjsip/src/pjsip/sip_transport_tcp.c -+++ b/pjsip/src/pjsip/sip_transport_tcp.c -@@ -713,6 +713,7 @@ static pj_status_t tcp_create( struct tcp_listener *listener, - tcp->base.send_msg = &tcp_send_msg; - tcp->base.do_shutdown = &tcp_shutdown; - tcp->base.destroy = &tcp_destroy_transport; -+ tcp->base.factory = &listener->factory; - - /* Create group lock */ - status = pj_grp_lock_create(pool, NULL, &tcp->grp_lock); -diff --git a/pjsip/src/pjsip/sip_transport_tls.c b/pjsip/src/pjsip/sip_transport_tls.c -index a83ac32..36ee70d 100644 ---- a/pjsip/src/pjsip/sip_transport_tls.c -+++ b/pjsip/src/pjsip/sip_transport_tls.c -@@ -742,6 +742,7 @@ static pj_status_t tls_create( struct tls_listener *listener, - tls->base.send_msg = &tls_send_msg; - tls->base.do_shutdown = &tls_shutdown; - tls->base.destroy = &tls_destroy_transport; -+ tls->base.factory = &listener->factory; - - tls->ssock = ssock; - --- -2.5.5 Modified: branches/1.0/package/pjsip/pjsip.mk =================================================================== --- branches/1.0/package/pjsip/pjsip.mk 2016-09-02 16:50:57 UTC (rev 7815) +++ branches/1.0/package/pjsip/pjsip.mk 2016-09-03 01:08:07 UTC (rev 7816) @@ -4,7 +4,7 @@ # ################################################################################ -PJSIP_VERSION = 2.5 +PJSIP_VERSION = 2.5.5 PJSIP_SOURCE = pjproject-$(PJSIP_VERSION).tar.bz2 PJSIP_SITE = http://www.pjsip.org/release/$(PJSIP_VERSION) PJSIP_INSTALL_STAGING = YES @@ -17,23 +17,36 @@ PJSIP_POST_PATCH_HOOKS += PJSIP_CUSTOM_CONFIG PJSIP_CONF_ENV = \ - CFLAGS="$(TARGET_CFLAGS) -O2" \ + CFLAGS="$(TARGET_CFLAGS) -O2 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing" \ LDFLAGS="-L$(STAGING_DIR)/usr/lib" \ LD="$(TARGET_CC)" PJSIP_CONF_OPT = \ - --with-external-srtp \ --disable-speex-codec \ --disable-speex-aec \ --disable-gsm-codec \ + --disable-ilbc-codec \ + --disable-l16-codec \ + --disable-g711-codec \ + --disable-g722-codec \ + --disable-g7221-codec \ + --disable-opencore-amr \ + --disable-webrtc \ + --disable-silk \ + --disable-opus \ --disable-video \ --disable-v4l2 \ --disable-sound \ - --disable-opencore-amr \ - --disable-ilbc-codec \ - --disable-g7221-codec \ + --disable-ext-sound \ + --disable-oss \ + --disable-sdl \ + --disable-libyuv \ --disable-resample \ - --without-libyuv + --disable-ffmpeg \ + --disable-openh264 \ + --disable-ipp \ + --without-external-pa \ + --with-external-srtp ifeq ($(BR2_PACKAGE_OPENSSL),y) PJSIP_CONF_OPT += --with-ssl=$(STAGING_DIR)/usr This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-09-02 16:51:00
|
Revision: 7815 http://sourceforge.net/p/astlinux/code/7815 Author: abelbeck Date: 2016-09-02 16:50:57 +0000 (Fri, 02 Sep 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-09-02 16:49:45 UTC (rev 7814) +++ branches/1.0/docs/ChangeLog.txt 2016-09-02 16:50:57 UTC (rev 7815) @@ -30,7 +30,7 @@ -- sudo, version bump to 1.8.17p1 --- nano, version bump to 2.6.2 +-- nano, version bump to 2.7.0 -- logrotate, version bump to 3.10.0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-09-02 16:49:48
|
Revision: 7814 http://sourceforge.net/p/astlinux/code/7814 Author: abelbeck Date: 2016-09-02 16:49:45 +0000 (Fri, 02 Sep 2016) Log Message: ----------- nano, version bump to 2.7.0 Modified Paths: -------------- branches/1.0/package/nano/nano.mk Modified: branches/1.0/package/nano/nano.mk =================================================================== --- branches/1.0/package/nano/nano.mk 2016-08-30 14:59:49 UTC (rev 7813) +++ branches/1.0/package/nano/nano.mk 2016-09-02 16:49:45 UTC (rev 7814) @@ -4,8 +4,8 @@ # ############################################################# -NANO_VERSION = 2.6.2 -NANO_SITE = http://www.nano-editor.org/dist/v2.6 +NANO_VERSION = 2.7.0 +NANO_SITE = http://www.nano-editor.org/dist/v2.7 NANO_MAKE_ENV = CURSES_LIB="-lncurses" NANO_CONF_ENV = ac_cv_prog_NCURSESW_CONFIG=false NANO_CONF_OPT = \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-08-30 14:59:52
|
Revision: 7813 http://sourceforge.net/p/astlinux/code/7813 Author: abelbeck Date: 2016-08-30 14:59:49 +0000 (Tue, 30 Aug 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-08-29 21:02:43 UTC (rev 7812) +++ branches/1.0/docs/ChangeLog.txt 2016-08-30 14:59:49 UTC (rev 7813) @@ -70,6 +70,9 @@ -- msmtp, an undefined SMTP_CA rc.conf variable will now default to the system ca-bundle.crt +-- wide-dhcpv6, add upstream Debian patches 0011, 0012 and 0015, build fixes and handle OPTION_RECONF_ACCEPT(20) + More Info: http://doc.astlinux.org/userdoc:tt-dhcpv6-prefix-delegation + ** Asterisk -- Asterisk 1.8.32.3 (no change), 11.23.0 (version bump) and 13.10.0 (version bump) @@ -379,6 +382,7 @@ -- wide-dhcpv6, new package, added support for DHCPv6 using dhcp6c for External and WAN Failover interfaces. New rc.conf variables are: DHCPV6_CLIENT_ENABLE, DHCPV6_CLIENT_REQUEST_ADDRESS, DHCPV6_CLIENT_REQUEST_PREFIX, DHCPV6_CLIENT_PREFIX_LEN, DHCPV6_CLIENT_PREFIX_HINT, EXT2DHCPV6_CLIENT_ENABLE + More Info: http://doc.astlinux.org/userdoc:tt-dhcpv6-prefix-delegation -- dnsmasq, added optional DHCP_LEASETIME rc.conf variable, defaults to "24" hours as before. Applies to both DHCP and IPv6 Autoconfig. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-08-29 21:02:45
|
Revision: 7812 http://sourceforge.net/p/astlinux/code/7812 Author: abelbeck Date: 2016-08-29 21:02:43 +0000 (Mon, 29 Aug 2016) Log Message: ----------- wide-dhcpv6, add Debian patches 0011, 0012 and 0015 Ref: https://github.com/rogers0/packaging_wide-dhcpv6/tree/master/debian/patches Added Paths: ----------- branches/1.0/package/wide-dhcpv6/wide-dhcpv6-0011-resolv-warnings-so-as-to-make-blhc-and-gcc-both-happ.patch branches/1.0/package/wide-dhcpv6/wide-dhcpv6-0012-fix-a-redefined-YYDEBUG-warning-of-gcc-for-the-code-.patch branches/1.0/package/wide-dhcpv6/wide-dhcpv6-0015-a-bit-info-to-logger-when-get-OPTION_RECONF_ACCEPT.patch Added: branches/1.0/package/wide-dhcpv6/wide-dhcpv6-0011-resolv-warnings-so-as-to-make-blhc-and-gcc-both-happ.patch =================================================================== --- branches/1.0/package/wide-dhcpv6/wide-dhcpv6-0011-resolv-warnings-so-as-to-make-blhc-and-gcc-both-happ.patch (rev 0) +++ branches/1.0/package/wide-dhcpv6/wide-dhcpv6-0011-resolv-warnings-so-as-to-make-blhc-and-gcc-both-happ.patch 2016-08-29 21:02:43 UTC (rev 7812) @@ -0,0 +1,107 @@ +From c648bd5c29e3ad4c53c7f584688e4ff5be5e85be Mon Sep 17 00:00:00 2001 +From: Roger Shimizu <rog...@gm...> +Date: Wed, 9 Sep 2015 21:00:22 +0900 +Subject: [PATCH 2/3] resolv warnings so as to make "blhc" and "gcc" both happy + +- blhc complained: lacking of CFLAGS/CPPFLAGS for certain C files in Makefile +- gcc complained implicit declaration of function 'time' +- gcc complained ignoring return value of 'read' + +Signed-off-by: Roger Shimizu <rog...@gm...> +--- + Makefile.in | 6 +++--- + addrconf.c | 11 ++++++++++- + missing/arc4random.c | 3 ++- + prefixconf.c | 11 ++++++++++- + 4 files changed, 25 insertions(+), 6 deletions(-) + +diff --git a/Makefile.in b/Makefile.in +index efc878d..f52d4e1 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -86,11 +86,11 @@ getaddrinfo.o: $(srcdir)/missing/getaddrinfo.c + getnameinfo.o: $(srcdir)/missing/getnameinfo.c + $(CC) -c $(srcdir)/missing/$*.c + strlcat.o: $(srcdir)/missing/strlcat.c +- $(CC) -c $(srcdir)/missing/$*.c ++ $(CC) $(CFLAGS) $(CPPFLAGS) -c $(srcdir)/missing/$*.c + strlcpy.o: $(srcdir)/missing/strlcpy.c +- $(CC) -c $(srcdir)/missing/$*.c ++ $(CC) $(CFLAGS) $(CPPFLAGS) -c $(srcdir)/missing/$*.c + arc4random.o: $(srcdir)/missing/arc4random.c +- $(CC) $(CFLAGS) -c $(srcdir)/missing/$*.c ++ $(CC) $(CFLAGS) $(CPPFLAGS) -c $(srcdir)/missing/$*.c + getifaddrs.o: $(srcdir)/missing/getifaddrs.c + $(CC) -c $(srcdir)/missing/$*.c + daemon.o: $(srcdir)/missing/daemon.c +diff --git a/addrconf.c b/addrconf.c +index 47f1738..a8c52bc 100644 +--- a/addrconf.c ++++ b/addrconf.c +@@ -29,11 +29,20 @@ + * SUCH DAMAGE. + */ + #include <sys/types.h> +-#include <sys/time.h> + #include <sys/socket.h> + #include <sys/queue.h> + #include <sys/ioctl.h> + ++#if TIME_WITH_SYS_TIME ++# include <sys/time.h> ++# include <time.h> ++#else ++# if HAVE_SYS_TIME_H ++# include <sys/time.h> ++# else ++# include <time.h> ++# endif ++#endif + #include <net/if.h> + #ifdef __FreeBSD__ + #include <net/if_var.h> +diff --git a/missing/arc4random.c b/missing/arc4random.c +index 8d1e050..7fe143b 100644 +--- a/missing/arc4random.c ++++ b/missing/arc4random.c +@@ -59,9 +59,10 @@ u_int32_t + arc4random() + { + u_int32_t v; ++ ssize_t n; + + if (fd < 0) + arc4random_init(); +- read(fd, &v, sizeof(v)); ++ n = read(fd, &v, sizeof(v)); + return v; + } +diff --git a/prefixconf.c b/prefixconf.c +index 9450a3f..15b5417 100644 +--- a/prefixconf.c ++++ b/prefixconf.c +@@ -29,11 +29,20 @@ + * SUCH DAMAGE. + */ + #include <sys/types.h> +-#include <sys/time.h> + #include <sys/socket.h> + #include <sys/queue.h> + #include <sys/ioctl.h> + ++#if TIME_WITH_SYS_TIME ++# include <sys/time.h> ++# include <time.h> ++#else ++# if HAVE_SYS_TIME_H ++# include <sys/time.h> ++# else ++# include <time.h> ++# endif ++#endif + #include <net/if.h> + #ifdef __FreeBSD__ + #include <net/if_var.h> +-- +2.5.1 + Added: branches/1.0/package/wide-dhcpv6/wide-dhcpv6-0012-fix-a-redefined-YYDEBUG-warning-of-gcc-for-the-code-.patch =================================================================== --- branches/1.0/package/wide-dhcpv6/wide-dhcpv6-0012-fix-a-redefined-YYDEBUG-warning-of-gcc-for-the-code-.patch (rev 0) +++ branches/1.0/package/wide-dhcpv6/wide-dhcpv6-0012-fix-a-redefined-YYDEBUG-warning-of-gcc-for-the-code-.patch 2016-08-29 21:02:43 UTC (rev 7812) @@ -0,0 +1,28 @@ +From ce1792f23386abbb370f4288add23f5f667d6ce1 Mon Sep 17 00:00:00 2001 +From: Roger Shimizu <rog...@gm...> +Date: Thu, 10 Sep 2015 22:19:10 +0900 +Subject: [PATCH 3/3] fix a redefined "YYDEBUG" warning of gcc for the code + generated by bison/flex + +Signed-off-by: Roger Shimizu <rog...@gm...> +--- + cftoken.l | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/cftoken.l b/cftoken.l +index f480406..e307357 100644 +--- a/cftoken.l ++++ b/cftoken.l +@@ -72,6 +72,9 @@ static int yy_first_time = 1; + static int yyerrorcount = 0; + + #ifndef NOCONFIG_DEBUG ++#ifdef YYDEBUG ++#undef YYDEBUG ++#endif + #define YYDEBUG 1 + + int cfdebug = 1; +-- +2.5.1 + Added: branches/1.0/package/wide-dhcpv6/wide-dhcpv6-0015-a-bit-info-to-logger-when-get-OPTION_RECONF_ACCEPT.patch =================================================================== --- branches/1.0/package/wide-dhcpv6/wide-dhcpv6-0015-a-bit-info-to-logger-when-get-OPTION_RECONF_ACCEPT.patch (rev 0) +++ branches/1.0/package/wide-dhcpv6/wide-dhcpv6-0015-a-bit-info-to-logger-when-get-OPTION_RECONF_ACCEPT.patch 2016-08-29 21:02:43 UTC (rev 7812) @@ -0,0 +1,57 @@ +From: Roger Shimizu <rog...@gm...> +Date: Thu, 24 Dec 2015 23:09:06 +0900 +Subject: Add a bit info to logger when get OPTION_RECONF_ACCEPT(20) dhcpv6 + option +MIME-Version: 1.0 +Content-Type: text/plain; charset="utf-8" +Content-Transfer-Encoding: 8bit + +Closes: #562079 +Reported-by: Bjørn Mork <bj...@mo...> +Signed-off-by: Roger Shimizu <rog...@gm...> +--- + common.c | 10 ++++++++++ + dhcp6.h | 2 +- + 2 files changed, 11 insertions(+), 1 deletion(-) + +diff --git a/common.c b/common.c +index 10d905f..cbb1c82 100644 +--- a/common.c ++++ b/common.c +@@ -1723,6 +1723,14 @@ dhcp6_get_options(p, ep, optinfo) + memcpy(optinfo->ifidopt_id, cp, optlen); + optinfo->ifidopt_len = optlen; + break; ++ case DH6OPT_RECONF_ACCEPT: ++ /* Debian Bug: #562079 */ ++ if (optlen != 0) ++ goto malformed; ++ debug_printf(LOG_INFO, FNAME, ++ "received option: \"%s\" (len %d), however reconfigure negotiation is not supported yet", ++ dhcp6optstr(opt), optlen); ++ break; + case DH6OPT_SIP_SERVER_D: + if (dhcp6_get_domain(optlen, cp, opt, + &optinfo->sipname_list) == -1) +@@ -3024,6 +3032,8 @@ dhcp6optstr(type) + return ("interface ID"); + case DH6OPT_RECONF_MSG: + return ("reconfigure message"); ++ case DH6OPT_RECONF_ACCEPT: ++ return ("reconfigure accept"); + case DH6OPT_SIP_SERVER_D: + return ("SIP domain name"); + case DH6OPT_SIP_SERVER_A: +diff --git a/dhcp6.h b/dhcp6.h +index 9f3a62d..985decb 100644 +--- a/dhcp6.h ++++ b/dhcp6.h +@@ -296,7 +296,7 @@ struct dhcp6_relay { + #define DH6OPT_VENDOR_OPTS 17 + #define DH6OPT_INTERFACE_ID 18 + #define DH6OPT_RECONF_MSG 19 +- ++#define DH6OPT_RECONF_ACCEPT 20 + #define DH6OPT_SIP_SERVER_D 21 + #define DH6OPT_SIP_SERVER_A 22 + #define DH6OPT_DNS 23 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-08-27 22:02:53
|
Revision: 7811 http://sourceforge.net/p/astlinux/code/7811 Author: abelbeck Date: 2016-08-27 22:02:50 +0000 (Sat, 27 Aug 2016) Log Message: ----------- beta-run-image-upload, also upload a 'version.txt' file along-side the 'ChangeLog.txt' file Modified Paths: -------------- branches/1.0/scripts/beta-run-image-upload Modified: branches/1.0/scripts/beta-run-image-upload =================================================================== --- branches/1.0/scripts/beta-run-image-upload 2016-08-27 15:28:08 UTC (rev 7810) +++ branches/1.0/scripts/beta-run-image-upload 2016-08-27 22:02:50 UTC (rev 7811) @@ -69,6 +69,18 @@ done } +upload_version() +{ + local remote_dir="$1" ver="/tmp/version.txt" + + # Must be called after upload_run_images() to define file_ver + if [ -n "$file_ver" ]; then + echo "$file_ver" > "$ver" + upload_file "$remote_dir" "$ver" + rm -f "$ver" + fi +} + set_asterisk_version() { case $1 in @@ -122,7 +134,7 @@ exit 1 fi -# Remove pre-existing ChangeLog.txt +# Remove pre-existing ChangeLog.txt and version.txt delete_dir "$CHANGELOG_DIR" for asterisk in ast18 ast11 ast13; do @@ -140,6 +152,9 @@ # Upload current ChangeLog.txt upload_file "$CHANGELOG_DIR" "$CHANGELOG" +# Upload current version.txt +upload_version "$CHANGELOG_DIR" + echo " ## ## Beta Run-Image Upload Finished for '$success_count' Images This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-08-27 15:28:10
|
Revision: 7810 http://sourceforge.net/p/astlinux/code/7810 Author: abelbeck Date: 2016-08-27 15:28:08 +0000 (Sat, 27 Aug 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-08-27 15:18:01 UTC (rev 7809) +++ branches/1.0/docs/ChangeLog.txt 2016-08-27 15:28:08 UTC (rev 7810) @@ -24,6 +24,8 @@ -- perl, version bump to 5.24.0 using perlcross 1.0.3 +-- sqlite, version bump to 3.14.1 + -- ethtool, version bump to 4.6 -- sudo, version bump to 1.8.17p1 @@ -78,6 +80,10 @@ -- SILK CODEC, version bump to 1.0.2, now supports Asterisk 13 as well as Asterisk 11 +-- FOP2, available version bump to 2.31.03. + Note: If you have a license, you may need to purchase an "Annual Software Maintenance" license if you upgrade. + More info: http://doc.astlinux.org/userdoc:tt_asterisk-fop2-upgrade + ** Web Interface -- Network tab, add 4th LAN Interface. Added 4th LAN support to Firewall sub-tab and PhoneProv tab. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-08-27 15:18:04
|
Revision: 7809 http://sourceforge.net/p/astlinux/code/7809 Author: abelbeck Date: 2016-08-27 15:18:01 +0000 (Sat, 27 Aug 2016) Log Message: ----------- sqlite, version bump to 3.14.1 Modified Paths: -------------- branches/1.0/package/sqlite/sqlite.mk Modified: branches/1.0/package/sqlite/sqlite.mk =================================================================== --- branches/1.0/package/sqlite/sqlite.mk 2016-08-27 15:03:28 UTC (rev 7808) +++ branches/1.0/package/sqlite/sqlite.mk 2016-08-27 15:18:01 UTC (rev 7809) @@ -4,7 +4,7 @@ # ############################################################# -SQLITE_VERSION = 3130000 +SQLITE_VERSION = 3140100 SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_VERSION).tar.gz SQLITE_SITE = http://www.sqlite.org/2016 SQLITE_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-08-27 15:03:29
|
Revision: 7808 http://sourceforge.net/p/astlinux/code/7808 Author: abelbeck Date: 2016-08-27 15:03:28 +0000 (Sat, 27 Aug 2016) Log Message: ----------- asterisk-fop2, version bump to 2.31.03 Modified Paths: -------------- branches/1.0/package/asterisk-fop2/asterisk-fop2.mk branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-package Modified: branches/1.0/package/asterisk-fop2/asterisk-fop2.mk =================================================================== --- branches/1.0/package/asterisk-fop2/asterisk-fop2.mk 2016-08-24 17:23:21 UTC (rev 7807) +++ branches/1.0/package/asterisk-fop2/asterisk-fop2.mk 2016-08-27 15:03:28 UTC (rev 7808) @@ -3,9 +3,9 @@ # asterisk-fop2 # ############################################################# -ASTERISK_FOP2_VERSION = 2.28 +ASTERISK_FOP2_VERSION = 2.31.03 ASTERISK_FOP2_SOURCE = fop2-$(ASTERISK_FOP2_VERSION)-debian-i386.tgz -ASTERISK_FOP2_SITE = http://download.fop2.com +ASTERISK_FOP2_SITE = http://download2.fop2.com # Note: be sure to edit "project/astlinux/target_skeleton/usr/sbin/upgrade-package" on version change ASTERISK_FOP2_X86_64_SOURCE = fop2-$(ASTERISK_FOP2_VERSION)-debian-x86_64.tgz Modified: branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-package =================================================================== --- branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-package 2016-08-24 17:23:21 UTC (rev 7807) +++ branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-package 2016-08-27 15:03:28 UTC (rev 7808) @@ -248,7 +248,7 @@ if ! RAM_needed_MB 475; then finish $RED "Not enough RAM installed. Minimum: 512 MB, Recommended: 1024+ MB" fi - SRC_URL="https://files.astlinux-project.org/fop2-2.28-debian-$(uname -m | sed -e 's/i.86/i386/').tgz" + SRC_URL="https://files.astlinux-project.org/fop2-2.31.03-debian-$(uname -m | sed -e 's/i.86/i386/').tgz" ;; show) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-08-24 17:23:23
|
Revision: 7807 http://sourceforge.net/p/astlinux/code/7807 Author: abelbeck Date: 2016-08-24 17:23:21 +0000 (Wed, 24 Aug 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-08-24 17:21:51 UTC (rev 7806) +++ branches/1.0/docs/ChangeLog.txt 2016-08-24 17:23:21 UTC (rev 7807) @@ -52,6 +52,8 @@ -- lighttpd, version bump to 1.4.41 +-- OpenVPN, version bump to 2.3.12 + -- stunnel, version bump to 5.35 -- dnscrypt-proxy, version bump to 1.7.0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-08-24 17:21:54
|
Revision: 7806 http://sourceforge.net/p/astlinux/code/7806 Author: abelbeck Date: 2016-08-24 17:21:51 +0000 (Wed, 24 Aug 2016) Log Message: ----------- openvpn, version bump to 2.3.12 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-08-21 14:32:25 UTC (rev 7805) +++ branches/1.0/package/openvpn/openvpn.mk 2016-08-24 17:21:51 UTC (rev 7806) @@ -4,7 +4,7 @@ # ############################################################# -OPENVPN_VERSION = 2.3.11 +OPENVPN_VERSION = 2.3.12 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-08-21 14:32:27
|
Revision: 7805 http://sourceforge.net/p/astlinux/code/7805 Author: abelbeck Date: 2016-08-21 14:32:25 +0000 (Sun, 21 Aug 2016) Log Message: ----------- build system, cleanup the download SHA1 verify file exclusions Modified Paths: -------------- branches/1.0/toolchain/file_exclude Modified: branches/1.0/toolchain/file_exclude =================================================================== --- branches/1.0/toolchain/file_exclude 2016-08-21 14:14:42 UTC (rev 7804) +++ branches/1.0/toolchain/file_exclude 2016-08-21 14:32:25 UTC (rev 7805) @@ -1,6 +1,2 @@ -pci.ids.bz2 -nProbe-4.9.4.tar.gz -dialog.tar.gz bfdetect_src.tar.gz -fop2-2.27-debian-i386.tgz memtest86+-4.20.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-08-21 14:14:45
|
Revision: 7804 http://sourceforge.net/p/astlinux/code/7804 Author: abelbeck Date: 2016-08-21 14:14:42 +0000 (Sun, 21 Aug 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-08-21 14:11:35 UTC (rev 7803) +++ branches/1.0/docs/ChangeLog.txt 2016-08-21 14:14:42 UTC (rev 7804) @@ -38,6 +38,8 @@ -- libsodium, version bump to 1.0.11 +-- mac2vendor, oui.txt database snapshot 2016-08-21 + -- Time Zone Database update, tzdata2016f and php-timezonedb-2016.6 ** Networking This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-08-21 14:11:37
|
Revision: 7803 http://sourceforge.net/p/astlinux/code/7803 Author: abelbeck Date: 2016-08-21 14:11:35 +0000 (Sun, 21 Aug 2016) Log Message: ----------- mac2vendor, oui-2016-08-21 database snapshot Modified Paths: -------------- branches/1.0/package/mac2vendor/mac2vendor.mk Modified: branches/1.0/package/mac2vendor/mac2vendor.mk =================================================================== --- branches/1.0/package/mac2vendor/mac2vendor.mk 2016-08-20 16:29:35 UTC (rev 7802) +++ branches/1.0/package/mac2vendor/mac2vendor.mk 2016-08-21 14:11:35 UTC (rev 7803) @@ -4,13 +4,13 @@ # ################################################################################ -MAC2VENDOR_VERSION = 2016-01-17 +MAC2VENDOR_VERSION = 2016-08-21 MAC2VENDOR_SOURCE = oui-$(MAC2VENDOR_VERSION).txt MAC2VENDOR_SITE = http://files.astlinux-project.org ## -## curl -o dl/oui-2016-01-17.txt http://standards-oui.ieee.org/oui.txt -## ./scripts/upload-dl-pair dl/oui-2016-01-17.txt +## curl -o dl/oui-2016-08-21.txt http://standards-oui.ieee.org/oui.txt +## ./scripts/upload-dl-pair dl/oui-2016-08-21.txt ## define MAC2VENDOR_EXTRACT_CMDS This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-08-20 16:29:38
|
Revision: 7802 http://sourceforge.net/p/astlinux/code/7802 Author: abelbeck Date: 2016-08-20 16:29:35 +0000 (Sat, 20 Aug 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-08-20 16:27:52 UTC (rev 7801) +++ branches/1.0/docs/ChangeLog.txt 2016-08-20 16:29:35 UTC (rev 7802) @@ -20,7 +20,7 @@ -- e1000e version bump to 3.3.5 Intel PCI-Express PRO/1000 Ethernet Linux driver --- php, major version bump to 5.6.24, bug and security fixes +-- php, major version bump to 5.6.25, bug and security fixes -- perl, version bump to 5.24.0 using perlcross 1.0.3 @@ -34,6 +34,8 @@ -- screen, version bump to 4.4.0 +-- strace, version bump to 4.13 + -- libsodium, version bump to 1.0.11 -- Time Zone Database update, tzdata2016f and php-timezonedb-2016.6 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-08-20 16:27:54
|
Revision: 7801 http://sourceforge.net/p/astlinux/code/7801 Author: abelbeck Date: 2016-08-20 16:27:52 +0000 (Sat, 20 Aug 2016) Log Message: ----------- php, version bump to 5.6.25 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-08-20 16:09:38 UTC (rev 7800) +++ branches/1.0/package/php/php.mk 2016-08-20 16:27:52 UTC (rev 7801) @@ -4,7 +4,7 @@ # ############################################################# -PHP_VERSION = 5.6.24 +PHP_VERSION = 5.6.25 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-08-20 16:09:39
|
Revision: 7800 http://sourceforge.net/p/astlinux/code/7800 Author: abelbeck Date: 2016-08-20 16:09:38 +0000 (Sat, 20 Aug 2016) Log Message: ----------- strace, version bump to 4.13 Modified Paths: -------------- branches/1.0/package/strace/strace.mk Modified: branches/1.0/package/strace/strace.mk =================================================================== --- branches/1.0/package/strace/strace.mk 2016-08-15 13:15:29 UTC (rev 7799) +++ branches/1.0/package/strace/strace.mk 2016-08-20 16:09:38 UTC (rev 7800) @@ -4,16 +4,10 @@ # ############################################################# -STRACE_VERSION = 4.11 +STRACE_VERSION = 4.13 STRACE_SOURCE = strace-$(STRACE_VERSION).tar.xz STRACE_SITE = http://downloads.sourceforge.net/project/strace/strace/$(STRACE_VERSION) -STRACE_CONF_ENV = \ - st_cv_m32_mpers=no \ - st_cv_mx32_mpers=no \ - ac_cv_header_linux_if_packet_h=yes \ - ac_cv_header_linux_netlink_h=yes - define STRACE_REMOVE_STRACE_GRAPH rm -f $(TARGET_DIR)/usr/bin/strace-graph endef This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-08-15 13:15:32
|
Revision: 7799 http://sourceforge.net/p/astlinux/code/7799 Author: abelbeck Date: 2016-08-15 13:15:29 +0000 (Mon, 15 Aug 2016) Log Message: ----------- web interface, Licenses, add the Linux Kernel and remove extraneous commas and by's to be consistent Modified Paths: -------------- branches/1.0/package/webinterface/altweb/common/license-packages.txt Modified: branches/1.0/package/webinterface/altweb/common/license-packages.txt =================================================================== --- branches/1.0/package/webinterface/altweb/common/license-packages.txt 2016-08-14 13:47:53 UTC (rev 7798) +++ branches/1.0/package/webinterface/altweb/common/license-packages.txt 2016-08-15 13:15:29 UTC (rev 7799) @@ -6,7 +6,7 @@ ## 3) Lines beginning with a '#' are treated as comments ## ex-vi~Copyright (c) 2001-2002 Caldera International Inc. All rights reserved. -RUNNIX~Copyright (c) 2006-2015 by Kristian Kielhofner. +RUNNIX~Copyright (c) 2006-2015 Kristian Kielhofner. libSRTP~Copyright (c) 2001-2016 Cisco Systems, Inc. All rights reserved. iLBC CODEC~Copyright (c) 2011 The WebRTC project authors. All rights reserved. Web Interface~Copyright (c) 2008-2016 Lonnie Abelbeck. @@ -14,7 +14,7 @@ Asterisk~Copyright (c) 1999-2016 Digium, Inc. DAHDI~Copyright (c) 2001-2015 Digium, Inc. libPRI~Copyright (c) 2001-2015 Digium, Inc. -Arno's Firewall~Copyright (c) 2001-2016 by Arno van Amersfoort. +Arno's Firewall~Copyright (c) 2001-2016 Arno van Amersfoort. dnsmasq~Copyright (c) 2000-2015 Simon Kelley. OpenSSL~Copyright (c) 1998-2015 The OpenSSL Project. All rights reserved. OpenSSH~Copyright (c) 1995-2015 Tatu Ylonen <yl...@cs...>, Espoo, Finland. All rights reserved. @@ -22,12 +22,12 @@ PHP~Copyright (c) 1999-2016 The PHP Group. All rights reserved. ntpd~Copyright (c) 1992-2015 David L. Mills. vsftpd~Copyright (c) 2001-2013 Daniel Jacobowitz. <da...@de...> -lighttpd~Copyright (c) 2004-2016, Jan Kneschke. +lighttpd~Copyright (c) 2004-2016 Jan Kneschke. msmtp~Copyright (c) 2000-2015 Martin Lambers <ma...@ma...> libxml2~Copyright (c) 1998-2012 Daniel Veillard. All Rights Reserved. libtiff~Copyright (c) 1988-1997 Sam Leffler, Copyright (c) 1991-1997 Silicon Graphics, Inc. -libjpeg~Copyright (c) 1991-2014, Thomas G. Lane, Guido Vollbeding. -iptables~Copyright (c) 2000-2013 by the netfilter coreteam <cor...@ne...> +libjpeg~Copyright (c) 1991-2014 Thomas G. Lane, Guido Vollbeding. +iptables~Copyright (c) 2000-2013 the netfilter coreteam <cor...@ne...> curl~Copyright (c) 1996-2016 Daniel Stenberg, <da...@ha...>. rp-pppoe~Copyright (c) 2001-2012 Roaring Penguin Software Inc. zabbix~Copyright (c) 2000-2015 SIA Zabbix. @@ -37,7 +37,7 @@ Prosody~Copyright (c) 2008-2016 Matthew Wild and Waqas Hussain. clix~Copyright (c) 2008-2013 Matthew Wild. Lua~Copyright (c) 1994-2012 Lua.org, PUC-Rio. All rights reserved. -perl~Copyright (c) 1987-2013 by Larry Wall, et al. +perl~Copyright (c) 1987-2013 Larry Wall, et al. phpLiteAdmin~Copyright (c) 2011-2015 phpLiteAdmin (https://bitbucket.org/phpliteadmin/public) FOP2~Copyright (c) 2009-2015 House Internet S.R.L. (http://www.fop2.com) ddclient~Copyright (c) 1999-2013 Paul Burry, wimpunk, et al. @@ -49,13 +49,14 @@ dnscrypt-proxy~Copyright (c) 2011-2016 Frank Denis libsodium~Copyright (c) 2013-2016 Frank Denis phoneprov-tools~Copyright (c) 2015 Lonnie Abelbeck and Michael Keuter. -smartmontools~Copyright (c) 2002-2015, Bruce Allen, Christian Franke, et al. -Monit~Copyright (c) 2001-2016, Tildeslash. All rights reserved -sqlite~Copyright (c) 1995-2016, SQLite Consortium -sqliteodbc~Copyright (c) 2001-2016, Christian Werner +smartmontools~Copyright (c) 2002-2015 Bruce Allen, Christian Franke, et al. +Monit~Copyright (c) 2001-2016 Tildeslash. All rights reserved +sqlite~Copyright (c) 1995-2016 SQLite Consortium +sqliteodbc~Copyright (c) 2001-2016 Christian Werner Fossil~Copyright (c) 2007-2015 D. Richard Hipp. All rights reserved. BusyBox~Copyright (c) 1998-2011 Erik Andersen, Rob Landley, Denys Vlasenko, et al. dhcp6c~Copyright (c) 1998-2008 WIDE Project. htop~Copyright (c) 2004-2012 Hisham Muhammad. -unbound~Copyright (c) 2007-2016, NLnet Labs. All rights reserved. +unbound~Copyright (c) 2007-2016 NLnet Labs. All rights reserved. avahi~Copyright (c) 2004-2016 Lennart Poettering, Trent Lloyd, Avahi developers. +Linux Kernel~Copyright (c) 1997-2016 The Linux Kernel Organization, Inc.; Linux is a Registered Trademark of Linus Torvalds. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-08-14 13:47:56
|
Revision: 7798 http://sourceforge.net/p/astlinux/code/7798 Author: abelbeck Date: 2016-08-14 13:47:53 +0000 (Sun, 14 Aug 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-08-14 13:46:16 UTC (rev 7797) +++ branches/1.0/docs/ChangeLog.txt 2016-08-14 13:47:53 UTC (rev 7798) @@ -54,6 +54,8 @@ -- iperf, version bump to 2.0.9, now using maintained iperf2 project +-- mtr, version bump to 0.87 + -- msmtp, add a functional "/bin/mail" script to emulate mail/mailx for sending email via sendmail. Particularly useful for sending file attachment(s) via email. Issue "mail --help" for details. Example (end of iOS section): http://doc.astlinux.org/userdoc:tt_asterisk-fop2-ssl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-08-14 13:46:18
|
Revision: 7797 http://sourceforge.net/p/astlinux/code/7797 Author: abelbeck Date: 2016-08-14 13:46:16 +0000 (Sun, 14 Aug 2016) Log Message: ----------- mtr, version bump to 0.87 Modified Paths: -------------- branches/1.0/package/mtr/mtr.mk Removed Paths: ------------- branches/1.0/package/mtr/mtr-remove-ipv6-error-warning.patch branches/1.0/package/mtr/mtr-use-default-colors.patch Deleted: branches/1.0/package/mtr/mtr-remove-ipv6-error-warning.patch =================================================================== --- branches/1.0/package/mtr/mtr-remove-ipv6-error-warning.patch 2016-08-12 16:27:47 UTC (rev 7796) +++ branches/1.0/package/mtr/mtr-remove-ipv6-error-warning.patch 2016-08-14 13:46:16 UTC (rev 7797) @@ -1,17 +0,0 @@ ---- mtr-0.85.1/dns.c.orig 2014-02-03 19:06:21.000000000 -0600 -+++ mtr-0.85.1/dns.c 2014-02-03 19:09:48.000000000 -0600 -@@ -527,14 +527,6 @@ - } - #ifdef ENABLE_IPV6 - resfd6 = socket(AF_INET6, SOCK_DGRAM, 0); -- if (resfd6 == -1) { -- // consider making removing this warning. For now leave it in to see -- // new code activated. -- REW -- fprintf(stderr, -- "Unable to allocate IPv6 socket for nameserver communication: %s\n", -- strerror(errno)); -- // exit(-1); -- } - #endif - option = 1; - if (setsockopt(resfd,SOL_SOCKET,SO_BROADCAST,(char *)&option,sizeof(option))) { Deleted: branches/1.0/package/mtr/mtr-use-default-colors.patch =================================================================== --- branches/1.0/package/mtr/mtr-use-default-colors.patch 2016-08-12 16:27:47 UTC (rev 7796) +++ branches/1.0/package/mtr/mtr-use-default-colors.patch 2016-08-14 13:46:16 UTC (rev 7797) @@ -1,57 +0,0 @@ ---- mtr-0.86/configure.ac.orig 2014-12-28 15:26:09.000000000 -0600 -+++ mtr-0.86/configure.ac 2014-12-28 15:35:37.000000000 -0600 -@@ -34,6 +34,9 @@ - AC_DEFINE(NO_CURSES, 1, Define if you don't have the curses libraries available.) - CURSES_OBJ=)))) - -+AC_CHECK_LIB(ncurses, use_default_colors, -+ AC_DEFINE(HAVE_USE_DEFAULT_COLORS, 1, [Define this if your curses library has the use_default_colors() command.])) -+ - AC_CHECK_FUNCS(attron fcntl) - - AC_CHECK_LIB(m, floor, , AC_MSG_ERROR(No math library found)) ---- mtr-0.86/curses.c.orig 2014-12-28 14:57:03.000000000 -0600 -+++ mtr-0.86/curses.c 2014-12-28 14:58:19.000000000 -0600 -@@ -701,6 +701,9 @@ - raw(); - noecho(); - start_color(); -+#ifdef HAVE_USE_DEFAULT_COLORS -+ use_default_colors(); -+#endif - int i; - for (i = 0; i < 8; i++) - init_pair(i+1, i, 0); - -From 7571201cf7a3394e0dcd2b037aba1836089cc084 Mon Sep 17 00:00:00 2001 -From: Narthorn <nar...@gm...> -Date: Mon, 12 Oct 2015 13:24:57 +0200 -Subject: [PATCH] curses: Fix background transparency in terminal - -Patch comes from, and closes traviscross/mtr#72. ---- - curses.c | 6 ++++-- - 1 file changed, 4 insertions(+), 2 deletions(-) - -diff --git a/curses.c b/curses.c -index 02b7937..f95f5d1 100644 ---- a/curses.c -+++ b/curses.c -@@ -700,13 +700,15 @@ void mtr_curses_open(void) - initscr(); - raw(); - noecho(); -+ int bg_col = 0; - start_color(); - #ifdef HAVE_USE_DEFAULT_COLORS -- use_default_colors(); -+ if (use_default_colors() == OK) -+ bg_col = -1; - #endif - int i; - for (i = 0; i < 8; i++) -- init_pair(i+1, i, 0); -+ init_pair(i+1, i, bg_col); - - mtr_curses_init(); - mtr_curses_redraw(); Modified: branches/1.0/package/mtr/mtr.mk =================================================================== --- branches/1.0/package/mtr/mtr.mk 2016-08-12 16:27:47 UTC (rev 7796) +++ branches/1.0/package/mtr/mtr.mk 2016-08-14 13:46:16 UTC (rev 7797) @@ -3,10 +3,9 @@ # mtr # ############################################################# -MTR_VERSION = 0.86 +MTR_VERSION = 0.87 MTR_SITE = ftp://ftp.bitwizard.nl/mtr MTR_SOURCE = mtr-$(MTR_VERSION).tar.gz -MTR_AUTORECONF = YES MTR_DEPENDENCIES = host-pkg-config ncurses This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-08-12 16:27:49
|
Revision: 7796 http://sourceforge.net/p/astlinux/code/7796 Author: abelbeck Date: 2016-08-12 16:27:47 +0000 (Fri, 12 Aug 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-08-12 16:23:17 UTC (rev 7795) +++ branches/1.0/docs/ChangeLog.txt 2016-08-12 16:27:47 UTC (rev 7796) @@ -16,6 +16,8 @@ ** System +-- linux, tcp: make challenge acks less predictable, security fix: CVE-2016-5696 + -- e1000e version bump to 3.3.5 Intel PCI-Express PRO/1000 Ethernet Linux driver -- php, major version bump to 5.6.24, bug and security fixes @@ -53,7 +55,7 @@ -- iperf, version bump to 2.0.9, now using maintained iperf2 project -- msmtp, add a functional "/bin/mail" script to emulate mail/mailx for sending email via sendmail. - Particularly useful for sending a file attachment via email. Issue "mail --help" for details. + Particularly useful for sending file attachment(s) via email. Issue "mail --help" for details. Example (end of iOS section): http://doc.astlinux.org/userdoc:tt_asterisk-fop2-ssl -- msmtp, an undefined SMTP_CA rc.conf variable will now default to the system ca-bundle.crt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |