aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-06-27 14:26:39 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2014-06-27 14:34:16 +0300
commit7817c61276f2402488c1450d6df03c12a97b8af5 (patch)
tree28ecd189e0e4a18be562c40cf8c0c4029ffdf3bd
parent74d7881ffee03618a693e839e3e1224c16526bd7 (diff)
downloadnssync-7817c61276f2402488c1450d6df03c12a97b8af5.tar.gz
nssync-7817c61276f2402488c1450d6df03c12a97b8af5.tar.bz2
Raise version number (1.1.90)
* NEWS: Update version * configure.ac: Update version, set package home page. * THANKS: * src/Makefile.am: Update copyright years. * src/nssync.c: Likewise. * src/sqlop.c: Likewise. * doc/nssync.8: Update.
-rw-r--r--NEWS13
-rw-r--r--THANKS3
-rw-r--r--configure.ac5
-rw-r--r--doc/nssync.872
-rw-r--r--src/Makefile.am2
-rw-r--r--src/nssync.c2
-rw-r--r--src/sqlop.c2
7 files changed, 53 insertions, 46 deletions
diff --git a/NEWS b/NEWS
index 3e9b213..b392847 100644
--- a/NEWS
+++ b/NEWS
@@ -1,21 +1,24 @@
-NSsync NEWS -- history of user-visible changes. 2012-03-27
-Copyright (C) 2012 Sergey Poznyakoff
+NSsync NEWS -- history of user-visible changes. 2014-06-27
+Copyright (C) 2011, 2012, 2014 Sergey Poznyakoff
See the end of file for copying conditions.
-Please send cfpeek bug reports to <gray+nssync@gnu.org.ua>
+Please send nssync bug reports to <gray+nssync@gnu.org.ua>
+Version 1.1.90 (Git)
+
+
Version 1.1, 2012-03-27
First actual release.
-Version 1.0 (Git, 2011-05-28
+Version 1.0 (Git, 2011-05-28)
=========================================================================
Copyright information:
-Copyright (C) 2011, 2012 Sergey Poznyakoff
+Copyright (C) 2011, 2012, 2014 Sergey Poznyakoff
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
diff --git a/THANKS b/THANKS
new file mode 100644
index 0000000..da66cb2
--- /dev/null
+++ b/THANKS
@@ -0,0 +1,3 @@
+Nssync THANKS file.
+
+Peter Markeloff <magic@farlep.net>
diff --git a/configure.ac b/configure.ac
index 372218b..b86f22b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# This file is part of NSsync -*- autoconf -*-
-# Copyright (C) 2011, 2012 Sergey Poznyakoff
+# Copyright (C) 2011, 2012, 2014 Sergey Poznyakoff
#
# NSsync is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -15,7 +15,8 @@
# along with NSsync. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.63)
-AC_INIT([nssync], 1.1, [gray+nssync@gnu.org.ua])
+AC_INIT([nssync], 1.1.90, [gray+nssync@gnu.org.ua], [],
+ [http://www.gnu.org.ua/software/nssync])
AC_CONFIG_SRCDIR([src/nssync.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADER([config.h])
diff --git a/doc/nssync.8 b/doc/nssync.8
index 1965803..1f62a88 100644
--- a/doc/nssync.8
+++ b/doc/nssync.8
@@ -1,5 +1,5 @@
.\" This file is part of Nssync. -*- nroff -*-
-.\" Copyright (C) 2011 Sergey Poznyakoff
+.\" Copyright (C) 2011, 2014 Sergey Poznyakoff
.\"
.\" Nssync is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
@@ -13,7 +13,7 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with Nssync. If not, see <http://www.gnu.org/licenses/>.
-.TH NSSYNC "8" "March 27, 2012" "NSSYNC" ""
+.TH NSSYNC "8" "June 27, 2014" "NSSYNC" ""
.SH NAME
\fBnssync\fR \- A DNS Zone File Maintenance Utility
@@ -151,16 +151,16 @@ Sets the name for the temporary directory. This is a directory where
\fBnssync\fR creates temporary zone files. The argument must
point to an existing directory.
.TP
-\fBnamed-conf\fR \fIfile\fR;
+\fBnamed\-conf\fR \fIfile\fR;
Defines the full pathname of the \fBnamed\fR configuration file.
Default is \fB/etc/named.conf\fR.
.TP
-\fBbind-include-path\fR \fILIST\fR;
+\fBbind\-include\-path\fR \fILIST\fR;
Sets include search path for \fBinclude\fR directives found in BIND
configuration. The argument is either a single directory or a list of
directories.
.TP
-\fBzonefile-pattern\fR \fIPAT\fR;
+\fBzonefile\-pattern\fR \fIPAT\fR;
Defines the pattern for zone file names. The name of each zone
file is created by expanding variable references in the \fIPAT\fR
argument. The following variable references are defined: \fB$zone\fR
@@ -174,14 +174,14 @@ followed by a letter.
The default zone file pattern is \fB$zone.$synctag\fR.
.TP
-\fBzone-conf\fR \fIPAT\fR;
+\fBzone\-conf\fR \fIPAT\fR;
Defines the pattern for zone configuration file, i.e. a file
containing \fBzone\fR statements.
The handling of \fIPAT\fR is similar to that in \fBzonefile-pattern\fR,
except that only the \fB$synctag\fR reference is defined.
.TP
-\fBcompare-command\fR \fICMD\fR;
+\fBcompare\-command\fR \fICMD\fR;
Defines a command to be used for comparing two zone files. The
\fICMD\fR must be a command taking two files as its arguments and
returning 0 if they are the same or non-zero if they differ.
@@ -190,11 +190,11 @@ zone has changed. The variable references \fB$oldfile\fR and
\fBnewfile\fR are replaced with the old and new zone file names,
accordingly.
-The default \fBcompare-command\fR value is:
+The default \fBcompare\-command\fR value is:
cmp $oldfile $newfile > /dev/null
.TP
-\fBreload-command\fR \fIcmd\fR;
+\fBreload\-command\fR \fIcmd\fR;
Defines a command to reload the nameserver. The default is
\fB/usr/sbin/rndc reload\fR.
.SS SQL Access
@@ -209,7 +209,7 @@ latter case \fIHOSTNAME\fR is effectively ignored.
\fBdatabase\fR \fINAME\fR;
Sets the database name.
.TP
-\fBssl-ca\fR \fIFILE\fR;
+\fBssl\-ca\fR \fIFILE\fR;
Defines the name of the Certificate Authority (CA) file.
.TP
\fBuser\fR \fINAME\fR;
@@ -218,13 +218,13 @@ Sets SQL user name.
\fBpassword\fR \fIARG\fR;
Sets SQL user password.
.TP
-\fBsql-config-file\fR \fIFILE\fR;
+\fBsql\-config\-file\fR \fIFILE\fR;
Read MySQL configuration from the \fBoption file\fR \fIFILE\fR.
.TP
-\fBsql-config-group\fR \fINAME\fR;
+\fBsql\-config\-group\fR \fINAME\fR;
Read the named group from the SQL configuration file.
.TP
-\fBslave-status-file\fR \fIFILE\fR;
+\fBslave\-status\-file\fR \fIFILE\fR;
Use this statement if \fBnssync\fR reads data from a slave
database. It allows you to avoid recreating zone files if the
database information has not changed since the previous run.
@@ -242,57 +242,57 @@ tag\fR, supplied as the argument to the \fBsync\fR statement:
# Define a synchronization block.
\fBsync\fR \fITAG\fR {
# zone configuration file
- \fBzone-conf\fR \fIPAT\fR;
+ \fBzone\-conf\fR \fIPAT\fR;
# pattern for new zone file names
- \fBzonefile-pattern\fR \fIPAT\fR;
+ \fBzonefile\-pattern\fR \fIPAT\fR;
# add these statements to each generated zone file
- \fBadd-statements\fR \fITEXT\fR;
+ \fBadd\-statements\fR \fITEXT\fR;
# a query for retrieving SOA records
- \fBsoa-query\fR \fISTRING\fR;
+ \fBsoa\-query\fR \fISTRING\fR;
# a query for retrieving NS and similar records
- \fBns-query\fR \fIstring\fR;
+ \fBns\-query\fR \fIstring\fR;
# a query for retrieving the rest of RRs
- \fBrr-query\fR \fIstring\fR;
+ \fBrr\-query\fR \fIstring\fR;
# a query for retrieving RRs from reverse delegation zones
- \fBrev-rr-query\fR \fIstring\fR;
+ \fBrev\-rr\-query\fR \fIstring\fR;
}
Statements within the \fBsync\fR block configure the zones:
.TP
-\fBzone-conf\fR \fIPAT\fR;
+\fBzone\-conf\fR \fIPAT\fR;
Defines the pattern for the name of zone configuration file for zones
in this synchronization block. If not supplied, the global
-\fBzone-conf\fR statement will be used instead (see above).
+\fBzone\-conf\fR statement will be used instead (see above).
.TP
-\fBzonefile-pattern\fR \fIPAT\fR;
+\fBzonefile\-pattern\fR \fIPAT\fR;
Defines the pattern for zone file names. If not supplied, the global
-\fBzonefile-pattern\fR statement will be used instead (see above).
+\fBzonefile\-pattern\fR statement will be used instead (see above).
.TP
\fBadd-statements\fR \fITEXT\fR;
Append \fITEXT\fR to each generated zone statement. For example, the
following can be used to redefine forwarders and query ACLs for zones
in this synchronization block:
- add-statements <<EOT
+ add\-statements <<EOT
forwarders { /* empty */ };
- allow-query { local-query-only; };
+ allow\-query { local\-query\-only; };
EOT;
.TP
The following statements define which zones pertain to this particular
synchronization block:
.TP
-\fBsoa-query\fR \fISTRING\fR;
+\fBsoa\-query\fR \fISTRING\fR;
A query for retrieving SOA records.
.TP
-\fBns-query\fR \fISTRING\fR;
+\fBns\-query\fR \fISTRING\fR;
A query for retrieving NS and similar records. Use the \fB$zone\fR
reference for the zone name.
.TP
-\fBrr-query\fR \fISTRING\fR;
+\fBrr\-query\fR \fISTRING\fR;
A query for retrieving the rest of RRs. Use the \fB$zone\fR
reference for the zone name.
.TP
-\fBrev-rr-query\fR \fISTRING\fR;
+\fBrev\-rr\-query\fR \fISTRING\fR;
A query for retrieving RRs from reverse delegation zones. Use the
\fB$zone\fR reference for the zone name.
@@ -301,21 +301,21 @@ The following exit codes are defined:
.RS
.PD 0
.TP 3
-.I 0
+.B 0
Normal termination.
.TP 3
-.I 64
+.B 64
Invalid command line usage.
.TP 3
-.I 69
+.B 69
Some error occurred. For example, the program was unable to open
output file, etc.
.TP 3
-.I 70
+.B 70
Internal software error. This usually means hitting a bug in the
program, so please report it.
.TP 3
-.I 98
+.B 98
Program terminated due to errors in configuration file.
.PD
.RE
@@ -328,7 +328,7 @@ Sergey Poznyakoff
.SH "BUG REPORTS"
Report bugs to <gray+nssync@gnu.org.ua>.
.SH COPYRIGHT
-Copyright \(co 2011, 2012 Sergey Poznyakoff
+Copyright \(co 2011, 2012, 2014 Sergey Poznyakoff
.br
.na
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
diff --git a/src/Makefile.am b/src/Makefile.am
index 6ba0bb1..8fab7c0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of NSsync
-# Copyright (C) 2011 Sergey Poznyakoff
+# Copyright (C) 2011, 2014 Sergey Poznyakoff
#
# NSsync is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/nssync.c b/src/nssync.c
index 3eb5540..8ea95d3 100644
--- a/src/nssync.c
+++ b/src/nssync.c
@@ -1,5 +1,5 @@
/* This file is part of NSsync
- Copyright (C) 2011 Sergey Poznyakoff
+ Copyright (C) 2011, 2014 Sergey Poznyakoff
NSsync is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/sqlop.c b/src/sqlop.c
index 00f4bc6..de2c82e 100644
--- a/src/sqlop.c
+++ b/src/sqlop.c
@@ -1,5 +1,5 @@
/* This file is part of NSsync
- Copyright (C) 2011 Sergey Poznyakoff
+ Copyright (C) 2011, 2014 Sergey Poznyakoff
NSsync is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

Return to:

Send suggestions and report system problems to the System administrator.