From: <abe...@us...> - 2016-11-25 21:56:30
|
Revision: 7986 http://sourceforge.net/p/astlinux/code/7986 Author: abelbeck Date: 2016-11-25 21:56:28 +0000 (Fri, 25 Nov 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-11-25 21:37:20 UTC (rev 7985) +++ branches/1.0/docs/ChangeLog.txt 2016-11-25 21:56:28 UTC (rev 7986) @@ -31,6 +31,8 @@ -- libusb, version bump to 1.0.21 +-- libcap, version 2.25, new package, user-space library for POSIX 1003.1e capabilities available in Linux kernels. + -- tiff, version bump to 4.0.7, security fixes: 11 CVE's -- nano, version bump to 2.7.1 @@ -39,7 +41,7 @@ -- ca-certificates, update trusted root certificates 2016-11-02 --- Time Zone Database update, tzdata2016i and php-timezonedb-2016.9 +-- Time Zone Database update, tzdata2016j and php-timezonedb-2016.10 ** Networking This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-11-27 00:58:54
|
Revision: 7993 http://sourceforge.net/p/astlinux/code/7993 Author: abelbeck Date: 2016-11-27 00:58:52 +0000 (Sun, 27 Nov 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-11-27 00:16:09 UTC (rev 7992) +++ branches/1.0/docs/ChangeLog.txt 2016-11-27 00:58:52 UTC (rev 7993) @@ -70,6 +70,15 @@ -- ntpd/sntp, version bump to 4.2.8p9, security fixes: 2 medium-, 2 medium-/low-, and 5 low-severity +-- ntpd, now runs with 'ntp' user/group permissions using the new libcap support, for added security. + Note: If you use a custom /mnt/kd/ntpd.conf and a persistent driftfile, you must create a directory with ntp:ntp permissions. + The new default, non-persistent driftfile location is: /var/lib/ntp/ntpd.drift + Example: "driftfile /mnt/kd/ntp/ntpd.drift" is defined in /mnt/kd/ntpd.conf + # mkdir /mnt/kd/ntp + # chown ntp:ntp /mnt/kd/ntp + +-- avahi, now runs with 'avahi' user/group permissions using the new libcap support, for added security. + -- msmtp, version bump to 1.6.6 -- iproute2 (ip, tc, bridge, etc.) version bump to version 3.16.0, now including the 'bridge' utility. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-11-29 14:58:04
|
Revision: 7998 http://sourceforge.net/p/astlinux/code/7998 Author: abelbeck Date: 2016-11-29 14:58:02 +0000 (Tue, 29 Nov 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-11-29 14:54:44 UTC (rev 7997) +++ branches/1.0/docs/ChangeLog.txt 2016-11-29 14:58:02 UTC (rev 7998) @@ -64,7 +64,7 @@ -- tcpdump, version bump to 4.8.1 --- stunnel, version bump to 5.37 +-- stunnel, version bump to 5.38 -- shellinabox, version bump to 2.20 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-11-29 15:31:14
|
Revision: 8000 http://sourceforge.net/p/astlinux/code/8000 Author: abelbeck Date: 2016-11-29 15:31:12 +0000 (Tue, 29 Nov 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-11-29 15:30:29 UTC (rev 7999) +++ branches/1.0/docs/ChangeLog.txt 2016-11-29 15:31:12 UTC (rev 8000) @@ -23,7 +23,7 @@ -- php, version bump to 5.6.28 --- sqlite, version bump to 3.15.1 +-- sqlite, version bump to 3.15.2 -- Monit, version bump to 5.20.0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-11-29 23:41:59
|
Revision: 8002 http://sourceforge.net/p/astlinux/code/8002 Author: abelbeck Date: 2016-11-29 23:41:57 +0000 (Tue, 29 Nov 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-11-29 17:41:57 UTC (rev 8001) +++ branches/1.0/docs/ChangeLog.txt 2016-11-29 23:41:57 UTC (rev 8002) @@ -70,13 +70,6 @@ -- ntpd/sntp, version bump to 4.2.8p9, security fixes: 2 medium-, 2 medium-/low-, and 5 low-severity --- ntpd, now runs with 'ntp' user/group permissions using the new libcap support, for added security. - Note: If you use a custom /mnt/kd/ntpd.conf and a persistent driftfile, you must create a directory with ntp:ntp permissions. - The new default, non-persistent driftfile location is: /var/lib/ntp/ntpd.drift - Example: "driftfile /mnt/kd/ntp/ntpd.drift" is defined in /mnt/kd/ntpd.conf - # mkdir /mnt/kd/ntp - # chown ntp:ntp /mnt/kd/ntp - -- avahi, now runs with 'avahi' user/group permissions using the new libcap support, for added security. -- msmtp, version bump to 1.6.6 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-12-03 14:15:09
|
Revision: 8010 http://sourceforge.net/p/astlinux/code/8010 Author: abelbeck Date: 2016-12-03 14:15:06 +0000 (Sat, 03 Dec 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-12-03 13:46:03 UTC (rev 8009) +++ branches/1.0/docs/ChangeLog.txt 2016-12-03 14:15:06 UTC (rev 8010) @@ -35,6 +35,8 @@ -- tiff, version bump to 4.0.7, security fixes: 11 CVE's +-- readline, version bump to 7.0 + -- nano, version bump to 2.7.1 -- reload-blocklist-netset (optional CRON script), add 'firehol_webclient' blocklist support. @@ -54,6 +56,11 @@ New rc.conf variables are: IPSEC_ALLOWED_ENDPOINTS and IPSEC_ALLOWED_VPN_NETS More info: http://doc.astlinux.org/userdoc:tt_ipsec_vpn_strongswan +-- chrony, version 2.4.1, new package to replace 'ntpd' as the NTP daemon, NTPv4 client and server. + Note: No configuration change for most users, though if you had a custom /mnt/kd/ntpd.conf file + you will have to generate a new /mnt/kd/chrony.conf file with similar but different syntax. + More info: http://doc.astlinux.org/userdoc:tt_ntp_client_server + -- OpenVPN, version bump to 2.3.13 -- prosody, version bump to 0.9.11 @@ -68,8 +75,6 @@ -- shellinabox, version bump to 2.20 --- ntpd/sntp, version bump to 4.2.8p9, security fixes: 2 medium-, 2 medium-/low-, and 5 low-severity - -- avahi, now runs with 'avahi' user/group permissions using the new libcap support, for added security. -- msmtp, version bump to 1.6.6 @@ -104,7 +109,9 @@ -- Status tab, display "ipsec status" output in IPsec Associations (strongSwan). +-- Status, Network, Edit, Prefs, System tabs, add support for 'chrony' instead of 'ntp' for network time. + Additions for AstLinux 1.2.8: ============================= This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-12-05 18:54:38
|
Revision: 8018 http://sourceforge.net/p/astlinux/code/8018 Author: abelbeck Date: 2016-12-05 18:54:36 +0000 (Mon, 05 Dec 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-12-05 18:35:36 UTC (rev 8017) +++ branches/1.0/docs/ChangeLog.txt 2016-12-05 18:54:36 UTC (rev 8018) @@ -33,6 +33,9 @@ -- libcap, version 2.25, new package, user-space library for POSIX 1003.1e capabilities available in Linux kernels. +-- libedit, version 20160903-3.1, new package, commonly used instead of the somewhat bloated readline (no longer enabled). + Utilized by commands: asterisk -r, sqlite3, chronyc, sftp, bc + -- tiff, version bump to 4.0.7, security fixes: 11 CVE's -- readline, version bump to 7.0 @@ -89,7 +92,7 @@ ** Asterisk --- Asterisk 11.25.0 (version bump) and 13.13.0 (version bump) +-- Asterisk 11.25.0 (version bump) and 13.12.2 (version bump) -- DAHDI, dahdi-linux 2.8.0.1 (no change) and dahdi-tools 2.8.0 (no change) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-12-06 13:45:51
|
Revision: 8020 http://sourceforge.net/p/astlinux/code/8020 Author: abelbeck Date: 2016-12-06 13:45:48 +0000 (Tue, 06 Dec 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-12-05 22:24:33 UTC (rev 8019) +++ branches/1.0/docs/ChangeLog.txt 2016-12-06 13:45:48 UTC (rev 8020) @@ -38,8 +38,6 @@ -- tiff, version bump to 4.0.7, security fixes: 11 CVE's --- readline, version bump to 7.0 - -- nano, version bump to 2.7.1 -- reload-blocklist-netset (optional CRON script), add 'firehol_webclient' blocklist support. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-12-09 14:03:55
|
Revision: 8028 http://sourceforge.net/p/astlinux/code/8028 Author: abelbeck Date: 2016-12-09 14:03:53 +0000 (Fri, 09 Dec 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-12-09 13:55:26 UTC (rev 8027) +++ branches/1.0/docs/ChangeLog.txt 2016-12-09 14:03:53 UTC (rev 8028) @@ -21,7 +21,7 @@ -- RUNNIX, version bump to runnix-0.4-7972, with Linux Kernel 3.2.84, dropbear 2016.74 --- php, version bump to 5.6.28 +-- php, version bump to 5.6.29 -- sqlite, version bump to 3.15.2 @@ -62,7 +62,7 @@ you will have to generate a new /mnt/kd/chrony.conf file with similar but different syntax. More info: http://doc.astlinux.org/userdoc:tt_ntp_client_server --- OpenVPN, version bump to 2.3.13 +-- OpenVPN, version bump to 2.3.14 -- prosody, version bump to 0.9.11 @@ -90,7 +90,7 @@ ** Asterisk --- Asterisk 11.25.0 (version bump) and 13.12.2 (version bump) +-- Asterisk 11.25.1 (version bump) and 13.12.2 (version bump) -- DAHDI, dahdi-linux 2.8.0.1 (no change) and dahdi-tools 2.8.0 (no change) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-12-09 17:40:06
|
Revision: 8030 http://sourceforge.net/p/astlinux/code/8030 Author: abelbeck Date: 2016-12-09 17:40:03 +0000 (Fri, 09 Dec 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-12-09 17:38:55 UTC (rev 8029) +++ branches/1.0/docs/ChangeLog.txt 2016-12-09 17:40:03 UTC (rev 8030) @@ -57,7 +57,7 @@ New rc.conf variables are: IPSEC_ALLOWED_ENDPOINTS and IPSEC_ALLOWED_VPN_NETS More info: http://doc.astlinux.org/userdoc:tt_ipsec_vpn_strongswan --- chrony, version 2.4.1, new package to replace 'ntpd' as the NTP daemon, NTPv4 client and server. +-- chrony, version 3.0-pre1, new package to replace 'ntpd' as the NTP daemon, NTPv4 client and server. Note: No configuration change for most users, though if you had a custom /mnt/kd/ntpd.conf file you will have to generate a new /mnt/kd/chrony.conf file with similar but different syntax. More info: http://doc.astlinux.org/userdoc:tt_ntp_client_server This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-12-13 19:10:39
|
Revision: 8034 http://sourceforge.net/p/astlinux/code/8034 Author: abelbeck Date: 2016-12-13 19:10:36 +0000 (Tue, 13 Dec 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-12-13 19:08:23 UTC (rev 8033) +++ branches/1.0/docs/ChangeLog.txt 2016-12-13 19:10:36 UTC (rev 8034) @@ -38,7 +38,7 @@ -- tiff, version bump to 4.0.7, security fixes: 11 CVE's --- nano, version bump to 2.7.1 +-- nano, version bump to 2.7.2 -- reload-blocklist-netset (optional CRON script), add 'firehol_webclient' blocklist support. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-12-15 18:25:46
|
Revision: 8039 http://sourceforge.net/p/astlinux/code/8039 Author: abelbeck Date: 2016-12-15 18:25:44 +0000 (Thu, 15 Dec 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-12-15 18:22:50 UTC (rev 8038) +++ branches/1.0/docs/ChangeLog.txt 2016-12-15 18:25:44 UTC (rev 8039) @@ -57,7 +57,7 @@ New rc.conf variables are: IPSEC_ALLOWED_ENDPOINTS and IPSEC_ALLOWED_VPN_NETS More info: http://doc.astlinux.org/userdoc:tt_ipsec_vpn_strongswan --- chrony, version 3.0-pre1, new package to replace 'ntpd' as the NTP daemon, NTPv4 client and server. +-- chrony, version 3.0-pre2, new package to replace 'ntpd' as the NTP daemon, NTPv4 client and server. Note: No configuration change for most users, though if you had a custom /mnt/kd/ntpd.conf file you will have to generate a new /mnt/kd/chrony.conf file with similar but different syntax. More info: http://doc.astlinux.org/userdoc:tt_ntp_client_server @@ -112,7 +112,9 @@ -- Status, Network, Edit, Prefs, System tabs, add support for 'chrony' instead of 'ntp' for network time. +-- System tab, add View System Files: [ IPsec strongSwan log ] + Additions for AstLinux 1.2.8: ============================= This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-12-18 17:56:41
|
Revision: 8045 http://sourceforge.net/p/astlinux/code/8045 Author: abelbeck Date: 2016-12-18 17:56:39 +0000 (Sun, 18 Dec 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-12-18 17:46:40 UTC (rev 8044) +++ branches/1.0/docs/ChangeLog.txt 2016-12-18 17:56:39 UTC (rev 8045) @@ -27,6 +27,8 @@ -- Monit, version bump to 5.20.0 +-- logrotate, version bump to 3.11.0 + -- libxml2, security fixes: CVE-2016-5131, CVE-2016-4658 -- libusb, version bump to 1.0.21 @@ -40,6 +42,8 @@ -- nano, version bump to 2.7.2 +-- strace, version bump to 4.15 + -- reload-blocklist-netset (optional CRON script), add 'firehol_webclient' blocklist support. -- ca-certificates, update trusted root certificates 2016-11-02 @@ -68,6 +72,10 @@ -- ipset, version bump to 6.30 +-- dnscrypt-proxy, version bump to 1.8.0 + +-- unbound (host), version bump to 1.6.0 + -- libpcap, version bump to 1.8.1 -- tcpdump, version bump to 4.8.1 @@ -78,6 +86,8 @@ -- avahi, now runs with 'avahi' user/group permissions using the new libcap support, for added security. +-- miniupnpd, version bump to 2.0.20161216 + -- msmtp, version bump to 1.6.6 -- iproute2 (ip, tc, bridge, etc.) version bump to version 3.16.0, now including the 'bridge' utility. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-12-20 15:45:19
|
Revision: 8046 http://sourceforge.net/p/astlinux/code/8046 Author: abelbeck Date: 2016-12-20 15:45:17 +0000 (Tue, 20 Dec 2016) Log Message: ----------- Change Documentation URL to 'doc.astlinux-project.org' in ChangeLog Modified Paths: -------------- branches/1.0/docs/ChangeLog.txt Modified: branches/1.0/docs/ChangeLog.txt =================================================================== --- branches/1.0/docs/ChangeLog.txt 2016-12-18 17:56:39 UTC (rev 8045) +++ branches/1.0/docs/ChangeLog.txt 2016-12-20 15:45:17 UTC (rev 8046) @@ -59,12 +59,12 @@ -- strongSwan, version 5.5.1, new package, a more feature rich alternative for IPsec VPN support. New rc.conf variables are: IPSEC_ALLOWED_ENDPOINTS and IPSEC_ALLOWED_VPN_NETS - More info: http://doc.astlinux.org/userdoc:tt_ipsec_vpn_strongswan + More info: http://doc.astlinux-project.org/userdoc:tt_ipsec_vpn_strongswan -- chrony, version 3.0-pre2, new package to replace 'ntpd' as the NTP daemon, NTPv4 client and server. Note: No configuration change for most users, though if you had a custom /mnt/kd/ntpd.conf file you will have to generate a new /mnt/kd/chrony.conf file with similar but different syntax. - More info: http://doc.astlinux.org/userdoc:tt_ntp_client_server + More info: http://doc.astlinux-project.org/userdoc:tt_ntp_client_server -- OpenVPN, version bump to 2.3.14 @@ -110,13 +110,13 @@ -- FOP2, available version bump to 2.31.05. Note: If you have a license, you may need to purchase an "Annual Software Maintenance" license if you upgrade. - More info: http://doc.astlinux.org/userdoc:tt_asterisk-fop2-upgrade + More info: http://doc.astlinux-project.org/userdoc:tt_asterisk-fop2-upgrade ** Web Interface -- Network and Edit tab, add support for strongSwan IPsec VPN. Note: "IPsec strongSwan" can only be enabled when "IPsec Peers" and "IPsec Mobile" are both disabled. - More info: http://doc.astlinux.org/userdoc:tt_ipsec_vpn_strongswan + More info: http://doc.astlinux-project.org/userdoc:tt_ipsec_vpn_strongswan -- Status tab, display "ipsec status" output in IPsec Associations (strongSwan). @@ -173,7 +173,7 @@ -- libsodium, version bump to 1.0.11 -- reload-blocklist-netset (optional CRON script), new command added to generate .netset files for the firewall blocklist. - More Info: http://doc.astlinux.org/userdoc:tt_firewall_external_block_list + More Info: http://doc.astlinux-project.org/userdoc:tt_firewall_external_block_list -- ca-certificates, update trusted root certificates 2016-09-14 @@ -213,12 +213,12 @@ -- msmtp, add a functional "/bin/mail" script to emulate mail/mailx for sending email via sendmail. Particularly useful for sending file attachment(s) via email. Issue "mail --help" for details. - Example (end of iOS section): http://doc.astlinux.org/userdoc:tt_asterisk-fop2-ssl + Example (end of iOS section): http://doc.astlinux-project.org/userdoc:tt_asterisk-fop2-ssl -- msmtp, an undefined SMTP_CA rc.conf variable will now default to the system ca-bundle.crt -- wide-dhcpv6, add upstream Debian patches 0011, 0012 and 0015, build fixes and handle OPTION_RECONF_ACCEPT(20) - More Info: http://doc.astlinux.org/userdoc:tt-dhcpv6-prefix-delegation + More Info: http://doc.astlinux-project.org/userdoc:tt-dhcpv6-prefix-delegation -- tcpdump, version bump to 4.8.0 @@ -238,7 +238,7 @@ -- FOP2, available version bump to 2.31.04. Note: If you have a license, you may need to purchase an "Annual Software Maintenance" license if you upgrade. - More info: http://doc.astlinux.org/userdoc:tt_asterisk-fop2-upgrade + More info: http://doc.astlinux-project.org/userdoc:tt_asterisk-fop2-upgrade ** Web Interface @@ -247,7 +247,7 @@ -- Network -> Firewall sub-tab, add "Deny LAN to DMZ" option for specified LAN Interfaces. -- Network -> Firewall sub-tab, add Block Host/CIDR using *.netset file(s) in the directory /mnt/kd/blocklists . - More Info: http://doc.astlinux.org/userdoc:tt_firewall_external_block_list + More Info: http://doc.astlinux-project.org/userdoc:tt_firewall_external_block_list -- Network tab, SMTP Mail Relay, allow an empty "SMTP Cert File" which will default to the system ca-bundle.crt . @@ -344,7 +344,7 @@ -- avahi, new package adding mDNS/DNS-SD Service Discovery (Bonjour). Replaces the old mdnsresponder package. Enable mDNS/DNS-SD by setting AVAHI_ENABLE="yes", manual configuration stored in /mnt/kd/avahi/ symlinked from /etc/avahi/ . - More Info: http://doc.astlinux.org/userdoc:tt_avahi_mdns + More Info: http://doc.astlinux-project.org/userdoc:tt_avahi_mdns -- ntpd/sntp, version bump to 4.2.8p8, security fixes: 15 low/medium-severity vulnerabilities Now only include the "LOCAL" Reference Clock driver, which reduces the ntpd binary size buy 30% . @@ -356,7 +356,7 @@ -- miniupnpd, version bump to 2.0, also make the UPnP leases file survive a reboot using '/mnt/kd/upnp.leases'. -- arnofw (AIF), add NAT_FOREIGN_NETWORK rc.conf variable to support a downstream router with NAT disabled. - More Info: http://doc.astlinux.org/userdoc:tt-internal-downstream-router + More Info: http://doc.astlinux-project.org/userdoc:tt-internal-downstream-router -- arnofw (AIF), add support for LAN_LAN_HOST_OPEN_xxx firewall rules. @@ -380,7 +380,7 @@ -- Automatically don't use kernel-reboot with 'genx86_64-vm' builds, use reboot instead. -- Network and Edit tab, add support for Avahi mDNS/DNS-SD Service Discovery. - More Info: http://doc.astlinux.org/userdoc:tt_avahi_mdns + More Info: http://doc.astlinux-project.org/userdoc:tt_avahi_mdns -- Network -> Firewall sub-tab, add support for "Pass LAN->LAN" action Example: Allow any LAN subnet access to a LAN printer at 192.168.101.8 serving LPD, IPP and JetDirect @@ -542,7 +542,7 @@ -- wide-dhcpv6, new package, added support for DHCPv6 using dhcp6c for External and WAN Failover interfaces. New rc.conf variables are: DHCPV6_CLIENT_ENABLE, DHCPV6_CLIENT_REQUEST_ADDRESS, DHCPV6_CLIENT_REQUEST_PREFIX, DHCPV6_CLIENT_PREFIX_LEN, DHCPV6_CLIENT_PREFIX_HINT, EXT2DHCPV6_CLIENT_ENABLE - More Info: http://doc.astlinux.org/userdoc:tt-dhcpv6-prefix-delegation + More Info: http://doc.astlinux-project.org/userdoc:tt-dhcpv6-prefix-delegation -- dnsmasq, added optional DHCP_LEASETIME rc.conf variable, defaults to "24" hours as before. Applies to both DHCP and IPv6 Autoconfig. @@ -638,7 +638,7 @@ -- Fossil, version 1.33, new package, a simple, high-reliability, distributed software configuration management system. New rc.conf variables are: FOSSIL_SERVER, FOSSIL_DEFAULT_DIRS, FOSSIL_DEFAULT_FILES, FOSSIL_INCLUDE_DIRS, FOSSIL_INCLUDE_FILES - More Info: http://doc.astlinux.org/userdoc:tt_fossil + More Info: http://doc.astlinux-project.org/userdoc:tt_fossil -- expat, add security patch for CVE-2015-1283 @@ -707,7 +707,7 @@ New rc.conf variables are: DNSCRYPT_EPHEMERAL_KEYS, DNSCRYPT_2SERVER_ADDRESS, DNSCRYPT_2PROVIDER_NAME, DNSCRYPT_2PROVIDER_KEY -- links, command-line text-only web browser is removed, a better approach is to use SSH as a local Web Browser Proxy via AstLinux. - More Info: http://doc.astlinux.org/userdoc:tt-web-browser-proxy + More Info: http://doc.astlinux-project.org/userdoc:tt-web-browser-proxy ** Asterisk @@ -728,13 +728,13 @@ == Network and Edit tabs allow Fossil to be Restarted == Prefs tab, "Show Fossil Tab" - unchecked by default == Edit tab -> "Fossil Commands" button when Fossil tab is shown - More Info: http://doc.astlinux.org/userdoc:tt_fossil + More Info: http://doc.astlinux-project.org/userdoc:tt_fossil -- System and Staff tabs, Configuration/File Backup: exclude /stat/var/www/cache/ files from unionfs backup. -- Network -> "DNSCrypt Proxy Server Configuration" sub-tab, add support for "Ephemeral Keys" and optional "Secondary Server" configuration. - More Info: http://doc.astlinux.org/userdoc:tt_dnscrypt_proxy + More Info: http://doc.astlinux-project.org/userdoc:tt_dnscrypt_proxy -- PhoneProv tab, add real-time links for "Status", "Reload" and "Reboot" == Status retrieves "sip show peer <account>" and displays a few useful lines. @@ -896,7 +896,7 @@ -- igb, version 5.2.15, Intel Gigabit Ethernet Network Driver -- Monit, version 5.11, new package, easily configured monitoring system with web status interface - More Info: http://doc.astlinux.org/userdoc:tt_monit_monitoring + More Info: http://doc.astlinux-project.org/userdoc:tt_monit_monitoring -- jansson, new package for Asterisk 13, version 2.7 @@ -959,7 +959,7 @@ -- phoneprov-tools, add support for pjsip_file and pjsip_path for new [pjsip] context. Add support for optional '/mnt/kd/phoneprov-reload.script' action script when 'Reload Dialplan/SIP' is checked. - More Info: http://doc.astlinux.org/userdoc:tt_ip_phone_provisioning#reload_action_script_optional + More Info: http://doc.astlinux-project.org/userdoc:tt_ip_phone_provisioning#reload_action_script_optional -- Asterisk 'agi-bin' now includes the 'custom-agi' sub-directory path which is automatically symlinked to the /mnt/kd/custom-agi directory if it exists. The dialplan must use "AGI(custom-agi/foobar.agi,...)" @@ -973,7 +973,7 @@ == Monit tab -> Monit Service Management == Network, Edit and Monit Config tabs allow Monit to be Restarted == Prefs tab, "Show Monit Tab" - unchecked by default - More Info: http://doc.astlinux.org/userdoc:tt_monit_monitoring + More Info: http://doc.astlinux-project.org/userdoc:tt_monit_monitoring -- ConfBridge tab, added Asterisk 13 support @@ -1019,7 +1019,7 @@ -- WAN Failover, new feature allowing a network failover method via an interface or specified gateway address. A background script monitors selected hosts and triggers a failover when criterion is met. The optional /mnt/kd/wan-failover.script executable script will be called to allow for service adjustments. - More info: http://doc.astlinux.org/userdoc:tt_wan_failover + More info: http://doc.astlinux-project.org/userdoc:tt_wan_failover -- External interface DHCP client enhancements to better handle 'primary' and 'secondary' external DHCP interfaces. A DHCP client 'renew' no longer flushes and rebuilds the IPv4 interface settings if no change is requested. @@ -1050,7 +1050,7 @@ -- FOP2, available version bump to 2.28. New CLI command option: "service fop2 test" Note: If you have a license, you may need to purchase an "Annual Software Maintenance" license if you upgrade. - More info: http://doc.astlinux.org/userdoc:tt_asterisk-fop2-upgrade + More info: http://doc.astlinux-project.org/userdoc:tt_asterisk-fop2-upgrade ** Web Interface @@ -1063,7 +1063,7 @@ -- Network tab, added "External Failover Interface:" section with new sub-tab { WAN Failover Configuration } Note: EXT2* rc.conf variables can now be defined via the web interface. - More info: http://doc.astlinux.org/userdoc:tt_wan_failover + More info: http://doc.astlinux-project.org/userdoc:tt_wan_failover -- Network -> OpenVPN Server -> Server Hostname(s): may now contain a space separated list of hosts which will add multiple "remote" entries to the .ovpn profile for failover. @@ -1134,18 +1134,18 @@ -- (Custom Build Only) kamailio, version 4.1.6, new package to support a very powerful, full featured SIP server. Includes rtpproxy for use when WITH_NAT is defined in the kamailio configuration. - More info: http://doc.astlinux.org/userdoc:tt_kamailio + More info: http://doc.astlinux-project.org/userdoc:tt_kamailio -- sipgrep, version 2.0.0, new package very similar to 'ngrep' but tweaked for viewing SIP packets. -- libcurl (curl) version bump to 7.38.0, bug and security fixes: CVE-2014-3613, CVE-2014-3620 -- msmtp, added configuration support for "aliases" when the file /mnt/kd/msmtp-aliases.conf exists. - More Info: http://doc.astlinux.org/userdoc:tt_smtp_aliases + More Info: http://doc.astlinux-project.org/userdoc:tt_smtp_aliases -- AIF, add new "sip-user-agent" plugin. This plugin monitors inbound (EXT->Local) SIP sessions on specified ports, and can either 'whitelist' or 'blacklist' SIP session packets by inspecting the User-Agent: field. - More Info: http://doc.astlinux.org/userdoc:tt_firewall_plugins#sip-user-agent + More Info: http://doc.astlinux-project.org/userdoc:tt_firewall_plugins#sip-user-agent -- AIF, "adaptive-ban" plugin, added 'kamailio' analysis type. Note: Requires 'WITH_ANTIFLOOD' enabled in kamailio for the logs to be generated @@ -1180,7 +1180,7 @@ -- Network -> Outbound SMTP Mail Relay: SMTP Local Aliases: { Edit Local Aliases } is shown if the file /mnt/kd/msmtp-aliases.conf exists. - More Info: http://doc.astlinux.org/userdoc:tt_smtp_aliases + More Info: http://doc.astlinux-project.org/userdoc:tt_smtp_aliases -- Users tab, add support for multiple email entries separated by |'s, longer email entries and sanitize input more strictly. @@ -1272,7 +1272,7 @@ -- phoneprov-tools, new "sql_enable=yes" (default) template option, automatically creates a 'phoneprov' SQLite3 table in the file "/mnt/kd/asterisk-odbc.sqlite3" which can be used for func_odbc dialplan functions. - More Info: http://doc.astlinux.org/userdoc:tt_asterisk-odbc + More Info: http://doc.astlinux-project.org/userdoc:tt_asterisk-odbc ** Web Interface @@ -1347,7 +1347,7 @@ providing an encrypted tunnel for upstream DNS. Useful with OpenDNS and others supporting DNSCrypt (dnscrypt-wrapper). New rc.conf variables: DNSCRYPT_PROXY, DNSCRYPT_VERBOSITY, DNSCRYPT_SERVER_ADDRESS, DNSCRYPT_PROVIDER_NAME, DNSCRYPT_PROVIDER_KEY - More Info: http://doc.astlinux.org/userdoc:tt_dnscrypt_proxy + More Info: http://doc.astlinux-project.org/userdoc:tt_dnscrypt_proxy -- netsnmp, version bump to 5.7.2.1, (security fix: CVE-2014-2284) and bug fixes. @@ -1387,7 +1387,7 @@ -- phoneprov-tools, new package. A set of scripts and configuration templates designed to generate IP Phone provisioning files as well as Asterisk sip.conf and extensions.conf includes files. Special thanks to Michael Keuter. New rc.conf variables: PHONEPROV_BASE_DIR, PHONEPROV_GW_IF - More Info: http://doc.astlinux.org/userdoc:tt_ip_phone_provisioning + More Info: http://doc.astlinux-project.org/userdoc:tt_ip_phone_provisioning ** Web Interface @@ -1395,10 +1395,10 @@ to not log denied packets (IPv4 broadcasts for example) in the DMZ. -- Network tab, added Network Services: DNSCrypt Proxy Server: { Configure DNSCrypt }, to support dnscrypt-proxy. - More Info: http://doc.astlinux.org/userdoc:tt_dnscrypt_proxy + More Info: http://doc.astlinux-project.org/userdoc:tt_dnscrypt_proxy -- Added "PhoneProv Tab" using phoneprov-tools, Show/Hide and number of Extensions Displayed in Prefs tab. - More Info: http://doc.astlinux.org/userdoc:tt_ip_phoneprov_howto + More Info: http://doc.astlinux-project.org/userdoc:tt_ip_phoneprov_howto -- Edit tab, support to edit /mnt/kd/phoneprov/templates/*.conf files. @@ -1447,10 +1447,10 @@ -- nut, version 2.7.1, new package to monitor uninterruptible power supplies. This package replaces the previous apcupsd package. New rc.conf variables: UPS_DRIVER, UPS_DRIVER_PORT, UPS_LISTEN_ALL, UPS_LISTEN_PORT, UPS_MONITOR_HOST, UPS_MONITOR_USER, UPS_MONITOR_PASS - More Info: http://doc.astlinux.org/userdoc:tt_ups_monitoring + More Info: http://doc.astlinux-project.org/userdoc:tt_ups_monitoring -- Added rc.conf variable DIALING_PREFIX_NUMBERS referenced by dialproxy.php for International E.164 numbering. - More Info: http://doc.astlinux.org/userdoc:tt_dialproxy + More Info: http://doc.astlinux-project.org/userdoc:tt_dialproxy -- Update /etc/services entries. @@ -1466,11 +1466,11 @@ -- slapd, added LDAP server, automatic configuration for ou=addressbook to be used by IP Phones and various LDAP clients. Note: Admin user is cn=admin, Staff read/write user is cn=staff,ou=users and Directory read-only user is cn=directory,ou=users Be certain you understand the default password settings for the various users before deployment. - More Info: http://doc.astlinux.org/userdoc:tt-ldap-server + More Info: http://doc.astlinux-project.org/userdoc:tt-ldap-server -- openldap, added scripts ldap-phone-name-lookup and ldap-phone-num-lookup to easily enable LDAP lookups via Asterisk and shell scripts. Note: the "LDAP Client System Defaults" -> LDAP Server URI(s) must be defined for these scripts to be enabled. - More Info: http://doc.astlinux.org/userdoc:tt_ldap_client + More Info: http://doc.astlinux-project.org/userdoc:tt_ldap_client -- darkstat, new addition to provide Network Statistics via a web browser using "https://pbx/admin/netstat/" and a new NetStat tab in the web interface. This feature is disabled by default. @@ -1518,7 +1518,7 @@ -- LDAP-AB tab, new addition for managing the LDAP Address Book, export LDIF files and import LDIF and vCard files. -- dialproxy.php, add support for POST method and number filtering using DIALING_PREFIX_NUMBERS user.conf variable. - More Info: http://doc.astlinux.org/userdoc:tt_dialproxy + More Info: http://doc.astlinux-project.org/userdoc:tt_dialproxy -- Added "NetStat Tab" using darkstat, Show/Hide in Prefs tab. Requires 'admin' or 'staff' permissions. The new Network tab option "NetStat Server" must be enabled for the NetStat tab to function, restart via "Restart NetStat Server". @@ -1530,7 +1530,7 @@ -- Network tab, UPS Monitoring now uses NUT instead of apcupsd. New added options support APC plus many other manufacturers. Note: UPS Monitoring must be re-enabled if it was previously enabled. - More Info: http://doc.astlinux.org/userdoc:tt_ups_monitoring + More Info: http://doc.astlinux-project.org/userdoc:tt_ups_monitoring Additions for AstLinux 1.1.3: @@ -1598,7 +1598,7 @@ -- New package 'asterisk-fop2', adds the framework for supporting the 'Flash Operator Panel 2' (free for 15 buttons, reasonable for unlimited). The actual 'fop2' code is downloaded on ASTURW as a 'package' using the new CLI command 'upgrade-package'. - More Info: http://doc.astlinux.org/userdoc:tt_asterisk-fop2 + More Info: http://doc.astlinux-project.org/userdoc:tt_asterisk-fop2 ** Web Interface @@ -1699,7 +1699,7 @@ -- Enable Asterisk res_snmp.so module when netsnmp is enabled (standard) used together with the snmpd service. Includes ASTERISK-MIB.txt and DIGIUM-MIB.txt mib files. - More Info: http://doc.astlinux.org/userdoc:tt_asterisk_snmp_monitoring + More Info: http://doc.astlinux-project.org/userdoc:tt_asterisk_snmp_monitoring -- Asterisk 11, fixed an issue when res_xmpp is active and unwanted debug log /tmp/refs grows without limit. More Info: https://issues.asterisk.org/jira/browse/ASTERISK-21785 @@ -1731,7 +1731,7 @@ the "LDAP Client System Defaults" settings to query the data. Only 'anonymous' queries are supported by the standard cgi script. Note: The Network tab "LDAP Server URI(s):" entry must be defined for this cgi script to be enabled. - More Info: http://doc.astlinux.org/userdoc:tt_ldap_client + More Info: http://doc.astlinux-project.org/userdoc:tt_ldap_client Additions for AstLinux 1.1.1: @@ -1772,7 +1772,7 @@ -- sendxmpp, an XMPP Client command line tool to send Jabber/XMPP messages has been added. (based on the "clix" Lua tool by Matthew Wild, uses the same Lua runtime environment as Prosody) This allows Asterisk 1.8 users to use Jabber/XMPP from the dialplan with the Prosody XMPP server. - More Info: http://doc.astlinux.org/userdoc:tt-xmpp-server#xmpp_command_line_client + More Info: http://doc.astlinux-project.org/userdoc:tt-xmpp-server#xmpp_command_line_client More Info: sendxmpp --help -- OpenVPN, version bump to 2.3.1, Remove easy-rsa scripts. @@ -1781,7 +1781,7 @@ -- dnsmasq, for very special situations such as in a VM, added an rc.conf variable EXTDHCP="yes" to allow a single, static, non-PPPoE external interface to act as a DHCP server. Obviously EXTDHCP="no" by default. - More Info: http://doc.astlinux.org/userdoc:tt-ext-dhcp-server + More Info: http://doc.astlinux-project.org/userdoc:tt-ext-dhcp-server -- reload-spamhaus-drop (optional CRON script), add support for the new 'edrop' list, used along with AIF More Info: http://www.spamhaus.org/drop/ @@ -1800,7 +1800,7 @@ New CDR logging options are available, most interesting is the "cdr_adaptive_odbc" module, use with DSN=asterisk-cdr . Note: The Asterisk database is located at "/mnt/kd/asterisk-odbc.sqlite3" with DSN=asterisk The CDR ODBC database is located at "/mnt/kd/cdr-sqlite3/cdr-odbc.sqlite3" with DSN=asterisk-cdr - More Info: http://doc.astlinux.org/userdoc:tt_asterisk-odbc + More Info: http://doc.astlinux-project.org/userdoc:tt_asterisk-odbc ** Web Interface @@ -1810,8 +1810,8 @@ == Added Auth HMAC selections of SHA1 and SHA256 == Added Topology selections == Downloaded credentials now contain client.ovpn configurations for the OpenVPN Client App - More info: http://doc.astlinux.org/userdoc:tt_openvpn_server - More info: http://doc.astlinux.org/userdoc:tt_openvpn_client_networks + More info: http://doc.astlinux-project.org/userdoc:tt_openvpn_server + More info: http://doc.astlinux-project.org/userdoc:tt_openvpn_client_networks -- OpenVPN Client sub-tab == Added User/Pass authentication support @@ -1965,13 +1965,13 @@ -- app_notify, previously marked as deprecated, not provided in Asterisk 11 Example Dialplan Code to replace Notify() application: - http://doc.astlinux.org/userdoc:tt_asterisk_call_notify + http://doc.astlinux-project.org/userdoc:tt_asterisk_call_notify ** Web Interface -- XMPP Server (Prosody) is supported as a sub-tab from the Network tab: Network tab -> Network Services: XMPP Server, Messaging and Presence { Configure XMPP } - More Info: http://doc.astlinux.org/userdoc:tt-xmpp-server + More Info: http://doc.astlinux-project.org/userdoc:tt-xmpp-server -- Network and Edit tabs allow the XMPP Server to be Restarted. @@ -2080,7 +2080,7 @@ HTTP & HTTPS /phoneprov/ Allowed IP's: __________ (10.1.2.* 2001:db8:1:*) - More info: http://doc.astlinux.org/userdoc:tt_ip_phone_provisioning + More info: http://doc.astlinux-project.org/userdoc:tt_ip_phone_provisioning -- Network tab, add new, Network Services: Asterisk SIP-TLS Server Certificate { SIP-TLS Certificate } This new sub-tab creates TLS certificates similar to what the Asterisk "ast_tls_cert" script does. @@ -2227,7 +2227,7 @@ automatically after upgrades. Usage: setconsole-speed-tty [ show|reset|help ] 9600|19200|38400|57600|115200 [ ttySn ] - More info: http://doc.astlinux.org/userdoc:tt_serial_console_speed_tty + More info: http://doc.astlinux-project.org/userdoc:tt_serial_console_speed_tty ** Networking @@ -2244,7 +2244,7 @@ Much thanks to David Kerr for performing the majority of the work required to implement miniupnpd. WARNING: Enabling either NAT-PMP or UPnP has security implications! - More info: http://doc.astlinux.org/userdoc:tt_universal_plug_play + More info: http://doc.astlinux-project.org/userdoc:tt_universal_plug_play -- IPsec XAuth, new rc.conf variable IPSECM_XAUTH_LOCAL_GW which defines a client local gateway for IPsec XAuth clients, defaults to INTIP. Remote IPsec XAuth clients then use INTIP (or IPSECM_XAUTH_LOCAL_GW) @@ -2275,7 +2275,7 @@ Much thanks to Michael Keuter for performing the majority of the work required to implement fonulator. - More info: http://doc.astlinux.org/userdoc:fonebridge + More info: http://doc.astlinux-project.org/userdoc:fonebridge -- safe_asterisk script, add restart limits so endless restarts/emails won't be generated @@ -2326,7 +2326,7 @@ Special thanks to Ingmar Schraub for demonstrating how this could be done. Example IPsec VPN for Apple iOS: (AstLinux 1.0.3 and later) - http://doc.astlinux.org/userdoc:tt_ipsec_vpn_apple_ios + http://doc.astlinux-project.org/userdoc:tt_ipsec_vpn_apple_ios -- OpenVPN Server, added optional support for User/Pass authentication in addition to the certificate. @@ -2335,7 +2335,7 @@ directory path begins with /phoneprov/ . Independent from the general HTTP/HTTPS root directory(s). Example IP Phone provisioning: (AstLinux 1.0.3 and later) - http://doc.astlinux.org/userdoc:tt_ip_phone_provisioning + http://doc.astlinux-project.org/userdoc:tt_ip_phone_provisioning -- AIF, version bump to 2.0.1b @@ -2497,7 +2497,7 @@ -- app_notify, mark as deprecated, offer replacement code, to be removed in AstLinux 1.1.x or so Example Dialplan Code to replace Notify() application: (AstLinux 1.0.2 and later) - http://doc.astlinux.org/userdoc:tt_asterisk_call_notify + http://doc.astlinux-project.org/userdoc:tt_asterisk_call_notify ** Web Interface @@ -2892,7 +2892,7 @@ -- unionfs, version bump to 2.5.9 -- RUNNIX, version bump to 0.3.3, including a new "CF + USB Combo Booting" feature. - More info: http://doc.astlinux.org/userdoc:tt_cf_usb_combo_booting + More info: http://doc.astlinux-project.org/userdoc:tt_cf_usb_combo_booting -- Upgrades performed with either the upgrade-run-image CLI command or via the web interface adds a new feature of automatically propagating certain KCMD options. In particular, @@ -3066,7 +3066,7 @@ -- Added support for alternate console keyboard mappings. If the file os/console.kmap exists on the vFAT boot partition and a non-serial console is used, both RUNNIX and AstLinux will use the - keyboard map. For more info: http://doc.astlinux.org/userdoc:tt_console-kmap + keyboard map. For more info: http://doc.astlinux-project.org/userdoc:tt_console-kmap -- dosfstools, version bump to 3.0.10 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-12-20 21:00:41
|
Revision: 8048 http://sourceforge.net/p/astlinux/code/8048 Author: abelbeck Date: 2016-12-20 21:00:39 +0000 (Tue, 20 Dec 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-12-20 20:58:45 UTC (rev 8047) +++ branches/1.0/docs/ChangeLog.txt 2016-12-20 21:00:39 UTC (rev 8048) @@ -44,6 +44,8 @@ -- strace, version bump to 4.15 +-- sudo, version bump to 1.8.19p1 + -- reload-blocklist-netset (optional CRON script), add 'firehol_webclient' blocklist support. -- ca-certificates, update trusted root certificates 2016-11-02 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-12-21 21:14:35
|
Revision: 8050 http://sourceforge.net/p/astlinux/code/8050 Author: abelbeck Date: 2016-12-21 21:14:32 +0000 (Wed, 21 Dec 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-12-21 21:10:29 UTC (rev 8049) +++ branches/1.0/docs/ChangeLog.txt 2016-12-21 21:14:32 UTC (rev 8050) @@ -56,8 +56,8 @@ -- OpenSSL, quasi-major version bump to 1.0.2j, LTS series. --- libcurl (curl) version bump to 7.51.0, security fixes: CVE-2016-8615, CVE-2016-8616, CVE-2016-8617, CVE-2016-8618, - CVE-2016-8619, CVE-2016-8620, CVE-2016-8621, CVE-2016-8622, CVE-2016-8623, CVE-2016-8624, CVE-2016-8625 +-- libcurl (curl) version bump to 7.52.0, security fixes: CVE-2016-8615, CVE-2016-8616, CVE-2016-8617, CVE-2016-8618, + CVE-2016-8619, CVE-2016-8620, CVE-2016-8621, CVE-2016-8622, CVE-2016-8623, CVE-2016-8624, CVE-2016-8625, CVE-2016-9586 -- strongSwan, version 5.5.1, new package, a more feature rich alternative for IPsec VPN support. New rc.conf variables are: IPSEC_ALLOWED_ENDPOINTS and IPSEC_ALLOWED_VPN_NETS This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-12-24 17:34:33
|
Revision: 8057 http://sourceforge.net/p/astlinux/code/8057 Author: abelbeck Date: 2016-12-24 17:34:31 +0000 (Sat, 24 Dec 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-12-24 17:29:21 UTC (rev 8056) +++ branches/1.0/docs/ChangeLog.txt 2016-12-24 17:34:31 UTC (rev 8057) @@ -40,6 +40,8 @@ -- tiff, version bump to 4.0.7, security fixes: 11 CVE's +-- kexec-tools, version bump to 2.0.14 + -- nano, version bump to 2.7.2 -- strace, version bump to 4.15 @@ -56,7 +58,7 @@ -- OpenSSL, quasi-major version bump to 1.0.2j, LTS series. --- libcurl (curl) version bump to 7.52.0, security fixes: CVE-2016-8615, CVE-2016-8616, CVE-2016-8617, CVE-2016-8618, +-- libcurl (curl) version bump to 7.52.1, security fixes: CVE-2016-8615, CVE-2016-8616, CVE-2016-8617, CVE-2016-8618, CVE-2016-8619, CVE-2016-8620, CVE-2016-8621, CVE-2016-8622, CVE-2016-8623, CVE-2016-8624, CVE-2016-8625, CVE-2016-9586 -- strongSwan, version 5.5.1, new package, a more feature rich alternative for IPsec VPN support. @@ -74,6 +76,8 @@ -- ipset, version bump to 6.30 +-- lighttpd, version bump to 1.4.44 + -- dnscrypt-proxy, version bump to 1.8.0 -- unbound (host), version bump to 1.6.0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-12-24 22:54:46
|
Revision: 8059 http://sourceforge.net/p/astlinux/code/8059 Author: abelbeck Date: 2016-12-24 22:54:43 +0000 (Sat, 24 Dec 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-12-24 22:47:54 UTC (rev 8058) +++ branches/1.0/docs/ChangeLog.txt 2016-12-24 22:54:43 UTC (rev 8059) @@ -19,7 +19,7 @@ -- Linux Kernel 3.2.84 (minor bump) --- RUNNIX, version bump to runnix-0.4-7972, with Linux Kernel 3.2.84, dropbear 2016.74 +-- RUNNIX, version bump to runnix-0.4-8057, with Linux Kernel 3.2.84, dropbear 2016.74, kexec 2.0.14 -- php, version bump to 5.6.29 @@ -40,7 +40,7 @@ -- tiff, version bump to 4.0.7, security fixes: 11 CVE's --- kexec-tools, version bump to 2.0.14 +-- kexec, version bump to 2.0.14 -- nano, version bump to 2.7.2 @@ -518,7 +518,7 @@ -- ethtool, version bump to 4.2 --- kexec-tools, version bump to 2.0.11 +-- kexec, version bump to 2.0.11 -- kernel-reboot, new command performs a reboot via kexec just as RUNNIX does, all changes to the run images and versions are honored. Reboots are 30-40 seconds faster using kernel-reboot. The kernel-reboot command replaces the sreboot script that has been removed. @@ -920,7 +920,7 @@ -- libsodium, version bump to 1.0.2 --- kexec-tools, version bump to 2.0.8 +-- kexec, version bump to 2.0.8 -- Time Zone Database update, tzdata2015a and tzcode2015a @@ -1217,7 +1217,7 @@ -- ethtool, version bump to 3.14 --- kexec-tools, version bump to 2.0.6 +-- kexec, version bump to 2.0.6 -- pcre, version bump to 8.35 @@ -1328,7 +1328,7 @@ -- dosfstools, version bump to 3.0.25 --- kexec-tools, version bump to 2.0.4 +-- kexec, version bump to 2.0.4 -- initrd and /etc/rc, On boot use 'e2fsck -y' instead of 'e2fsck -p' since common disk corruption will not be automatically fixed with '-p'. Thanks to Martin Sunstrum for demonstrating the problem and testing. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-12-30 16:21:31
|
Revision: 8061 http://sourceforge.net/p/astlinux/code/8061 Author: abelbeck Date: 2016-12-30 16:21:13 +0000 (Fri, 30 Dec 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-12-30 16:19:03 UTC (rev 8060) +++ branches/1.0/docs/ChangeLog.txt 2016-12-30 16:21:13 UTC (rev 8061) @@ -99,7 +99,7 @@ -- iproute2 (ip, tc, bridge, etc.) version bump to version 3.16.0, now including the 'bridge' utility. No longer use 'brctl' for managing bridge interfaces, instead use iproute2 tools. --- whois, version 5.2.13, new package to perform Whois lookups for domains and IP's. +-- whois, version 5.2.14, new package to perform Whois lookups for domains and IP's. -- arnofw (AIF), "adaptive-ban" plugin, asterisk filter, add chan_sip 'Not a local domain' regex and chan_pjsip 'No matching endpoint found' regex. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2017-01-02 21:54:04
|
Revision: 8068 http://sourceforge.net/p/astlinux/code/8068 Author: abelbeck Date: 2017-01-02 21:54:01 +0000 (Mon, 02 Jan 2017) 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 2017-01-02 21:45:38 UTC (rev 8067) +++ branches/1.0/docs/ChangeLog.txt 2017-01-02 21:54:01 UTC (rev 8068) @@ -23,8 +23,10 @@ -- php, version bump to 5.6.29 --- sqlite, version bump to 3.15.2 +-- sqlite, version bump to 3.16.0 +-- sqliteodbc, version bump to 0.9995 + -- Monit, version bump to 5.20.0 -- logrotate, version bump to 3.11.0 @@ -38,11 +40,13 @@ -- libedit, version 20160903-3.1, new package, commonly used instead of the somewhat bloated readline (no longer enabled). Utilized by commands: asterisk -r, sqlite3, chronyc, sftp, bc +-- zlib, version bump to 1.2.9 + -- tiff, version bump to 4.0.7, security fixes: 11 CVE's -- kexec, version bump to 2.0.14 --- nano, version bump to 2.7.2 +-- nano, version bump to 2.7.3 -- strace, version bump to 4.15 @@ -70,7 +74,7 @@ you will have to generate a new /mnt/kd/chrony.conf file with similar but different syntax. More info: http://doc.astlinux-project.org/userdoc:tt_ntp_client_server --- OpenVPN, version bump to 2.3.14 +-- OpenVPN, major version bump to 2.4.0, new features include AEAD (GCM) cipher and Elliptic Curve DH key exchange support. -- prosody, version bump to 0.9.11 @@ -78,7 +82,7 @@ -- lighttpd, version bump to 1.4.44 --- dnscrypt-proxy, version bump to 1.8.0 +-- dnscrypt-proxy, version bump to 1.9.1 -- unbound (host), version bump to 1.6.0 @@ -86,7 +90,7 @@ -- tcpdump, version bump to 4.8.1 --- stunnel, version bump to 5.38 +-- stunnel, version bump to 5.39 -- shellinabox, version bump to 2.20 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2017-01-03 15:42:54
|
Revision: 8070 http://sourceforge.net/p/astlinux/code/8070 Author: abelbeck Date: 2017-01-03 15:42:51 +0000 (Tue, 03 Jan 2017) 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 2017-01-03 15:38:45 UTC (rev 8069) +++ branches/1.0/docs/ChangeLog.txt 2017-01-03 15:42:51 UTC (rev 8070) @@ -42,6 +42,8 @@ -- zlib, version bump to 1.2.9 +-- lzo, version bump to 2.09 + -- tiff, version bump to 4.0.7, security fixes: 11 CVE's -- kexec, version bump to 2.0.14 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2017-01-03 21:42:18
|
Revision: 8073 http://sourceforge.net/p/astlinux/code/8073 Author: abelbeck Date: 2017-01-03 21:42:16 +0000 (Tue, 03 Jan 2017) 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 2017-01-03 21:40:28 UTC (rev 8072) +++ branches/1.0/docs/ChangeLog.txt 2017-01-03 21:42:16 UTC (rev 8073) @@ -120,7 +120,7 @@ -- (Custom Build Only) wanpipe, version 7.0.20 (no change) --- FOP2, available version bump to 2.31.05. +-- FOP2, available version bump to 2.31.06. Note: If you have a license, you may need to purchase an "Annual Software Maintenance" license if you upgrade. More info: http://doc.astlinux-project.org/userdoc:tt_asterisk-fop2-upgrade This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2017-01-04 02:23:13
|
Revision: 8076 http://sourceforge.net/p/astlinux/code/8076 Author: abelbeck Date: 2017-01-04 02:23:11 +0000 (Wed, 04 Jan 2017) 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 2017-01-04 02:21:38 UTC (rev 8075) +++ branches/1.0/docs/ChangeLog.txt 2017-01-04 02:23:11 UTC (rev 8076) @@ -23,7 +23,7 @@ -- php, version bump to 5.6.29 --- sqlite, version bump to 3.16.0 +-- sqlite, version bump to 3.16.1 -- sqliteodbc, version bump to 0.9995 @@ -40,7 +40,7 @@ -- libedit, version 20160903-3.1, new package, commonly used instead of the somewhat bloated readline (no longer enabled). Utilized by commands: asterisk -r, sqlite3, chronyc, sftp, bc --- zlib, version bump to 1.2.9 +-- zlib, version bump to 1.2.10 -- lzo, version bump to 2.09 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2017-01-04 21:54:47
|
Revision: 8078 http://sourceforge.net/p/astlinux/code/8078 Author: abelbeck Date: 2017-01-04 21:54:45 +0000 (Wed, 04 Jan 2017) 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 2017-01-04 21:54:01 UTC (rev 8077) +++ branches/1.0/docs/ChangeLog.txt 2017-01-04 21:54:45 UTC (rev 8078) @@ -120,7 +120,7 @@ -- (Custom Build Only) wanpipe, version 7.0.20 (no change) --- FOP2, available version bump to 2.31.06. +-- FOP2, available version bump to 2.31.07. Note: If you have a license, you may need to purchase an "Annual Software Maintenance" license if you upgrade. More info: http://doc.astlinux-project.org/userdoc:tt_asterisk-fop2-upgrade This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2017-01-05 16:54:58
|
Revision: 8081 http://sourceforge.net/p/astlinux/code/8081 Author: abelbeck Date: 2017-01-05 16:54:56 +0000 (Thu, 05 Jan 2017) 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 2017-01-05 16:49:50 UTC (rev 8080) +++ branches/1.0/docs/ChangeLog.txt 2017-01-05 16:54:56 UTC (rev 8081) @@ -110,6 +110,8 @@ -- arnofw (AIF), "adaptive-ban" plugin, asterisk filter, add chan_sip 'Not a local domain' regex and chan_pjsip 'No matching endpoint found' regex. +-- arnofw (AIF), add support for BLOCKED_HOST_LOG inbound/outbound selectively. + ** Asterisk -- Asterisk 11.25.1 (version bump) and 13.12.2 (version bump) @@ -136,7 +138,9 @@ -- System tab, add View System Files: [ IPsec strongSwan log ] +-- Firewall sub-tab, add "Log Denied attempts by a blocked host" inbound/outbound selectively. + Additions for AstLinux 1.2.8: ============================= This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |