Package: dupload
Version: 2.6.3.3
I was prompted with the following patch while upgrading to current
testing; but, I didn't make any of the changes, so should not have been
prompted.
--- /etc/dupload.conf 2005-10-07 20:14:42.000000000 -0400
+++ /etc/dupload.conf.dpkg-new 2006-11-15 09:51:11.000000000 -0500
@@ -31,7 +31,7 @@
# (defaults to what your local MTA uses)
# Example of a default host:
-$default_host = "anonymous-ftp-master";
+#$default_host = "anonymous-ftp-master";
# -----------------
# Pre-defined hooks
@@ -55,7 +55,8 @@
# $postupload{'deb'}
# $postupload{'package'}
-# Note: hooks can also be defined in a per-host basis
+# Note: hooks can also be defined in a per-host basis, this
+# overrides globaly defined hooks.
# -----------------
# Pre-defined hosts
@@ -79,7 +80,7 @@
# For Delayed uploads use this. You can use 0-day, which is uploaded
# one hour before dinstall runs.
-$delay = ($ENV{DEBDELAY} || 7);
+$delay = (defined($ENV{DEBDELAY}) ? $ENV{DEBDELAY} : 7);
$cfg{'delayed'} = {
fqdn => "gluck.debian.org",
method => "scpb",
@@ -115,7 +116,7 @@
# Notice: There are login restriction on this host, scp will not
# work unless you are authorised.
#$cfg{'security'} = {
-# fqdn => "security.debian.org",
+# fqdn => "security-master.debian.org",
# method => "scpb",
# incoming => "/org/security.debian.org/queue/unchecked",
# # The dinstall on security sends emails itself
@@ -123,7 +124,7 @@
# nonus => 1,
#};
#$cfg{'anonymous-security'} = {
-# fqdn => "security.debian.org",
+# fqdn => "security-master.debian.org",
# incoming => "/pub/SecurityUploadQueue",
# # files pass on to dinstall on security which sends emails itself
# dinstall_runs => 1,
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]