Feed lwn LWN.net

Favorite IconLWN.net

Link https://lwn.net/
Feed http://lwn.net/headlines/rss
Updated 2025-09-15 02:15
Tuesday's security updates
Arch Linux has updated tor (denial of service).Debian has updated arj (multiple vulnerabilities), libgd2 (denial of service), mailman (path traversal attack), and tor (denial of service).Debian-LTS has updated mailman (path traversal attack) and tor (denial of service).Fedora has updated chicken (F21; F20:buffer overflow), kernel (F20: multiplevulnerabilities), libxml2 (F21: denial of service), and seamonkey (F21; F20: multiple vulnerabilities).Gentoo has updated firefox (multiple vulnerabilities).Mandriva has updated cups-filters(MBS2.0: remote command execution), libtasn1 (MBS1.0, MBS2.0: denial of service),and python-django (MBS1.0: cross-site scripting).Red Hat has updated kernel(RHEL6.5: multiple vulnerabilities).Ubuntu has updated firefox(14.10, 14.04, 12.04: certificate verification bypass) and oxide-qt (14.10, 14.04: multiple vulnerabilities).
Kernel prepatch 4.0-rc7
Linus has released 4.0-rc7 after a delay ofa couple of days for the holiday. "But it's still pretty small, andthings are on track for 4.0 next weekend. There's a tiny chance that I'lldecide to delay 4.0 by a week just because I'm traveling the week after,and I might want to avoid opening the merge window. We'll see how I feelabout it next weekend."
Linux Australia server breach
Linux Australia has reporteda breach on the Conference Management (Zookeepr) hosting server. Thisserver hosted the conference systems for linux.conf.au 2013, 2014 and 2015,and for PyCon Australia 2013 and 2014. "The database dumps whichoccurred during the breach include information provided during conferenceregistration - First and Last Names, physical and email addresses, and anyphone contact details provided, as well as a hashed version of the userpassword. As Zookeepr uses a third party credit card payment gateway forcredit card processing, the database dumps do not contain any credit cardor banking details."
Security advisories for Monday
Arch Linux has updated firefox (certificate verification bypass), java-batik (information leak), and thunderbird (multiple vulnerabilities).Fedora has updated firefox (F20:multiple vulnerabilities), freeipa (F21:two vulnerabilities), glpi (F21; F20: privilege escalation), lasso (F21; F20:denial of service), mingw-libzip (F21; F20: codeexecution), mingw-qt5-qtbase (F21;F20: denial of service),mingw-qt5-qtdeclarative (F21; F20: denial of service),mingw-qt5-qtgraphicaleffects (F21;F20: denial of service),mingw-qt5-qtimageformats (F21; F20: denial of service),mingw-qt5-qtlocation (F21; F20: denial of service),mingw-qt5-qtmultimedia (F21; F20: denial of service),mingw-qt5-qtquick1 (F21; F20: denial of service),mingw-qt5-qtscript (F21; F20: denial of service),mingw-qt5-qtsensors (F21; F20: denial of service),mingw-qt5-qtsvg (F21; F20: denial of service),mingw-qt5-qttools (F21; F20: denial of service),mingw-qt5-qttranslations (F21; F20: denial of service),mingw-qt5-qtwebkit (F21; F20: denial of service),mingw-qt5-qtwinextras (F21; F20: denial of service), moodle (F21; F20:multiple vulnerabilities), osc (F21;F20: command injection), patch (F20: multiple vulnerabilities),PyYAML (F21; F20: denial of service), rt (F21: multiple vulnerabilities), slapi-nis (F21: multiple vulnerabilities), thunderbird (F21: multiple vulnerabilities), and tor (F21; F20: denial of service).Mageia has updated cups-filters(remote command execution), novnc (VNCsession hijacking), and php, libzip(multiple vulnerabilities).Red Hat has updated chromium-browser (RHEL6: two vulnerabilities).
10 Years of Git: An Interview with Git Creator Linus Torvalds (Linux.com)
Linux.com talkswith Linus Torvalds about the development of Git. "Just to pickan example: the concept of 'merging' was generally considered to besomething really quite painful and hard in most SCM's. You'd plan yourmerges, because they were big deals. That's not acceptable to me, since Icommonly do tens of merges a day when in the merge window, and even then,the biggest overhead shouldn't be the merge itself, it should be testingthe result. The 'git' part of the merge is just a couple of seconds, itshould take me much longer just to write the merge explanationmessage."
Tor Summer of Privacy
The Tor Project and the Electronic Frontier Foundation (EFF) have announceda mentoring program entitled the "Tor Summer of Privacy" (TorSoP). Akin to theGoogle Summer of Code, TorSoP will provide financial support andmentorship for a group of students to work on privacy-related freesoftware. Three student positions are available this year;applications will be accepted through April 10. More details(including project ideas) are provided on the TorSoP page.
Rust 1.0 beta released
The Rust team at Mozilla Research has announced the first beta release of Rust 1.0. The release notes detail a number of important changes, but the announcement adds some additional noteworthy items. "The Beta release also marks a turning point in our approach to stability. During the alpha cycle, the use of unstable APIs and language features was permitted, but triggered a warning. As of the Beta release, the use of unstable APIs will become an error (unless you are using Nightly builds or building from source)." A new continuous-integration infrastructure has also been deployed. The final release is currently expected around May 15.
Friday's security updates
Arch Linux has updated libtasn1 (denial of service).Debian has updated icedove(multiple vulnerabilities).Fedora has updated drupal7-ctools (F20; F21: multiple vulnerabilities),firefox (F21: multiple vulnerabilities), icu (F21: multiple vulnerabilities), and texlive (F20: arbitrary file removal).Mageia has updated firefox,thunderbird (M4: multiple vulnerabilities), iceape (M4: multiple vulnerabilities), libtasn1 (M4: denial of service), mercurial (M4: command injection), mongodb (M4: denial of service), and python-django (M4: multiple vulnerabilities).Mandriva has updated icu(BS1: multiple vulnerabilities) and subversion (BS1, BS2: multiple vulnerabilities).SUSE has updated kernel(SLE12: multiple vulnerabilities).Ubuntu has updated thunderbird (12.04, 14.04, 14.10: multiple vulnerabilities).
What to Expect When You're Expecting: PHP 7, Part 1 (Engine Yard)
The Engine Yard blog has anintroduction to the changes coming in the PHP 7 release."My personal favorite addition to PHP 7 is the addition of theCombined Comparison Operator, <=>,otherwise known as thespaceship operator. [...] It effectively works like strcmp(), orversion_compare(), returning -1 if the left operand is smaller than theright, 0 if they are equal, and 1 if the left is greater than theright. The major difference being that it can be used on any two operands,not just strings, but also integers, floats, arrays, etc."
Android security state of the union
Google has announcedthe issuing of alengthy report [PDF] on the state of Android security. "In 2014,the Android platform made numerous significant improvements in platformsecurity technology, including enabling deployment of full disk encryption,expanding the use of hardware- protected cryptography, and improving theAndroid application sandbox with an SELinux- based Mandatory Access Controlsystem (MAC). Developers were also provided with improved tools to detectand react to security vulnerabilities, including the nogotofail project andthe SecurityProvider. We provided device manufacturers with ongoingsupport for fixing security vulnerabilities in devices, includingdevelopment of 79 security patches, and improved the ability to respond topotential vulnerabilities in key areas, such as the updateable WebView inAndroid 5.0."
Open Crypto Audit gives TrueCrypt a passing grade
At his blog, cryptographer Matt Green announced that the Open Crypto Audit project's review of the now-abandoned TrueCrypt encryption tool is complete, and that "based on this audit, Truecrypt appears to be a relatively well-designed piece of crypto software. The NCC audit found no evidence of deliberate backdoors, or any severe design flaws that will make the software insecure in most instances." TrueCrypt was abruptly abandoned by its anonymous developers in 2014, leading some to suspect that a serious vulnerability had been discovered. The final Open Crypto Audit report [PDF] suggests otherwise, which is good news for users as well as for the multiple open-source projects that have subsequently developed TrueCrypt-compatibility support.
Thursday's security updates
Arch Linux has updated chromium (multiple vulnerabilities).CentOS has updated thunderbird (C5: multiple vulnerabilities).Debian has updated iceweasel (multiple vulnerabilities).Mandriva has updated flac(BS2: multiple vulnerabilities), graphviz (BS2: format-string vulnerability), owncloud(BS1; BS2: multiple vulnerabilities), and tor(BS1: denial of service).openSUSE has updated php5(13.1, 13.2: multiple vulnerabilities) and python-Django (13.2: multiple vulnerabilities).Oracle has updated firefox(O5: multiple vulnerabilities) and thunderbird (O6; O7: multiple vulnerabilities).Scientific Linux has updated thunderbird (multiple vulnerabilities).SUSE has updated kernel(SLES11: multiple vulnerabilities).Ubuntu has updated tiff(regression fix for previous update).
Django 1.8 released
Version1.8 of the Django web platform is out. "This version has beendesignated as a long-term support (LTS) release, which means that securityand data loss fixes will be applied for at least the next threeyears." New features include support for multiple template engines,complex SQL expressions, some PostgreSQL-specific add-ons, and more; see the releasenotes for details.
[$] LWN.net Weekly Edition for April 2, 2015
The LWN.net Weekly Edition for April 2, 2015 is available.
[$] XFS: There and back ... and there again?
In a thought-provoking—and characteristically amusing—talk at the Vault conference,Dave Chinner looked at the history of XFS, its current status, and where the filesystem may be heading.In keeping with the title of the talk (shared by this article), he sees parallels in what drove the original development of XFS and what will bedriving new filesystems.Chinner's vision of the future for today's filesystems, and not justof XFS, may be a bit surprising or controversial—possibly both.
Security advisories for Wednesday
Arch Linux has updated firefox (multiple vulnerabilities).CentOS has updated bind (C7:denial of service), firefox (C7: twovulnerabilities), firefox (C6; C5; C7:multiple vulnerabilities), xulrunner (C7:multiple vulnerabilities), flac (C7;C6: two vulnerabilities), freetype (C7: multiple vulnerabilities),ipa (C7: two vulnerabilities), slapi-nis (C7: two vulnerabilities), kernel (C7: two vulnerabilities), libxml2 (C7: denial of service), openssl (C7: multiple vulnerabilities), postgresql (C7: multiple vulnerabilities), setroubleshoot (C7: privilege escalation),thunderbird (C7; C7: multiple vulnerabilities), and unzip (C7: multiple vulnerabilities).Debian has updated wireshark (multiple vulnerabilities).Debian-LTS has updated freetype (many vulnerabilities).Fedora has updated drupal7-entity (F21; F20:cross-site scripting) and php (F20:multiple vulnerabilities).Mageia has updated chromium-browser-stable (multiple vulnerabilities), owncloud (unspecified vulnerabilities), python-rope (code execution), and tor (denial of service).Oracle has updated firefox (OL7; OL6:multiple vulnerabilities) and flac (OL7; OL6: two vulnerabilities).Red Hat has updated firefox(RHEL5,6,7: multiple vulnerabilities), flac(RHEL6,7: two vulnerabilities), and thunderbird (RHEL5,6,7: multiple vulnerabilities).Scientific Linux has updated firefox (SL5,6,7: multiple vulnerabilities)and flac (SL6,7: two vulnerabilities).Ubuntu has updated firefox(14.10, 14.04, 12.04: multiple vulnerabilities), gnupg, gnupg2 (14.10, 14.04, 12.04, 10.04:multiple vulnerabilities), libgcrypt11,libgcrypt20 (14.10, 14.04, 12.04, 10.04: information leak), and tiff (14.10, 14.04, 12.04, 10.04: multiple vulnerabilities).
Firefox 37.0
Firefox 37.0 has been released. This release features improved protectionagainst site impersonation via OneCRL centralized certificate revocation,Bing search now uses HTTPS for secure searching, opportunistic encryptingof HTTP traffic where the server supports HTTP/2 AltSvc, and more. See thereleasenotes for details.
Tuesday's security updates
Arch Linux has updated musl (code execution).Debian has updated openldap(multiple vulnerabilities).Mandriva has updated dokuwiki(MBS1.0: multiple vulnerabilities) and phpmyadmin (MBS1.0: information leak).openSUSE has updated gd (13.2,13.1: denial of service) and seamonkey(13.2, 13.1: two vulnerabilities).Oracle has updated libxml2 (OL7:denial of service) and postgresql (OL7; OL6:multiple vulnerabilities).SUSE has updated firefox (SLE12:two vulnerabilities).Ubuntu has updated jakarta-taglibs-standard (14.10, 14.04: code execution).
Kernel prepatch 4.0-rc6
Linus has released 4.0-rc6 right onschedule. "Things are calming down nicely, and there are fixes allover. The NUMA balancing performance regression is fixed, and things arelooking up again in general. There were a number of i915 issues and a KVMdouble-fault thing that meant that for a while there I was pretty sure thatthis would be a release that will go to rc8, but that may beunnecessary."
Security advisories for Monday
CentOS has updated postgresql(C6: multiple vulnerabilities).Debian has updated freexl (code execution).Fedora has updated drupal6 (F21; F20:multiple vulnerabilities), drupal7 (F21; F20:multiple vulnerabilities), libssh2 (F20:information leak), mingw-xerces-c (F21; F20:denial of service), php (F21: multiplevulnerabilities), tcpdump (F21: multiple vulnerabilities), and xerces-c (F21; F20: denial of service).Gentoo has updated busybox(multiple vulnerabilities).Mandriva has updated apache-mod_wsgi (MBS2.0: privilegeescalation), bash (MBS2.0: multiplevulnerabilities), bind (MBS2.0: denial ofservice), binutils (MBS2.0: multiplevulnerabilities), clamav (MBS2.0: multiplevulnerabilities), coreutils (MBS1.0,MBS2.0: code execution), ctags (MBS2.0:denial of service), ctdb (MBS2.0: insecuretemporary files), dbus (MBS2.0: multiplevulnerabilities), drupal (MBS1.0: multiplevulnerabilities), ejabberd (MBS2.0:incorrectly allows unencrypted connections), erlang (MBS2.0: command injection), ffmpeg (MBS2.0: multiple vulnerabilities), firebird (MBS2.0: denial of service), freerdp (MBS2.0: two vulnerabilities), gcc (MBS2.0: code execution), git (MBS2.0: code execution), glibc (MBS2.0: multiple vulnerabilities), glpi (MBS2.0: multiple vulnerabilities), grub2 (MBS2.0: code execution), gtk+3.0 (MBS2.0: screen lock bypass), icu (MBS2.0: multiple vulnerabilities), ipython (MBS2.0: code execution), jasper (MBS2.0: multiple vulnerabilities), jython (MBS2.0: code execution), libarchive (MBS1.0, MBS2.0: directorytraversal), libtiff (MBS1.0: multiplevulnerabilities), libxfont (MBS1.0:multiple vulnerabilities), setup (MBS2.0:information disclosure), tcpdump (MBS1.0:multiple vulnerabilities), and wireshark(MBS1.0: multiple vulnerabilities).openSUSE has updated freetype2(13.2, 13.1: many vulnerabilities), gnutls(13.2, 13.1: certificate algorithm consistency checking issue), and rubygem-bundler (13.2, 13.1: installs malicious gem files).Red Hat has updated kernel-rt(RHE MRG for RHEL6: two vulnerabilities), libxml2 (RHEL7: denial of service), and postgresql (RHEL6, RHEL7: multiple vulnerabilities).Scientific Linux has updated libxml2 (SL7: denial of service) and postgresql (SL6, SL7: multiple vulnerabilities).
A massive weekend security update pile
The pile of security updates has gotten deep enough that it makes sense toshove them out now. The biggest pile is seemingly Mandriva catching up onnumerous updates for its Mandriva Business Server (MBS) line of products.Debian has updatedbatik (unauthorized file access),binutils (code execution),dulwich (code execution),libxfont (privilege escalation),php5 (fix regression from previous update),shibboleth-sp2 (denial of service), andxerces-c (denial of service).Fedora has updatedkernel (F21: code execution),mongodb (F21: denial of service),python-requests (F21: cookie stealing),python-urllib3 (F21: cookie stealing),strongswan (F20, F21: denial of service), andwebkitgtk4 (F21: late certificate verification).Mageia has updateddocuwiki (cross-site scripting),drupal (authentication bypass),krb5 (denial of service),python-requests (cookie stealing),setup (incorrect file protections), andwireshark (dissector issues).Mandriva has updatedapache (MBS2: 11 CVEs),apache-mod_security (MBS2: restriction bypass),cifs-utils (MBS2: code execution),cups (MBS2: six CVEs),cups-filters (MBS2: nine CVEs),curl (MBS2: seven CVEs),dovecot (MBS2: denial of service),egroupware (MBS2: code execution),elfutils (MBS2: code execution),emacs (MBS2: symbolic link vulnerability),freetype2 (MBS2: 21 CVEs),gnupg (MBS1, MBS2: five CVEs),gnutls (MBS2: five CVEs),imagemagick (MBS2: five CVEs),jbigkit (MBS2: code execution),json-c (MBS2: denial of service),krb5 (MBS1-2: five CVEs),lcms2 (MBS2: denial of service),libcap-ng (MBS2: privilege escalation),libgd (MBS2: denial of service),libevent (MBS2: code execution),libjpeg (MBS2: code execution),libksba (MBS2: denial of service),liblzo (MBS2: code execution),libpng (MBS2: memory overwrite),libpng12 (MBS2: three 2013 CVEs),libsndfile (MBS2: code execution),libssh (MBS2: information disclosure and denial of service),libssh2 (MBS1, MBS2: MITM vulnerability), libtasn1 (MBS2: denial of service),libtiff (MBS2: six CVEs),libvirt (MBS1, MBS2: denial of service andinformation leak),libvncserver (MBS2: six CVEs),libxfont (MBS2: six CVEs),libxml2 (MBS2: denial of service),lua (MBS2: code execution),mariadb (MBS2: uncountable unexplained CVEs),mpfr (MBS2: code execution),mutt (MBS2: denial of service),net-snmp (MBS2: denial of service),nginx (MBS2: code execution),nodejs (MBS2: multiple unspecified vulnerabilities), not-yet-commons-ssl (MBS2: MITM vulnerability), ntp (MBS2: six CVEs),openldap (MBS1, MBS2: denial of service),openssh (MBS2: restriction and authentication bypass),openvpn (MBS2: denial of service),patch (MBS2: file overwrite),pcre (MBS2: denial of service),perl (MBS2: denial of service),php (MBS1, MBS2: lots of vulnerabilities),postgresql (MBS2: twelve CVEs),ppp (MBS2: privilege escalation),pulseaudio (MBS2: denial of service),python-django (MBS2: five CVEs),python-pillow (MBS2: five CVEs),python-requests (MBS2: cookie stealing),php-ZendFramework (MBS2: eight CVEs),python (MBS2: seven CVEs),python3 (MBS2: five CVEs),python-lxml (MBS2: code injection),python-numpy (MBS2: temporary file vulnerability),readline (MBS2: symbolic link vulnerability),rsync (MBS2: denial of service),rsyslog (MBS2: denial of service),ruby (MBS2: denial of service),samba (MBS1, MBS2: code execution and more),samba4 (MBS2: code execution),sendmail (MBS2: file descriptor access),serf (MBS2: MITM vulnerability),squid (MBS2: five CVEs),stunnel (MBS2: private key disclosure),subversion (MBS2: five CVEs),sudo (MBS2: file disclosure),tcpdump (MBS2: seven CVEs),tomcat (MBS2: eight CVEs),torque (MBS2: kill arbitrary processes),udisks2 (MBS2: code execution),unzip (MBS2: code execution),util-linux (MBS2: command injection),wpa_supplicant (MBS2: command execution),wget (MBS2: symbolic link vulnerability),x11-server (MBS2: thirteen CVEs), andxlockmore (MBS2: lock bypass).openSUSE has updatedmercurial (command injection).SUSE has updatedfirefox (SLES10-11: code execution) andmysql (SLES11: 33 vulnerabilities).
[$] Mailman 3.0 to modernize mailing lists
More than a decade after its last major rewrite, the GNU Mailman mailinglist manager project aimsto release its 3.0 suite in April, during the sprints following PyConNorth America. Mailman 3 is a major rewrite that includes a new usermembership system, a REST API, an archiver replacement for Pipermail, and abetter web interface for subscriptions and settings — but it carries withit a few new dependencies as well. Brave system administrators can try outthefifthbeta version now.Subscribers can click below for the full story from next week's edition.
Two fresh stable kernels
Hot on the heels of yesterday's 3.19.3 release, Greg Kroah-Hartmanhas released kernels 3.14.37 and 3.10.73. Each contains a bevy of updatesand fixes.
Friday's security updates
CentOS has updated setroubleshoot (C6; C7: privilege escalation).Debian has updated batik(information leak).Fedora has updated dokuwiki (F20; F21; F22: access control bypass), drupal7 (F22: multiple vulnerabilities), drupal7-views (F20; F21:multiple vulnerabilities),ettercap (F20; F21: multiple vulnerabilities), mingw-xerces-c (F22: denial of service), nx-libs (F20; F21: multiple vulnerabilities),php (F22: multiple vulnerabilities), and xerces-c (F22: denial of service).Mandriva has updated cabextract (BS1,2: multiple vulnerabilities), cpio (BS1: multiple vulnerabilities; BS2: directory traversal),e2fsprogs (BS1; BS2: multiple vulnerabilities), and openssl (BS1; BS2: multiple vulnerabilities).openSUSE has updated libXfont (13.1, 13.2: multiple vulnerabilities), libzip (13.1, 13.2: denial of service), and tcpdump (13.1, 13.2: multiple vulnerabilities).Oracle has updated ipa andslapi-nis (O7: multiple vulnerabilities), kernel (O7: multiple vulnerabilities), andsetroubleshoot (O5; O6; O7: privilege escalation).Red Hat has updated ipa,slapi-nis (RHEL7: multiple vulnerabilities), kernel (RHEL7: multiple vulnerabilities), kernel-rt (RHEL7: multiple vulnerabilities), and setroubleshoot (RHEL5,6,7: privilege escalation).Scientific Linux has updated ipaand slapi-nis (SL7:), kernel (SL7:multiple vulnerabilities),and setroubleshoot (SL5,6,7: privilege escalation).SUSE has updated Xen (SLE12:multiple vulnerabilities).
A new stable kernel release
Greg Kroah-Hartman has announced the release of the 3.19.3 kernel. A variety of importantfixes and updates are included.
Thursday's security updates
CentOS has updated firefox (C6; C7: multiple vulnerabilities).openSUSE has updated firefox(13.1,13.2: multiple vulnerabilities).Oracle has updated firefox(O5: multiple vulnerabilities).Scientific Linux has updated 389-ds-base (SL7: multiple vulnerabilities), firefox (multiple vulnerabilities), freetype (SL6,7: multiple vulnerabilities), glibc (SL7: multiple vulnerabilities), GNOME Shell (SL7: lock screen bypass), hivex (SL7: privilege escalation), httpd (SL7: multiple vulnerabilities), ipa (SL7: multiple vulnerabilities), kernel (SL7: multiple vulnerabilities), krb5 (SL7: multiple vulnerabilities), libreoffice (SL7: multiple vulnerabilities), libvirt (SL7: multiple vulnerabilities), openssh (SL7: multiple vulnerabilities), openssl (SL6; SL7: multiple vulnerabilities),pcre (SL7: information leak), qemu-kvm (SL7: multiple vulnerabilities), unzip (SL6,7: multiple vulnerabilities), and virt-who (SL7: information leak).
[$] LWN.net Weekly Edition for March 26, 2015
The LWN.net Weekly Edition for March 26, 2015 is available.
[$] Development activity in LibreOffice and OpenOffice
The LibreOffice project was announced withgreat fanfare in September 2010. Nearly one year later, the OpenOffice.orgproject (from which LibreOffice was forked) wascut loose from Oracle andfound a new home as an Apache project. It is fair to say that the rivalrybetween the two projects in the time since then has been strong.Predictions that one project or the other would fail have not been borneout, but that does not mean that the two projects are equally successful.A look at the two projects' development communities reveals someinteresting differences.Click below (subscribers only) for the full article.
Security advisories for Wednesday
Debian has updated openssl(regression in previous update) and python-django (cross-site scripting).Debian-LTS has updated gnutls26(multiple vulnerabilities).openSUSE has updated less (13.2,13.1: information leak) and tor (13.2,13.1: denial of service).Oracle has updated firefox (OL7; OL6: multiple vulnerabilities).SUSE has updated firefox(SLE11 SP3: multiple vulnerabilities).Ubuntu has updated batik (14.10,14.04, 12.04: information leak) and libarchive (14.10, 14.04, 12.04: directory traversal).
GNOME 3.16 released
The GNOME 3.16 release is out. "This is another exciting release for GNOME, and brings many new featuresand improvements, including redesigned notifications, a new shelltheme, new scrollbars, and a refresh for the file manager. 3.16 alsoincludes improvements to the Image Viewer, Music, Photos and Videos.We are also including three new preview apps for the first time: Books,Calendar and Characters." See the releasenotes for more information.
LibreOffice Online announced
The LibreOffice project has announced the accelerated development of a newonline offering. "Development of LibreOffice Online started back in 2011, with theavailability of a proof of concept of the client front end, based on HTML5technology. That proof of concept will be developed into a state of the artcloud application, which will become the free alternative to proprietarysolutions such as Google Docs and Office 365, and the first to nativelysupport the Open Document Format (ODF) standard." The currenteffort is supported by IceWarp and Collabora; see thisFAQ and MichaelMeeks's posting for more information. For those wanting to downloadit, though, note the "the availability of LibreOffice Online will be communicated at a laterstage."
A Turing award for Michael Stonebraker
The ACM has announcedthat the 2014 A. M. Turing award has gone to MichaelStonebraker. Among many other things, he was the original creator of thedatabase management system now known as PostgreSQL.
FSFE: Worldwide more than 50 events about Open Standards
The Free Software Foundation Europe has a reminder that Document FreedomDay is happening from March 24 12:00 UTC until March 26 12:00 UTC."Document Freedom Day is the global campaign for document liberation by local groups throughout the world.So far more than 50 groups registered their events in over 25 countriesranging from Asia, Europa, Africa, to South and North America."
Two microconferences accepted for the Linux Plumbers Conference
The 2015 Linux Plumbers Conference (LPC) has announced that two microconferences have been accepted for the event, which will be held August 19-21 in Seattle. The Checkpoint/Restart and Energy-aware scheduling and CPU power management microconferences will be held at LPC. Registration for the conference will open on March 27 and it will be co-located with LinuxCon North America, which will be held August 17-19.
Meet Cyanogen, The Startup That Wants To Steal Android From Google (Forbes)
Forbes takesa look at Cyanogen, and its prospects in the phone market."Cyanogen has a chance to snag as many as 1 billion handsets, morethan the total number of iPhones sold to date, according to someanalysts. Fifty million people already run Cyanogen on their phones, thecompany says. Most went through the hours-long process of erasing anAndroid phone and rebooting it with Cyanogen. [Kirt] McMaster is now persuading a growing list of phone manufacturers to make devices with Cyanogen built in, rather than Google’s Android. Their phones are selling out in record time. Analysts say each phone could bring Cyanogen a minimum of $10 in revenue and perhaps much more."
Van de Ven: Deprecating old crypto
Worth a read: this postfrom Arjan van de Ven on the difficulty of removing old, insecurecryptographic algorithms from a Linux distribution. "But more, andthis is a call to action: If you're working on an open source project thatuses crypto, please please don't opencode crypto algorithm usage. Thealgorithm may be outdated at any time and might have to go away in ahurry."
Security updates for Tuesday
CentOS has updated openssl (C6: multiple vulnerabilities).Mageia has updated firefox (multiple vulnerabilities), libxfont (privilege escalation), and tcpdump (multiple vulnerabilities).openSUSE has updated kdebase4-runtime, kdelibs4, konversation,kwebkitpart, libqt4 (13.1: multiple vulnerabilities).Oracle has updated openssl (OL7; OL6: multiple vulnerabilities).Red Hat has updated firefox(RHEL5,6,7: multiple vulnerabilities) and openssl (RHEL7; RHEL6: multiple vulnerabilities).SUSE has updated compat-openssl097g (SLE11 SP2: multiplevulnerabilities) and kernel(SLE11 SP3: multiple vulnerabilities).Ubuntu has updated gnutls26,gnutls28 (multiple vulnerabilities), kernel (14.10; 14.04;12.04: multiple vulnerabilities), linux-lts-trusty (12.04: multiplevulnerabilities), linux-lts-utopic (14.04:multiple vulnerabilities), linux-ti-omap4(12.04: multiple vulnerabilities), mono(14.10, 14.04, 12.04: multiple vulnerabilities), and python-django (two vulnerabilities).
Google: Maintaining digital certificate security
It seems it was about time for another certificate authority horror story;the Google Online Security Blog duly delivers."CNNIC responded on the 22nd to explain that they had contracted withMCS Holdings on the basis that MCS would only issue certificates fordomains that they had registered. However, rather than keep the private keyin a suitable HSM, MCS installed it in a man-in-the-middle proxy. Thesedevices intercept secure connections by masquerading as the intendeddestination and are sometimes used by companies to intercept theiremployees’ secure traffic for monitoring or legal reasons. The employees’computers normally have to be configured to trust a proxy for it to be ableto do this. However, in this case, the presumed proxy was given the fullauthority of a public CA, which is a serious breach of the CAsystem."
Windows 10 to make the Secure Boot alt-OS lock out a reality (Ars Technica)
Ars Technica is one of several news outlets to report on a change announced in Microsoft's Windows 10 plans. Though the headlines (including Ars Technica's) paint a rather bleak scenario, the details are not as clear-cut. The UEFI "Secure Boot" mechanism was introduced with Windows 8, at which time Microsoft's OEM-certification rules mandated that hardware must include a means for the local user to disable Secure Boot. The Windows 10 certification rules does not include the mandated disable switch. Writes Peter Bright: "Should this stand, we can envisage OEMs building machines that will offer no easy way to boot self-built operating systems, or indeed, any operating system that doesn't have appropriate digital signatures. This doesn't cut out Linux entirely—there have been some collaborations to provide Linux boot software with the 'right' set of signatures, and these should continue to work—but it will make it a lot less easy." Note, also, that the only source for this story appears to be a presentation from a Microsoft event in Shenzhen, China. Bright adds that he has contacted Microsoft seeking clarification, but has so far received no reply.
Firefox 36.0.4
Firefox 36.0.4 has been released. This update includes security and bugfixes, support for the full HTTP/2 protocol, and more. The releasenotes contain the details.
Security advisories for Monday
Debian has updated drupal7 (multiple vulnerabilities), iceweasel (multiple vulnerabilities), mono (three SSL/TLS vulnerabilities), php5 (code execution), tor (denial of service), and xerces-c (denial of service).Debian-LTS has updated openssl(multiple vulnerabilities), tor (denial ofservice), and tzdata (timezone updates/leapsecond update).Fedora has updated firefox (F21:multiple vulnerabilities), icu (F20: twovulnerabilities), kernel (F21: multiplevulnerabilities), libXfont (F21: privilegeescalation), openssl (F21; F20: multiple vulnerabilities), patch (F21: multiple vulnerabilities),php-ZendFramework2 (F21; F20: cross-site forgery), qt-creator(F21; F20:fails to verify SSH host key), seamonkey(F21: multiple vulnerabilities), and xen (F21; F20: multiple vulnerabilities).Gentoo has updated chromium (multiple vulnerabilities).Mageia has updated libtiff (multiple vulnerabilities).openSUSE has updated kernel(11.4: multiple vulnerabilities), libarchive (13.2, 13.1: two vulnerabilities),openssl (13.2, 13.1: multiplevulnerabilities), seamonkey (13.2, 13.1:multiple vulnerabilities), and firefox(11.4: multiple vulnerabilities).Ubuntu has updated firefox(14.10, 14.04, 12.04: multiple vulnerabilities).
Kernel prepatch 4.0-rc5
Linus has released the 4.0-rc5 prepatch,saying "There's nothing particularly worrisome going on, although I'm stilltrying to think about the NUMA balancing performance regression. Itmay not be a show-stopper, but it's annoying, and I want it fixed.We'll get it, I'm sure."
Snellman: On open sourcing existing code
Juho Snellman has an interesting treatise on the oft-overlooked challenges that face developers attempting to release an existing, proprietary codebase under open-source terms. "As soon as you get outside of the "one self-contained file or directory" level of complexity, the threshold for releasing code becomes much higher. And likewise every change to a program that was made in order to open source it will make it less likely that the two versions can really be kept in sync in the long term. In this case the core code is maybe 2k-3k lines and won't require much work. It's all the support infrastructure that's going to be an issue." Snellman also reflects on possible strategies for writing internal code that may some day be released to the public.
Friday's security updates
Debian has updated openssl(multiple vulnerabilities).Fedora has updated csync2 (F20; F21:file checksum collision),duplicity (F20; F21: file checksum collision), librsync (F20; F21:file checksum collision),libssh2 (F21: denial of service), mapserver (F20; F21: codeexecution),php-ZendFramework2 (F22: cross-site forgery), andrdiff-backup (F20; F21: file checksum collision).Gentoo has updated openssl(multiple vulnerabilities).Mageia has updated openssl(M4: multiple vulnerabilities).openSUSE has updated krb5(13.1, 13.2: multiple vulnerabilities).Oracle has updated kernel (O6; O7: multiple vulnerabilities).Red Hat has updated qpid (RHEL6 MRG; RHEL7 MRG: multiple vulnerabilities).SUSE has updated compat-openssl098 (SLEM-LS12; SLED12: multiple vulnerabilities)and openssl (SLE12: multiple vulnerabilities).Ubuntu has updated openssl(multiple vulnerabilities).
Docker security in the future (Opensource.com)
Over at Opensource.com, Daniel Walsh writes about applying various Linux security technologies to Docker containers. In the article, he looks at using user namespaces and seccomp filters to provide better security for Docker. "One of the problems with all of the container separation modes described here and elsewhere is that they all rely on the kernel for separation. Unlike air gapped computers, or even virtual machines, the processes within the container can talk directly to the host kernel. If the host kernel has a kernel vulnerability that a container can access, they might be able to disable all of the security and break out of the container.The x86_64 Linux kernel has over 600 system calls, a bug in any one of which could lead to a privilege escalation. Some of the system calls are seldom called, and should be eliminated from access within the container."
Security updates for Thursday
OpenSSL has updates released today, with two vulnerabilities of"High" severity, as described in its advisory. One ofthe High vulnerabilities is a reclassification of the FREAK vulnerability due to the prevalence ofservers with RSA export ciphers available, the other is a denial of servicein OpenSSL 1.0.2.CentOS has updated freetype (C6:multiple vulnerabilities) and unzip (C6:multiple vulnerabilities).Debian has updated file (denialof service).Debian-LTS has updated mono(three SSL/TLS vulnerabilities).Gentoo has updated python(multiple vulnerabilities, two from 2013).Mageia has updated moodle(multiple vulnerabilities).openSUSE has updated gdm (13.2:screen lock bypass), glusterfs (13.2:denial of service), and libssh2_org (13.2,13.1: information leak).Oracle has updated unzip (OL7; OL6:multiple vulnerabilities).Red Hat has updated postgresql92-postgresql (RHSC1: multiplevulnerabilities) and unzip (RHEL6&7:multiple vulnerabilities).SUSE has updated kernel (SLE12:multiple vulnerabilities).
Fedora seeks a diversity advisor
The Fedora project is looking for somebody to become its diversityadvisor. "The Fedora Diversity Advisor will lead initiatives to assess andpromote equality and inclusion within the Fedora contributor and usercommunities, and will develop project strategy on diversity issues. TheDiversity Advisor will also be the point of contact for Fedora’sparticipation in third-party outreach programs and events." Youhave to get to the bottom of the announcement to read that this is avolunteer position, though they hope to change that someday.
[$] LWN.net Weekly Edition for March 19, 2015
The LWN.net Weekly Edition for March 19, 2015 is available.
OpenSSH 6.8 released
The OpenSSH6.8 release is available. New features include host-key rotationsupport (to allow graceful changes to host keys), an option to require twopublic keys for authentication, and quite a few more.
Stable kernel updates
Greg Kroah-Hartman has released a set of stable kernel updates: 3.19.2, 3.14.36, and 3.10.72. All contain the usual set ofimportant fixes.
...209210211212213214215