Hello community, here is the log from the commit of package sleuth checked in at Mon Jun 30 19:43:46 CEST 2008. -------- --- sleuth/sleuth.changes 2008-04-09 15:40:43.000000000 +0200 +++ sleuth/sleuth.changes 2008-06-27 17:27:11.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Jun 27 17:26:21 CEST 2008 - anicka@suse.cz + +- update to 1.4.4 + * sleuth (check_zone): Dashes are valid in service names. + +------------------------------------------------------------------- Old: ---- sleuth-1.4.3.diff sleuth-1.4.3.tar.bz2 New: ---- sleuth-1.4.4.diff sleuth-1.4.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sleuth.spec ++++++ --- /var/tmp/diff_new_pack.Q15427/_old 2008-06-30 19:43:23.000000000 +0200 +++ /var/tmp/diff_new_pack.Q15427/_new 2008-06-30 19:43:23.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package sleuth (Version 1.4.3) +# spec file for package sleuth (Version 1.4.4) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -15,7 +15,7 @@ License: GPL v2 or later Group: Productivity/Networking/DNS/Utilities AutoReqProv: on -Version: 1.4.3 +Version: 1.4.4 Release: 1 Requires: perl-Net-DNS Source: %{name}-%{version}.tar.bz2 @@ -70,6 +70,9 @@ %config /etc/* %changelog +* Fri Jun 27 2008 anicka@suse.cz +- update to 1.4.4 + * sleuth (check_zone): Dashes are valid in service names. * Wed Apr 09 2008 anicka@suse.cz - update to 1.4.3 * sleuth (msg): Messages of severity "0" should be ignored. ++++++ sleuth-1.4.3.diff -> sleuth-1.4.4.diff ++++++ ++++++ sleuth-1.4.3.tar.bz2 -> sleuth-1.4.4.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/sleuth-1.4.3/ChangeLog new/sleuth-1.4.4/ChangeLog --- old/sleuth-1.4.3/ChangeLog 2007-04-27 11:39:39.000000000 +0200 +++ new/sleuth-1.4.4/ChangeLog 2008-05-21 20:01:00.000000000 +0200 @@ -1,3 +1,9 @@ +2008-05-21 Martin Mares <mj@ucw.cz> + + * Released as version 1.4.4. + + * sleuth (check_zone): Dashes are valid in service names. + 2007-04-27 Martin Mares <mj@ucw.cz> * Released as version 1.4.3. diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/sleuth-1.4.3/check.conf new/sleuth-1.4.4/check.conf --- old/sleuth-1.4.3/check.conf 2007-04-27 11:40:35.000000000 +0200 +++ new/sleuth-1.4.4/check.conf 2008-05-21 20:02:24.000000000 +0200 @@ -1,6 +1,6 @@ # # Configuration for check.cgi -# (c) 1999--2007 Martin Mares <mj@ucw.cz> +# (c) 1999--2008 Martin Mares <mj@ucw.cz> # # This file is just a piece of Perl code imported during # initialization of the check.cgi script, so you can do here @@ -10,8 +10,8 @@ # Path to the CGI module #use lib "/home2/mj/perl/local/share/perl"; -$version = "1.4.3"; -$rev_date = "27-04-07"; +$version = "1.4.4"; +$rev_date = "21-05-08"; $admin_email = "mj\@ucw.cz"; $admin_ref = "<A HREF=\"mailto:$admin_email\">Martin Mares</A>"; $author_email = "mj\@ucw.cz"; diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/sleuth-1.4.3/Makefile new/sleuth-1.4.4/Makefile --- old/sleuth-1.4.3/Makefile 2007-04-27 11:40:11.000000000 +0200 +++ new/sleuth-1.4.4/Makefile 2008-05-21 20:00:57.000000000 +0200 @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.8 2007/04/27 09:40:11 mj Exp $ +# $Id: Makefile,v 1.9 2008-05-21 18:00:57 mj Exp $ # Makefile for The DNS Sleuth -# (c) 1999--2007 Martin Mares <mj@ucw.cz> +# (c) 1999--2008 Martin Mares <mj@ucw.cz> CONF_PREFIX=/etc PREFIX=/usr -VERSION=1.4.3 +VERSION=1.4.4 all: diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/sleuth-1.4.3/README new/sleuth-1.4.4/README --- old/sleuth-1.4.3/README 2007-04-27 10:50:07.000000000 +0200 +++ new/sleuth-1.4.4/README 2008-05-21 20:02:20.000000000 +0200 @@ -1,6 +1,6 @@ -This package contains the DNS Sleuth, version 1.4.1. +This package contains the DNS Sleuth, version 1.4.4. -Copyright (c) 1999--2006 Martin Mares <mj@ucw.cz> +Copyright (c) 1999--2008 Martin Mares <mj@ucw.cz> All files in this package can be freely distributed and used according to the terms of the GNU General Public License, either version 2 or diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/sleuth-1.4.3/sleuth new/sleuth-1.4.4/sleuth --- old/sleuth-1.4.3/sleuth 2007-04-27 11:38:00.000000000 +0200 +++ new/sleuth-1.4.4/sleuth 2008-05-21 20:00:22.000000000 +0200 @@ -2,7 +2,7 @@ # # Sleuth -- A Simple DNS Checking Tool # -# (c) 1999--2007 Martin Mares <mj@ucw.cz> +# (c) 1999--2008 Martin Mares <mj@ucw.cz> # # Load configuration file and all modules we need @@ -575,7 +575,7 @@ $dest = $r->exchange; resolve($dest, "A", 0, 1) || msg("missa", "Mail exchanger $dest doesn't have any valid A records", "1035/3.3.9"); } elsif ($t eq "SRV") { - ($name =~ /^(\*|_[0-9a-zA-Z]+)\.(\*|_[a-zA-Z]+)\./) || msg("srvnam", "Invalid service name", "2782"); + ($name =~ /^(\*|_[0-9a-zA-Z-]+)\.(\*|_[a-zA-Z-]+)\./) || msg("srvnam", "Invalid service name", "2782"); ($r->priority >= 0 && $r->priority < 65536) || msg("srvpar", "Invalid SRV preference", "2782"); ($r->weight >= 0 && $r->weight < 65536) || msg("srvpar", "Invalid SRV weight", "2872"); ($r->port >= 0 && $r->port < 65536) || msg("srvpar", "Invalid SRV port number", "2872"); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de