Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package firejail for openSUSE:Factory 
checked in at 2021-02-09 21:16:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/firejail (Old)
 and      /work/SRC/openSUSE:Factory/.firejail.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "firejail"

Tue Feb  9 21:16:48 2021 rev:12 rq:870339 version:0.9.64.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/firejail/firejail.changes        2021-01-28 
21:29:34.788298602 +0100
+++ /work/SRC/openSUSE:Factory/.firejail.new.28504/firejail.changes     
2021-02-09 21:16:50.234812889 +0100
@@ -1,0 +2,7 @@
+Sun Feb  7 23:09:58 UTC 2021 - ???????? ???????????? <[email protected]>
+
+- Update to 0.9.64.4:
+  * disabled overlayfs, pending multiple fixes
+  * fixed launch firefox for open url in telegram-desktop.profile
+
+-------------------------------------------------------------------

Old:
----
  firejail-0.9.64.2.tar.xz
  firejail-0.9.64.2.tar.xz.asc

New:
----
  firejail-0.9.64.4.tar.xz
  firejail-0.9.64.4.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ firejail.spec ++++++
--- /var/tmp/diff_new_pack.GvWNg9/_old  2021-02-09 21:16:50.950813703 +0100
+++ /var/tmp/diff_new_pack.GvWNg9/_new  2021-02-09 21:16:50.954813707 +0100
@@ -17,12 +17,12 @@
 
 
 Name:           firejail
-Version:        0.9.64.2
+Version:        0.9.64.4
 Release:        0
 Summary:        Linux namepaces sandbox program
 License:        GPL-2.0-only
 Group:          Productivity/Security
-URL:            https://firejail.wordpress.com/
+URL:            https://firejail.wordpress.com
 Source0:        
https://github.com/netblue30/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
 Source1:        
https://github.com/netblue30/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
 BuildRequires:  fdupes

++++++ firejail-0.9.64.2.tar.xz -> firejail-0.9.64.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/firejail-0.9.64.2/Makefile.in 
new/firejail-0.9.64.4/Makefile.in
--- old/firejail-0.9.64.2/Makefile.in   2021-01-27 20:02:04.000000000 +0100
+++ new/firejail-0.9.64.4/Makefile.in   2021-02-04 16:29:49.000000000 +0100
@@ -93,6 +93,7 @@
        for dir in $$(dirname $(ALL_ITEMS)) $(MYDIRS); do \
                $(MAKE) -C $$dir distclean; \
        done
+       $(MAKE) -C test distclean
        rm -fr Makefile autom4te.cache config.log config.status config.h 
src/common.mk mkdeb.sh
 
 realinstall:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/firejail-0.9.64.2/RELNOTES 
new/firejail-0.9.64.4/RELNOTES
--- old/firejail-0.9.64.2/RELNOTES      2021-01-27 20:02:04.000000000 +0100
+++ new/firejail-0.9.64.4/RELNOTES      2021-02-07 21:00:19.000000000 +0100
@@ -1,3 +1,7 @@
+firejail (0.9.64.4) baseline; urgency=low
+  * disabled overlayfs, pending multiple fixes
+ -- netblue30 <[email protected]>  Sun, 7 Feb 2021 09:00:00 -0500
+
 firejail (0.9.64.2) baseline; urgency=low
   * allow --tmpfs inside $HOME for unprivileged users
   * --disable-usertmpfs  compile time option
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/firejail-0.9.64.2/configure 
new/firejail-0.9.64.4/configure
--- old/firejail-0.9.64.2/configure     2021-01-27 20:02:04.000000000 +0100
+++ new/firejail-0.9.64.4/configure     2021-02-05 23:05:18.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for firejail 0.9.64.2.
+# Generated by GNU Autoconf 2.69 for firejail 0.9.64.4.
 #
 # Report bugs to <[email protected]>.
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='firejail'
 PACKAGE_TARNAME='firejail'
-PACKAGE_VERSION='0.9.64.2'
-PACKAGE_STRING='firejail 0.9.64.2'
+PACKAGE_VERSION='0.9.64.4'
+PACKAGE_STRING='firejail 0.9.64.4'
 PACKAGE_BUGREPORT='[email protected]'
 PACKAGE_URL='https://firejail.wordpress.com'
 
@@ -711,7 +711,6 @@
 enable_analyzer
 enable_apparmor
 enable_dbusproxy
-enable_overlayfs
 enable_usertmpfs
 enable_man
 enable_firetunnel
@@ -1294,7 +1293,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures firejail 0.9.64.2 to adapt to many kinds of systems.
+\`configure' configures firejail 0.9.64.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1356,7 +1355,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of firejail 0.9.64.2:";;
+     short | recursive ) echo "Configuration of firejail 0.9.64.4:";;
    esac
   cat <<\_ACEOF
 
@@ -1367,7 +1366,6 @@
   --enable-analyzer       enable GCC 10 static analyzer
   --enable-apparmor       enable apparmor
   --disable-dbusproxy     disable dbus proxy
-  --disable-overlayfs     disable overlayfs
   --disable-usertmpfs     disable tmpfs as regular user
   --disable-man           disable man pages
   --disable-firetunnel    disable firetunnel
@@ -1473,7 +1471,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-firejail configure 0.9.64.2
+firejail configure 0.9.64.4
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1775,7 +1773,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by firejail $as_me 0.9.64.2, which was
+It was created by firejail $as_me 0.9.64.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3530,18 +3528,16 @@
 
 fi
 
+# overlayfs features temporarely disabled pending fixes
 HAVE_OVERLAYFS=""
-# Check whether --enable-overlayfs was given.
-if test "${enable_overlayfs+set}" = set; then :
-  enableval=$enable_overlayfs;
-fi
-
-if test "x$enable_overlayfs" != "xno"; then :
-
-       HAVE_OVERLAYFS="-DHAVE_OVERLAYFS"
 
-
-fi
+#
+#AC_ARG_ENABLE([overlayfs],
+#    AS_HELP_STRING([--disable-overlayfs], [disable overlayfs]))
+#AS_IF([test "x$enable_overlayfs" != "xno"], [
+#      HAVE_OVERLAYFS="-DHAVE_OVERLAYFS"
+#      AC_SUBST(HAVE_OVERLAYFS)
+#])
 
 HAVE_USERTMPS=""
 # Check whether --enable-usertmpfs was given.
@@ -4817,7 +4813,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by firejail $as_me 0.9.64.2, which was
+This file was extended by firejail $as_me 0.9.64.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -4871,7 +4867,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-firejail config.status 0.9.64.2
+firejail config.status 0.9.64.4
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/firejail-0.9.64.2/configure.ac 
new/firejail-0.9.64.4/configure.ac
--- old/firejail-0.9.64.2/configure.ac  2021-01-27 20:02:04.000000000 +0100
+++ new/firejail-0.9.64.4/configure.ac  2021-02-05 23:05:05.000000000 +0100
@@ -12,7 +12,7 @@
 #
 
 AC_PREREQ([2.68])
-AC_INIT(firejail, 0.9.64.2, [email protected], , 
https://firejail.wordpress.com)
+AC_INIT(firejail, 0.9.64.4, [email protected], , 
https://firejail.wordpress.com)
 AC_CONFIG_SRCDIR([src/firejail/main.c])
 
 AC_CONFIG_MACRO_DIR([m4])
@@ -66,13 +66,16 @@
        AC_SUBST(HAVE_DBUSPROXY)
 ])
 
+# overlayfs features temporarely disabled pending fixes
 HAVE_OVERLAYFS=""
-AC_ARG_ENABLE([overlayfs],
-    AS_HELP_STRING([--disable-overlayfs], [disable overlayfs]))
-AS_IF([test "x$enable_overlayfs" != "xno"], [
-       HAVE_OVERLAYFS="-DHAVE_OVERLAYFS"
-       AC_SUBST(HAVE_OVERLAYFS)
-])
+AC_SUBST(HAVE_OVERLAYFS)
+#
+#AC_ARG_ENABLE([overlayfs],
+#    AS_HELP_STRING([--disable-overlayfs], [disable overlayfs]))
+#AS_IF([test "x$enable_overlayfs" != "xno"], [
+#      HAVE_OVERLAYFS="-DHAVE_OVERLAYFS"
+#      AC_SUBST(HAVE_OVERLAYFS)
+#])
 
 HAVE_USERTMPS=""
 AC_ARG_ENABLE([usertmpfs],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/firejail-0.9.64.2/src/man/firecfg.txt 
new/firejail-0.9.64.4/src/man/firecfg.txt
--- old/firejail-0.9.64.2/src/man/firecfg.txt   2021-01-27 20:02:04.000000000 
+0100
+++ new/firejail-0.9.64.4/src/man/firecfg.txt   2021-02-04 16:29:49.000000000 
+0100
@@ -61,7 +61,7 @@
 
 .TP
 \fB\-\-bindir=directory
-Create and search symbolic links in directory instead of the default location 
/user/local/bin.
+Create and search symbolic links in directory instead of the default location 
/usr/local/bin.
 Directory should precede /usr/bin and /bin in the PATH environment variable.
 
 .TP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/firejail-0.9.64.2/test/Makefile.in 
new/firejail-0.9.64.4/test/Makefile.in
--- old/firejail-0.9.64.2/test/Makefile.in      2021-01-27 20:02:04.000000000 
+0100
+++ new/firejail-0.9.64.4/test/Makefile.in      2021-02-04 16:29:49.000000000 
+0100
@@ -8,3 +8,6 @@
 
 clean:
        for test in $(TESTS); do rm -f "$$test/$$test.log"; done
+
+distclean: clean
+       rm -f Makefile
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/firejail-0.9.64.2/test/environment/environment.sh 
new/firejail-0.9.64.4/test/environment/environment.sh
--- old/firejail-0.9.64.2/test/environment/environment.sh       2021-01-27 
20:02:04.000000000 +0100
+++ new/firejail-0.9.64.4/test/environment/environment.sh       2021-02-04 
16:29:49.000000000 +0100
@@ -70,12 +70,12 @@
 ./firejail-in-firejail.exp
 
 which aplay 2>/dev/null
-if [ "$?" -eq 0 ];
+if [ "$?" -eq 0 ] && [ "$(aplay -l | grep -c "List of PLAYBACK")" -gt 0 ];
 then
         echo "TESTING: sound (test/environment/sound.exp)"
         ./sound.exp
 else
-        echo "TESTING SKIP: aplay not found"
+        echo "TESTING SKIP: no aplay or sound card found"
 fi
 
 echo "TESTING: nice (test/environment/nice.exp)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/firejail-0.9.64.2/test/utils/shutdown.exp 
new/firejail-0.9.64.4/test/utils/shutdown.exp
--- old/firejail-0.9.64.2/test/utils/shutdown.exp       2021-01-27 
20:02:04.000000000 +0100
+++ new/firejail-0.9.64.4/test/utils/shutdown.exp       2021-02-04 
16:29:49.000000000 +0100
@@ -3,7 +3,7 @@
 # Copyright (C) 2014-2020 Firejail Authors
 # License GPL v2
 
-set timeout 10
+set timeout 15
 cd /home
 spawn $env(SHELL)
 match_max 100000
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/firejail-0.9.64.2/test/utils/utils.sh 
new/firejail-0.9.64.4/test/utils/utils.sh
--- old/firejail-0.9.64.2/test/utils/utils.sh   2021-01-27 20:02:04.000000000 
+0100
+++ new/firejail-0.9.64.4/test/utils/utils.sh   2021-02-04 16:29:49.000000000 
+0100
@@ -18,7 +18,7 @@
 rm -f ~/firejail-test-file-7699
 rm -f firejail-test-file-4388
 
-if [ $(readlink /proc/self) -lt 100 ]; then
+if [ $(faudit | grep -c "is running in a PID namespace.") -gt 0 ]; then
        echo "TESTING SKIP: already running in pid namespace 
(test/utils/audit.exp)"
 else
        echo "TESTING: audit (test/utils/audit.exp)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/firejail-0.9.64.2/test/utils/~ 
new/firejail-0.9.64.4/test/utils/~
--- old/firejail-0.9.64.2/test/utils/~  2021-01-23 20:27:24.000000000 +0100
+++ new/firejail-0.9.64.4/test/utils/~  1970-01-01 01:00:00.000000000 +0100
@@ -1,299 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
-<html lang="en">
-<head>
-  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-  <title>Debian -- The Universal Operating System </title>
-  <link rel="author" href="mailto:[email protected]";>
-  <meta name="Description" content="Debian is an operating system and a 
distribution of Free Software. It is maintained and updated through the work of 
many users who volunteer their time and effort.">
-  <meta name="Generator" content="WML 2.12.2">
-  <meta name="Modified" content="2021-01-23 19:27:23">
-  <meta name="viewport" content="width=device-width">
-  <meta name="mobileoptimized" content="300">
-  <meta name="HandheldFriendly" content="true">
-<link rel="alternate" type="application/rss+xml"
- title="Debian News" href="News/news">
-<link rel="alternate" type="application/rss+xml"
- title="Debian Project News" href="News/weekly/dwn">
-<link rel="alternate" type="application/rss+xml"
- title="Debian Security Advisories (titles only)" href="security/dsa">
-<link rel="alternate" type="application/rss+xml"
- title="Debian Security Advisories (summaries)" href="security/dsa-long">
-<link href="./debhome.css" rel="stylesheet" type="text/css">
-   <link href="./startpage.css" rel="stylesheet" type="text/css">
-   <link href="./5img-carousel-slider.css" rel="stylesheet" type="text/css">
-  <link href="./debian-en.css" rel="stylesheet" type="text/css" media="all">
-  <link rel="shortcut icon" href="favicon.ico">
-  <meta name="Keywords" content="debian, GNU, linux, unix, open source, free, 
DFSG">
-<link rel="search" type="application/opensearchdescription+xml" title="Debian 
website search" href="./search.en.xml">
-</head>
-<body>
-<div id="header">
-  <div id="upperheader">
-    <div id="logo">
-    <a href="./" title="Debian Home"><img src="./Pics/openlogo-50.png" 
alt="Debian" width="50" height="61"></a>
-    </div> <!-- end logo -->
-    <div id="searchbox">
-      <form name="p" method="get" 
action="https://search.debian.org/cgi-bin/omega";>
-      <p>
-<input type="hidden" name="DB" value="en">
-        <input name="P" value="" size="14">
-        <input type="submit" value="Search">
-      </p>
-      </form>
-    </div>   <!-- end sitetools -->
-  </div> <!-- end upperheader -->
-  <!--UdmComment-->
-  <div id="navbar">
-    <p class="hidecss"><a href="#content">Skip Quicknav</a></p>
-    <ul>
-      <!-- Link to Debian's own Social Media resources -->
-      <li><a href="https://bits.debian.org/"; title="Bits from 
Debian">Blog</a></li>
-      <li><a href="https://micronews.debian.org"; title="Micronews from 
Debian">Micronews</a></li>
-      <li><a href="https://planet.debian.org/"; title="The Planet of 
Debian">Planet</a></li>
-    </ul>
-  </div> <!-- end navbar -->
-  <p id="breadcrumbs">&nbsp; </p>
-</div> <!-- end header -->
-<!--/UdmComment-->
-<div id="content">
-<div id="splash">
-  <h1>Debian</h1>
-</div>
-<!-- The first row of columns on the site. -->
-<div class="row">
-  <div class="column column-left">
-    <div style="text-align: center">
-      <h1>The Community</h1>
-      <h2>Debian is a Community of People!</h2>
-<!-- The following div is containing the static image carousel.
-     Currently made of five images. -->
-<div class="wrapper">
-  <input checked type="radio" name="slider" id="slide1">
-  <input type="radio" name="slider" id="slide2">
-  <input type="radio" name="slider" id="slide3">
-  <input type="radio" name="slider" id="slide4">
-  <input type="radio" name="slider" id="slide5">
-  <div class="slider-wrapper">
-    <div class="inner">
-     <article>
-      <div class="info bottom-right">
-       <h3>DC19 Group Photo</h3>
-      </div>
-      <img src="Pics/Debconf19_group_photo.jpg" alt="DebConf19 Group Photo" 
width="1024" height="525">
-     </article>
-     <article>
-      <div class="info top-left">
-       <h3>Mini DebConf Hamburg 2018</h3>
-      </div>
-      <img src="Pics/minidc-hh2019-group-photo-1024x576.jpg" alt="Group photo 
of the MiniDebConf in Hamburg 2018" width="1024" height="576">
-     </article>
-     <article>
-      <div class="info top-left">
-       <h3>Screenshot Calamares Installer</h3>
-      </div>
-      <img src="Pics/calamares-debian-installer-1024x576.jpg" alt="Screenshot 
from the Calamares installer" width="1024" height="576">
-     </article>
-     <article>
-      <div class="info top-left">
-       <h3>Debian is like a Swiss Army Knife</h3>
-      </div>
-      <img src="Pics/debian-swiss-knife-hands-1024x576.jpg" alt="Debian is 
like a Swiss Army Knife" width="1024" height="576">
-     </article>
-     <article>
-      <div class="info top-left">
-       <h3>People have fun with Debian</h3>
-      </div>
-      <img src="Pics/debian-funny-people-1024x576.jpg" alt="Debian people at 
Debconf18 in Hsinchu really having fun" width="1024" height="576">
-     </article>
-    </div>  <!-- .inner -->
-  </div>  <!-- .slider-wrapper -->
-  <div class="slider-prev-next-control">
-   <label for="slide1"></label>
-   <label for="slide2"></label>
-   <label for="slide3"></label>
-   <label for="slide4"></label>
-   <label for="slide5"></label>
-  </div>  <!-- .slider-prev-next-control -->
-  <div class="slider-dot-control">
-   <label for="slide1"></label>
-   <label for="slide2"></label>
-   <label for="slide3"></label>
-   <label for="slide4"></label>
-   <label for="slide5"></label>
-  </div>  <!-- .slider-dot-control -->
- </div>
-</div>
-    <div class="row">
-      <div class="community column">
-        <a href="intro/people" aria-hidden="true">
-          <img src="Pics/users.svg" width="512" alt="">
-        </a>
-      </div>
-      <div class="styled-href-blue column-4-parts">
-        <h2><a href="intro/people">People</a></h2>
-        <p>Who we are and what we do</p>
-      </div>
-    </div>
-    <div class="row">
-      <div class="community column">
-        <a href="intro/philosophy" aria-hidden="true">
-          <img src="Pics/heartbeat.svg" width="512" alt="">
-        </a>
-      </div>
-      <div class="styled-href-blue column-4-parts">
-        <h2><a href="intro/philosophy">Our Philosophy</a></h2>
-        <p>Why we do it, and how we do it</p>
-      </div>
-    </div>
-    <div class="row">
-      <div class="community column">
-        <a href="devel/join/" aria-hidden="true">
-          <img src="Pics/user-plus.svg" width="512" alt="">
-        </a>
-      </div>
-      <div class="styled-href-blue column-4-parts">
-        <h2><a href="devel/join/">Get Involved, Contribute</a></h2>
-        <p>How you can join us!</p>
-      </div>
-    </div>
-    <div class="row">
-      <div class="community column">
-        <a href="intro/index#community" aria-hidden="true">
-          <img src="Pics/list.svg" width="512" alt="">
-        </a>
-      </div>
-      <div class="styled-href-blue column-4-parts">
-        <h2><a href="intro/index#community">More...</a></h2>
-        <p>Additional information about the Debian community</p>
-      </div>
-    </div>
-  </div>
-  <div class="column column-right">
-    <div style="text-align: center">
-      <h1>The Operating System</h1>
-      <h2>Debian is a complete Free Operating System!</h2>
-      <div class="os-img-container">
-        <img src="Pics/debian-logo-1024x576.png" alt="Debian" width="1024" 
height="576">
-        <a 
href="https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-10.7.0-amd64-netinst.iso";
 class="os-dl-btn">Download</a>
-      </div>
-    </div>
-    <div class="row">
-      <div class="community column">
-        <a href="intro/why_debian" aria-hidden="true">
-          <img src="Pics/trophy.svg" width="512" alt="">
-        </a>
-      </div>
-      <div class="styled-href-blue column-4-parts">
-        <h2><a href="intro/why_debian">Why Debian</a></h2>
-        <p>What makes Debian special</p>
-      </div>
-    </div>
-    <div class="row">
-      <div class="community column">
-        <a href="support" aria-hidden="true">
-          <img src="Pics/life-ring.svg" width="512" alt="">
-        </a>
-      </div>
-      <div class="styled-href-blue column-4-parts">
-        <h2><a href="support">User Support</a></h2>
-        <p>Getting help and documentation</p>
-      </div>
-    </div>
-    <div class="row">
-      <div class="community column">
-        <a href="security/" aria-hidden="true">
-          <img src="Pics/security.svg" width="512" alt="">
-        </a>
-      </div>
-      <div class="styled-href-blue column-4-parts">
-        <h2><a href="security/">Security Updates</a></h2>
-        <p>Debian Security Advisories (DSA)</p>
-      </div>
-    </div>
-    <div class="row">
-      <div class="community column">
-        <a href="intro/index#software" aria-hidden="true">
-          <img src="Pics/list.svg" width="512" alt="">
-        </a>
-      </div>
-      <div class="styled-href-blue column-4-parts">
-        <h2><a href="intro/index#software">More...</a></h2>
-        <p>Further links to downloads and software</p>
-      </div>
-    </div>
-  </div>
-</div>
-<hr>
-<!-- The second row of columns on the site. -->
-<!-- The News will be selected by the press team. -->
-<div class="row">
-  <div class="column styled-href-blue column-left">
-    <div style="text-align: center">
-      <h1>Project News</h1>
-      <h2>News and Announcements about Debian</h2>
-    </div>
-    <div class="project-news"><time datetime="05 Dec 2020" 
class="date-as-calendar position-em size1_25x"><span class="day">05</span><span 
class="month">December</span><span class="year">2020</span></time><div 
class="project-news-content"><a href="News/2020/20201205">Updated Debian 10: 
10.7 released</a></div></div>
-<div class="project-news"><time datetime="30 Aug 2020" class="date-as-calendar 
position-em size1_25x"><span class="day">30</span><span 
class="month">August</span><span class="year">2020</span></time><div 
class="project-news-content"><a href="News/2020/20200830">DebConf20 online 
closes</a></div></div>
-<div class="project-news"><time datetime="18 Jul 2020" class="date-as-calendar 
position-em size1_25x"><span class="day">18</span><span 
class="month">July</span><span class="year">2020</span></time><div 
class="project-news-content"><a href="News/2020/20200718">Updated Debian 9: 
9.13 released</a></div></div>
-<div class="project-news"><time datetime="09 Jul 2020" class="date-as-calendar 
position-em size1_25x"><span class="day">09</span><span 
class="month">July</span><span class="year">2020</span></time><div 
class="project-news-content"><a href="News/2020/20200709">Debian 8 Long Term 
Support reaching end-of-life</a></div></div>
-    <!-- No more News entries behind this line! -->
-    <div class="project-news">
-      <div class="end-of-list-arrow"></div>
-      <div class="project-news-content project-news-content-end">
-        <a href="News">All the news</a> &emsp;&emsp;
-       <a class="rss_logo" style="float: none" href="News/news">RSS</a>
-      </div>
-    </div>
-  </div>
-</div>
-<div class="clr"></div>
-</div> <!-- end content -->
-<div id="footer">
-  <hr class="hidecss">
-  <!--UdmComment-->
-<div id="pageLang">
-<div id="langSelector">
-This page is also available in the following languages:
-<div id="langContainer">
- <a href="index.ar.html" title="Arabic" hreflang="ar" lang="ar" 
rel="alternate">&#1593;&#1585;&#1576;&#1610;&#1577;&nbsp;(Arabiya)</a>
- <a href="index.bg.html" title="Bulgarian" hreflang="bg" lang="bg" 
rel="alternate">&#1041;&#1098;&#1083;&#1075;&#1072;&#1088;&#1089;&#1082;&#1080;&nbsp;(B&#601;lgarski)</a>
- <a href="index.ca.html" title="Catalan" hreflang="ca" lang="ca" 
rel="alternate">catal&agrave;</a>
- <a href="index.da.html" title="Danish" hreflang="da" lang="da" 
rel="alternate">dansk</a>
- <a href="index.de.html" title="German" hreflang="de" lang="de" 
rel="alternate">Deutsch</a>
- <a href="index.el.html" title="Greek" hreflang="el" lang="el" 
rel="alternate">&#917;&#955;&#955;&#951;&#957;&#953;&#954;&#940;&nbsp;(Ellinika)</a>
- <a href="index.es.html" title="Spanish" hreflang="es" lang="es" 
rel="alternate">espa&ntilde;ol</a>
- <a href="index.fr.html" title="French" hreflang="fr" lang="fr" 
rel="alternate">fran&ccedil;ais</a>
- <a href="index.hy.html" title="Armenian" hreflang="hy" lang="hy" 
rel="alternate">&#1344;&#1377;&#1397;&#1381;&#1408;&#1381;&#1398;&nbsp;(hayeren)</a>
- <a href="index.it.html" title="Italian" hreflang="it" lang="it" 
rel="alternate">Italiano</a>
- <a href="index.ko.html" title="Korean" hreflang="ko" lang="ko" 
rel="alternate">&#54620;&#44397;&#50612;&nbsp;(Korean)</a>
- <a href="index.hu.html" title="Hungarian" hreflang="hu" lang="hu" 
rel="alternate">magyar</a>
- <a href="index.nl.html" title="Dutch" hreflang="nl" lang="nl" 
rel="alternate">Nederlands</a>
- <a href="index.nb.html" title="Norwegian" hreflang="nb" lang="nb" 
rel="alternate">norsk&nbsp;(bokm&aring;l)</a>
- <a href="index.pl.html" title="Polish" hreflang="pl" lang="pl" 
rel="alternate">polski</a>
- <a href="index.pt.html" title="Portuguese" hreflang="pt" lang="pt" 
rel="alternate">Portugu&ecirc;s</a>
- <a href="index.ru.html" title="Russian" hreflang="ru" lang="ru" 
rel="alternate">&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;&nbsp;(Russkij)</a>
- <a href="index.sv.html" title="Swedish" hreflang="sv" lang="sv" 
rel="alternate">svenska</a>
- <a href="index.zh-cn.html" title="Chinese (China)" hreflang="zh-CN" 
lang="zh-CN" rel="alternate">&#20013;&#25991;(&#31616;)</a>
- <a href="index.zh-hk.html" title="Chinese (Hong Kong)" hreflang="zh-HK" 
lang="zh-HK" rel="alternate">&#20013;&#25991;(HK)</a>
- <a href="index.zh-tw.html" title="Chinese (Taiwan)" hreflang="zh-TW" 
lang="zh-TW" rel="alternate">&#20013;&#25991;(&#32321;)</a>
-</div>
-How to set <a href="./intro/cn">the default document language</a>
-</div></div><!--/UdmComment-->
-<hr>
-<!--UdmComment-->
-<div id="fineprint">
-  <p>To report a problem with the web site, please e-mail our publicly 
archived mailing list <a 
href="mailto:[email protected]";>[email protected]</a> in 
English. For other contact information, see the Debian <a 
href="./contact">contact page</a>. Web site source code is <a 
href="https://salsa.debian.org/webmaster-team/webwml";>available</a>.</p>
-<p>
-Last Modified: Sat, Jan 9 19:25:00 UTC 2021
-&emsp;
-Last Built: Sat, Jan 23 19:27:24 UTC 2021
-  <br>
-  Copyright &copy; 1997-2021
- <a href="https://www.spi-inc.org/";>SPI</a> and others; See <a 
href="./license" rel="copyright">license terms</a><br>
-  Debian is a registered <a href="./trademark">trademark</a> of Software in 
the Public Interest, Inc.
-</p>
-</div>
-<!--/UdmComment-->
-</div> <!-- end footer -->
-</body>
-</html>

Reply via email to