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-04-17 14:54:17
|
Revision: 7645 http://sourceforge.net/p/astlinux/code/7645 Author: abelbeck Date: 2016-04-17 14:54:14 +0000 (Sun, 17 Apr 2016) Log Message: ----------- asterisk, version bump to 13.8.1, security fix Modified Paths: -------------- branches/1.0/package/asterisk/asterisk.mk Modified: branches/1.0/package/asterisk/asterisk.mk =================================================================== --- branches/1.0/package/asterisk/asterisk.mk 2016-04-17 14:33:41 UTC (rev 7644) +++ branches/1.0/package/asterisk/asterisk.mk 2016-04-17 14:54:14 UTC (rev 7645) @@ -9,7 +9,7 @@ ifeq ($(BR2_PACKAGE_ASTERISK_v11),y) ASTERISK_VERSION := 11.22.0 else -ASTERISK_VERSION := 13.8.0 +ASTERISK_VERSION := 13.8.1 endif endif ASTERISK_SOURCE := asterisk-$(ASTERISK_VERSION).tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-04-17 14:33:43
|
Revision: 7644 http://sourceforge.net/p/astlinux/code/7644 Author: abelbeck Date: 2016-04-17 14:33:41 +0000 (Sun, 17 Apr 2016) Log Message: ----------- sudo, version bump to 1.8.16 Modified Paths: -------------- branches/1.0/package/sudo/sudo.mk Modified: branches/1.0/package/sudo/sudo.mk =================================================================== --- branches/1.0/package/sudo/sudo.mk 2016-04-17 14:19:27 UTC (rev 7643) +++ branches/1.0/package/sudo/sudo.mk 2016-04-17 14:33:41 UTC (rev 7644) @@ -4,7 +4,7 @@ # ############################################################# -SUDO_VERSION = 1.8.15 +SUDO_VERSION = 1.8.16 SUDO_SITE = http://www.sudo.ws/sudo/dist # This is to avoid sudo's make install from chown()ing files which fails This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-04-17 14:19:30
|
Revision: 7643 http://sourceforge.net/p/astlinux/code/7643 Author: abelbeck Date: 2016-04-17 14:19:27 +0000 (Sun, 17 Apr 2016) Log Message: ----------- sqlite, version bump to 3.12.1 Modified Paths: -------------- branches/1.0/package/sqlite/sqlite.mk Removed Paths: ------------- branches/1.0/package/sqlite/sqlite-fix-disable-static-shell.patch Deleted: branches/1.0/package/sqlite/sqlite-fix-disable-static-shell.patch =================================================================== --- branches/1.0/package/sqlite/sqlite-fix-disable-static-shell.patch 2016-04-17 13:55:08 UTC (rev 7642) +++ branches/1.0/package/sqlite/sqlite-fix-disable-static-shell.patch 2016-04-17 14:19:27 UTC (rev 7643) @@ -1,13 +0,0 @@ ---- sqlite-3110100/Makefile.am.orig 2016-03-10 10:12:23.000000000 -0600 -+++ sqlite-3110100/Makefile.am 2016-03-10 10:14:14.000000000 -0600 -@@ -6,8 +6,8 @@ - libsqlite3_la_LDFLAGS = -no-undefined -version-info 8:6:8 - - bin_PROGRAMS = sqlite3 --sqlite3_SOURCES = shell.c sqlite3.c sqlite3.h --sqlite3_LDADD = @READLINE_LIBS@ -+sqlite3_SOURCES = shell.c sqlite3.h -+sqlite3_LDADD = @EXTRA_SHELL_OBJ@ @READLINE_LIBS@ - sqlite3_DEPENDENCIES = @EXTRA_SHELL_OBJ@ - sqlite3_CFLAGS = $(AM_CFLAGS) -DSQLITE_ENABLE_EXPLAIN_COMMENTS - Modified: branches/1.0/package/sqlite/sqlite.mk =================================================================== --- branches/1.0/package/sqlite/sqlite.mk 2016-04-17 13:55:08 UTC (rev 7642) +++ branches/1.0/package/sqlite/sqlite.mk 2016-04-17 14:19:27 UTC (rev 7643) @@ -4,14 +4,11 @@ # ############################################################# -SQLITE_VERSION = 3110100 +SQLITE_VERSION = 3120100 SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_VERSION).tar.gz SQLITE_SITE = http://www.sqlite.org/2016 SQLITE_INSTALL_STAGING = YES -# required with sqlite-fix-disable-static-shell.patch -SQLITE_AUTORECONF = YES - SQLITE_CFLAGS += -DSQLITE_ENABLE_COLUMN_METADATA SQLITE_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) $(SQLITE_CFLAGS)" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-04-17 13:55:10
|
Revision: 7642 http://sourceforge.net/p/astlinux/code/7642 Author: abelbeck Date: 2016-04-17 13:55:08 +0000 (Sun, 17 Apr 2016) Log Message: ----------- dnscrypt-proxy, document alternate download site Modified Paths: -------------- branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.mk Modified: branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.mk =================================================================== --- branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.mk 2016-04-17 13:48:24 UTC (rev 7641) +++ branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.mk 2016-04-17 13:55:08 UTC (rev 7642) @@ -6,6 +6,8 @@ DNSCRYPT_PROXY_VERSION = 1.6.1 DNSCRYPT_PROXY_SOURCE = dnscrypt-proxy-$(DNSCRYPT_PROXY_VERSION).tar.gz DNSCRYPT_PROXY_SITE = http://download.dnscrypt.org/dnscrypt-proxy +#DNSCRYPT_PROXY_SOURCE = dnscrypt-proxy-$(DNSCRYPT_PROXY_VERSION).tar.bz2 +#DNSCRYPT_PROXY_SITE = https://github.com/jedisct1/dnscrypt-proxy/releases/download/$(DNSCRYPT_PROXY_VERSION) DNSCRYPT_PROXY_DEPENDENCIES += libsodium This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-04-17 13:48:26
|
Revision: 7641 http://sourceforge.net/p/astlinux/code/7641 Author: abelbeck Date: 2016-04-17 13:48:24 +0000 (Sun, 17 Apr 2016) Log Message: ----------- libsodium, version bump to 1.0.10 Modified Paths: -------------- branches/1.0/package/libsodium/libsodium.mk Modified: branches/1.0/package/libsodium/libsodium.mk =================================================================== --- branches/1.0/package/libsodium/libsodium.mk 2016-04-17 12:57:08 UTC (rev 7640) +++ branches/1.0/package/libsodium/libsodium.mk 2016-04-17 13:48:24 UTC (rev 7641) @@ -3,9 +3,10 @@ # libsodium # ############################################################# -LIBSODIUM_VERSION = 1.0.8 +LIBSODIUM_VERSION = 1.0.10 LIBSODIUM_SOURCE = libsodium-$(LIBSODIUM_VERSION).tar.gz -LIBSODIUM_SITE = https://download.dnscrypt.org/libsodium/releases +LIBSODIUM_SITE = https://github.com/jedisct1/libsodium/releases/download/$(LIBSODIUM_VERSION) +#LIBSODIUM_SITE = https://download.dnscrypt.org/libsodium/releases LIBSODIUM_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-04-17 12:57:10
|
Revision: 7640 http://sourceforge.net/p/astlinux/code/7640 Author: abelbeck Date: 2016-04-17 12:57:08 +0000 (Sun, 17 Apr 2016) Log Message: ----------- flashrom, version bump to 0.9.9 Modified Paths: -------------- branches/1.0/package/flashrom/flashrom.mk Modified: branches/1.0/package/flashrom/flashrom.mk =================================================================== --- branches/1.0/package/flashrom/flashrom.mk 2016-04-16 13:51:22 UTC (rev 7639) +++ branches/1.0/package/flashrom/flashrom.mk 2016-04-17 12:57:08 UTC (rev 7640) @@ -3,7 +3,7 @@ # flashrom # ############################################################# -FLASHROM_VERSION = 0.9.8 +FLASHROM_VERSION = 0.9.9 FLASHROM_SOURCE = flashrom-$(FLASHROM_VERSION).tar.bz2 FLASHROM_SITE = http://download.flashrom.org/releases This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-04-16 13:51:25
|
Revision: 7639 http://sourceforge.net/p/astlinux/code/7639 Author: abelbeck Date: 2016-04-16 13:51:22 +0000 (Sat, 16 Apr 2016) Log Message: ----------- notifications, followup to r7597, sanity check for From: header format <a@b.tld> Revision Links: -------------- http://sourceforge.net/p/astlinux/code/7597 Modified Paths: -------------- branches/1.0/package/asterisk/asterisk-sip-monitor branches/1.0/package/asterisk/safe_asterisk branches/1.0/package/monit/monit.init branches/1.0/package/msmtp/testmail.sh branches/1.0/package/nut/upsnotify.sh branches/1.0/project/astlinux/target_skeleton/usr/sbin/wan-failover Modified: branches/1.0/package/asterisk/asterisk-sip-monitor =================================================================== --- branches/1.0/package/asterisk/asterisk-sip-monitor 2016-04-14 17:04:48 UTC (rev 7638) +++ branches/1.0/package/asterisk/asterisk-sip-monitor 2016-04-16 13:51:22 UTC (rev 7639) @@ -23,6 +23,10 @@ NOTIFY="$SAFE_ASTERISK_NOTIFY" # Who to notify with alerts, space separate NOTIFY_FROM="$SAFE_ASTERISK_NOTIFY_FROM" # From email header (optional) +# Extract from possible <a@b.tld> format +NOTIFY_FROM="${NOTIFY_FROM##*<}" +NOTIFY_FROM="${NOTIFY_FROM%%>*}" + if [ -z "$NOTIFY_FROM" -a -n "$SMTP_DOMAIN" ]; then NOTIFY_FROM="asterisk@$SMTP_DOMAIN" fi Modified: branches/1.0/package/asterisk/safe_asterisk =================================================================== --- branches/1.0/package/asterisk/safe_asterisk 2016-04-14 17:04:48 UTC (rev 7638) +++ branches/1.0/package/asterisk/safe_asterisk 2016-04-16 13:51:22 UTC (rev 7639) @@ -20,6 +20,10 @@ TTY="" fi +# Extract from possible <a@b.tld> format +NOTIFY_FROM="${NOTIFY_FROM##*<}" +NOTIFY_FROM="${NOTIFY_FROM%%>*}" + if [ -z "$NOTIFY_FROM" -a -n "$SMTP_DOMAIN" ]; then NOTIFY_FROM="asterisk@$SMTP_DOMAIN" fi Modified: branches/1.0/package/monit/monit.init =================================================================== --- branches/1.0/package/monit/monit.init 2016-04-14 17:04:48 UTC (rev 7638) +++ branches/1.0/package/monit/monit.init 2016-04-16 13:51:22 UTC (rev 7639) @@ -26,12 +26,20 @@ echo "set alert $i not on { action, instance }" done - if [ -n "$MONIT_NOTIFY_FROM" ]; then - echo "set mail-format { from: \"Monit-$HOSTNAME\" <$MONIT_NOTIFY_FROM> }" - elif [ -n "$SMTP_DOMAIN" ]; then - echo "set mail-format { from: \"Monit-$HOSTNAME\" <monit@$SMTP_DOMAIN> }" + NOTIFY_FROM="$MONIT_NOTIFY_FROM" + + # Extract from possible <a@b.tld> format + NOTIFY_FROM="${NOTIFY_FROM##*<}" + NOTIFY_FROM="${NOTIFY_FROM%%>*}" + + if [ -z "$NOTIFY_FROM" -a -n "$SMTP_DOMAIN" ]; then + NOTIFY_FROM="monit@$SMTP_DOMAIN" fi + if [ -n "$NOTIFY_FROM" ]; then + echo "set mail-format { from: \"Monit-$HOSTNAME\" <$NOTIFY_FROM> }" + fi + echo " include /etc/monit/monit.d/*.conf" } Modified: branches/1.0/package/msmtp/testmail.sh =================================================================== --- branches/1.0/package/msmtp/testmail.sh 2016-04-14 17:04:48 UTC (rev 7638) +++ branches/1.0/package/msmtp/testmail.sh 2016-04-16 13:51:22 UTC (rev 7639) @@ -35,6 +35,10 @@ exit 1 fi +# Extract from possible <a@b.tld> format +FROM="${FROM##*<}" +FROM="${FROM%%>*}" + if [ -z "$FROM" -a -n "$SMTP_DOMAIN" ]; then FROM="noreply@$SMTP_DOMAIN" fi Modified: branches/1.0/package/nut/upsnotify.sh =================================================================== --- branches/1.0/package/nut/upsnotify.sh 2016-04-14 17:04:48 UTC (rev 7638) +++ branches/1.0/package/nut/upsnotify.sh 2016-04-16 13:51:22 UTC (rev 7639) @@ -16,6 +16,10 @@ NOTIFY="$UPS_NOTIFY" NOTIFY_FROM="$UPS_NOTIFY_FROM" +# Extract from possible <a@b.tld> format +NOTIFY_FROM="${NOTIFY_FROM##*<}" +NOTIFY_FROM="${NOTIFY_FROM%%>*}" + if [ -z "$NOTIFY_FROM" -a -n "$SMTP_DOMAIN" ]; then NOTIFY_FROM="noreply@$SMTP_DOMAIN" fi Modified: branches/1.0/project/astlinux/target_skeleton/usr/sbin/wan-failover =================================================================== --- branches/1.0/project/astlinux/target_skeleton/usr/sbin/wan-failover 2016-04-14 17:04:48 UTC (rev 7638) +++ branches/1.0/project/astlinux/target_skeleton/usr/sbin/wan-failover 2016-04-16 13:51:22 UTC (rev 7639) @@ -27,6 +27,14 @@ NOTIFY="$WAN_FAILOVER_NOTIFY" # Who to notify with email alerts, space separate NOTIFY_FROM="$WAN_FAILOVER_NOTIFY_FROM" # From email header (optional) +# Extract from possible <a@b.tld> format +NOTIFY_FROM="${NOTIFY_FROM##*<}" +NOTIFY_FROM="${NOTIFY_FROM%%>*}" + +if [ -z "$NOTIFY_FROM" -a -n "$SMTP_DOMAIN" ]; then + NOTIFY_FROM="noreply@$SMTP_DOMAIN" +fi + TARGETS_FAILED=0 TEST_INTERVAL=$INTERVAL NO_OF_TARGETS=0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-04-14 17:04:49
|
Revision: 7638 http://sourceforge.net/p/astlinux/code/7638 Author: abelbeck Date: 2016-04-14 17:04:48 +0000 (Thu, 14 Apr 2016) Log Message: ----------- smartmontools, tweak Phison-S9 patch for MyDigitalSSD Super-Boot-Drive mSATA Modified Paths: -------------- branches/1.0/package/smartmontools/smartmontools-0002-Phison-S9.patch Modified: branches/1.0/package/smartmontools/smartmontools-0002-Phison-S9.patch =================================================================== --- branches/1.0/package/smartmontools/smartmontools-0002-Phison-S9.patch 2016-04-12 12:51:04 UTC (rev 7637) +++ branches/1.0/package/smartmontools/smartmontools-0002-Phison-S9.patch 2016-04-14 17:04:48 UTC (rev 7638) @@ -5,7 +5,7 @@ "-v 242,raw48,Lifetime_Reads_GiB" }, + { "Phison S9 SSD", // see MKP_521_Phison_SMART_attribute.pdf -+ "SATA SSD", // PC Engines msata16d ++ ".*SATA SSD", // PC Engines msata16d, MyDigitalSSD Super-Boot-Drive mSATA + "S9FM.*", "", + //"-v 1,raw48,Raw_Read_Error_Rate " + //"-v 9,raw24(raw8),Power_On_Hours " This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-04-12 12:51:07
|
Revision: 7637 http://sourceforge.net/p/astlinux/code/7637 Author: abelbeck Date: 2016-04-12 12:51:04 +0000 (Tue, 12 Apr 2016) Log Message: ----------- smartmontools, add support for Phison S9 SSD, PC Engines msata16d Added Paths: ----------- branches/1.0/package/smartmontools/smartmontools-0001-Transcend-610.patch branches/1.0/package/smartmontools/smartmontools-0002-Phison-S9.patch Removed Paths: ------------- branches/1.0/package/smartmontools/smartmontools-Transcend-610.patch Copied: branches/1.0/package/smartmontools/smartmontools-0001-Transcend-610.patch (from rev 7636, branches/1.0/package/smartmontools/smartmontools-Transcend-610.patch) =================================================================== --- branches/1.0/package/smartmontools/smartmontools-0001-Transcend-610.patch (rev 0) +++ branches/1.0/package/smartmontools/smartmontools-0001-Transcend-610.patch 2016-04-12 12:51:04 UTC (rev 7637) @@ -0,0 +1,11 @@ +--- smartmontools-6.4/drivedb.h.orig 2015-10-25 12:26:29.000000000 -0500 ++++ smartmontools-6.4/drivedb.h 2015-10-25 12:31:41.000000000 -0500 +@@ -1106,7 +1106,7 @@ + "-v 244,raw48,Thermal_Throttle " + }, + { "SiliconMotion based SSDs", // SM2246EN (Transcend TS6500) +- "TS((16|32|64|128|256|512)G|1T)(SSD|MSA)370", // Transcend SSD370 SATA/mSATA, TS6500, tested with ++ "TS((16|32|64|128|256|512)G|1T)(SSD|MSA|MSM)(370S?|420I?|610)", // Transcend SSD370/420/610 SATA/mSATA, TS6500, + // TS32GMSA370/20140402, TS16GMSA370/20140516, TS64GSSD370/20140516, TS256GSSD370/N0815B + "", "", + //"-v 1,raw48,Raw_Read_Error_Rate " Added: branches/1.0/package/smartmontools/smartmontools-0002-Phison-S9.patch =================================================================== --- branches/1.0/package/smartmontools/smartmontools-0002-Phison-S9.patch (rev 0) +++ branches/1.0/package/smartmontools/smartmontools-0002-Phison-S9.patch 2016-04-12 12:51:04 UTC (rev 7637) @@ -0,0 +1,24 @@ +--- smartmontools-6.4/drivedb.h.orig 2016-04-11 17:01:20.000000000 -0500 ++++ smartmontools-6.4/drivedb.h 2016-04-11 17:50:51.000000000 -0500 +@@ -435,6 +435,21 @@ + "-v 241,raw48,Lifetime_Writes_GiB " + "-v 242,raw48,Lifetime_Reads_GiB" + }, ++ { "Phison S9 SSD", // see MKP_521_Phison_SMART_attribute.pdf ++ "SATA SSD", // PC Engines msata16d ++ "S9FM.*", "", ++ //"-v 1,raw48,Raw_Read_Error_Rate " ++ //"-v 9,raw24(raw8),Power_On_Hours " ++ //"-v 12,raw48,Power_Cycle_Count " ++ "-v 168,raw48,SATA_Phy_Error_Count " ++ "-v 170,raw24/raw24:z54z10,Bad_Blk_Ct_Erl/Lat " // Early bad block/Later bad block ++ "-v 173,raw16(avg16),MaxAvgErase_Ct " ++ "-v 192,raw48,Unsafe_Shutdown_Count " ++ //"-v 194,tempminmax,Temperature_Celsius " ++ "-v 196,raw48,Not_In_Use " ++ "-v 218,raw48,CRC_Error_Count " ++ "-v 241,raw48,Lifetime_Writes_MiB " ++ }, + { "Indilinx Barefoot based SSDs", + "Corsair CSSD-V(32|60|64|128|256)GB2|" // Corsair Nova, tested with Corsair CSSD-V32GB2/2.2 + "CRUCIAL_CT(64|128|256)M225|" // tested with CRUCIAL_CT64M225/1571 Deleted: branches/1.0/package/smartmontools/smartmontools-Transcend-610.patch =================================================================== --- branches/1.0/package/smartmontools/smartmontools-Transcend-610.patch 2016-04-11 21:01:59 UTC (rev 7636) +++ branches/1.0/package/smartmontools/smartmontools-Transcend-610.patch 2016-04-12 12:51:04 UTC (rev 7637) @@ -1,11 +0,0 @@ ---- smartmontools-6.4/drivedb.h.orig 2015-10-25 12:26:29.000000000 -0500 -+++ smartmontools-6.4/drivedb.h 2015-10-25 12:31:41.000000000 -0500 -@@ -1106,7 +1106,7 @@ - "-v 244,raw48,Thermal_Throttle " - }, - { "SiliconMotion based SSDs", // SM2246EN (Transcend TS6500) -- "TS((16|32|64|128|256|512)G|1T)(SSD|MSA)370", // Transcend SSD370 SATA/mSATA, TS6500, tested with -+ "TS((16|32|64|128|256|512)G|1T)(SSD|MSA|MSM)(370S?|420I?|610)", // Transcend SSD370/420/610 SATA/mSATA, TS6500, - // TS32GMSA370/20140402, TS16GMSA370/20140516, TS64GSSD370/20140516, TS256GSSD370/N0815B - "", "", - //"-v 1,raw48,Raw_Read_Error_Rate " This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-04-11 21:02:01
|
Revision: 7636 http://sourceforge.net/p/astlinux/code/7636 Author: abelbeck Date: 2016-04-11 21:01:59 +0000 (Mon, 11 Apr 2016) Log Message: ----------- pjsip, Add patch to fix Via IPv6 parsing, Thanks to Michael Keuter for noticing Ref: http://git.asterisk.org/gitweb/?p=asterisk/asterisk.git;a=commit;h=0c414eaf35eb29dd7422a776a33955e89999f68d Added Paths: ----------- branches/1.0/package/pjsip/pjsip-0001-sip_parser.c-Fix-pjsip_VIA_PARAM_SPEC_ESC.patch Added: branches/1.0/package/pjsip/pjsip-0001-sip_parser.c-Fix-pjsip_VIA_PARAM_SPEC_ESC.patch =================================================================== --- branches/1.0/package/pjsip/pjsip-0001-sip_parser.c-Fix-pjsip_VIA_PARAM_SPEC_ESC.patch (rev 0) +++ branches/1.0/package/pjsip/pjsip-0001-sip_parser.c-Fix-pjsip_VIA_PARAM_SPEC_ESC.patch 2016-04-11 21:01:59 UTC (rev 7636) @@ -0,0 +1,29 @@ +From 0fc7ef5f01be9cc74d184c3ca3a973ff1ef44c93 Mon Sep 17 00:00:00 2001 +From: George Joseph <geo...@fa...> +Date: Sun, 10 Apr 2016 12:54:06 -0600 +Subject: [PATCH] sip_parser.c: Fix pjsip_VIA_PARAM_SPEC_ESC + +pjsip_VIA_PARAM_SPEC_ESC should have been pjsip_TOKEN_SPEC_ESC + ":" but +instead of appending ":" to pjsip_VIA_PARAM_SPEC_ESC it was being appended +to pjsip_VIA_PARAM_SPEC again. This was causing parsing of Via headers +to fail when an ipv6 address was in a "received" param and +PJSIP_UNESCAPE_IN_PLACE was used. Probably just a copy/paste error. +--- + pjsip/src/pjsip/sip_parser.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/pjsip/src/pjsip/sip_parser.c b/pjsip/src/pjsip/sip_parser.c +index 378c22f..c18faa3 100644 +--- a/pjsip/src/pjsip/sip_parser.c ++++ b/pjsip/src/pjsip/sip_parser.c +@@ -327,7 +327,7 @@ static pj_status_t init_parser() + + status = pj_cis_dup(&pconst.pjsip_VIA_PARAM_SPEC_ESC, &pconst.pjsip_TOKEN_SPEC_ESC); + PJ_ASSERT_RETURN(status == PJ_SUCCESS, status); +- pj_cis_add_str(&pconst.pjsip_VIA_PARAM_SPEC, ":"); ++ pj_cis_add_str(&pconst.pjsip_VIA_PARAM_SPEC_ESC, ":"); + + status = pj_cis_dup(&pconst.pjsip_HOST_SPEC, &pconst.pjsip_ALNUM_SPEC); + PJ_ASSERT_RETURN(status == PJ_SUCCESS, status); +-- +2.5.5 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-04-09 16:06:39
|
Revision: 7635 http://sourceforge.net/p/astlinux/code/7635 Author: abelbeck Date: 2016-04-09 16:06:37 +0000 (Sat, 09 Apr 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-04-09 16:02:26 UTC (rev 7634) +++ branches/1.0/docs/ChangeLog.txt 2016-04-09 16:06:37 UTC (rev 7635) @@ -18,7 +18,7 @@ -- Linux Kernel 3.2.78 (minor bump) --- RUNNIX, version bump to runnix-0.4-7583, with Linux Kernel 3.2.78, dropbear 2016.72 +-- RUNNIX, version bump to runnix-0.4-7633, with Linux Kernel 3.2.78, dropbear 2016.72, USB 3.0 support -- linux, add kernel patch to the 'k10temp' kernel module adding support for the PC Engines APU2 board @@ -43,6 +43,8 @@ -- expat, version bump to 2.1.1 +-- bc, version bump to 1.06.95 + -- Time Zone Database update, tzdata2016c and php-timezonedb-2016.3 ** Networking This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-04-09 16:02:28
|
Revision: 7634 http://sourceforge.net/p/astlinux/code/7634 Author: abelbeck Date: 2016-04-09 16:02:26 +0000 (Sat, 09 Apr 2016) Log Message: ----------- runnix, version bump to runnix-0.4-7633, enable USB 3.0 driver support 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-04-09 12:58:05 UTC (rev 7633) +++ branches/1.0/boot/runnix/runnix.mk 2016-04-09 16:02:26 UTC (rev 7634) @@ -3,7 +3,7 @@ # runnix # ############################################################# -RUNNIX_VER:=0.4-7583 +RUNNIX_VER:=0.4-7633 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-04-09 12:58:08
|
Revision: 7633 http://sourceforge.net/p/astlinux/code/7633 Author: abelbeck Date: 2016-04-09 12:58:05 +0000 (Sat, 09 Apr 2016) Log Message: ----------- bc, version bump to 1.06.95 from upstream Buildroot, fixes segfault on x86_64 systems. Note we don't currently use 'bc' in our scripts but can be handy for performance testing by calculating 'pi'. Modified Paths: -------------- branches/1.0/package/bc/Config.in branches/1.0/package/bc/bc.mk Added Paths: ----------- branches/1.0/package/bc/bc-01_array_initialize.patch branches/1.0/package/bc/bc-02_notice_read_write_errors.patch branches/1.0/package/bc/bc-03_use_appropiate_makeinfo.patch Modified: branches/1.0/package/bc/Config.in =================================================================== --- branches/1.0/package/bc/Config.in 2016-04-08 16:48:08 UTC (rev 7632) +++ branches/1.0/package/bc/Config.in 2016-04-09 12:58:05 UTC (rev 7633) @@ -2,6 +2,15 @@ bool "bc" default n help - BC - The GNU bc arbitrary precision calculator language + 'bc' is an arbitrary precision numeric processing language + Its syntax is similar to C, but differs in many substantial + areas. It supports interactive execution of statements. 'Bc' + is a utility included in the POSIX P1003.2/D11 draft standard. + This version does not use the historical method of having bc + be a compiler for the dc calculator (the POSIX document doesn't + specify how bc must be implemented). This version has a single + executable that both compiles the language and runs the resulting + 'byte code.' The byte code is not the dc language. - http://ftp.gnu.org/gnu/bc + http://www.gnu.org/software/bc + Added: branches/1.0/package/bc/bc-01_array_initialize.patch =================================================================== --- branches/1.0/package/bc/bc-01_array_initialize.patch (rev 0) +++ branches/1.0/package/bc/bc-01_array_initialize.patch 2016-04-09 12:58:05 UTC (rev 7633) @@ -0,0 +1,20 @@ +Description: Fix array initialization bug +Author: Phil Nelson +Origin: upstream +Bug-Debian: http://bugs.debian.org/586969 +Bug-Debian: http://bugs.debian.org/671513 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: bc/bc/storage.c +=================================================================== +--- bc.orig/bc/storage.c 2013-06-02 20:34:09.401273864 -0400 ++++ bc/bc/storage.c 2013-06-02 20:34:11.000000000 -0400 +@@ -179,7 +179,7 @@ + + + /* Initialize the new elements. */ +- for (; indx < v_count; indx++) ++ for (; indx < a_count; indx++) + arrays[indx] = NULL; + + /* Free the old elements. */ Added: branches/1.0/package/bc/bc-02_notice_read_write_errors.patch =================================================================== --- branches/1.0/package/bc/bc-02_notice_read_write_errors.patch (rev 0) +++ branches/1.0/package/bc/bc-02_notice_read_write_errors.patch 2016-04-09 12:58:05 UTC (rev 7633) @@ -0,0 +1,708 @@ +Description: notice read and write errors on input and output + Quoting from the bug report: + +bc (1.06-19ubuntu1) dapper; urgency=low + + + + * Make dc notice read and write errors on its input and output. + + I grepped for mentions of the strings `putc', `print', `getc', `FILE', + + `stdin', `stdout' and `stderr' and added calls to new error-checking + + functions unless it was clear from the immediately-surrounding code + + that the program was exiting nonzero, or would exit nonzero if the + + call failed. I ignored hits in lib/getopt*, which seems to + + pervasively ignore write errors when printing usage messages, in the + + hope that these were correct. I _think_ I got them all. -iwj. + + + + -- Ian Jackson <iw...@ub...> Tue, 4 Apr 2006 17:21:02 +0100 +Author: Ian Jackson <iw...@ub...> +Origin: other +Bug-Debian: http://bugs.debian.org/488735 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +diff --git a/bc/execute.c b/bc/execute.c +index e4e8ef7..8787048 100644 +--- a/bc/execute.c ++++ b/bc/execute.c +@@ -108,6 +108,7 @@ execute () + } + out_char ('\n'); + } ++ checkferror_output(stdout); + } + #endif + +@@ -222,6 +223,7 @@ execute () + } + } + fflush (stdout); ++ checkferror_output(stdout); + break; + + case 'R' : /* Return from function */ +@@ -257,6 +259,7 @@ execute () + if (inst == 'W') out_char ('\n'); + store_var (4); /* Special variable "last". */ + fflush (stdout); ++ checkferror_output(stdout); + pop (); + break; + +@@ -338,6 +341,7 @@ execute () + case 'w' : /* Write a string to the output. */ + while ((ch = byte(&pc)) != '"') out_schar (ch); + fflush (stdout); ++ checkferror_output(stdout); + break; + + case 'x' : /* Exchange Top of Stack with the one under the tos. */ +@@ -545,7 +549,10 @@ execute () + { + signal (SIGINT, use_quit); + if (had_sigint) +- printf ("\ninterrupted execution.\n"); ++ { ++ printf ("\ninterrupted execution.\n"); ++ checkferror_output(stdout); ++ } + } + } + +@@ -580,6 +587,7 @@ input_char () + out_col = 0; /* Saw a new line */ + } + } ++ checkferror_input(stdin); + + /* Classify and preprocess the input character. */ + if (isdigit(in_ch)) +diff --git a/bc/load.c b/bc/load.c +index 1035198..4039e86 100644 +--- a/bc/load.c ++++ b/bc/load.c +@@ -217,6 +217,7 @@ load_code (code) + if (label_no > 65535L) + { /* Better message? */ + fprintf (stderr,"Program too big.\n"); ++ checkferror_output(stderr); + exit(1); + } + addbyte ( (char) (label_no & 0xFF)); +diff --git a/bc/main.c b/bc/main.c +index 9a2461e..3ae427d 100644 +--- a/bc/main.c ++++ b/bc/main.c +@@ -358,6 +358,9 @@ use_quit (sig) + errno = save; + #else + write (1, "\n(interrupt) Exiting bc.\n", 26); ++#ifdef READLINE ++ rl_initialize (); /* Clear readline buffer */ ++#endif + #if defined(LIBEDIT) + if (edit != NULL) + el_end(edit); +diff --git a/bc/sbc.y b/bc/sbc.y +index 0ded29e..6fcc1fa 100644 +--- a/bc/sbc.y ++++ b/bc/sbc.y +@@ -86,7 +86,9 @@ program : /* empty */ + if (interactive && !quiet) + { + show_bc_version (); ++ checkferror_output(stdout); + welcome (); ++ checkferror_output(stdout); + } + } + | program input_item +diff --git a/bc/scan.c b/bc/scan.c +index 1f78ec2..2b5eeb4 100644 +--- a/bc/scan.c ++++ b/bc/scan.c +@@ -799,6 +799,7 @@ bcel_input (buf, result, max) + if (bcel_len != 0) + history (hist, &histev, H_ENTER, bcel_line); + fflush (stdout); ++ checkferror_output(stdout); + } + + if (bcel_len <= max) +@@ -874,6 +875,7 @@ rl_input (buf, result, max) + add_history (rl_line); + rl_line[rl_len-1] = '\n'; + fflush (stdout); ++ checkferror_output(stdout); + } + + if (rl_len <= max) +diff --git a/bc/scan.l b/bc/scan.l +index 841c3df..16cd62e 100644 +--- a/bc/scan.l ++++ b/bc/scan.l +@@ -111,6 +111,7 @@ bcel_input (buf, result, max) + if (bcel_len != 0) + history (hist, &histev, H_ENTER, bcel_line); + fflush (stdout); ++ checkferror_output(stdout); + } + + if (bcel_len <= max) +@@ -186,6 +187,7 @@ rl_input (buf, result, max) + add_history (rl_line); + rl_line[rl_len-1] = '\n'; + fflush (stdout); ++ checkferror_output(stdout); + } + + if (rl_len <= max) +@@ -310,6 +312,7 @@ limits return(Limits); + if (c == EOF) + { + fprintf (stderr,"EOF encountered in a comment.\n"); ++ checkferror_output(stderr); + break; + } + } +diff --git a/bc/storage.c b/bc/storage.c +index 699729a..37b4c6c 100644 +--- a/bc/storage.c ++++ b/bc/storage.c +@@ -99,6 +99,7 @@ more_functions (VOID) + { + f = &functions[indx]; + f->f_defined = FALSE; ++ f->f_void = FALSE; + f->f_body = (char *) bc_malloc (BC_START_SIZE); + f->f_body_size = BC_START_SIZE; + f->f_code_size = 0; +diff --git a/bc/util.c b/bc/util.c +index 30beaf9..669235f 100644 +--- a/bc/util.c ++++ b/bc/util.c +@@ -260,9 +260,10 @@ init_gen () + continue_label = 0; + next_label = 1; + out_count = 2; +- if (compile_only) ++ if (compile_only) { + printf ("@i"); +- else ++ checkferror_output(stdout); ++ } else + init_load (); + had_error = FALSE; + did_gen = FALSE; +@@ -286,6 +287,7 @@ generate (str) + printf ("\n"); + out_count = 0; + } ++ checkferror_output(stdout); + } + else + load_code (str); +@@ -303,6 +305,7 @@ run_code() + if (compile_only) + { + printf ("@r\n"); ++ checkferror_output(stdout); + out_count = 0; + } + else +@@ -341,6 +344,7 @@ out_char (ch) + } + putchar (ch); + } ++ checkferror_output(stdout); + } + + /* Output routines: Write a character CH to the standard output. +@@ -371,6 +375,7 @@ out_schar (ch) + } + putchar (ch); + } ++ checkferror_output(stdout); + } + + +@@ -657,6 +662,7 @@ limits() + #ifdef OLD_EQ_OP + printf ("Old assignment operatiors are valid. (=-, =+, ...)\n"); + #endif ++ checkferror_output(stdout); + } + + /* bc_malloc will check the return value so all other places do not +@@ -721,6 +727,7 @@ yyerror (str, va_alist) + fprintf (stderr,"%s %d: ",name,line_no); + vfprintf (stderr, str, args); + fprintf (stderr, "\n"); ++ checkferror_output(stderr); + had_error = TRUE; + va_end (args); + } +@@ -761,6 +768,7 @@ warn (mesg, va_alist) + fprintf (stderr,"%s %d: Error: ",name,line_no); + vfprintf (stderr, mesg, args); + fprintf (stderr, "\n"); ++ checkferror_output(stderr); + had_error = TRUE; + } + else +@@ -773,6 +781,7 @@ warn (mesg, va_alist) + fprintf (stderr,"%s %d: (Warning) ",name,line_no); + vfprintf (stderr, mesg, args); + fprintf (stderr, "\n"); ++ checkferror_output(stderr); + } + va_end (args); + } +@@ -807,6 +816,7 @@ rt_error (mesg, va_alist) + va_end (args); + + fprintf (stderr, "\n"); ++ checkferror_output(stderr); + runtime_error = TRUE; + } + +@@ -843,4 +853,5 @@ rt_warn (mesg, va_alist) + va_end (args); + + fprintf (stderr, "\n"); ++ checkferror_output(stderr); + } +diff --git a/dc/dc.c b/dc/dc.c +index e03f094..0faf03a 100644 +--- a/dc/dc.c ++++ b/dc/dc.c +@@ -61,6 +61,7 @@ static void + bug_report_info DC_DECLVOID() + { + printf("Email bug reports to: bu...@gn... .\n"); ++ checkferror_output(stdout); + } + + static void +@@ -71,6 +72,7 @@ show_version DC_DECLVOID() + This is free software; see the source for copying conditions. There is NO\n\ + warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE,\n\ + to the extent permitted by law.\n", DC_COPYRIGHT); ++ checkferror_output(stdout); + } + + /* your generic usage function */ +@@ -87,6 +89,7 @@ Usage: %s [OPTION] [file ...]\n\ + \n\ + ", progname); + bug_report_info(); ++ checkferror_output(f); + } + + /* returns a pointer to one past the last occurance of c in s, +diff --git a/dc/eval.c b/dc/eval.c +index 4af7200..153d331 100644 +--- a/dc/eval.c ++++ b/dc/eval.c +@@ -94,12 +94,15 @@ static int input_pushback; + static int + input_fil DC_DECLVOID() + { ++ int c; + if (input_pushback != EOF){ +- int c = input_pushback; ++ c = input_pushback; + input_pushback = EOF; + return c; + } +- return getc(input_fil_fp); ++ c = getc(input_fil_fp); ++ checkferror_input(input_fil_fp); ++ return c; + } + + /* passed as an argument to dc_getnum */ +@@ -298,11 +301,13 @@ dc_func DC_DECLARG((c, peekc, negcmp)) + tmpint = dc_num2int(datum.v.number, DC_TOSS); + if (2 <= tmpint && tmpint <= DC_IBASE_MAX) + dc_ibase = tmpint; +- else ++ else { + fprintf(stderr, + "%s: input base must be a number \ + between 2 and %d (inclusive)\n", + progname, DC_IBASE_MAX); ++ checkferror_output(stderr); ++ } + } + break; + case 'k': /* set scale to value on top of stack */ +@@ -310,11 +315,12 @@ between 2 and %d (inclusive)\n", + tmpint = -1; + if (datum.dc_type == DC_NUMBER) + tmpint = dc_num2int(datum.v.number, DC_TOSS); +- if ( ! (tmpint >= 0) ) ++ if ( ! (tmpint >= 0) ) { + fprintf(stderr, + "%s: scale must be a nonnegative number\n", + progname); +- else ++ checkferror_output(stderr); ++ } else + dc_scale = tmpint; + } + break; +@@ -338,11 +344,12 @@ between 2 and %d (inclusive)\n", + tmpint = 0; + if (datum.dc_type == DC_NUMBER) + tmpint = dc_num2int(datum.v.number, DC_TOSS); +- if ( ! (tmpint > 1) ) ++ if ( ! (tmpint > 1) ) { + fprintf(stderr, + "%s: output base must be a number greater than 1\n", + progname); +- else ++ checkferror_output(stderr); ++ } else + dc_obase = tmpint; + } + break; +@@ -383,6 +390,7 @@ between 2 and %d (inclusive)\n", + fprintf(stderr, + "%s: square root of nonnumeric attempted\n", + progname); ++ checkferror_output(stderr); + }else if (dc_sqrt(datum.v.number, dc_scale, &tmpnum) == DC_SUCCESS){ + dc_free_num(&datum.v.number); + datum.v.number = tmpnum; +@@ -444,6 +452,7 @@ between 2 and %d (inclusive)\n", + fprintf(stderr, + "%s: Q command requires a number >= 1\n", + progname); ++ checkferror_output(stderr); + } + break; + #if 0 +@@ -489,11 +498,12 @@ between 2 and %d (inclusive)\n", + if (datum.dc_type == DC_NUMBER) + tmpint = dc_num2int(datum.v.number, DC_TOSS); + if (dc_pop(&datum) == DC_SUCCESS){ +- if (tmpint < 0) ++ if (tmpint < 0) { + fprintf(stderr, + "%s: array index must be a nonnegative integer\n", + progname); +- else ++ checkferror_output(stderr); ++ } else + dc_array_set(peekc, tmpint, datum); + } + } +@@ -505,17 +515,19 @@ between 2 and %d (inclusive)\n", + tmpint = -1; + if (datum.dc_type == DC_NUMBER) + tmpint = dc_num2int(datum.v.number, DC_TOSS); +- if (tmpint < 0) ++ if (tmpint < 0) { + fprintf(stderr, + "%s: array index must be a nonnegative integer\n", + progname); +- else ++ checkferror_output(stderr); ++ } else + dc_push(dc_array_get(peekc, tmpint)); + } + return DC_EATONE; + + default: /* What did that user mean? */ + fprintf(stderr, "%s: ", progname); ++ checkferror_output(stderr); + dc_show_id(stdout, c, " unimplemented\n"); + break; + } +@@ -544,6 +556,7 @@ dc_evalstr DC_DECLARG((string)) + fprintf(stderr, + "%s: eval called with non-string argument\n", + progname); ++ checkferror_output(stderr); + return DC_OKAY; + } + interrupt_seen = 0; +@@ -640,6 +653,7 @@ dc_evalstr DC_DECLARG((string)) + return DC_FAIL; + } + fprintf(stderr, "%s: unexpected EOS\n", progname); ++ checkferror_output(stderr); + return DC_OKAY; + } + } +@@ -665,6 +679,7 @@ dc_evalfile DC_DECLARG((fp)) + stdin_lookahead = EOF; + for (c=getc(fp); c!=EOF; c=peekc){ + peekc = getc(fp); ++ checkferror_input(stdin); + /* + * The following if() is the only place where ``stdin_lookahead'' + * might be set to other than EOF: +@@ -716,6 +731,7 @@ dc_evalfile DC_DECLARG((fp)) + return DC_SUCCESS; + fprintf(stderr, "%s: Q command argument exceeded \ + string execution depth\n", progname); ++ checkferror_output(stderr); + } + }else{ + dc_garbage("at top of stack", -1); +@@ -728,8 +744,11 @@ string execution depth\n", progname); + fprintf(stderr, + "%s: Q command argument exceeded string execution depth\n", + progname); +- if (stdin_lookahead != peekc && fp == stdin) ++ checkferror_output(stderr); ++ if (stdin_lookahead != peekc && fp == stdin) { + peekc = getc(fp); ++ checkferror_input(stdin); ++ } + break; + + case DC_INT: +@@ -771,6 +790,7 @@ string execution depth\n", progname); + if (ferror(fp)) + goto error_fail; + fprintf(stderr, "%s: unexpected EOF\n", progname); ++ checkferror_output(stderr); + return DC_FAIL; + } + } +diff --git a/dc/misc.c b/dc/misc.c +index f2388b0..1be56fe 100644 +--- a/dc/misc.c ++++ b/dc/misc.c +@@ -91,6 +91,7 @@ dc_show_id DC_DECLARG((fp, id, suffix)) + fprintf(fp, "'%c' (%#o)%s", (unsigned int) id, id, suffix); + else + fprintf(fp, "%#o%s", (unsigned int) id, suffix); ++ checkferror_output(fp); + } + + +diff --git a/dc/numeric.c b/dc/numeric.c +index 8e5e70f..c875eba 100644 +--- a/dc/numeric.c ++++ b/dc/numeric.c +@@ -134,6 +134,7 @@ dc_div DC_DECLARG((a, b, kscale, result)) + bc_init_num(CastNumPtr(result)); + if (bc_divide(CastNum(a), CastNum(b), CastNumPtr(result), kscale)){ + fprintf(stderr, "%s: divide by zero\n", progname); ++ checkferror_output(stderr); + return DC_DOMAIN_ERROR; + } + return DC_SUCCESS; +@@ -156,6 +157,7 @@ dc_divrem DC_DECLARG((a, b, kscale, quotient, remainder)) + if (bc_divmod(CastNum(a), CastNum(b), + CastNumPtr(quotient), CastNumPtr(remainder), kscale)){ + fprintf(stderr, "%s: divide by zero\n", progname); ++ checkferror_output(stderr); + return DC_DOMAIN_ERROR; + } + return DC_SUCCESS; +@@ -174,6 +176,7 @@ dc_rem DC_DECLARG((a, b, kscale, result)) + bc_init_num(CastNumPtr(result)); + if (bc_modulo(CastNum(a), CastNum(b), CastNumPtr(result), kscale)){ + fprintf(stderr, "%s: remainder by zero\n", progname); ++ checkferror_output(stderr); + return DC_DOMAIN_ERROR; + } + return DC_SUCCESS; +@@ -226,6 +229,7 @@ dc_sqrt DC_DECLARG((value, kscale, result)) + tmp = bc_copy_num(CastNum(value)); + if (!bc_sqrt(&tmp, kscale)){ + fprintf(stderr, "%s: square root of negative number\n", progname); ++ checkferror_output(stderr); + bc_free_num(&tmp); + return DC_DOMAIN_ERROR; + } +@@ -429,8 +433,10 @@ dc_out_num DC_DECLARG((value, obase, newline_p, discard_p)) + { + out_char('\0'); /* clear the column counter */ + bc_out_num(CastNum(value), obase, out_char, 0); +- if (newline_p == DC_WITHNL) ++ if (newline_p == DC_WITHNL) { + putchar ('\n'); ++ checkferror_output(stdout); ++ } + if (discard_p == DC_TOSS) + dc_free_num(&value); + } +@@ -475,6 +481,7 @@ dc_dump_num DC_DECLARG((dcvalue, discard_p)) + + for (cur=top_of_stack; cur; cur=next) { + putchar(cur->digit); ++ checkferror_output(stdout); + next = cur->link; + free(cur); + } +@@ -592,6 +599,7 @@ out_char (ch) + out_col = 1; + } + putchar(ch); ++ checkferror_output(stderr); + } + } + +@@ -631,6 +639,7 @@ rt_error (mesg, va_alist) + vfprintf (stderr, mesg, args); + va_end (args); + fprintf (stderr, "\n"); ++ checkferror_output(stderr); + } + + +@@ -664,6 +673,7 @@ rt_warn (mesg, va_alist) + vfprintf (stderr, mesg, args); + va_end (args); + fprintf (stderr, "\n"); ++ checkferror_output(stderr); + } + + +diff --git a/dc/stack.c b/dc/stack.c +index 0730e9c..5db3975 100644 +--- a/dc/stack.c ++++ b/dc/stack.c +@@ -38,7 +38,10 @@ + #include "dc-regdef.h" + + /* an oft-used error message: */ +-#define Empty_Stack fprintf(stderr, "%s: stack empty\n", progname) ++#define Empty_Stack do{ \ ++ fprintf(stderr, "%s: stack empty\n", progname); \ ++ checkferror_output(stderr); \ ++ }while(0) + + + /* simple linked-list implementation suffices: */ +@@ -94,6 +97,7 @@ dc_binop DC_DECLARG((op, kscale)) + if (dc_stack->value.dc_type!=DC_NUMBER + || dc_stack->link->value.dc_type!=DC_NUMBER){ + fprintf(stderr, "%s: non-numeric value\n", progname); ++ checkferror_output(stderr); + return; + } + (void)dc_pop(&b); +@@ -134,6 +138,7 @@ dc_binop2 DC_DECLARG((op, kscale)) + if (dc_stack->value.dc_type!=DC_NUMBER + || dc_stack->link->value.dc_type!=DC_NUMBER){ + fprintf(stderr, "%s: non-numeric value\n", progname); ++ checkferror_output(stderr); + return; + } + (void)dc_pop(&b); +@@ -172,6 +177,7 @@ dc_cmpop DC_DECLVOID() + if (dc_stack->value.dc_type!=DC_NUMBER + || dc_stack->link->value.dc_type!=DC_NUMBER){ + fprintf(stderr, "%s: non-numeric value\n", progname); ++ checkferror_output(stderr); + return 0; + } + (void)dc_pop(&b); +@@ -209,6 +215,7 @@ dc_triop DC_DECLARG((op, kscale)) + || dc_stack->link->value.dc_type!=DC_NUMBER + || dc_stack->link->link->value.dc_type!=DC_NUMBER){ + fprintf(stderr, "%s: non-numeric value\n", progname); ++ checkferror_output(stderr); + return; + } + (void)dc_pop(&c); +@@ -327,6 +334,7 @@ dc_register_get DC_DECLARG((regid, result)) + r = dc_register[regid]; + if (r==NULL || r->value.dc_type==DC_UNINITIALIZED){ + fprintf(stderr, "%s: register ", progname); ++ checkferror_output(stderr); + dc_show_id(stderr, regid, " is empty\n"); + return DC_FAIL; + } +@@ -401,6 +409,7 @@ dc_register_pop DC_DECLARG((stackid, result)) + r = dc_register[stackid]; + if (r == NULL){ + fprintf(stderr, "%s: stack register ", progname); ++ checkferror_output(stderr); + dc_show_id(stderr, stackid, " is empty\n"); + return DC_FAIL; + } +diff --git a/dc/string.c b/dc/string.c +index ff1e7f1..e24092d 100644 +--- a/dc/string.c ++++ b/dc/string.c +@@ -101,6 +101,7 @@ dc_out_str DC_DECLARG((value, newline, discard_flag)) + fwrite(value->s_ptr, value->s_len, sizeof *value->s_ptr, stdout); + if (newline == DC_WITHNL) + putchar('\n'); ++ checkferror_output(stdout); + if (discard_flag == DC_TOSS) + dc_free_str(&value); + } +@@ -176,6 +177,7 @@ dc_readstring DC_DECLARG((fp, ldelim, rdelim)) + } + *p++ = c; + } ++ checkferror_input(fp); + return dc_makestring(line_buf, (size_t)(p-line_buf)); + } + +diff --git a/h/number.h b/h/number.h +index 9b034b6..3a00a92 100644 +--- a/h/number.h ++++ b/h/number.h +@@ -150,4 +150,7 @@ _PROTOTYPE(int bc_sqrt, (bc_num *num, int scale)); + _PROTOTYPE(void bc_out_num, (bc_num num, int o_base, void (* out_char)(int), + int leading_zero)); + ++_PROTOTYPE(void checkferror_input, (FILE*)); ++_PROTOTYPE(void checkferror_output, (FILE*)); ++ + #endif +diff --git a/lib/number.c b/lib/number.c +index e211840..4d3ce46 100644 +--- a/lib/number.c ++++ b/lib/number.c +@@ -1776,6 +1776,7 @@ static void + out_char (int c) + { + putchar(c); ++ checkferror_output(stdout); + } + + +@@ -1785,6 +1786,7 @@ pn (num) + { + bc_out_num (num, 10, out_char, 0); + out_char ('\n'); ++ checkferror_output(stdout); + } + + +@@ -1799,6 +1801,28 @@ pv (name, num, len) + printf ("%s=", name); + for (i=0; i<len; i++) printf ("%c",BCD_CHAR(num[i])); + printf ("\n"); ++ checkferror_output(stdout); + } + + #endif ++ ++/* check ferror() status and if so die */ ++void ++checkferror_input (fp) ++ FILE *fp; ++{ ++ if (ferror(fp)) { ++ perror("dc: could not read input file"); ++ exit(EXIT_FAILURE); ++ } ++} ++ ++void ++checkferror_output (fp) ++ FILE *fp; ++{ ++ if (ferror(fp)) { ++ perror("dc: could not write output file"); ++ exit(EXIT_FAILURE); ++ } ++} Added: branches/1.0/package/bc/bc-03_use_appropiate_makeinfo.patch =================================================================== --- branches/1.0/package/bc/bc-03_use_appropiate_makeinfo.patch (rev 0) +++ branches/1.0/package/bc/bc-03_use_appropiate_makeinfo.patch 2016-04-09 12:58:05 UTC (rev 7633) @@ -0,0 +1,17 @@ +Use the appropiate MAKEINFO variable rather than the hardcoded makeinfo +command directly, otherwise missing logic never works. + +Signed-off-by: Gustavo Zacarias <gu...@za...> + +diff -Nura bc-1.06.95.orig/doc/Makefile.in bc-1.06.95/doc/Makefile.in +--- bc-1.06.95.orig/doc/Makefile.in 2015-06-13 09:39:46.946620294 -0300 ++++ bc-1.06.95/doc/Makefile.in 2015-06-13 09:40:10.019407630 -0300 +@@ -96,7 +96,7 @@ + LIBOBJS = @LIBOBJS@ + LIBS = @LIBS@ + LTLIBOBJS = @LTLIBOBJS@ +-MAKEINFO = makeinfo --no-split ++MAKEINFO = @MAKEINFO@ --no-split + OBJEXT = @OBJEXT@ + PACKAGE = @PACKAGE@ + PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ Modified: branches/1.0/package/bc/bc.mk =================================================================== --- branches/1.0/package/bc/bc.mk 2016-04-08 16:48:08 UTC (rev 7632) +++ branches/1.0/package/bc/bc.mk 2016-04-09 12:58:05 UTC (rev 7633) @@ -4,9 +4,9 @@ # ############################################################# -BC_VERSION = 1.06 -BC_SOURCE:=bc-$(BC_VERSION).tar.gz -BC_SITE = http://ftp.gnu.org/gnu/bc +BC_VERSION = 1.06.95 +BC_SOURCE = bc-$(BC_VERSION).tar.bz2 +BC_SITE = http://alpha.gnu.org/gnu/bc BC_DEPENDENCIES = host-bison host-flex define BC_INSTALL_TARGET_CMDS This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-04-08 16:48:10
|
Revision: 7632 http://sourceforge.net/p/astlinux/code/7632 Author: abelbeck Date: 2016-04-08 16:48:08 +0000 (Fri, 08 Apr 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-04-08 16:29:57 UTC (rev 7631) +++ branches/1.0/docs/ChangeLog.txt 2016-04-08 16:48:08 UTC (rev 7632) @@ -22,6 +22,8 @@ -- linux, add kernel patch to the 'k10temp' kernel module adding support for the PC Engines APU2 board +-- linux, enable CONFIG_USB_XHCI_HCD=y across all kernel configs to support USB 3.0 hardware + -- Firmware and RUNNIX upgrades now support https:// URL's. Additionally, URL's with the host 'mirror.astlinux.org' will be automatically redirected to the proper HTTPS host using https:// . This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-04-08 16:30:00
|
Revision: 7631 http://sourceforge.net/p/astlinux/code/7631 Author: abelbeck Date: 2016-04-08 16:29:57 +0000 (Fri, 08 Apr 2016) Log Message: ----------- all kernel configs, enable USB 3.0 driver support: CONFIG_USB_XHCI_HCD=y Modified Paths: -------------- 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 Modified: branches/1.0/project/astlinux/geni586/linux-smp.config =================================================================== --- branches/1.0/project/astlinux/geni586/linux-smp.config 2016-04-03 19:13:19 UTC (rev 7630) +++ branches/1.0/project/astlinux/geni586/linux-smp.config 2016-04-08 16:29:57 UTC (rev 7631) @@ -2178,7 +2178,8 @@ # USB Host Controller Drivers # # CONFIG_USB_C67X00_HCD is not set -# CONFIG_USB_XHCI_HCD is not set +CONFIG_USB_XHCI_HCD=y +# CONFIG_USB_XHCI_HCD_DEBUGGING is not set CONFIG_USB_EHCI_HCD=y # CONFIG_USB_EHCI_ROOT_HUB_TT is not set # CONFIG_USB_EHCI_TT_NEWSCHED is not set Modified: branches/1.0/project/astlinux/geni586/linux.config =================================================================== --- branches/1.0/project/astlinux/geni586/linux.config 2016-04-03 19:13:19 UTC (rev 7630) +++ branches/1.0/project/astlinux/geni586/linux.config 2016-04-08 16:29:57 UTC (rev 7631) @@ -2165,7 +2165,8 @@ # USB Host Controller Drivers # # CONFIG_USB_C67X00_HCD is not set -# CONFIG_USB_XHCI_HCD is not set +CONFIG_USB_XHCI_HCD=y +# CONFIG_USB_XHCI_HCD_DEBUGGING is not set CONFIG_USB_EHCI_HCD=y # CONFIG_USB_EHCI_ROOT_HUB_TT is not set # CONFIG_USB_EHCI_TT_NEWSCHED is not set Modified: branches/1.0/project/astlinux/genx86_64/linux-smp-vm.config =================================================================== --- branches/1.0/project/astlinux/genx86_64/linux-smp-vm.config 2016-04-03 19:13:19 UTC (rev 7630) +++ branches/1.0/project/astlinux/genx86_64/linux-smp-vm.config 2016-04-08 16:29:57 UTC (rev 7631) @@ -2152,7 +2152,8 @@ # USB Host Controller Drivers # # CONFIG_USB_C67X00_HCD is not set -# CONFIG_USB_XHCI_HCD is not set +CONFIG_USB_XHCI_HCD=y +# CONFIG_USB_XHCI_HCD_DEBUGGING is not set CONFIG_USB_EHCI_HCD=y # CONFIG_USB_EHCI_ROOT_HUB_TT is not set # CONFIG_USB_EHCI_TT_NEWSCHED 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-04-03 19:13:19 UTC (rev 7630) +++ branches/1.0/project/astlinux/genx86_64/linux-smp.config 2016-04-08 16:29:57 UTC (rev 7631) @@ -2120,7 +2120,8 @@ # USB Host Controller Drivers # # CONFIG_USB_C67X00_HCD is not set -# CONFIG_USB_XHCI_HCD is not set +CONFIG_USB_XHCI_HCD=y +# CONFIG_USB_XHCI_HCD_DEBUGGING is not set CONFIG_USB_EHCI_HCD=y # CONFIG_USB_EHCI_ROOT_HUB_TT is not set # CONFIG_USB_EHCI_TT_NEWSCHED is not set Modified: branches/1.0/project/runnix/geni586/linux.config =================================================================== --- branches/1.0/project/runnix/geni586/linux.config 2016-04-03 19:13:19 UTC (rev 7630) +++ branches/1.0/project/runnix/geni586/linux.config 2016-04-08 16:29:57 UTC (rev 7631) @@ -1330,7 +1330,8 @@ # USB Host Controller Drivers # # CONFIG_USB_C67X00_HCD is not set -# CONFIG_USB_XHCI_HCD is not set +CONFIG_USB_XHCI_HCD=y +# CONFIG_USB_XHCI_HCD_DEBUGGING is not set CONFIG_USB_EHCI_HCD=y # CONFIG_USB_EHCI_ROOT_HUB_TT is not set # CONFIG_USB_EHCI_TT_NEWSCHED is not set Modified: branches/1.0/project/runnix-iso/geni586/linux.config =================================================================== --- branches/1.0/project/runnix-iso/geni586/linux.config 2016-04-03 19:13:19 UTC (rev 7630) +++ branches/1.0/project/runnix-iso/geni586/linux.config 2016-04-08 16:29:57 UTC (rev 7631) @@ -1331,7 +1331,8 @@ # USB Host Controller Drivers # # CONFIG_USB_C67X00_HCD is not set -# CONFIG_USB_XHCI_HCD is not set +CONFIG_USB_XHCI_HCD=y +# CONFIG_USB_XHCI_HCD_DEBUGGING is not set CONFIG_USB_EHCI_HCD=y # CONFIG_USB_EHCI_ROOT_HUB_TT is not set # CONFIG_USB_EHCI_TT_NEWSCHED is not set This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-04-03 19:13:21
|
Revision: 7630 http://sourceforge.net/p/astlinux/code/7630 Author: abelbeck Date: 2016-04-03 19:13:19 +0000 (Sun, 03 Apr 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-04-03 19:02:57 UTC (rev 7629) +++ branches/1.0/docs/ChangeLog.txt 2016-04-03 19:13:19 UTC (rev 7630) @@ -20,6 +20,8 @@ -- RUNNIX, version bump to runnix-0.4-7583, with Linux Kernel 3.2.78, dropbear 2016.72 +-- linux, add kernel patch to the 'k10temp' kernel module adding support for the PC Engines APU2 board + -- Firmware and RUNNIX upgrades now support https:// URL's. Additionally, URL's with the host 'mirror.astlinux.org' will be automatically redirected to the proper HTTPS host using https:// . This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-04-03 19:02:58
|
Revision: 7629 http://sourceforge.net/p/astlinux/code/7629 Author: abelbeck Date: 2016-04-03 19:02:57 +0000 (Sun, 03 Apr 2016) Log Message: ----------- kernel-patch, k10temp: add family 16h model 30h pci id, used by AMD GX-412TC in PC Engines APU2 Added Paths: ----------- branches/1.0/project/astlinux/kernel-patches/linux-511-hwmon-k10temp-apu2.patch Added: branches/1.0/project/astlinux/kernel-patches/linux-511-hwmon-k10temp-apu2.patch =================================================================== --- branches/1.0/project/astlinux/kernel-patches/linux-511-hwmon-k10temp-apu2.patch (rev 0) +++ branches/1.0/project/astlinux/kernel-patches/linux-511-hwmon-k10temp-apu2.patch 2016-04-03 19:02:57 UTC (rev 7629) @@ -0,0 +1,20 @@ +--- linux-custom/drivers/hwmon/k10temp.c.orig 2016-04-03 13:39:41.000000000 -0500 ++++ linux-custom/drivers/hwmon/k10temp.c 2016-04-03 13:43:56.000000000 -0500 +@@ -210,6 +210,7 @@ + { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_11H_NB_MISC) }, + { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_CNB17H_F3) }, + { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_15H_NB_F3) }, ++ { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_16H_M30H_NB_F3) }, + {} + }; + MODULE_DEVICE_TABLE(pci, k10temp_id_table); +--- linux-custom/include/linux/pci_ids.h.orig 2016-04-03 13:32:26.000000000 -0500 ++++ linux-custom/include/linux/pci_ids.h 2016-04-03 13:38:49.000000000 -0500 +@@ -523,6 +523,7 @@ + #define PCI_DEVICE_ID_AMD_15H_NB_F3 0x1603 + #define PCI_DEVICE_ID_AMD_15H_NB_F4 0x1604 + #define PCI_DEVICE_ID_AMD_15H_NB_F5 0x1605 ++#define PCI_DEVICE_ID_AMD_16H_M30H_NB_F3 0x1583 + #define PCI_DEVICE_ID_AMD_CNB17H_F3 0x1703 + #define PCI_DEVICE_ID_AMD_LANCE 0x2000 + #define PCI_DEVICE_ID_AMD_LANCE_HOME 0x2001 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-04-01 16:36:20
|
Revision: 7628 http://sourceforge.net/p/astlinux/code/7628 Author: abelbeck Date: 2016-04-01 16:36:18 +0000 (Fri, 01 Apr 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-04-01 16:35:07 UTC (rev 7627) +++ branches/1.0/docs/ChangeLog.txt 2016-04-01 16:36:18 UTC (rev 7628) @@ -25,7 +25,7 @@ -- igb, version bump to 5.3.4.4, Intel Gigabit Ethernet Network Driver --- php, version bump to 5.5.33, bug fixes +-- php, version bump to 5.5.34, bug fixes -- sqlite, version bump to 3.11.1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-04-01 16:35:10
|
Revision: 7627 http://sourceforge.net/p/astlinux/code/7627 Author: abelbeck Date: 2016-04-01 16:35:07 +0000 (Fri, 01 Apr 2016) Log Message: ----------- php, version bump to 5.5.34 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-04-01 16:21:31 UTC (rev 7626) +++ branches/1.0/package/php/php.mk 2016-04-01 16:35:07 UTC (rev 7627) @@ -4,7 +4,7 @@ # ############################################################# -PHP_VERSION = 5.5.33 +PHP_VERSION = 5.5.34 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-04-01 16:21:34
|
Revision: 7626 http://sourceforge.net/p/astlinux/code/7626 Author: abelbeck Date: 2016-04-01 16:21:31 +0000 (Fri, 01 Apr 2016) Log Message: ----------- reload-spamhaus-drop, use HTTPS for www.spamhaus.org/drop/ downloads Modified Paths: -------------- branches/1.0/package/arnofw/reload-spamhaus-drop Modified: branches/1.0/package/arnofw/reload-spamhaus-drop =================================================================== --- branches/1.0/package/arnofw/reload-spamhaus-drop 2016-03-31 18:09:41 UTC (rev 7625) +++ branches/1.0/package/arnofw/reload-spamhaus-drop 2016-04-01 16:21:31 UTC (rev 7626) @@ -2,7 +2,7 @@ # # reload-spamhaus-drop # -# http://www.spamhaus.org/drop/ +# https://www.spamhaus.org/drop/ # # Retrieve the latest spamhaus-drop files, and copy it to 'outfile'. # If 'infile' is specified, it is appended to 'outfile'. @@ -16,11 +16,18 @@ # than once every hour. # -URLS="http://www.spamhaus.org/drop/drop.txt http://www.spamhaus.org/drop/edrop.txt" +URLS="https://www.spamhaus.org/drop/drop.txt https://www.spamhaus.org/drop/edrop.txt" TMP_FILE="/tmp/dropfile.txt" TMP_DROP="/tmp/drop.txt" +download_file() +{ + local file="$1" url="$2" + + curl -sSfL --globoff --retry 1 --connect-timeout 15 --max-time 1800 -o "$file" "$url" >/dev/null +} + if [ -z "$1" ]; then echo "Usage: reload-spamhaus-drop outfile [ infile ]" exit 1 @@ -39,7 +46,7 @@ unset IFS for URL in $URLS; do rm -f $TMP_FILE - if ! /usr/sbin/download-file "$TMP_FILE" "$URL"; then + if ! download_file "$TMP_FILE" "$URL"; then rm -f $TMP_DROP $TMP_FILE MESG="Retrieving Spamhaus DROP list failed for '$URL', no action." logger -s -t reload-spamhaus-drop -p kern.info "$MESG" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-03-31 18:09:43
|
Revision: 7625 http://sourceforge.net/p/astlinux/code/7625 Author: abelbeck Date: 2016-03-31 18:09:41 +0000 (Thu, 31 Mar 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-03-31 17:58:26 UTC (rev 7624) +++ branches/1.0/docs/ChangeLog.txt 2016-03-31 18:09:41 UTC (rev 7625) @@ -61,12 +61,14 @@ ** Asterisk --- Asterisk 1.8.32.3 (no change), 11.21.2 (no change) and 13.7.2 (no change) +-- Asterisk 1.8.32.3 (no change), 11.22.0 (version bump) and 13.8.0 (version bump) -- DAHDI, dahdi-linux 2.8.0.1 (no change) and dahdi-tools 2.8.0 (no change) -- pjsip 2.4.5 (no change) +-- libpri, version bump to 1.5.0 + -- wanpipe, version bump to 7.0.18 ** Web Interface This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-03-31 17:58:28
|
Revision: 7624 http://sourceforge.net/p/astlinux/code/7624 Author: abelbeck Date: 2016-03-31 17:58:26 +0000 (Thu, 31 Mar 2016) Log Message: ----------- asterisk, update 'asterisk-13-main-Makefile-fix.patch' to the official fix upsteam Modified Paths: -------------- branches/1.0/package/asterisk/asterisk-13-main-Makefile-fix.patch Modified: branches/1.0/package/asterisk/asterisk-13-main-Makefile-fix.patch =================================================================== --- branches/1.0/package/asterisk/asterisk-13-main-Makefile-fix.patch 2016-03-30 21:23:20 UTC (rev 7623) +++ branches/1.0/package/asterisk/asterisk-13-main-Makefile-fix.patch 2016-03-31 17:58:26 UTC (rev 7624) @@ -1,13 +1,61 @@ ---- asterisk-13.8.0/main/Makefile.orig 2016-03-30 12:32:58.000000000 -0500 -+++ asterisk-13.8.0/main/Makefile 2016-03-30 12:33:23.000000000 -0500 -@@ -226,9 +226,8 @@ +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 +-ifneq ($(LDCONFIG),) +- $(CMD_PREFIX) $(LDCONFIG) $(LDCONFIG_FLAGS) . 2>/dev/null -else - $(CMD_PREFIX) $(LN) -sf $< $@ - endif -+ $(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 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-03-30 21:23:22
|
Revision: 7623 http://sourceforge.net/p/astlinux/code/7623 Author: abelbeck Date: 2016-03-30 21:23:20 +0000 (Wed, 30 Mar 2016) Log Message: ----------- asterisk, version bump to 11.22.0 and 13.8.0, update pjsip build opts Modified Paths: -------------- branches/1.0/package/asterisk/asterisk-11-configure-cross-fix.patch branches/1.0/package/asterisk/asterisk-11-extension-changed-verbosity-chan_sip.patch 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/asterisk/asterisk-13-main-Makefile-fix.patch Modified: branches/1.0/package/asterisk/asterisk-11-configure-cross-fix.patch =================================================================== --- branches/1.0/package/asterisk/asterisk-11-configure-cross-fix.patch 2016-03-30 12:45:40 UTC (rev 7622) +++ branches/1.0/package/asterisk/asterisk-11-configure-cross-fix.patch 2016-03-30 21:23:20 UTC (rev 7623) @@ -1,6 +1,6 @@ --- asterisk-1.8.25.0/configure.ac.orig 2014-01-24 16:52:23.000000000 -0600 +++ asterisk-1.8.25.0/configure.ac 2014-01-24 16:55:14.000000000 -0600 -@@ -2410,11 +2410,13 @@ +@@ -2474,11 +2474,13 @@ AC_OUTPUT ${ac_cv_path_EGREP} 'CURSES|GTK2|OSARCH|NEWT' makeopts > makeopts.acbak2 Modified: branches/1.0/package/asterisk/asterisk-11-extension-changed-verbosity-chan_sip.patch =================================================================== --- branches/1.0/package/asterisk/asterisk-11-extension-changed-verbosity-chan_sip.patch 2016-03-30 12:45:40 UTC (rev 7622) +++ branches/1.0/package/asterisk/asterisk-11-extension-changed-verbosity-chan_sip.patch 2016-03-30 21:23:20 UTC (rev 7623) @@ -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 -@@ -16790,7 +16790,7 @@ +@@ -16781,7 +16781,7 @@ } if (!force) { 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-03-30 12:45:40 UTC (rev 7622) +++ branches/1.0/package/asterisk/asterisk-13-configure-menuselect-cross-fix.patch 2016-03-30 21:23:20 UTC (rev 7623) @@ -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 -@@ -2523,11 +2523,13 @@ +@@ -2631,11 +2631,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-03-30 12:45:40 UTC (rev 7622) +++ branches/1.0/package/asterisk/asterisk-13-extension-changed-verbosity-chan_sip.patch 2016-03-30 21:23:20 UTC (rev 7623) @@ -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 -@@ -16943,7 +16943,7 @@ +@@ -17333,7 +17333,7 @@ } if (!force) { Added: branches/1.0/package/asterisk/asterisk-13-main-Makefile-fix.patch =================================================================== --- branches/1.0/package/asterisk/asterisk-13-main-Makefile-fix.patch (rev 0) +++ branches/1.0/package/asterisk/asterisk-13-main-Makefile-fix.patch 2016-03-30 21:23:20 UTC (rev 7623) @@ -0,0 +1,13 @@ +--- asterisk-13.8.0/main/Makefile.orig 2016-03-30 12:32:58.000000000 -0500 ++++ asterisk-13.8.0/main/Makefile 2016-03-30 12:33:23.000000000 -0500 +@@ -226,9 +226,8 @@ + $(ECHO_PREFIX) echo " [LN] $< -> $@" + ifneq ($(LDCONFIG),) + $(CMD_PREFIX) $(LDCONFIG) $(LDCONFIG_FLAGS) . 2>/dev/null +-else +- $(CMD_PREFIX) $(LN) -sf $< $@ + endif ++ $(CMD_PREFIX) $(LN) -sf $< $@ + + else # Darwin + ASTSSL_LIB:=libasteriskssl.dylib Modified: branches/1.0/package/asterisk/asterisk.mk =================================================================== --- branches/1.0/package/asterisk/asterisk.mk 2016-03-30 12:45:40 UTC (rev 7622) +++ branches/1.0/package/asterisk/asterisk.mk 2016-03-30 21:23:20 UTC (rev 7623) @@ -7,9 +7,9 @@ ASTERISK_VERSION := 1.8.32.3 else ifeq ($(BR2_PACKAGE_ASTERISK_v11),y) -ASTERISK_VERSION := 11.21.2 +ASTERISK_VERSION := 11.22.0 else -ASTERISK_VERSION := 13.7.2 +ASTERISK_VERSION := 13.8.0 endif endif ASTERISK_SOURCE := asterisk-$(ASTERISK_VERSION).tar.gz @@ -213,9 +213,10 @@ touch $@ -$(ASTERISK_DIR)/.configured: $(ASTERISK_DIR)/.patched | host-pkg-config host-ncurses host-bison host-flex host-libxml2 \ +$(ASTERISK_DIR)/.configured: $(ASTERISK_DIR)/.patched | host-automake host-pkg-config host-ncurses host-bison host-flex host-libxml2 \ libelf ncurses zlib openssl libtool util-linux $(ASTERISK_EXTRAS) (cd $(ASTERISK_DIR); rm -rf config.cache configure; \ + $(HOST_CONFIGURE_OPTS) \ ./bootstrap.sh; \ $(TARGET_CONFIGURE_OPTS) \ ./configure \ Modified: branches/1.0/package/pjsip/asterisk-config_site.h =================================================================== --- branches/1.0/package/pjsip/asterisk-config_site.h 2016-03-30 12:45:40 UTC (rev 7622) +++ branches/1.0/package/pjsip/asterisk-config_site.h 2016-03-30 21:23:20 UTC (rev 7623) @@ -4,40 +4,35 @@ * */ +#include <sys/select.h> + +#define PJ_HAS_IPV6 1 #define NDEBUG 1 -#define PJ_HAS_IPV6 1 -#define PJ_MAX_HOSTNAME 256 -#define PJSIP_MAX_URL_SIZE 512 - -/* The upper limit on MAX_HANDLES is determined by - * the value of FD_SETSIZE on your system. For Linux - * this is usually 1024. The following code sets it - * to whatever FD_SETSIZE is or you can set it to a - * specific number yourself. pjproject will not - * compile if you set it to greater than FD_SETSIZE. - */ -#include <sys/select.h> -#define PJ_IOQUEUE_MAX_HANDLES (FD_SETSIZE) - -/* Set for maximum server performance. - * In tests, setting these parameters reduced - * CPU load by approximately 25% for the same number - * of calls per second. Your results will vary, - * of course. - */ -#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 PJSIP_MAX_TSX_COUNT ((64*1024)-1) -#define PJSIP_MAX_DIALOG_COUNT ((64*1024)-1) -#define PJSIP_UDP_SO_SNDBUF_SIZE (512*1024) -#define PJSIP_UDP_SO_RCVBUF_SIZE (512*1024) -#define PJ_DEBUG 0 -#define PJSIP_SAFE_MODULE 0 -#define PJ_HAS_STRICMP_ALNUM 0 -#define PJ_HASH_USE_OWN_TOLOWER 1 -#define PJSIP_UNESCAPE_IN_PLACE 1 +#define PJ_MAX_HOSTNAME (256) +#define PJSIP_MAX_URL_SIZE (512) +#ifdef PJ_HAS_LINUX_EPOLL +#define PJ_IOQUEUE_MAX_HANDLES (5000) +#else +#define PJ_IOQUEUE_MAX_HANDLES (FD_SETSIZE) +#endif +#define PJ_IOQUEUE_HAS_SAFE_UNREG 1 +#define PJ_IOQUEUE_MAX_EVENTS_IN_SINGLE_POLL (16) + +#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 PJSIP_MAX_TSX_COUNT ((64*1024)-1) +#define PJSIP_MAX_DIALOG_COUNT ((64*1024)-1) +#define PJSIP_UDP_SO_SNDBUF_SIZE (512*1024) +#define PJSIP_UDP_SO_RCVBUF_SIZE (512*1024) +#define PJ_DEBUG 0 +#define PJSIP_SAFE_MODULE 0 +#define PJ_HAS_STRICMP_ALNUM 0 +#define PJ_HASH_USE_OWN_TOLOWER 1 +#define PJSIP_UNESCAPE_IN_PLACE 1 +#define PJSIP_MAX_PKT_LEN 6000 + #undef PJ_TODO #define PJ_TODO(x) Modified: branches/1.0/package/pjsip/pjsip.mk =================================================================== --- branches/1.0/package/pjsip/pjsip.mk 2016-03-30 12:45:40 UTC (rev 7622) +++ branches/1.0/package/pjsip/pjsip.mk 2016-03-30 21:23:20 UTC (rev 7623) @@ -23,10 +23,14 @@ PJSIP_CONF_OPT = \ --with-external-srtp \ + --disable-video \ + --disable-v4l2 \ --disable-sound \ + --disable-opencore-amr \ + --disable-ilbc-codec \ + --disable-g7221-codec \ --disable-resample \ - --disable-video \ - --disable-opencore-amr + --without-libyuv 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-03-30 12:45:42
|
Revision: 7622 http://sourceforge.net/p/astlinux/code/7622 Author: abelbeck Date: 2016-03-30 12:45:40 +0000 (Wed, 30 Mar 2016) Log Message: ----------- libpri, version bump to 1.5.0 Modified Paths: -------------- branches/1.0/package/libpri/libpri.mk Modified: branches/1.0/package/libpri/libpri.mk =================================================================== --- branches/1.0/package/libpri/libpri.mk 2016-03-28 13:57:48 UTC (rev 7621) +++ branches/1.0/package/libpri/libpri.mk 2016-03-30 12:45:40 UTC (rev 7622) @@ -4,11 +4,10 @@ # ############################################################ -LIBPRI_VERSION = 1.4.15 +LIBPRI_VERSION = 1.5.0 LIBPRI_SOURCE = libpri-$(LIBPRI_VERSION).tar.gz LIBPRI_SITE = http://downloads.asterisk.org/pub/telephony/libpri/releases LIBPRI_INSTALL_STAGING = YES -LIBPRI_INSTALL_TARGET = YES LIBPRI_DEPENDENCIES += dahdi-tools define LIBPRI_CONFIGURE_CMDS @@ -35,4 +34,3 @@ install $(eval $(call AUTOTARGETS,package,libpri)) - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-03-28 13:57:49
|
Revision: 7621 http://sourceforge.net/p/astlinux/code/7621 Author: abelbeck Date: 2016-03-28 13:57:48 +0000 (Mon, 28 Mar 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-03-27 13:34:32 UTC (rev 7620) +++ branches/1.0/docs/ChangeLog.txt 2016-03-28 13:57:48 UTC (rev 7621) @@ -39,15 +39,19 @@ -- expat, version bump to 2.1.1 --- Time Zone Database update, tzdata2016b and php-timezonedb-2016.2 +-- Time Zone Database update, tzdata2016c and php-timezonedb-2016.3 ** Networking -- OpenSSL, version bump to 1.0.1s, security fixes: CVE-2016-0800, CVE-2016-0705, CVE-2016-0798, CVE-2016-0797, CVE-2016-0799, CVE-2016-0702 +-- busybox, udhcp: fix a SEGV on malformed RFC1035-encoded domain name: CVE-2016-2148 + -- curl, added a trusted root certificates, single file bundle, to allow authenticated HTTPS connections. +-- libcurl (curl) version bump to 7.48.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. @@ -63,6 +67,8 @@ -- pjsip 2.4.5 (no change) +-- wanpipe, version bump to 7.0.18 + ** Web Interface -- Automatically don't use kernel-reboot with 'genx86_64-vm' builds, use reboot instead. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |