]> git.saurik.com Git - apt.git/commitdiff
* star-merged with matt, removed the unset("no_proxy") in methods/ftp.cc
authorMichael Vogt <mvo@debian.org>
Tue, 11 Jan 2005 11:56:48 +0000 (11:56 +0000)
committerMichael Vogt <mvo@debian.org>
Tue, 11 Jan 2005 11:56:48 +0000 (11:56 +0000)
Patches applied:

 * apt@packages.debian.org/apt--main--0--patch-42
   Merge from apt--mvo--0

 * apt@packages.debian.org/apt--main--0--patch-43
   Fix permissions AGAIN

 * apt@packages.debian.org/apt--main--0--patch-44
   Update to 0.6.28

 * apt@packages.debian.org/apt--main--0--patch-45
   Fix malformatted changelog

 * apt@packages.debian.org/apt--main--0--patch-46
   Merge apt--mvo--0

 * apt@packages.debian.org/apt--main--0--patch-47
   s/unstable/hoary/

 * apt@packages.debian.org/apt--main--0--patch-48
   Add ppc64 to buildlib/archtable

buildlib/archtable
configure.in
debian/changelog
debian/rules
methods/ftp.cc
po/apt-all.pot

index c0592db555aa6ce1c06c83115a7c517e257594af..b01743c0254bb5559b56673843b05245a3f4529d 100644 (file)
@@ -14,6 +14,7 @@ m68k  m68k
 arm.*  arm
 powerpc        powerpc
 ppc    powerpc
+powerpc64      ppc64
 mipsel  mipsel
 mipseb mips
 mips   mips
index b46decc11821f4b227ac6c5f4b38249a642c3241..da10634a30f1b3b815a0cd67e73c11e5f80893b5 100644 (file)
@@ -18,7 +18,7 @@ AC_CONFIG_AUX_DIR(buildlib)
 AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
 
 dnl -- SET THIS TO THE RELEASE VERSION --
-AC_DEFINE_UNQUOTED(VERSION,"0.6.27ubuntu4")
+AC_DEFINE_UNQUOTED(VERSION,"0.6.30")
 PACKAGE="apt"
 AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
 AC_SUBST(PACKAGE)
index 421914b3682464d756f10cce494e2d800576af3a..ae7bee1924de0062c7881ff4d0be95e2384fa289 100644 (file)
@@ -1,3 +1,24 @@
+apt (0.6.30) unstable; urgency=low
+
+  * Add ppc64 to buildlib/archtable
+
+ -- Michael Vogt <mvo@debian.org>  Tue, 11 Jan 2005 12:30:27 +0100
+
+apt (0.6.29) hoary; urgency=low
+
+  * Merge apt--mvo--0 (0.6.27ubuntu4)
+  
+
+ -- Matt Zimmerman <mdz@canonical.com>  Tue, 28 Dec 2004 17:18:02 -0800
+
+apt (0.6.28) hoary; urgency=low
+
+  * Merge apt--mvo--0
+  * Rebuild source to get rid of arch metadata and temporary files in
+    0.6.27ubuntu3
+
+ -- Matt Zimmerman <mdz@canonical.com>  Thu, 23 Dec 2004 18:53:16 -0800
+
 apt (0.6.27ubuntu4) hoary; urgency=low
 
   * remove old sig-file in partial/ before starting to fetch a new sig-file
index b756b3b323c93ae39d9d3ffec3003c1a59975a3a..71d6d549ee58c75fc2633b78db14f3aaac7efb37 100755 (executable)
@@ -36,7 +36,7 @@ endif
 # Default rule
 build:
 
-DEB_BUILD_PROG:=debuild --preserve-envvar PATH --preserve-envvar CCACHE_DIR -us -uc $(DEB_BUILD_PROG_OPTS)
+DEB_BUILD_PROG:=debuild --preserve-envvar PATH --preserve-envvar CCACHE_DIR -us -uc $(DEBUILD_DPKG_BUILDPACKAGE_OPTS)
 APT_DEBVER=$(shell dpkg-parsechangelog |sed -n -e '/^Version:/s/^Version: //p')
 APT_CONFVER=$(shell sed -n -e 's/^AC_DEFINE_UNQUOTED(VERSION,"\(.*\)")/\1/p' configure.in)
 APT_CVSTAG=$(shell echo "$(APT_DEBVER)" | sed -e 's/^/v/' -e 's/\./_/g')
index fafa10534c4fd38e26e6fb19b65a6cedb3d2f483..00d3476c837c42ed9af0c181b1d5ee26075b3a5d 100644 (file)
@@ -1098,7 +1098,8 @@ int main(int argc,const char *argv[])
         char S[300];
         snprintf(S,sizeof(S),"http_proxy=%s",getenv("ftp_proxy"));
         putenv(S);
-        putenv("no_proxy=");
+        //mvo: why should we unset no_proxy here?
+        //putenv("no_proxy=");
         
         // Run the http method
         string Path = flNotFile(argv[0]) + "http";
index dfafb2c4f137083de7cb1d8c844424a31b18260f..2acd6ae34ced0808349bdcf35b33460df8e71fe4 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-12-23 12:36+0100\n"
+"POT-Creation-Date: 2005-01-11 12:39+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1561,7 +1561,7 @@ msgstr ""
 msgid "Unable to accept connection"
 msgstr ""
 
-#: methods/ftp.cc:864 methods/http.cc:916 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:951 methods/rsh.cc:303
 msgid "Problem hashing file"
 msgstr ""
 
@@ -1584,7 +1584,7 @@ msgstr ""
 msgid "Query"
 msgstr ""
 
-#: methods/ftp.cc:1106
+#: methods/ftp.cc:1107
 msgid "Unable to invoke "
 msgstr ""
 
@@ -1655,76 +1655,76 @@ msgstr ""
 msgid "Read error from %s process"
 msgstr ""
 
-#: methods/http.cc:344
+#: methods/http.cc:379
 msgid "Waiting for headers"
 msgstr ""
 
-#: methods/http.cc:490
+#: methods/http.cc:525
 #, c-format
 msgid "Got a single header line over %u chars"
 msgstr ""
 
-#: methods/http.cc:498
+#: methods/http.cc:533
 msgid "Bad header line"
 msgstr ""
 
-#: methods/http.cc:517 methods/http.cc:524
+#: methods/http.cc:552 methods/http.cc:559
 msgid "The http server sent an invalid reply header"
 msgstr ""
 
-#: methods/http.cc:553
+#: methods/http.cc:588
 msgid "The http server sent an invalid Content-Length header"
 msgstr ""
 
-#: methods/http.cc:568
+#: methods/http.cc:603
 msgid "The http server sent an invalid Content-Range header"
 msgstr ""
 
-#: methods/http.cc:570
+#: methods/http.cc:605
 msgid "This http server has broken range support"
 msgstr ""
 
-#: methods/http.cc:594
+#: methods/http.cc:629
 msgid "Unknown date format"
 msgstr ""
 
-#: methods/http.cc:737
+#: methods/http.cc:772
 msgid "Select failed"
 msgstr ""
 
-#: methods/http.cc:742
+#: methods/http.cc:777
 msgid "Connection timed out"
 msgstr ""
 
-#: methods/http.cc:765
+#: methods/http.cc:800
 msgid "Error writing to output file"
 msgstr ""
 
-#: methods/http.cc:793
+#: methods/http.cc:828
 msgid "Error writing to file"
 msgstr ""
 
-#: methods/http.cc:818
+#: methods/http.cc:853
 msgid "Error writing to the file"
 msgstr ""
 
-#: methods/http.cc:832
+#: methods/http.cc:867
 msgid "Error reading from server Remote end closed connection"
 msgstr ""
 
-#: methods/http.cc:834
+#: methods/http.cc:869
 msgid "Error reading from server"
 msgstr ""
 
-#: methods/http.cc:1065
+#: methods/http.cc:1100
 msgid "Bad header Data"
 msgstr ""
 
-#: methods/http.cc:1082
+#: methods/http.cc:1117
 msgid "Connection failed"
 msgstr ""
 
-#: methods/http.cc:1173
+#: methods/http.cc:1208
 msgid "Internal error"
 msgstr ""
 
@@ -2259,31 +2259,31 @@ msgstr ""
 msgid "rename failed, %s (%s -> %s)."
 msgstr ""
 
-#: apt-pkg/acquire-item.cc:235 apt-pkg/acquire-item.cc:897
+#: apt-pkg/acquire-item.cc:235 apt-pkg/acquire-item.cc:904
 msgid "MD5Sum mismatch"
 msgstr ""
 
-#: apt-pkg/acquire-item.cc:711
+#: apt-pkg/acquire-item.cc:718
 #, c-format
 msgid ""
 "I wasn't able to locate a file for the %s package. This might mean you need "
 "to manually fix this package. (due to missing arch)"
 msgstr ""
 
-#: apt-pkg/acquire-item.cc:764
+#: apt-pkg/acquire-item.cc:771
 #, c-format
 msgid ""
 "I wasn't able to locate file for the %s package. This might mean you need to "
 "manually fix this package."
 msgstr ""
 
-#: apt-pkg/acquire-item.cc:800
+#: apt-pkg/acquire-item.cc:807
 #, c-format
 msgid ""
 "The package index files are corrupted. No Filename: field for package %s."
 msgstr ""
 
-#: apt-pkg/acquire-item.cc:887
+#: apt-pkg/acquire-item.cc:894
 msgid "Size mismatch"
 msgstr ""