diff options
Diffstat (limited to 'debian/local')
-rw-r--r-- | debian/local/Makefile | 12 | ||||
-rw-r--r-- | debian/local/Parse_conf.pm | 4 | ||||
-rw-r--r-- | debian/local/Parse_mc.pm | 4 | ||||
-rw-r--r-- | debian/local/bug/sendmail/script | 2 | ||||
-rw-r--r-- | debian/local/dynamic | 2 | ||||
-rw-r--r-- | debian/local/parse_mc | 4 | ||||
-rw-r--r-- | debian/local/sendmail | 2 | ||||
-rw-r--r-- | debian/local/sendmailconfig | 2 | ||||
-rw-r--r-- | debian/local/update_auth | 2 | ||||
-rw-r--r-- | debian/local/update_authm4 | 6 | ||||
-rw-r--r-- | debian/local/update_conf | 4 | ||||
-rw-r--r-- | debian/local/update_db | 2 | ||||
-rw-r--r-- | debian/local/update_ldap | 2 | ||||
-rw-r--r-- | debian/local/update_mc | 2 | ||||
-rw-r--r-- | debian/local/update_mk | 4 | ||||
-rw-r--r-- | debian/local/update_smrsh | 2 | ||||
-rw-r--r-- | debian/local/update_sys | 2 | ||||
-rw-r--r-- | debian/local/update_tls | 2 | ||||
-rw-r--r-- | debian/local/update_tlsm4 | 6 |
19 files changed, 33 insertions, 33 deletions
diff --git a/debian/local/Makefile b/debian/local/Makefile index 9608d39..2cab4ca 100644 --- a/debian/local/Makefile +++ b/debian/local/Makefile @@ -205,7 +205,7 @@ sm_build_arch = amd64 sm_custom = sm_custom_s = sm_databases = REGEX, DB, NIS, NIS+, LDAP, DNS -sm_date = 2010-10-16 +sm_date = 2010-11-03 sm_depends = sm_dist_name = Debian sm_dist_vers = squeeze/sid @@ -256,7 +256,7 @@ sm_newdb_lib = -ldb-4.8 sm_praliases_envdef = sm_praliases_libs = -ldb-4.8 -lldap -llber sm_recommends = -sm_revision = -1 +sm_revision = -2 sm_rmail_envdef = sm_rmail_libs = -lldap -llber sm_sendmail_envdef = -D_PATH_SENDMAILPID=\"/var/run/sendmail/mta/sendmail.pid\" -DIP_SRCROUTE=1 -DLDAP_REFERRALS -D_FFR_LDAP_URI -D_FFR_LDAP_SETVERSION -DLDAP_DEPRECATED -DTCPWRAPPERS -DSASL -I/usr/include/sasl -DSTARTTLS -D_FFR_QUEUE_SCHED_DBG -D_FFR_SKIP_DOMAINS -D_FFR_GROUPREADABLEAUTHINFOFILE -D_FFR_DAEMON_NETUNIX -D_FFR_NO_PIPE -D_FFR_SHM_STATUS -D_FFR_RHS -D_FFR_MAIL_MACRO -D_FFR_QUEUEDELAY=1 -D_FFR_BADRCPT_SHUTDOWN -D_FFR_RESET_MACRO_GLOBALS -D_FFR_TLS_1 -D_FFR_DEAL_WITH_ERROR_SSL @@ -264,7 +264,7 @@ sm_sendmail_libs = -ldb-4.8 -lnsl -lldap -llber -lresolv -lwrap -lsasl2 -lcrypt sm_smrsh_envdef = -DCMDDIR=\"/etc/mail/smrsh\" -DPATH=\"/usr/bin:/bin\" sm_smrsh_libs = -lldap -llber sm_suggests = , sasl2-bin, libsasl2-modules, openssl -sm_time = 19:38:59 +sm_time = 22:21:32 sm_utc = +0000 sm_vacation_envdef = sm_vacation_libs = -ldb-4.8 -lldap -llber @@ -290,13 +290,13 @@ top_srcdir = .. #------------------------------------------------------------------------------ # vim: syntax=make # -# $Sendmail: Makefile,v 8.14.4 2010-10-16 19:38:59 cowboy Exp $ +# $Sendmail: Makefile,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $ # # Copyright (c) 1998-2010 Richard Nelson. All Rights Reserved. # # local/Makefile. Generated from Makefile.in by configure. # -# Rules file for Sendmail 8.14.4-1(527876) +# Rules file for Sendmail 8.14.4-2(527876) # on Debian squeeze/sid # via Debhelper V1 # @@ -304,7 +304,7 @@ top_srcdir = .. # on Debian slink, potato, woody, testing, sid, ... # but the generated file is customized to the version noted above. # -# Richard Nelson <cowboy@debian.org> 2010-10-16 19:38:59 (+0000) +# Richard Nelson <cowboy@debian.org> 2010-11-03 22:21:32 (+0000) #------------------------------------------------------------------------------ # # Shipped programs diff --git a/debian/local/Parse_conf.pm b/debian/local/Parse_conf.pm index e3d1f29..f1c04a1 100644 --- a/debian/local/Parse_conf.pm +++ b/debian/local/Parse_conf.pm @@ -1,7 +1,7 @@ #!/usr/bin/perl -w #------------------------------------------------------------------------ # -# $Sendmail: Parse_conf.pm,v 8.14.4 2010-10-16 19:38:59 cowboy Exp $ +# $Sendmail: Parse_conf.pm,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $ # # Parse and update /etc/mail/sendmail.conf # @@ -43,7 +43,7 @@ require Parse_mc; #$main::Version = '$Revision: 1.00 $ '; $Parse_conf::program_name = 'Parse_conf.pm'; $Parse_conf::program_version = '8.14.4'; -$Parse_conf::program_date = '2010-10-16 19:38:59 cowboy'; +$Parse_conf::program_date = '2010-11-03 22:21:32 cowboy'; $Parse_conf::debug = 0; my $interp_pgm = "$^X"; diff --git a/debian/local/Parse_mc.pm b/debian/local/Parse_mc.pm index d15a499..bcd8058 100644 --- a/debian/local/Parse_mc.pm +++ b/debian/local/Parse_mc.pm @@ -1,7 +1,7 @@ #!/usr/bin/perl -w #------------------------------------------------------------------------ # -# $Sendmail: Parse_mc.pm,v 8.14.4 2010-10-16 19:38:59 cowboy Exp $ +# $Sendmail: Parse_mc.pm,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $ # # Parse Sendmail config for databases # @@ -48,7 +48,7 @@ use FileHandle; # I/O #$main::Version = '$Revision: 2.00 $ '; $Parse_mc::program_name = 'Parse_mc.pm'; $Parse_mc::program_version = '8.14.4'; -$Parse_mc::program_date = '2010-10-16 19:38:59 cowboy'; +$Parse_mc::program_date = '2010-11-03 22:21:32 cowboy'; $Parse_mc::debug = 0; my $interp_pgm = "$^X"; diff --git a/debian/local/bug/sendmail/script b/debian/local/bug/sendmail/script index 482a405..03b2bf9 100644 --- a/debian/local/bug/sendmail/script +++ b/debian/local/bug/sendmail/script @@ -1,6 +1,6 @@ #!/bin/sh #----------------------------------------------------------------------------- -# $Sendmail: sendmail.bug,v 8.14.4 2010-10-16 19:38:59 cowboy Exp $ +# $Sendmail: sendmail.bug,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $ # # Copyright (c) 1998-2010 Richard Nelson. All Rights Reserved. # diff --git a/debian/local/dynamic b/debian/local/dynamic index 6c94f49..a4ed835 100644 --- a/debian/local/dynamic +++ b/debian/local/dynamic @@ -1,7 +1,7 @@ #!/bin/sh #------------------------------------------------------------------------ # -# $Sendmail: dynamic,v 8.14.4 2010-10-16 19:38:59 cowboy Exp $ +# $Sendmail: dynamic,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $ # # Shell functions to handle dynamic network updates. # Supports ppp, dhcp, ifup/down, etc. diff --git a/debian/local/parse_mc b/debian/local/parse_mc index 3d38aa6..3ce510d 100644 --- a/debian/local/parse_mc +++ b/debian/local/parse_mc @@ -1,7 +1,7 @@ #!/usr/bin/perl -w #------------------------------------------------------------------------ # -# $Sendmail: parse_mc,v 8.14.4 2010-10-16 19:38:59 cowboy Exp $ +# $Sendmail: parse_mc,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $ # # Parse Sendmail config for databases # @@ -37,7 +37,7 @@ require Parse_conf; #$main::Version = '$Revision: 2.00 $ '; $main::program_name = $0; $main::program_version = '8.14.4'; -$main::program_date = '2010-10-16 19:38:59 cowboy'; +$main::program_date = '2010-11-03 22:21:32 cowboy'; $main::debug = 0; # diff --git a/debian/local/sendmail b/debian/local/sendmail index 3df3d91..f3c7bce 100644 --- a/debian/local/sendmail +++ b/debian/local/sendmail @@ -1,6 +1,6 @@ #!/bin/sh #----------------------------------------------------------------------------- -# $Sendmail: sm_helper.sh,v 8.14.4 2010-10-16 19:38:59 cowboy Exp $ +# $Sendmail: sm_helper.sh,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $ # # Copyright (c) 1998-2010 Richard Nelson. All Rights Reserved. # diff --git a/debian/local/sendmailconfig b/debian/local/sendmailconfig index dc3235c..b585d94 100644 --- a/debian/local/sendmailconfig +++ b/debian/local/sendmailconfig @@ -1,6 +1,6 @@ #!/bin/sh -e #----------------------------------------------------------------------------- -# $Sendmail: sendmailconfig,v 8.14.4 2010-10-16 19:38:59 cowboy Exp $ +# $Sendmail: sendmailconfig,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $ # # Interactively configure Sendmail for Debian # diff --git a/debian/local/update_auth b/debian/local/update_auth index 53a1aa5..6c2c96a 100644 --- a/debian/local/update_auth +++ b/debian/local/update_auth @@ -1,7 +1,7 @@ #!/bin/sh -e #----------------------------------------------------------------------------- # -# $Sendmail: update_auth,v 8.14.4 2010-10-16 19:38:59 cowboy Exp $ +# $Sendmail: update_auth,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $ # # Sendmail support for SMTP AUTH (SASL) # diff --git a/debian/local/update_authm4 b/debian/local/update_authm4 index 710e9e4..6999876 100644 --- a/debian/local/update_authm4 +++ b/debian/local/update_authm4 @@ -1,7 +1,7 @@ #!/usr/bin/perl -w #------------------------------------------------------------------------ # -# $Sendmail: update_auth,v 8.14.4 2010-10-16 19:38:59 cowboy Exp $ +# $Sendmail: update_auth,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $ # # Create /etc/mail/sasl/sasl.m4 for Debian Sendmail # @@ -35,7 +35,7 @@ require Parse_mc; #$main::Version = '$Revision: 2.00 $ '; $main::program_name = $0; $main::program_version = '8.14.4'; -$main::program_date = '2010-10-16 19:38:59 cowboy'; +$main::program_date = '2010-11-03 22:21:32 cowboy'; $main::debug = 0; my $interp_pgm = "$^X"; @@ -183,7 +183,7 @@ divert(-1)dnl ##### #################################################################### divert(0)dnl -VERSIONID(\`\$Id: sasl.m4,v 8.14.4-1 2010-10-16 19:38:59 cowboy Exp \$\') +VERSIONID(\`\$Id: sasl.m4,v 8.14.4-2 2010-11-03 22:21:32 cowboy Exp \$\') dnl # dnl #--------------------------------------------------------------------- dnl # Bring in Autoconf results diff --git a/debian/local/update_conf b/debian/local/update_conf index 94a3b9a..41c3103 100644 --- a/debian/local/update_conf +++ b/debian/local/update_conf @@ -1,7 +1,7 @@ #!/usr/bin/perl -w #------------------------------------------------------------------------ # -# $Sendmail: update_conf,v 8.14.4 2010-10-16 19:38:59 cowboy Exp $ +# $Sendmail: update_conf,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $ # # Parse and update /etc/mail/sendmail.conf and reflect its values in # /etc/cron.d/sendmail and /etc/inetd.conf. @@ -26,7 +26,7 @@ require Parse_mc; $main::program_name = $0; #'update_conf'; $main::program_version = '8.14.4'; -$main::program_date = '2010-10-16 19:38:59 cowboy'; +$main::program_date = '2010-11-03 22:21:32 cowboy'; $main::debug = 0; my $interp_pgm = "$^X"; diff --git a/debian/local/update_db b/debian/local/update_db index fe9802f..dbc9d94 100644 --- a/debian/local/update_db +++ b/debian/local/update_db @@ -1,7 +1,7 @@ #!/bin/sh -e #----------------------------------------------------------------------------- # -# $Sendmail: update_db,v 8.14.4 2010-10-16 19:38:59 cowboy Exp $ +# $Sendmail: update_db,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $ # # Update Sendmail databases for Debian # diff --git a/debian/local/update_ldap b/debian/local/update_ldap index 4b6abc7..afe3b13 100644 --- a/debian/local/update_ldap +++ b/debian/local/update_ldap @@ -1,7 +1,7 @@ #!/bin/sh -e #----------------------------------------------------------------------------- # -# $Sendmail: update_ldap,v 8.14.4 2010-10-16 19:38:59 cowboy Exp $ +# $Sendmail: update_ldap,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $ # # Sendmail support for LDAP # diff --git a/debian/local/update_mc b/debian/local/update_mc index 0c0c2ea..a590a41 100644 --- a/debian/local/update_mc +++ b/debian/local/update_mc @@ -1,7 +1,7 @@ #!/bin/sh -e #----------------------------------------------------------------------------- # -# $Sendmail: update_mc,v 8.14.4 2010-10-16 19:38:59 cowboy Exp $ +# $Sendmail: update_mc,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $ # # Update Sendmail databases for Debian # diff --git a/debian/local/update_mk b/debian/local/update_mk index 1613fee..c3d1880 100644 --- a/debian/local/update_mk +++ b/debian/local/update_mk @@ -1,7 +1,7 @@ #!/usr/bin/perl -w #------------------------------------------------------------------------ # -# $Sendmail: update_mk,v 8.14.4 2010-10-16 19:38:59 cowboy Exp $ +# $Sendmail: update_mk,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $ # # Create /etc/mail/Makefile for Debian Sendmail databases # @@ -36,7 +36,7 @@ require Parse_conf; #$main::Version = '$Revision: 2.00 $ '; $main::program_name = $0; $main::program_version = '8.14.4'; -$main::program_date = '2010-10-16 19:38:59 cowboy'; +$main::program_date = '2010-11-03 22:21:32 cowboy'; $main::debug = 0; my $interp_pgm = "$^X"; diff --git a/debian/local/update_smrsh b/debian/local/update_smrsh index 7776425..a9333d1 100644 --- a/debian/local/update_smrsh +++ b/debian/local/update_smrsh @@ -1,7 +1,7 @@ #!/bin/sh -e #----------------------------------------------------------------------------- # -# $Sendmail: update_smrsh,v 8.14.4 2010-10-16 19:38:59 cowboy Exp $ +# $Sendmail: update_smrsh,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $ # # Update MDA programs used by Sendmail for Debian # diff --git a/debian/local/update_sys b/debian/local/update_sys index 54fc332..7a6452c 100644 --- a/debian/local/update_sys +++ b/debian/local/update_sys @@ -1,7 +1,7 @@ #!/bin/sh #----------------------------------------------------------------------------- # -# $Sendmail: update_sys,v 8.14.4 2010-10-16 19:38:59 cowboy Exp $ +# $Sendmail: update_sys,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $ # # Update system files used by Sendmail for Debian # diff --git a/debian/local/update_tls b/debian/local/update_tls index bcf27f7..c7beec7 100644 --- a/debian/local/update_tls +++ b/debian/local/update_tls @@ -1,7 +1,7 @@ #!/bin/sh -e #----------------------------------------------------------------------------- # -# $Sendmail: update_tls,v 8.14.4 2010-10-16 19:38:59 cowboy Exp $ +# $Sendmail: update_tls,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $ # # Sendmail support for TLS # diff --git a/debian/local/update_tlsm4 b/debian/local/update_tlsm4 index e87da01..403c8dd 100644 --- a/debian/local/update_tlsm4 +++ b/debian/local/update_tlsm4 @@ -1,7 +1,7 @@ #!/usr/bin/perl -w #------------------------------------------------------------------------ # -# $Sendmail: update_tls,v 8.14.4 2010-10-16 19:38:59 cowboy Exp $ +# $Sendmail: update_tls,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $ # # Create /etc/mail/tls/starttls.m4 for Debian Sendmail # @@ -35,7 +35,7 @@ require Parse_mc; #$main::Version = '$Revision: 2.00 $ '; $main::program_name = $0; $main::program_version = '8.14.4'; -$main::program_date = '2010-10-16 19:38:59 cowboy'; +$main::program_date = '2010-11-03 22:21:32 cowboy'; $main::debug = 0; my $interp_pgm = "$^X"; @@ -190,7 +190,7 @@ divert(-1)dnl ##### #################################################################### divert(0)dnl -VERSIONID(\`\$Id: starttls.m4,v 8.14.4-1 2010-10-16 19:38:59 cowboy Exp \$\') +VERSIONID(\`\$Id: starttls.m4,v 8.14.4-2 2010-11-03 22:21:32 cowboy Exp \$\') dnl # dnl #--------------------------------------------------------------------- dnl # Bring in Autoconf results |