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-07-06 13:22:48
|
Revision: 7745 http://sourceforge.net/p/astlinux/code/7745 Author: abelbeck Date: 2016-07-06 13:22:45 +0000 (Wed, 06 Jul 2016) Log Message: ----------- shellinabox, now added upstream to Buildroot, include their build dependencies for completeness, no functional change Modified Paths: -------------- branches/1.0/package/shellinabox/Config.in branches/1.0/package/shellinabox/shellinabox.mk Modified: branches/1.0/package/shellinabox/Config.in =================================================================== --- branches/1.0/package/shellinabox/Config.in 2016-07-06 12:49:45 UTC (rev 7744) +++ branches/1.0/package/shellinabox/Config.in 2016-07-06 13:22:45 UTC (rev 7745) @@ -2,6 +2,8 @@ bool "shellinabox" default n depends on BR2_PACKAGE_LIGHTTPD + select BR2_PACKAGE_OPENSSL + select BR2_PACKAGE_ZLIB help Shell In A Box implements a web server that can export arbitrary command line tools to a web based terminal emulator. This Modified: branches/1.0/package/shellinabox/shellinabox.mk =================================================================== --- branches/1.0/package/shellinabox/shellinabox.mk 2016-07-06 12:49:45 UTC (rev 7744) +++ branches/1.0/package/shellinabox/shellinabox.mk 2016-07-06 13:22:45 UTC (rev 7745) @@ -7,7 +7,7 @@ SHELLINABOX_SOURCE = shellinabox-$(SHELLINABOX_VERSION).tar.gz #SHELLINABOX_SITE = https://github.com/shellinabox/shellinabox SHELLINABOX_SITE = http://files.astlinux-project.org -SHELLINABOX_DEPENDENCIES = openssl +SHELLINABOX_DEPENDENCIES = zlib openssl SHELLINABOX_AUTORECONF = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-07-06 12:49:47
|
Revision: 7744 http://sourceforge.net/p/astlinux/code/7744 Author: abelbeck Date: 2016-07-06 12:49:45 +0000 (Wed, 06 Jul 2016) Log Message: ----------- return to release 'svn' Modified Paths: -------------- branches/1.0/docs/ChangeLog.txt branches/1.0/project/astlinux/target_skeleton/etc/astlinux-release Modified: branches/1.0/docs/ChangeLog.txt =================================================================== --- branches/1.0/docs/ChangeLog.txt 2016-07-06 12:49:38 UTC (rev 7743) +++ branches/1.0/docs/ChangeLog.txt 2016-07-06 12:49:45 UTC (rev 7744) @@ -5,6 +5,12 @@ === docs/ChangeLog.txt ========================================================= +Additions for AstLinux 1.2.8: +============================= + +Released @TBD@ + + Additions for AstLinux 1.2.7: ============================= Modified: branches/1.0/project/astlinux/target_skeleton/etc/astlinux-release =================================================================== --- branches/1.0/project/astlinux/target_skeleton/etc/astlinux-release 2016-07-06 12:49:38 UTC (rev 7743) +++ branches/1.0/project/astlinux/target_skeleton/etc/astlinux-release 2016-07-06 12:49:45 UTC (rev 7744) @@ -1 +1 @@ -astlinux-1.2.7 +svn This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-07-06 12:49:40
|
Revision: 7743 http://sourceforge.net/p/astlinux/code/7743 Author: abelbeck Date: 2016-07-06 12:49:38 +0000 (Wed, 06 Jul 2016) Log Message: ----------- create 1.2.7 tag Added Paths: ----------- tags/1.2.7/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-07-06 12:49:35
|
Revision: 7742 http://sourceforge.net/p/astlinux/code/7742 Author: abelbeck Date: 2016-07-06 12:49:32 +0000 (Wed, 06 Jul 2016) Log Message: ----------- mark release 'astlinux-1.2.7' Modified Paths: -------------- branches/1.0/docs/ChangeLog.txt branches/1.0/project/astlinux/target_skeleton/etc/astlinux-release Modified: branches/1.0/docs/ChangeLog.txt =================================================================== --- branches/1.0/docs/ChangeLog.txt 2016-06-30 14:54:15 UTC (rev 7741) +++ branches/1.0/docs/ChangeLog.txt 2016-07-06 12:49:32 UTC (rev 7742) @@ -8,7 +8,7 @@ Additions for AstLinux 1.2.7: ============================= -Released @TBD@ +Released 2016-07-06 ** IMPORTANT NOTICE Modified: branches/1.0/project/astlinux/target_skeleton/etc/astlinux-release =================================================================== --- branches/1.0/project/astlinux/target_skeleton/etc/astlinux-release 2016-06-30 14:54:15 UTC (rev 7741) +++ branches/1.0/project/astlinux/target_skeleton/etc/astlinux-release 2016-07-06 12:49:32 UTC (rev 7742) @@ -1 +1 @@ -svn +astlinux-1.2.7 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-06-30 14:54:18
|
Revision: 7741 http://sourceforge.net/p/astlinux/code/7741 Author: abelbeck Date: 2016-06-30 14:54:15 +0000 (Thu, 30 Jun 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-06-30 14:51:57 UTC (rev 7740) +++ branches/1.0/docs/ChangeLog.txt 2016-06-30 14:54:15 UTC (rev 7741) @@ -135,7 +135,9 @@ Example: Allow any LAN subnet access to a LAN printer at 192.168.101.8 serving LPD, IPP and JetDirect == Action: Pass LAN->LAN | Protocol: TCP | Source: 0/0 | Destination: 192.168.101.8 | Port: 515,631,9100 +-- Add HTML meta "viewport" tag to be "mobile friendly". + Additions for AstLinux 1.2.6.1: ============================== This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-06-30 14:52:00
|
Revision: 7740 http://sourceforge.net/p/astlinux/code/7740 Author: abelbeck Date: 2016-06-30 14:51:57 +0000 (Thu, 30 Jun 2016) Log Message: ----------- web interface, add HTML meta 'viewport' tag to be 'mobile friendly'. This new meta 'viewport' tag causes the web interface to render on mobile devices, landscape or portrait, just as if you resized the desktop browser window to match the mobile device, not scaled down from an offscreen 'desktop' view. Ref: https://developers.google.com/speed/docs/insights/ConfigureViewport Modified Paths: -------------- branches/1.0/package/webinterface/altweb/common/header.php Modified: branches/1.0/package/webinterface/altweb/common/header.php =================================================================== --- branches/1.0/package/webinterface/altweb/common/header.php 2016-06-25 12:25:23 UTC (rev 7739) +++ branches/1.0/package/webinterface/altweb/common/header.php 2016-06-30 14:51:57 UTC (rev 7740) @@ -135,6 +135,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Cache-Control" content="no-store, no-cache, must-revalidate" /> <meta http-equiv="Expires" content="0" /> +<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <?php $status = (getPREFdef($global_prefs, 'status_require_auth') === 'yes') ? '/admin/status.php' : '/status.php'; $directory = (getPREFdef($global_prefs, 'directory_require_auth') === 'yes') ? '/admin/directory.php' : '/directory.php'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-06-25 12:25:26
|
Revision: 7739 http://sourceforge.net/p/astlinux/code/7739 Author: abelbeck Date: 2016-06-25 12:25:23 +0000 (Sat, 25 Jun 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-06-25 12:21:30 UTC (rev 7738) +++ branches/1.0/docs/ChangeLog.txt 2016-06-25 12:25:23 UTC (rev 7739) @@ -31,7 +31,7 @@ -- 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' +-- Firmware and RUNNIX upgrades now support https:// URL's. Additionally, URL's with the host 'mirror.astlinux-project.org' will be automatically redirected to the proper HTTPS host using https:// . -- igb, version bump to 5.3.5.3, Intel Gigabit Ethernet Network Driver This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-06-25 12:21:33
|
Revision: 7738 http://sourceforge.net/p/astlinux/code/7738 Author: abelbeck Date: 2016-06-25 12:21:30 +0000 (Sat, 25 Jun 2016) Log Message: ----------- beta-run-image-upload script tweak 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-06-24 20:23:49 UTC (rev 7737) +++ branches/1.0/scripts/beta-run-image-upload 2016-06-25 12:21:30 UTC (rev 7738) @@ -15,7 +15,7 @@ { local remote_dir="$1" - s3cmd del -r "s3://$S3_BUCKET/$remote_dir/*" + s3cmd del -r "s3://$S3_BUCKET/$remote_dir/" if [ $? -ne 0 ]; then echo "beta-run-image-upload: delete directory failed." This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-06-24 20:23:51
|
Revision: 7737 http://sourceforge.net/p/astlinux/code/7737 Author: abelbeck Date: 2016-06-24 20:23:49 +0000 (Fri, 24 Jun 2016) Log Message: ----------- add 'beta-run-image-upload' script to upload run-images after 'master-build' is run Added Paths: ----------- branches/1.0/scripts/beta-run-image-upload Added: branches/1.0/scripts/beta-run-image-upload =================================================================== --- branches/1.0/scripts/beta-run-image-upload (rev 0) +++ branches/1.0/scripts/beta-run-image-upload 2016-06-24 20:23:49 UTC (rev 7737) @@ -0,0 +1,134 @@ +#!/bin/bash +# +# beta-run-image-upload input_path +# + +input_path="$1" + +auth_file="$HOME/.s3cfg" + +S3_BUCKET="beta.astlinux-project" + +success_count=0 + +delete_dir() +{ + local remote_dir="$1" + + s3cmd del -r "s3://$S3_BUCKET/$remote_dir/*" + + if [ $? -ne 0 ]; then + echo "beta-run-image-upload: delete directory failed." + exit 1 + fi +} + +upload_file() +{ + local remote_dir="$1" files="$2" count="$3" IFS=' ' file + + for file in $files; do + s3cmd put --acl-public "$file" "s3://$S3_BUCKET/$remote_dir/${file##*/}" + done + + if [ $? -eq 0 ]; then + if [ "$count" = "count" ]; then + success_count=$((success_count+1)) + fi + else + echo "beta-run-image-upload: failed." + exit 1 + fi +} + +upload_run_images() +{ + local local_dir="$1" firmware_path="$2" ver="/tmp/ver" + + for board in $(ls -1 "$local_dir"); do + echo "Run Image for Board: $board" + file="$(ls -1 "$local_dir/$board/"*.tar.gz | head -n1)" + file_sha1="$(ls -1 "$local_dir/$board/"*.tar.gz.sha1 | head -n1)" + if [ -n "$file" -a -n "$file_sha1" ]; then + upload_file "$firmware_path/$board" "$file $file_sha1" count + else + echo "beta-run-image-upload: missing file(s) in \"$local_dir/$board/\"" + exit 1 + fi + + # Successful upload, update the 'ver' file + file_ver="$(basename "$file" .tar.gz)" + echo "$file_ver" > "$ver" + upload_file "$firmware_path/$board" "$ver" + rm -f "$ver" + echo "" + done +} + +set_asterisk_version() +{ + case $1 in + ast18) + FIRMWARE="ast18-firmware-1.x" + MIRROR_FIRMWARE="$FIRMWARE" + ;; + ast11) + FIRMWARE="ast11-firmware-1.x" + MIRROR_FIRMWARE="$FIRMWARE" + ;; + ast13) + FIRMWARE="ast13-firmware-1.x" + MIRROR_FIRMWARE="$FIRMWARE" + ;; + *) + echo "beta-run-image-upload: Unknown Asterisk Version." + exit 1 + ;; + esac +} + +if [ -z "$input_path" ]; then + echo "Usage: beta-run-image-upload input_path" + exit 1 +fi + +if [ ! -d "$input_path" ]; then + echo "beta-run-image-upload: directory \"$input_path\" not found." + exit 1 +else + check_firmware=0 + for dir in $(ls -1 "$input_path"); do + case $dir in + *firmware-1.x) check_firmware=1 ;; + esac + done + if [ $check_firmware -eq 0 ]; then + echo "beta-run-image-upload: missing firmware-1.x directories." + exit 1 + fi +fi + +if [ ! -f "$auth_file" ]; then + echo "beta-run-image-upload: authentication file \"$auth_file\" not found." + exit 1 +fi + + +for asterisk in ast18 ast11 ast13; do + + set_asterisk_version $asterisk + + # Remove any pre-existing run images + delete_dir "$MIRROR_FIRMWARE" + + # Upload .tar.gz run images + upload_run_images "$input_path/$FIRMWARE" "$MIRROR_FIRMWARE" + +done + +echo " +## +## Beta Run-Image Upload Finished for '$success_count' Images +## +" + Property changes on: branches/1.0/scripts/beta-run-image-upload ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-06-24 12:59:35
|
Revision: 7736 http://sourceforge.net/p/astlinux/code/7736 Author: abelbeck Date: 2016-06-24 12:59:33 +0000 (Fri, 24 Jun 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-06-24 12:56:42 UTC (rev 7735) +++ branches/1.0/docs/ChangeLog.txt 2016-06-24 12:59:33 UTC (rev 7736) @@ -36,7 +36,7 @@ -- igb, version bump to 5.3.5.3, Intel Gigabit Ethernet Network Driver --- php, version bump to 5.5.36, bug and security fixes +-- php, version bump to 5.5.37, bug and security fixes -- Fossil, version bump to 1.35 @@ -64,7 +64,7 @@ -- libsodium, version bump to 1.0.10 --- expat, version bump to 2.1.1 +-- expat, version bump to 2.2.0 -- bc, version bump to 1.06.95 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-06-24 12:56:44
|
Revision: 7735 http://sourceforge.net/p/astlinux/code/7735 Author: abelbeck Date: 2016-06-24 12:56:42 +0000 (Fri, 24 Jun 2016) Log Message: ----------- php, version bump to 5.5.37, many security fixes Modified Paths: -------------- branches/1.0/package/php/php.mk Modified: branches/1.0/package/php/php.mk =================================================================== --- branches/1.0/package/php/php.mk 2016-06-24 12:33:20 UTC (rev 7734) +++ branches/1.0/package/php/php.mk 2016-06-24 12:56:42 UTC (rev 7735) @@ -4,7 +4,7 @@ # ############################################################# -PHP_VERSION = 5.5.36 +PHP_VERSION = 5.5.37 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-06-24 12:33:23
|
Revision: 7734 http://sourceforge.net/p/astlinux/code/7734 Author: abelbeck Date: 2016-06-24 12:33:20 +0000 (Fri, 24 Jun 2016) Log Message: ----------- expat, version bump to 2.2.0, security fixes and drop stray file Fixes: CVE-2016-4472 - Improve insufficient fix to CVE-2015-1283 / CVE-2015-2716 introduced with Expat 2.1.1 CVE-2016-5300 - Use more entropy for hash initialization than the original fix to CVE-2012-0876 CVE-2012-6702 - Resolve troublesome internal call to srand that was introduced with Expat 2.1.0 when addressing CVE-2012-0876 Modified Paths: -------------- branches/1.0/package/expat/expat.mk Removed Paths: ------------- branches/1.0/package/expat/Makefile.in Deleted: branches/1.0/package/expat/Makefile.in =================================================================== --- branches/1.0/package/expat/Makefile.in 2016-06-22 20:51:38 UTC (rev 7733) +++ branches/1.0/package/expat/Makefile.in 2016-06-24 12:33:20 UTC (rev 7734) @@ -1,3 +0,0 @@ -ifeq ($(BR2_PACKAGE_EXPAT),y) -TARGETS+=expat -endif Modified: branches/1.0/package/expat/expat.mk =================================================================== --- branches/1.0/package/expat/expat.mk 2016-06-22 20:51:38 UTC (rev 7733) +++ branches/1.0/package/expat/expat.mk 2016-06-24 12:33:20 UTC (rev 7734) @@ -4,7 +4,7 @@ # ############################################################# -EXPAT_VERSION = 2.1.1 +EXPAT_VERSION = 2.2.0 EXPAT_SITE = http://downloads.sourceforge.net/project/expat/expat/$(EXPAT_VERSION) EXPAT_SOURCE = expat-$(EXPAT_VERSION).tar.bz2 EXPAT_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-06-22 20:51:40
|
Revision: 7733 http://sourceforge.net/p/astlinux/code/7733 Author: abelbeck Date: 2016-06-22 20:51:38 +0000 (Wed, 22 Jun 2016) Log Message: ----------- arnofw, remove unused INT_FORWARD_IN_CHAIN and INT_FORWARD_OUT_CHAIN user chains Ref: https://github.com/arno-iptables-firewall/aif/commit/dd4ac2ea35da58eb625a3e1bb87dc707044f13a6 Modified Paths: -------------- branches/1.0/package/arnofw/arnofw-0004-add-LAN_LAN_FORWARD_CHAIN.patch Modified: branches/1.0/package/arnofw/arnofw-0004-add-LAN_LAN_FORWARD_CHAIN.patch =================================================================== --- branches/1.0/package/arnofw/arnofw-0004-add-LAN_LAN_FORWARD_CHAIN.patch 2016-06-22 17:00:12 UTC (rev 7732) +++ branches/1.0/package/arnofw/arnofw-0004-add-LAN_LAN_FORWARD_CHAIN.patch 2016-06-22 20:51:38 UTC (rev 7733) @@ -188,3 +188,66 @@ # LAN_INET_xxx = LAN->internet access rules (forward) # # # # Note that when the LAN_INET_OPEN_xxx & LAN_INET_HOST_OPEN_xxx variables are # + + +From dd4ac2ea35da58eb625a3e1bb87dc707044f13a6 Mon Sep 17 00:00:00 2001 +From: Lonnie Abelbeck <lo...@ab...> +Date: Wed, 22 Jun 2016 14:55:37 -0500 +Subject: [PATCH] removed: unused INT_FORWARD_IN_CHAIN and + INT_FORWARD_OUT_CHAIN user chains, related #28 + +--- + README | 2 -- + bin/arno-iptables-firewall | 12 ------------ + 2 files changed, 14 deletions(-) + +diff --git a/README b/README +index 802ce61..3f88069 100644 +--- a/README ++++ b/README +@@ -476,8 +476,6 @@ HOST_BLOCK_DST - Chain containing the list of destination based + blocked hosts + HOST_BLOCK_SRC - Chain containing the list of source based blocked + hosts +-INT_FORWARD_IN_CHAIN - Internal-net FORWARD chain for INcoming traffic +-INT_FORWARD_OUT_CHAIN - Internal-net FORWARD chain for OUTcoming traffic + INT_INPUT_CHAIN - Internal-net INPUT chain + INT_OUTPUT_CHAIN - Internal-net OUTPUT chain + LAN_LAN_FORWARD_CHAIN - LAN to LAN (Inter-LAN) forward chain (AIF private use only) +diff --git a/bin/arno-iptables-firewall b/bin/arno-iptables-firewall +index beee62d..99735ee 100755 +--- a/bin/arno-iptables-firewall ++++ b/bin/arno-iptables-firewall +@@ -4769,14 +4769,6 @@ setup_firewall_rules() + iptables -A FORWARD -o $eif -j EXT_FORWARD_OUT_CHAIN + done + +- # Source the IN/OUT chains for the internal interface(s) +- ######################################################## +- IFS=' ,' +- for iif in $INT_IF; do +- iptables -A FORWARD -i $iif -j INT_FORWARD_IN_CHAIN +- iptables -A FORWARD -o $iif -j INT_FORWARD_OUT_CHAIN +- done +- + # Source the IN/OUT chains for the dmz interface(s) + ######################################################## + IFS=' ,' +@@ -5135,8 +5127,6 @@ create_user_chains() + + # INT(LAN) chains + iptables -N INT_INPUT_CHAIN +- iptables -N INT_FORWARD_IN_CHAIN +- iptables -N INT_FORWARD_OUT_CHAIN + iptables -N INT_OUTPUT_CHAIN + + # DMZ chains +@@ -5192,8 +5182,6 @@ flush_user_chains() + + # INT(LAN) chains + iptables -F INT_INPUT_CHAIN +- iptables -F INT_FORWARD_IN_CHAIN +- iptables -F INT_FORWARD_OUT_CHAIN + iptables -F INT_OUTPUT_CHAIN + + # DMZ chains This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-06-22 17:00:14
|
Revision: 7732 http://sourceforge.net/p/astlinux/code/7732 Author: abelbeck Date: 2016-06-22 17:00:12 +0000 (Wed, 22 Jun 2016) Log Message: ----------- download-file, since the FOP2 download URL now uses HTTPS we must also follow the files.astlinux-project.org CNAME Modified Paths: -------------- branches/1.0/project/astlinux/target_skeleton/usr/sbin/download-file Modified: branches/1.0/project/astlinux/target_skeleton/usr/sbin/download-file =================================================================== --- branches/1.0/project/astlinux/target_skeleton/usr/sbin/download-file 2016-06-22 16:49:55 UTC (rev 7731) +++ branches/1.0/project/astlinux/target_skeleton/usr/sbin/download-file 2016-06-22 17:00:12 UTC (rev 7732) @@ -43,5 +43,9 @@ ## redirect_url_to_https "mirror.astlinux-project.org" +## Redirect AstLinux files URL to HTTPS, used for Add-On Packages +## +redirect_url_to_https "files.astlinux-project.org" + curl -sSfL --globoff --retry 1 --connect-timeout 15 --max-time 1800 -o "$file" "$url" >/dev/null This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-06-22 16:49:58
|
Revision: 7731 http://sourceforge.net/p/astlinux/code/7731 Author: abelbeck Date: 2016-06-22 16:49:55 +0000 (Wed, 22 Jun 2016) Log Message: ----------- fop2, automatically add the '--dbdir /etc/fop2' server option for FOP2 version 2.31+, Thanks to Michael Keuter for discovering this change Modified Paths: -------------- branches/1.0/package/asterisk-fop2/fop2.init Modified: branches/1.0/package/asterisk-fop2/fop2.init =================================================================== --- branches/1.0/package/asterisk-fop2/fop2.init 2016-06-20 20:57:51 UTC (rev 7730) +++ branches/1.0/package/asterisk-fop2/fop2.init 2016-06-22 16:49:55 UTC (rev 7731) @@ -24,6 +24,26 @@ # eliminate the 2x requirement, but would be bad practice if another PAR application was in use. TMPSIZEMAX=50000 +set_version_specific_options() +{ + local ver_str + + OPTIONS="" + + if [ ! -f "$PACKAGES_DIR/fop2/.sha1" ]; then + return + fi + + ver_str="$(sed -n -r -e 's:^.*/fop2-([^-]+)-.*$:\1:p' "$PACKAGES_DIR/fop2/.sha1")" + + # Set preferences database file location + case "$ver_str" in + 2.2[0-9]*) ;; + 2.30*) ;; + *) OPTIONS="$OPTIONS${OPTIONS:+ }--dbdir /etc/fop2" ;; + esac +} + init () { if [ ! -d /mnt/kd/fop2 ]; then @@ -40,7 +60,9 @@ if [ -f /etc/fop2/fop2.cfg ]; then echo "Starting Asterisk FOP2..." - $FOP2_SERVER -d -c /etc/fop2 -p $PIDFILE + set_version_specific_options + + $FOP2_SERVER -d -c /etc/fop2 -p $PIDFILE $OPTIONS fi } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-06-20 20:57:53
|
Revision: 7730 http://sourceforge.net/p/astlinux/code/7730 Author: abelbeck Date: 2016-06-20 20:57:51 +0000 (Mon, 20 Jun 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-06-20 20:30:21 UTC (rev 7729) +++ branches/1.0/docs/ChangeLog.txt 2016-06-20 20:57:51 UTC (rev 7730) @@ -10,6 +10,11 @@ Released @TBD@ +** IMPORTANT NOTICE + +-- The AstLinux Project's cloud infrastructure has changed from 'mirror.astlinux.org' to 'mirror.astlinux-project.org' + == The web interface "Prefs tab -> Repository URL:" needs to be changed accordingly unless you are using a private repository. + ** Build System -- Added support for x86_64 KVM/Xen VM's and Virtio paravirtualized drivers with the new board type genx86_64-vm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-06-20 20:30:23
|
Revision: 7729 http://sourceforge.net/p/astlinux/code/7729 Author: abelbeck Date: 2016-06-20 20:30:21 +0000 (Mon, 20 Jun 2016) Log Message: ----------- web interface, rename 'astlinux.org' to 'astlinux-project.org' Modified Paths: -------------- branches/1.0/package/webinterface/altweb/admin/ipsecmobile.php branches/1.0/package/webinterface/altweb/admin/network.php branches/1.0/package/webinterface/altweb/admin/openvpn.php branches/1.0/package/webinterface/altweb/admin/siptlscert.php branches/1.0/package/webinterface/altweb/common/functions.php branches/1.0/package/webinterface/altweb/common/openssl-ipsecmobile.php branches/1.0/package/webinterface/altweb/common/openssl-sip-tls.php Modified: branches/1.0/package/webinterface/altweb/admin/ipsecmobile.php =================================================================== --- branches/1.0/package/webinterface/altweb/admin/ipsecmobile.php 2016-06-19 22:41:59 UTC (rev 7728) +++ branches/1.0/package/webinterface/altweb/admin/ipsecmobile.php 2016-06-20 20:30:21 UTC (rev 7729) @@ -75,7 +75,7 @@ } } if (($email = getPREFdef($global_prefs, 'dn_email_address_cmdstr')) === '') { - $email = 'in...@as...'; + $email = 'in...@as...'; } $ssl = ipsecmobileSETUP($opts, $countryName, $stateName, $localityName, $orgName, $orgUnit, $commonName, $email); return($ssl); Modified: branches/1.0/package/webinterface/altweb/admin/network.php =================================================================== --- branches/1.0/package/webinterface/altweb/admin/network.php 2016-06-19 22:41:59 UTC (rev 7728) +++ branches/1.0/package/webinterface/altweb/admin/network.php 2016-06-20 20:30:21 UTC (rev 7729) @@ -539,7 +539,7 @@ $commonName = '*'; } if (($email = getPREFdef($global_prefs, 'dn_email_address_cmdstr')) === '') { - $email = 'in...@as...'; + $email = 'in...@as...'; } $fname = '/mnt/kd/ssl/webinterface.pem'; if (opensslCREATEhttpsCert($countryName, $stateName, $localityName, $orgName, $orgUnit, $commonName, $email, $fname)) { Modified: branches/1.0/package/webinterface/altweb/admin/openvpn.php =================================================================== --- branches/1.0/package/webinterface/altweb/admin/openvpn.php 2016-06-19 22:41:59 UTC (rev 7728) +++ branches/1.0/package/webinterface/altweb/admin/openvpn.php 2016-06-20 20:30:21 UTC (rev 7729) @@ -79,7 +79,7 @@ } } if (($email = getPREFdef($global_prefs, 'dn_email_address_cmdstr')) === '') { - $email = 'in...@as...'; + $email = 'in...@as...'; } $ssl = openvpnSETUP($opts, $countryName, $stateName, $localityName, $orgName, $orgUnit, $commonName, $email); return($ssl); Modified: branches/1.0/package/webinterface/altweb/admin/siptlscert.php =================================================================== --- branches/1.0/package/webinterface/altweb/admin/siptlscert.php 2016-06-19 22:41:59 UTC (rev 7728) +++ branches/1.0/package/webinterface/altweb/admin/siptlscert.php 2016-06-20 20:30:21 UTC (rev 7729) @@ -75,7 +75,7 @@ } } if (($email = getPREFdef($global_prefs, 'dn_email_address_cmdstr')) === '') { - $email = 'in...@as...'; + $email = 'in...@as...'; } $ssl = sip_tls_SETUP($opts, $countryName, $stateName, $localityName, $orgName, $orgUnit, $commonName, $email); return($ssl); Modified: branches/1.0/package/webinterface/altweb/common/functions.php =================================================================== --- branches/1.0/package/webinterface/altweb/common/functions.php 2016-06-19 22:41:59 UTC (rev 7728) +++ branches/1.0/package/webinterface/altweb/common/functions.php 2016-06-20 20:30:21 UTC (rev 7729) @@ -622,7 +622,7 @@ $ver3 = ''; } - $str = 'https://mirror.astlinux.org/'; + $str = 'https://mirror.astlinux-project.org/'; if ($ver3 === '1.4') { $str .= 'firmware-1.x'; Modified: branches/1.0/package/webinterface/altweb/common/openssl-ipsecmobile.php =================================================================== --- branches/1.0/package/webinterface/altweb/common/openssl-ipsecmobile.php 2016-06-19 22:41:59 UTC (rev 7728) +++ branches/1.0/package/webinterface/altweb/common/openssl-ipsecmobile.php 2016-06-20 20:30:21 UTC (rev 7729) @@ -30,7 +30,7 @@ '', '[ ipsecmobile_server ]', 'basicConstraints=CA:FALSE', - ($opts['dnsname'] !== '' ? 'subjectAltName=DNS:'.$opts['dnsname'] : '#subjectAltName=DNS:vpn.astlinux.org'), + ($opts['dnsname'] !== '' ? 'subjectAltName=DNS:'.$opts['dnsname'] : '#subjectAltName=DNS:vpn.astlinux-project.org'), 'nsCertType=server', 'nsComment="IPsec Mobile Server Certificate"', 'subjectKeyIdentifier=hash', Modified: branches/1.0/package/webinterface/altweb/common/openssl-sip-tls.php =================================================================== --- branches/1.0/package/webinterface/altweb/common/openssl-sip-tls.php 2016-06-19 22:41:59 UTC (rev 7728) +++ branches/1.0/package/webinterface/altweb/common/openssl-sip-tls.php 2016-06-20 20:30:21 UTC (rev 7729) @@ -30,7 +30,7 @@ '', '[ sip_tls_server ]', 'basicConstraints=CA:FALSE', - ($opts['dnsname'] !== '' ? 'subjectAltName=DNS:'.$opts['dnsname'] : '#subjectAltName=DNS:tls.astlinux.org'), + ($opts['dnsname'] !== '' ? 'subjectAltName=DNS:'.$opts['dnsname'] : '#subjectAltName=DNS:tls.astlinux-project.org'), 'nsCertType=server', 'nsComment="Asterisk SIP-TLS Server Certificate"', 'subjectKeyIdentifier=hash', This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-06-19 22:42:02
|
Revision: 7728 http://sourceforge.net/p/astlinux/code/7728 Author: abelbeck Date: 2016-06-19 22:41:59 +0000 (Sun, 19 Jun 2016) Log Message: ----------- build system, rename Amazon S3 URL's 'files.astlinux.org' to 'files.astlinux-project.org' Modified Paths: -------------- branches/1.0/package/arnofw/arnofw.mk branches/1.0/package/clix/clix.mk branches/1.0/package/freeswitch/freeswitch.mk branches/1.0/package/iksemel/iksemel.mk branches/1.0/package/inadyn/inadyn.mk branches/1.0/package/libical/libical.mk branches/1.0/package/libsrtp/libsrtp.mk branches/1.0/package/lm-sensors/lm-sensors.mk branches/1.0/package/luasec/luasec.mk branches/1.0/package/luasocket/luasocket.mk branches/1.0/package/mac2vendor/mac2vendor.mk branches/1.0/package/mdnsresponder/mdnsresponder.mk branches/1.0/package/perl/perl.mk branches/1.0/package/php/php.mk branches/1.0/package/r8168/r8168.mk branches/1.0/package/rtpproxy/rtpproxy.mk branches/1.0/package/shellinabox/shellinabox.mk branches/1.0/package/sipgrep/sipgrep.mk branches/1.0/package/tg3/tg3.mk Modified: branches/1.0/package/arnofw/arnofw.mk =================================================================== --- branches/1.0/package/arnofw/arnofw.mk 2016-06-19 22:35:06 UTC (rev 7727) +++ branches/1.0/package/arnofw/arnofw.mk 2016-06-19 22:41:59 UTC (rev 7728) @@ -7,7 +7,7 @@ ARNOFW_ROOT := arno-iptables-firewall ARNOFW_SOURCE := $(ARNOFW_ROOT)_$(ARNOFW_VER).tar.gz ARNOFW_SITE := http://rocky.eld.leidenuniv.nl/arno-iptables-firewall -#ARNOFW_SITE := http://files.astlinux.org +#ARNOFW_SITE := http://files.astlinux-project.org ARNOFW_DIR := $(BUILD_DIR)/$(ARNOFW_ROOT)_$(ARNOFW_VER) ARNOFW_CAT := zcat ARNOFW_TARGET_BINARY := /usr/sbin/arno-iptables-firewall Modified: branches/1.0/package/clix/clix.mk =================================================================== --- branches/1.0/package/clix/clix.mk 2016-06-19 22:35:06 UTC (rev 7727) +++ branches/1.0/package/clix/clix.mk 2016-06-19 22:41:59 UTC (rev 7728) @@ -5,7 +5,7 @@ ############################################################# CLIX_VERSION = 2013-03-30 CLIX_SOURCE = clix-$(CLIX_VERSION).tar.gz -CLIX_SITE = http://files.astlinux.org +CLIX_SITE = http://files.astlinux-project.org define CLIX_INSTALL_TARGET_CMDS install -D -m 755 $(@D)/clix.bin $(TARGET_DIR)/usr/bin/clix Modified: branches/1.0/package/freeswitch/freeswitch.mk =================================================================== --- branches/1.0/package/freeswitch/freeswitch.mk 2016-06-19 22:35:06 UTC (rev 7727) +++ branches/1.0/package/freeswitch/freeswitch.mk 2016-06-19 22:41:59 UTC (rev 7728) @@ -7,7 +7,7 @@ # Manual snapshots generated from: # git clone git://git.freeswitch.org/freeswitch.git # -FREESWITCH_SITE := http://files.astlinux.org +FREESWITCH_SITE := http://files.astlinux-project.org FREESWITCH_VERSION := 2011-10-18 FREESWITCH_SOURCE := freeswitch-$(FREESWITCH_VERSION).tar.gz FREESWITCH_DIR := $(BUILD_DIR)/freeswitch-$(FREESWITCH_VERSION) Modified: branches/1.0/package/iksemel/iksemel.mk =================================================================== --- branches/1.0/package/iksemel/iksemel.mk 2016-06-19 22:35:06 UTC (rev 7727) +++ branches/1.0/package/iksemel/iksemel.mk 2016-06-19 22:41:59 UTC (rev 7728) @@ -6,7 +6,7 @@ IKSEMEL_VERSION = 1.5-pre1 IKSEMEL_SOURCE = iksemel-$(IKSEMEL_VERSION).tar.gz #IKSEMEL_SITE = http://iksemel.googlecode.com/files -IKSEMEL_SITE = http://files.astlinux.org +IKSEMEL_SITE = http://files.astlinux-project.org IKSEMEL_DEPENDENCIES = openssl IKSEMEL_INSTALL_STAGING = YES Modified: branches/1.0/package/inadyn/inadyn.mk =================================================================== --- branches/1.0/package/inadyn/inadyn.mk 2016-06-19 22:35:06 UTC (rev 7727) +++ branches/1.0/package/inadyn/inadyn.mk 2016-06-19 22:41:59 UTC (rev 7728) @@ -6,7 +6,7 @@ INADYN_VERSION = 1.96.2 INADYN_SOURCE:=inadyn-$(INADYN_VERSION).tar.gz -INADYN_SITE = http://files.astlinux.org +INADYN_SITE = http://files.astlinux-project.org define INADYN_DDCLIENT_EXTRACT $(INSTALL) -m 0755 -D package/inadyn/ddclient/ddclient.pl $(@D)/ddclient/ddclient Modified: branches/1.0/package/libical/libical.mk =================================================================== --- branches/1.0/package/libical/libical.mk 2016-06-19 22:35:06 UTC (rev 7727) +++ branches/1.0/package/libical/libical.mk 2016-06-19 22:41:59 UTC (rev 7728) @@ -7,7 +7,7 @@ #LIBICAL_VERSION = 0.48 #LIBICAL_SITE = http://downloads.sourceforge.net/project/freeassociation/libical/libical-$(LIBICAL_VERSION) LIBICAL_VERSION = r1139 -LIBICAL_SITE = http://files.astlinux.org +LIBICAL_SITE = http://files.astlinux-project.org LIBICAL_DEPENDENCIES = host-bison host-flex LIBICAL_INSTALL_STAGING = YES LIBICAL_AUTORECONF = YES Modified: branches/1.0/package/libsrtp/libsrtp.mk =================================================================== --- branches/1.0/package/libsrtp/libsrtp.mk 2016-06-19 22:35:06 UTC (rev 7727) +++ branches/1.0/package/libsrtp/libsrtp.mk 2016-06-19 22:41:59 UTC (rev 7728) @@ -4,7 +4,7 @@ # ############################################################# LIBSRTP_VERSION = 1.5.4 -LIBSRTP_SITE = http://files.astlinux.org +LIBSRTP_SITE = http://files.astlinux-project.org #LIBSRTP_SITE = https://github.com/cisco/libsrtp/releases LIBSRTP_SOURCE = libsrtp-$(LIBSRTP_VERSION).tar.gz LIBSRTP_INSTALL_STAGING = YES Modified: branches/1.0/package/lm-sensors/lm-sensors.mk =================================================================== --- branches/1.0/package/lm-sensors/lm-sensors.mk 2016-06-19 22:35:06 UTC (rev 7727) +++ branches/1.0/package/lm-sensors/lm-sensors.mk 2016-06-19 22:41:59 UTC (rev 7728) @@ -6,7 +6,7 @@ LM_SENSORS_VERSION = 3.4.0 LM_SENSORS_SOURCE = lm_sensors-$(LM_SENSORS_VERSION).tar.bz2 ##down##LM_SENSORS_SITE = http://dl.lm-sensors.org/lm-sensors/releases -LM_SENSORS_SITE = http://files.astlinux.org +LM_SENSORS_SITE = http://files.astlinux-project.org LM_SENSORS_INSTALL_STAGING = YES LM_SENSORS_DEPENDENCIES = host-bison host-flex Modified: branches/1.0/package/luasec/luasec.mk =================================================================== --- branches/1.0/package/luasec/luasec.mk 2016-06-19 22:35:06 UTC (rev 7727) +++ branches/1.0/package/luasec/luasec.mk 2016-06-19 22:41:59 UTC (rev 7728) @@ -6,7 +6,7 @@ LUASEC_VERSION = 0.5 LUASEC_SOURCE = luasec-prosody-$(LUASEC_VERSION).tar.gz -LUASEC_SITE = http://files.astlinux.org +LUASEC_SITE = http://files.astlinux-project.org LUASEC_DEPENDENCIES = lua openssl luasocket define LUASEC_BUILD_CMDS Modified: branches/1.0/package/luasocket/luasocket.mk =================================================================== --- branches/1.0/package/luasocket/luasocket.mk 2016-06-19 22:35:06 UTC (rev 7727) +++ branches/1.0/package/luasocket/luasocket.mk 2016-06-19 22:41:59 UTC (rev 7728) @@ -6,7 +6,7 @@ LUASOCKET_VERSION = 3.0-rc1 LUASOCKET_SOURCE = luasocket-$(LUASOCKET_VERSION).tar.gz -LUASOCKET_SITE = http://files.astlinux.org +LUASOCKET_SITE = http://files.astlinux-project.org #LUASOCKET_SITE = http://github.com/diegonehab/luasocket/archive LUASOCKET_DEPENDENCIES = lua Modified: branches/1.0/package/mac2vendor/mac2vendor.mk =================================================================== --- branches/1.0/package/mac2vendor/mac2vendor.mk 2016-06-19 22:35:06 UTC (rev 7727) +++ branches/1.0/package/mac2vendor/mac2vendor.mk 2016-06-19 22:41:59 UTC (rev 7728) @@ -6,7 +6,7 @@ MAC2VENDOR_VERSION = 2016-01-17 MAC2VENDOR_SOURCE = oui-$(MAC2VENDOR_VERSION).txt -MAC2VENDOR_SITE = http://files.astlinux.org +MAC2VENDOR_SITE = http://files.astlinux-project.org ## ## curl -o dl/oui-2016-01-17.txt http://standards-oui.ieee.org/oui.txt Modified: branches/1.0/package/mdnsresponder/mdnsresponder.mk =================================================================== --- branches/1.0/package/mdnsresponder/mdnsresponder.mk 2016-06-19 22:35:06 UTC (rev 7727) +++ branches/1.0/package/mdnsresponder/mdnsresponder.mk 2016-06-19 22:41:59 UTC (rev 7728) @@ -6,7 +6,7 @@ MDNSRESPONDER_VERSION := 107.6 MDNSRESPONDER_SOURCE := mDNSResponder-$(MDNSRESPONDER_VERSION).tar.gz #MDNSRESPONDER_SITE := http://www.opensource.apple.com/tarballs/mDNSResponder -MDNSRESPONDER_SITE := http://files.astlinux.org +MDNSRESPONDER_SITE := http://files.astlinux-project.org MDNSRESPONDER_DIR := $(BUILD_DIR)/mDNSResponder-$(MDNSRESPONDER_VERSION) MDNSRESPONDER_BINARY := mDNSPosix/build/prod/mDNSProxyResponderPosix MDNSRESPONDER_TARGET_BINARY := usr/sbin/mDNSProxyResponderPosix Modified: branches/1.0/package/perl/perl.mk =================================================================== --- branches/1.0/package/perl/perl.mk 2016-06-19 22:35:06 UTC (rev 7727) +++ branches/1.0/package/perl/perl.mk 2016-06-19 22:41:59 UTC (rev 7728) @@ -19,7 +19,7 @@ PERL_CROSS_VERSION = 1.0.2 PERL_CROSS_SITE = https://github.com/arsv/perl-cross/releases/download/$(PERL_CROSS_VERSION) -#PERL_CROSS_SITE = http://files.astlinux.org +#PERL_CROSS_SITE = http://files.astlinux-project.org PERL_CROSS_SOURCE = perl-$(PERL_VERSION)-cross-$(PERL_CROSS_VERSION).tar.gz # We use the perlcross hack to cross-compile perl. It should Modified: branches/1.0/package/php/php.mk =================================================================== --- branches/1.0/package/php/php.mk 2016-06-19 22:35:06 UTC (rev 7727) +++ branches/1.0/package/php/php.mk 2016-06-19 22:41:59 UTC (rev 7728) @@ -14,7 +14,7 @@ ifeq ($(BR2_PACKAGE_PHP_EXT_TIMEZONEDB),y) PHP_TIMEZONEDB_VERSION = 2016.5 -PHP_TIMEZONEDB_SITE = http://files.astlinux.org +PHP_TIMEZONEDB_SITE = http://files.astlinux-project.org PHP_TIMEZONEDB_SOURCE = timezonedb-$(PHP_TIMEZONEDB_VERSION).tar.gz define PHP_TIMEZONEDB_DOWNLOAD Modified: branches/1.0/package/r8168/r8168.mk =================================================================== --- branches/1.0/package/r8168/r8168.mk 2016-06-19 22:35:06 UTC (rev 7727) +++ branches/1.0/package/r8168/r8168.mk 2016-06-19 22:41:59 UTC (rev 7728) @@ -6,7 +6,7 @@ R8168_VERSION = 8.038.00 R8168_SOURCE:=r8168-$(R8168_VERSION).tar.bz2 -R8168_SITE = http://files.astlinux.org +R8168_SITE = http://files.astlinux-project.org R8168_DEPENDENCIES = linux R8168_UNINSTALL_STAGING_OPT = --version Modified: branches/1.0/package/rtpproxy/rtpproxy.mk =================================================================== --- branches/1.0/package/rtpproxy/rtpproxy.mk 2016-06-19 22:35:06 UTC (rev 7727) +++ branches/1.0/package/rtpproxy/rtpproxy.mk 2016-06-19 22:41:59 UTC (rev 7728) @@ -5,7 +5,7 @@ ############################################################# RTPPROXY_VERSION = 2.0.0 -RTPPROXY_SITE = http://files.astlinux.org +RTPPROXY_SITE = http://files.astlinux-project.org #RTPPROXY_SITE = https://github.com/sippy/rtpproxy RTPPROXY_SOURCE = rtpproxy-$(RTPPROXY_VERSION).tar.gz Modified: branches/1.0/package/shellinabox/shellinabox.mk =================================================================== --- branches/1.0/package/shellinabox/shellinabox.mk 2016-06-19 22:35:06 UTC (rev 7727) +++ branches/1.0/package/shellinabox/shellinabox.mk 2016-06-19 22:41:59 UTC (rev 7728) @@ -6,7 +6,7 @@ SHELLINABOX_VERSION = 2.19 SHELLINABOX_SOURCE = shellinabox-$(SHELLINABOX_VERSION).tar.gz #SHELLINABOX_SITE = https://github.com/shellinabox/shellinabox -SHELLINABOX_SITE = http://files.astlinux.org +SHELLINABOX_SITE = http://files.astlinux-project.org SHELLINABOX_DEPENDENCIES = openssl SHELLINABOX_AUTORECONF = YES Modified: branches/1.0/package/sipgrep/sipgrep.mk =================================================================== --- branches/1.0/package/sipgrep/sipgrep.mk 2016-06-19 22:35:06 UTC (rev 7727) +++ branches/1.0/package/sipgrep/sipgrep.mk 2016-06-19 22:41:59 UTC (rev 7728) @@ -6,7 +6,7 @@ SIPGREP_VERSION = 2.1.0 SIPGREP_SOURCE = sipgrep-$(SIPGREP_VERSION).tar.gz -SIPGREP_SITE = http://files.astlinux.org +SIPGREP_SITE = http://files.astlinux-project.org #SIPGREP_SITE = https://github.com/adubovikov/sipgrep/releases SIPGREP_DEPENDENCIES = libpcap pcre Modified: branches/1.0/package/tg3/tg3.mk =================================================================== --- branches/1.0/package/tg3/tg3.mk 2016-06-19 22:35:06 UTC (rev 7727) +++ branches/1.0/package/tg3/tg3.mk 2016-06-19 22:41:59 UTC (rev 7728) @@ -6,7 +6,7 @@ TG3_VERSION = 3.137k TG3_SOURCE:=tg3-$(TG3_VERSION).tar.gz -TG3_SITE = http://files.astlinux.org +TG3_SITE = http://files.astlinux-project.org TG3_DEPENDENCIES = linux TG3_UNINSTALL_STAGING_OPT = --version This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-06-19 22:35:09
|
Revision: 7727 http://sourceforge.net/p/astlinux/code/7727 Author: abelbeck Date: 2016-06-19 22:35:06 +0000 (Sun, 19 Jun 2016) Log Message: ----------- Rename S3 related URL's from astlinux.org to astlinux-project.org, and S3 buckets from astlinuxfiles,astlinuxmirror to files.astlinux-project,mirror.astlinux-project Modified Paths: -------------- branches/1.0/crosstool-ng-src/get-files.sh branches/1.0/project/astlinux/target_skeleton/usr/sbin/download-file branches/1.0/project/astlinux/target_skeleton/usr/sbin/set-locale branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-RUNNIX-image branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-package branches/1.0/scripts/gen-locale branches/1.0/scripts/master-locales branches/1.0/scripts/master-runnix-upload branches/1.0/scripts/master-sounds branches/1.0/scripts/master-upload branches/1.0/scripts/upload-dl-pair branches/1.0/scripts/upload_script.sh branches/1.0/toolchain/getter_script.sh Modified: branches/1.0/crosstool-ng-src/get-files.sh =================================================================== --- branches/1.0/crosstool-ng-src/get-files.sh 2016-06-17 15:56:00 UTC (rev 7726) +++ branches/1.0/crosstool-ng-src/get-files.sh 2016-06-19 22:35:06 UTC (rev 7727) @@ -1,7 +1,6 @@ # shell script to add additional files -#FILES_URL="http://files.astlinux.org" -FILES_URL="http://d18y2f4fr43xzs.cloudfront.net" +FILES_URL="http://files.astlinux-project.org" TARBALLS=".build/tarballs" Modified: branches/1.0/project/astlinux/target_skeleton/usr/sbin/download-file =================================================================== --- branches/1.0/project/astlinux/target_skeleton/usr/sbin/download-file 2016-06-17 15:56:00 UTC (rev 7726) +++ branches/1.0/project/astlinux/target_skeleton/usr/sbin/download-file 2016-06-19 22:35:06 UTC (rev 7727) @@ -41,7 +41,7 @@ ## Redirect AstLinux mirror URL to HTTPS ## -redirect_url_to_https "mirror.astlinux.org" +redirect_url_to_https "mirror.astlinux-project.org" curl -sSfL --globoff --retry 1 --connect-timeout 15 --max-time 1800 -o "$file" "$url" >/dev/null Modified: branches/1.0/project/astlinux/target_skeleton/usr/sbin/set-locale =================================================================== --- branches/1.0/project/astlinux/target_skeleton/usr/sbin/set-locale 2016-06-17 15:56:00 UTC (rev 7726) +++ branches/1.0/project/astlinux/target_skeleton/usr/sbin/set-locale 2016-06-19 22:35:06 UTC (rev 7727) @@ -7,7 +7,7 @@ GREEN=0 # # locale repository -SRC_URL="https://mirror.astlinux.org/locale" +SRC_URL="https://mirror.astlinux-project.org/locale" # # base locale directory BASE="/usr/lib/locale" Modified: branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-RUNNIX-image =================================================================== --- branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-RUNNIX-image 2016-06-17 15:56:00 UTC (rev 7726) +++ branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-RUNNIX-image 2016-06-19 22:35:06 UTC (rev 7727) @@ -7,7 +7,7 @@ GREEN=0 # # Default RUNNIX Repository -SRC_URL="https://mirror.astlinux.org/runnix4" +SRC_URL="https://mirror.astlinux-project.org/runnix4" # # Default RUNNIX Version (use if no local 'ver' file) RUN_VER="runnix-0.2.1" Modified: branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-package =================================================================== --- branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-package 2016-06-17 15:56:00 UTC (rev 7726) +++ branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-package 2016-06-19 22:35:06 UTC (rev 7727) @@ -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="http://files.astlinux.org/fop2-2.28-debian-$(uname -m | sed -e 's/i.86/i386/').tgz" + SRC_URL="https://files.astlinux-project.org/fop2-2.28-debian-$(uname -m | sed -e 's/i.86/i386/').tgz" ;; show) Modified: branches/1.0/scripts/gen-locale =================================================================== --- branches/1.0/scripts/gen-locale 2016-06-17 15:56:00 UTC (rev 7726) +++ branches/1.0/scripts/gen-locale 2016-06-19 22:35:06 UTC (rev 7727) @@ -33,7 +33,7 @@ echo "gen-locale: Skipping '$i', only UTF-8 is supported." >&2 continue fi - localedef --prefix "$TMP_DIR" --little-endian -c -i ${lang} -f UTF-8 ${lang}.UTF-8 + localedef --prefix "$TMP_DIR" -c -i ${lang} -f UTF-8 ${lang}.UTF-8 if [ $? -eq 0 ]; then VALID="$VALID${VALID:+, }${lang}.UTF-8" fi Modified: branches/1.0/scripts/master-locales =================================================================== --- branches/1.0/scripts/master-locales 2016-06-17 15:56:00 UTC (rev 7726) +++ branches/1.0/scripts/master-locales 2016-06-19 22:35:06 UTC (rev 7727) @@ -80,6 +80,8 @@ vi_VN " +S3_BUCKET="mirror.astlinux-project" + TMP_LIST_FILE="/tmp/master-locale-list" LOCALE_FILE="$(pwd)/locale-archive" @@ -98,13 +100,13 @@ sha1sum locale-archive.gz > locale-archive.gz.sha1 for file in locale-archive.gz locale-archive.gz.sha1; do if [ "$ACTION" = "upload" ]; then - s3cmd put --acl-public "$file" "s3://astlinuxmirror/locale/${locale}/${file}" + s3cmd put --acl-public "$file" "s3://${S3_BUCKET}/locale/${locale}/${file}" if [ $? -ne 0 ]; then rm -f "$TMP_LIST_FILE" "$LOCALE_FILE.gz" "$LOCALE_FILE.gz.sha1" exit 1 fi else - echo "s3cmd put --acl-public $file s3://astlinuxmirror/locale/${locale}/${file}" + echo "s3cmd put --acl-public $file s3://${S3_BUCKET}/locale/${locale}/${file}" fi done else @@ -114,13 +116,13 @@ file="$TMP_LIST_FILE" if [ "$ACTION" = "upload" ]; then - s3cmd put --acl-public "$file" "s3://astlinuxmirror/locale/locales.txt" + s3cmd put --acl-public "$file" "s3://${S3_BUCKET}/locale/locales.txt" if [ $? -ne 0 ]; then rm -f "$TMP_LIST_FILE" "$LOCALE_FILE" "$LOCALE_FILE.gz" "$LOCALE_FILE.gz.sha1" exit 1 fi else - echo "s3cmd put --acl-public $file s3://astlinuxmirror/locale/locales.txt" + echo "s3cmd put --acl-public $file s3://${S3_BUCKET}/locale/locales.txt" fi if [ $err_cnt -gt 0 ]; then Modified: branches/1.0/scripts/master-runnix-upload =================================================================== --- branches/1.0/scripts/master-runnix-upload 2016-06-17 15:56:00 UTC (rev 7726) +++ branches/1.0/scripts/master-runnix-upload 2016-06-19 22:35:06 UTC (rev 7727) @@ -20,7 +20,7 @@ echo "$runnix" > /tmp/ver for file in $runnix.tar.gz $runnix.tar.gz.sha1 /tmp/ver; do - s3cmd put --acl-public "$file" "s3://astlinuxmirror/runnix4/${file##*/}" + s3cmd put --acl-public "$file" "s3://mirror.astlinux-project/runnix4/${file##*/}" done rm /tmp/ver Modified: branches/1.0/scripts/master-sounds =================================================================== --- branches/1.0/scripts/master-sounds 2016-06-17 15:56:00 UTC (rev 7726) +++ branches/1.0/scripts/master-sounds 2016-06-19 22:35:06 UTC (rev 7727) @@ -86,6 +86,8 @@ asterisk-moh-opsound-wav " +S3_BUCKET="mirror.astlinux-project" + SOUNDS_URL="http://downloads.asterisk.org/pub/telephony/sounds" SUFFIX="current.tar.gz" @@ -120,19 +122,19 @@ download_sound $i if [ $? -eq 0 ]; then if [ "$ACTION" = "upload" ]; then - s3cmd put --acl-public "$TMP_SND_FILE" "s3://astlinuxmirror/asterisk-sounds/${i}-${SUFFIX}" + s3cmd put --acl-public "$TMP_SND_FILE" "s3://${S3_BUCKET}/asterisk-sounds/${i}-${SUFFIX}" if [ $? -ne 0 ]; then cleanup exit 1 fi - s3cmd put --acl-public "$TMP_SND_FILE.sha1" "s3://astlinuxmirror/asterisk-sounds/${i}-${SUFFIX}.sha1" + s3cmd put --acl-public "$TMP_SND_FILE.sha1" "s3://${S3_BUCKET}/asterisk-sounds/${i}-${SUFFIX}.sha1" if [ $? -ne 0 ]; then cleanup exit 1 fi else - echo "s3cmd put --acl-public $TMP_SND_FILE s3://astlinuxmirror/asterisk-sounds/${i}-${SUFFIX}" - echo "s3cmd put --acl-public $TMP_SND_FILE.sha1 s3://astlinuxmirror/asterisk-sounds/${i}-${SUFFIX}.sha1" + echo "s3cmd put --acl-public $TMP_SND_FILE s3://${S3_BUCKET}/asterisk-sounds/${i}-${SUFFIX}" + echo "s3cmd put --acl-public $TMP_SND_FILE.sha1 s3://${S3_BUCKET}/asterisk-sounds/${i}-${SUFFIX}.sha1" fi else err_cnt=$((err_cnt+1)) Modified: branches/1.0/scripts/master-upload =================================================================== --- branches/1.0/scripts/master-upload 2016-06-17 15:56:00 UTC (rev 7726) +++ branches/1.0/scripts/master-upload 2016-06-19 22:35:06 UTC (rev 7727) @@ -14,7 +14,7 @@ local remote_dir="$1" files="$2" count="$3" IFS=' ' file for file in $files; do - s3cmd put --acl-public "$file" "s3://astlinuxmirror/$remote_dir/${file##*/}" + s3cmd put --acl-public "$file" "s3://mirror.astlinux-project/$remote_dir/${file##*/}" done if [ $? -eq 0 ]; then Modified: branches/1.0/scripts/upload-dl-pair =================================================================== --- branches/1.0/scripts/upload-dl-pair 2016-06-17 15:56:00 UTC (rev 7726) +++ branches/1.0/scripts/upload-dl-pair 2016-06-19 22:35:06 UTC (rev 7727) @@ -14,6 +14,6 @@ sha1sum ${1} > ${1}.sha1 for file in ${1} ${1}.sha1; do - s3cmd put --acl-public "$file" "s3://astlinuxfiles/${file##*/}" + s3cmd put --acl-public "$file" "s3://files.astlinux-project/${file##*/}" done Modified: branches/1.0/scripts/upload_script.sh =================================================================== --- branches/1.0/scripts/upload_script.sh 2016-06-17 15:56:00 UTC (rev 7726) +++ branches/1.0/scripts/upload_script.sh 2016-06-19 22:35:06 UTC (rev 7727) @@ -15,7 +15,7 @@ done if [ "$action" = "all" ]; then - s3cmd sync --acl-public --exclude '*/*' -v dl/ s3://astlinuxfiles/ + s3cmd sync --acl-public --exclude '*/*' -v dl/ s3://files.astlinux-project/ elif [ "$action" = "dry-run" ]; then - s3cmd sync --dry-run --exclude '*/*' -v dl/ s3://astlinuxfiles/ + s3cmd sync --dry-run --exclude '*/*' -v dl/ s3://files.astlinux-project/ fi Modified: branches/1.0/toolchain/getter_script.sh =================================================================== --- branches/1.0/toolchain/getter_script.sh 2016-06-17 15:56:00 UTC (rev 7726) +++ branches/1.0/toolchain/getter_script.sh 2016-06-19 22:35:06 UTC (rev 7727) @@ -1,9 +1,8 @@ #!/bin/bash # getter_better script from gumstix # what a great idea... -#SITE="http://astlinuxfiles.s3.amazonaws.com" -#SITE="files.astlinux.org" -SITE="d18y2f4fr43xzs.cloudfront.net" +#SITE="http://s3.amazonaws.com/files.astlinux-project" +SITE="files.astlinux-project.org" WGET_ARGS="--passive-ftp --timeout=30 -c -t 2" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-06-17 15:56:02
|
Revision: 7726 http://sourceforge.net/p/astlinux/code/7726 Author: abelbeck Date: 2016-06-17 15:56:00 +0000 (Fri, 17 Jun 2016) Log Message: ----------- No longer upload '.img.gz' files since they are contained in the '.iso' files Modified Paths: -------------- branches/1.0/scripts/master-upload Modified: branches/1.0/scripts/master-upload =================================================================== --- branches/1.0/scripts/master-upload 2016-06-17 15:50:31 UTC (rev 7725) +++ branches/1.0/scripts/master-upload 2016-06-17 15:56:00 UTC (rev 7726) @@ -138,7 +138,7 @@ done # Upload .img.gz flash images -upload_flash_images "$input_path/img" "downloads/img" +#upload_flash_images "$input_path/img" "downloads/img" # Upload .iso installer images upload_iso_images "$input_path/iso" "downloads/iso" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-06-17 15:50:34
|
Revision: 7725 http://sourceforge.net/p/astlinux/code/7725 Author: abelbeck Date: 2016-06-17 15:50:31 +0000 (Fri, 17 Jun 2016) Log Message: ----------- tweak upload_script.sh script Modified Paths: -------------- branches/1.0/scripts/upload_script.sh Modified: branches/1.0/scripts/upload_script.sh =================================================================== --- branches/1.0/scripts/upload_script.sh 2016-06-16 13:31:13 UTC (rev 7724) +++ branches/1.0/scripts/upload_script.sh 2016-06-17 15:50:31 UTC (rev 7725) @@ -1,11 +1,21 @@ #!/bin/bash -for i in $(ls dl | grep -v .sha1); do - if [ ! -f dl/"$i".sha1 -a -f dl/"$i" ]; then - sha1sum dl/"$i" > dl/"$i".sha1 +action="$1" + +if [ -z "$action" ]; then + echo "Usage: upload_script.sh all|dry-run" + exit 1 +fi + +for i in $(ls -1 dl | grep -v .sha1); do + if [ -f "dl/${i}" ] && [ ! -f "dl/${i}.sha1" ]; then + echo "Adding SHA1: dl/${i}.sha1" + sha1sum "dl/${i}" > "dl/${i}.sha1" fi done -if [ -z "$1" ]; then +if [ "$action" = "all" ]; then s3cmd sync --acl-public --exclude '*/*' -v dl/ s3://astlinuxfiles/ +elif [ "$action" = "dry-run" ]; then + s3cmd sync --dry-run --exclude '*/*' -v dl/ s3://astlinuxfiles/ fi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-06-16 13:31:14
|
Revision: 7724 http://sourceforge.net/p/astlinux/code/7724 Author: abelbeck Date: 2016-06-16 13:31:13 +0000 (Thu, 16 Jun 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-06-16 13:30:14 UTC (rev 7723) +++ branches/1.0/docs/ChangeLog.txt 2016-06-16 13:31:13 UTC (rev 7724) @@ -63,7 +63,7 @@ -- bc, version bump to 1.06.95 --- Time Zone Database update, tzdata2016d and php-timezonedb-2016.4 +-- Time Zone Database update, tzdata2016e and php-timezonedb-2016.5 -- (Custom Build Only) flashrom, version bump to 0.9.9 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-06-16 13:30:17
|
Revision: 7723 http://sourceforge.net/p/astlinux/code/7723 Author: abelbeck Date: 2016-06-16 13:30:14 +0000 (Thu, 16 Jun 2016) Log Message: ----------- zoneinfo, version bump to 2016e and PHP_TIMEZONEDB 2016.5 Modified Paths: -------------- branches/1.0/package/php/php.mk branches/1.0/package/zoneinfo/zoneinfo.mk Modified: branches/1.0/package/php/php.mk =================================================================== --- branches/1.0/package/php/php.mk 2016-06-15 17:51:01 UTC (rev 7722) +++ branches/1.0/package/php/php.mk 2016-06-16 13:30:14 UTC (rev 7723) @@ -13,7 +13,7 @@ PHP_DEPENDENCIES = host-pkg-config ifeq ($(BR2_PACKAGE_PHP_EXT_TIMEZONEDB),y) -PHP_TIMEZONEDB_VERSION = 2016.4 +PHP_TIMEZONEDB_VERSION = 2016.5 PHP_TIMEZONEDB_SITE = http://files.astlinux.org PHP_TIMEZONEDB_SOURCE = timezonedb-$(PHP_TIMEZONEDB_VERSION).tar.gz Modified: branches/1.0/package/zoneinfo/zoneinfo.mk =================================================================== --- branches/1.0/package/zoneinfo/zoneinfo.mk 2016-06-15 17:51:01 UTC (rev 7722) +++ branches/1.0/package/zoneinfo/zoneinfo.mk 2016-06-16 13:30:14 UTC (rev 7723) @@ -3,7 +3,7 @@ # zoneinfo # ############################################################## -ZONEINFO_VERSION := 2016d +ZONEINFO_VERSION := 2016e ZONEINFO_DATA := tzdata$(ZONEINFO_VERSION).tar.gz ZONEINFO_SOURCE := tzcode$(ZONEINFO_VERSION).tar.gz ZONEINFO_SITE := http://www.iana.org/time-zones/repository/releases This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-06-15 17:51:03
|
Revision: 7722 http://sourceforge.net/p/astlinux/code/7722 Author: abelbeck Date: 2016-06-15 17:51:01 +0000 (Wed, 15 Jun 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-06-15 17:33:47 UTC (rev 7721) +++ branches/1.0/docs/ChangeLog.txt 2016-06-15 17:51:01 UTC (rev 7722) @@ -33,6 +33,8 @@ -- php, version bump to 5.5.36, bug and security fixes +-- Fossil, version bump to 1.35 + -- sqlite, version bump to 3.13.0 -- sqliteodbc, version bump to 0.9994 @@ -51,6 +53,8 @@ -- smartctl, version bump to 6.5, add drivedb.h entry for Phison S9 SSD: PC Engines msata16d, MyDigitalSSD Super-Boot-Drive mSATA +-- pcre, version bump to 8.39, security fixes: CVE-2016-1283, CVE-2016-3191 + -- libxml2, version bump to 2.9.4, security fixes: CVE-2016-1762, CVE-2016-1834, CVE-2016-3705 -- libsodium, version bump to 1.0.10 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-06-15 17:33:50
|
Revision: 7721 http://sourceforge.net/p/astlinux/code/7721 Author: abelbeck Date: 2016-06-15 17:33:47 +0000 (Wed, 15 Jun 2016) Log Message: ----------- fossil, version bump to 1.35 Modified Paths: -------------- branches/1.0/package/fossil/fossil-0001-proxy-base.patch branches/1.0/package/fossil/fossil-0002-tmp-file.patch branches/1.0/package/fossil/fossil.mk Removed Paths: ------------- branches/1.0/package/fossil/fossil-0101-skin-footer-release-version.patch Modified: branches/1.0/package/fossil/fossil-0001-proxy-base.patch =================================================================== --- branches/1.0/package/fossil/fossil-0001-proxy-base.patch 2016-06-15 13:04:02 UTC (rev 7720) +++ branches/1.0/package/fossil/fossil-0001-proxy-base.patch 2016-06-15 17:33:47 UTC (rev 7721) @@ -1,6 +1,6 @@ --- fossil-1.33/src/cgi.c.orig 2015-08-16 14:43:49.000000000 -0500 +++ fossil-1.33/src/cgi.c 2015-08-16 15:14:28.000000000 -0500 -@@ -1346,6 +1346,12 @@ +@@ -1347,6 +1347,12 @@ if( zToken==0 ){ malformed_request("malformed URL in HTTP header"); } @@ -15,7 +15,7 @@ for(i=0; zToken[i] && zToken[i]!='?'; i++){} --- fossil-1.33/src/main.c.orig 2015-08-17 10:47:53.000000000 -0500 +++ fossil-1.33/src/main.c 2015-08-17 11:19:43.000000000 -0500 -@@ -1387,8 +1387,8 @@ +@@ -1479,8 +1479,8 @@ zCur = PD("SCRIPT_NAME","/"); i = strlen(zCur); while( i>0 && zCur[i-1]=='/' ) i--; @@ -28,7 +28,7 @@ }else{ --- fossil-1.33/src/login.c.orig 2015-08-17 23:35:08.000000000 -0500 +++ fossil-1.33/src/login.c 2015-08-17 23:47:02.000000000 -0500 -@@ -1251,9 +1251,9 @@ +@@ -1265,9 +1265,9 @@ Blob redir; blob_init(&redir, 0, 0); if( login_wants_https_redirect() ){ Modified: branches/1.0/package/fossil/fossil-0002-tmp-file.patch =================================================================== --- branches/1.0/package/fossil/fossil-0002-tmp-file.patch 2016-06-15 13:04:02 UTC (rev 7720) +++ branches/1.0/package/fossil/fossil-0002-tmp-file.patch 2016-06-15 17:33:47 UTC (rev 7721) @@ -1,12 +1,12 @@ --- fossil-1.33/src/sqlite3.c.orig 2015-08-17 12:26:08.000000000 -0500 +++ fossil-1.33/src/sqlite3.c 2015-08-17 12:34:29.000000000 -0500 -@@ -32061,8 +32061,8 @@ +@@ -34504,8 +34504,8 @@ + static const char *azDirs[] = { 0, 0, - 0, + "/mnt/kd/fossil/tmp", "/var/tmp", - "/usr/tmp", "/tmp", - 0 /* List terminator */ + "." }; Deleted: branches/1.0/package/fossil/fossil-0101-skin-footer-release-version.patch =================================================================== --- branches/1.0/package/fossil/fossil-0101-skin-footer-release-version.patch 2016-06-15 13:04:02 UTC (rev 7720) +++ branches/1.0/package/fossil/fossil-0101-skin-footer-release-version.patch 2016-06-15 17:33:47 UTC (rev 7721) @@ -1,107 +0,0 @@ -Index: skins/black_and_white/footer.txt -================================================================== ---- fossil-1.34/skins/black_and_white/footer.txt -+++ fossil-1.34/skins/black_and_white/footer.txt -@@ -1,4 +1,4 @@ - <div class="footer"> --Fossil version $manifest_version $manifest_date -+Fossil $release_version $manifest_version $manifest_date - </div> - </body></html> - -Index: skins/blitz/footer.txt -================================================================== ---- fossil-1.34/skins/blitz/footer.txt -+++ fossil-1.34/skins/blitz/footer.txt -@@ -1,12 +1,12 @@ - </div> <!-- end div container --> - </div> <!-- end div middle max-full-width --> - <div class="footer"> - <div class="container"> - <div class="pull-right"> -- <a href="http://fossil-scm.org">Fossil version $manifest_version $manifest_date</a> -+ <a href="http://fossil-scm.org">Fossil $release_version $manifest_version $manifest_date</a> - </div> - This page was generated in about <th1>puts [expr {([utime]+[stime]+1000)/1000*0.001}]</th1>s - </div> - </div> - </body> - </html> - -Index: skins/blitz_no_logo/footer.txt -================================================================== ---- fossil-1.34/skins/blitz_no_logo/footer.txt -+++ fossil-1.34/skins/blitz_no_logo/footer.txt -@@ -1,12 +1,12 @@ - </div> <!-- end div container --> - </div> <!-- end div middle max-full-width --> - <div class="footer"> - <div class="container"> - <div class="pull-right"> -- <a href="http://fossil-scm.org">Fossil version $manifest_version $manifest_date</a> -+ <a href="http://fossil-scm.org">Fossil $release_version $manifest_version $manifest_date</a> - </div> - This page was generated in about <th1>puts [expr {([utime]+[stime]+1000)/1000*0.001}]</th1>s - </div> - </div> - </body> - </html> - -Index: skins/default/footer.txt -================================================================== ---- fossil-1.34/skins/default/footer.txt -+++ fossil-1.34/skins/default/footer.txt -@@ -1,6 +1,6 @@ - <div class="footer"> - This page was generated in about - <th1>puts [expr {([utime]+[stime]+1000)/1000*0.001}]</th1>s by --Fossil version $manifest_version $manifest_date -+Fossil $release_version $manifest_version $manifest_date - </div> - </body></html> - -Index: skins/khaki/footer.txt -================================================================== ---- fossil-1.34/skins/khaki/footer.txt -+++ fossil-1.34/skins/khaki/footer.txt -@@ -1,4 +1,4 @@ - <div class="footer"> --Fossil version $manifest_version $manifest_date -+Fossil $release_version $manifest_version $manifest_date - </div> - </body></html> - -Index: skins/original/footer.txt -================================================================== ---- fossil-1.34/skins/original/footer.txt -+++ fossil-1.34/skins/original/footer.txt -@@ -1,6 +1,6 @@ - <div class="footer"> - This page was generated in about - <th1>puts [expr {([utime]+[stime]+1000)/1000*0.001}]</th1>s by --Fossil version $manifest_version $manifest_date -+Fossil $release_version $manifest_version $manifest_date - </div> - </body></html> - -Index: skins/plain_gray/footer.txt -================================================================== ---- fossil-1.34/skins/plain_gray/footer.txt -+++ fossil-1.34/skins/plain_gray/footer.txt -@@ -1,4 +1,4 @@ - <div class="footer"> --Fossil version $manifest_version $manifest_date -+Fossil $release_version $manifest_version $manifest_date - </div> - </body></html> - -Index: skins/rounded1/footer.txt -================================================================== ---- fossil-1.34/skins/rounded1/footer.txt -+++ fossil-1.34/skins/rounded1/footer.txt -@@ -1,4 +1,4 @@ - <div class="footer"> --Fossil version $manifest_version $manifest_date -+Fossil $release_version $manifest_version $manifest_date - </div> - </body></html> Modified: branches/1.0/package/fossil/fossil.mk =================================================================== --- branches/1.0/package/fossil/fossil.mk 2016-06-15 13:04:02 UTC (rev 7720) +++ branches/1.0/package/fossil/fossil.mk 2016-06-15 17:33:47 UTC (rev 7721) @@ -4,7 +4,7 @@ # ################################################################################ -FOSSIL_VERSION = 1.34 +FOSSIL_VERSION = 1.35 FOSSIL_SOURCE = fossil-src-$(FOSSIL_VERSION).tar.gz FOSSIL_SITE = http://www.fossil-scm.org/download FOSSIL_DEPENDENCIES = zlib openssl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |