From: <abe...@us...> - 2017-03-29 22:06:26
|
Revision: 8245 http://sourceforge.net/p/astlinux/code/8245 Author: abelbeck Date: 2017-03-29 22:06:23 +0000 (Wed, 29 Mar 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-03-29 18:10:05 UTC (rev 8244) +++ branches/1.0/docs/ChangeLog.txt 2017-03-29 22:06:23 UTC (rev 8245) @@ -20,6 +20,8 @@ -- rbash, new command (part of bash package), a restricted login shell /bin/rbash for non-root users. More info: http://doc.astlinux-project.org/userdoc:tt_restricted_user_login +-- netcalc, new command, IPv4 and IPv6 network calculator. Also used by dnsmasq init.d script. + -- unique-local-ipv6, new command to generate a pseudo-random IPv6 ULA (Unique Local Address) /48 Prefix for local, VPN, etc. use. These prefixes are not globally routable without some Network Prefix Translation (NPTv6). @@ -52,6 +54,7 @@ -- OpenSSL, version bump to 1.0.2k, security fixes: CVE-2017-3731, CVE-2017-3732 -- OpenSSH, version bump to 7.5p1, allow PubkeyAcceptedKeyTypes 'ssh-dss' for backward compatibility. + Updated /etc/ssh/moduli DH group parameters file, starting with 2048-bit length. -- OpenVPN, version bump to 2.4.1, add rc.conf variable OVPNC_REMOTE_CERT_TLS to replace deprecated OVPNC_NSCERTTYPE @@ -64,6 +67,7 @@ -- ddclient, switch to ddclient-curl version 3.8.3-02, adds IPv6 and Hurricane Electric support Cloudflare, FreeDNS, and HE Free DNS (Hurricane Electric) now support mixed IPv4/IPv6 DNS updates. + Added script get-ipv6-from-ipv4 to retrieve a neighboring IPv6 address to be published as an AAAA record. New rc.conf variable: DDGETIPV6, DDGETIPV6="" or DDGETIPV6="no" -> IPv6 dynamic DNS is disabled More info: http://doc.astlinux-project.org/userdoc:tt_dynamic_dns_client This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |