]> git.saurik.com Git - apt.git/commitdiff
Fixed security reference
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:54:36 +0000 (16:54 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:54:36 +0000 (16:54 +0000)
Author: jgg
Date: 1999-08-25 03:19:54 GMT
Fixed security reference

debian/changelog
debian/postinst
doc/examples/sources.list

index 77c34725a4e293e70e4babedcc75d3e5f34bab38..5587d0ad976dad8d653633b16fbf50c0f7a51da5 100644 (file)
@@ -10,10 +10,12 @@ apt (0.3.11.1) unstable; urgency=low
   * Sorts the output of any list. Closes: #41107
   * Fixes the looping problem. Closes: #41784, #42414
   * Fixes the CRC mechanism to lowercase all strings. Closes: #41839
-  * More checks to keep the display sane. Closes: #42127
+  * More checks to keep the display sane. Particularly when fail-over is 
+    used with local mirrors and CD-Roms. Closes: #42127, #43130
   * PThread lockup problem on certain sparc/m68k. Closes: #40628
   * apt-cdrom understands .gz Package files too. Closes: #42779
   * Spelling error in dselect method description. Closes: #43251
+  * Added security to the default source list. Closes: #43356
   
  -- Jason Gunthorpe <jgg@debian.org>  Mon, 28 Jun 1999 21:06:44 -0700
  
index d1b46d1a247c13b6b60354934d43a4fb2acb03e1..5b0e73b28406a2b125a6adee0ea228e90efc612f 100755 (executable)
@@ -15,14 +15,14 @@ create_apt_conf ()
  echo "/etc/apt/sources.list does not exist; creating a default setup."
 
  cat > /etc/apt/sources.list <<EOF
-# Use for a local mirror - remove the ftp1 http lines for the bits
-# your mirror contains.
-# deb file:/your/mirror/here/debian stable main contrib non-free
 # See sources.list(5) for more information, especialy
 # Remember that you can only use http, ftp or file URIs
 # CDROMs are managed throught the apt-cdrom tool.
+# Proxy configuration is covered through environment variables or
+# 
 deb http://http.us.debian.org/debian stable main contrib non-free
 deb http://non-us.debian.org/debian-non-US stable non-US
+deb http://security.debian.org stable updates
 
 EOF
 }
index 34de6216183fa79c8fa08f8a44eb59365b7d6ca7..4e7be3f7d510f17d4485fd77378fd57ae1037c1f 100644 (file)
@@ -1,4 +1,9 @@
-# See sources.list(5) for more information
+# Use for a local mirror - remove the ftp1 http lines for the bits
+# your mirror contains.
+# deb file:/your/mirror/here/debian stable main contrib non-free
+# See sources.list(5) for more information, especialy
 # Remember that you can only use http, ftp or file URIs
-deb http://ftp1.us.debian.org/debian unstable main contrib non-free
-deb http://non-us.debian.org/debian-non-US unstable non-US/main non-US/contrib non-US/non-free
+# CDROMs are managed throught the apt-cdrom tool.
+deb http://http.us.debian.org/debian stable main contrib non-free
+deb http://non-us.debian.org/debian-non-US stable non-US
+deb http://security.debian.org stable updates