Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dhcp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
64
Issues
64
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
dhcp
Commits
075a2f45
Commit
075a2f45
authored
Jan 26, 2018
by
Thomas Markwalder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[master] Pre-release tag prep for 4.4.0: version #, copyright etc...
parent
efd3b1e2
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
25 additions
and
24 deletions
+25
-24
README
README
+5
-5
RELNOTES
RELNOTES
+2
-2
configure
configure
+10
-10
configure.ac
configure.ac
+1
-1
configure.ac+lt
configure.ac+lt
+1
-1
configure.ac-base
configure.ac-base
+1
-1
configure.ac-lt
configure.ac-lt
+1
-1
includes/dhcpd.h
includes/dhcpd.h
+1
-1
server/dhcpd.conf.5
server/dhcpd.conf.5
+1
-1
tests/unittest.sh.in
tests/unittest.sh.in
+1
-1
util/bind.sh
util/bind.sh
+1
-0
No files found.
README
View file @
075a2f45
Internet Systems Consortium DHCP Distribution
Version 4.4.0b1
09
January 2018
Version 4.4.0
31
January 2018
README FILE
...
...
@@ -142,12 +142,12 @@ information. On Digital Unix, type ``man pfilt''.
To build the DHCP Distribution, unpack the compressed tar file using
the tar utility and the gzip command - type something like:
gunzip dhcp-4.4.0
b1
.tar.gz
tar xvf dhcp-4.4.0
b1
.tar
gunzip dhcp-4.4.0.tar.gz
tar xvf dhcp-4.4.0.tar
CONFIGURING IT
Now, cd to the dhcp-4.4.0
b1
subdirectory that you've just created and
Now, cd to the dhcp-4.4.0 subdirectory that you've just created and
configure the source tree by typing:
./configure
...
...
RELNOTES
View file @
075a2f45
Internet
Systems
Consortium
DHCP
Distribution
Version
4.4.0
b1
09
January
2018
Version
4.4.0
31
January
2018
Release
Notes
...
...
configure
View file @
075a2f45
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for DHCP 4.4.0
b1
.
# Generated by GNU Autoconf 2.69 for DHCP 4.4.0.
#
# Report bugs to <dhcp-users@isc.org>.
#
...
...
@@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME
=
'DHCP'
PACKAGE_TARNAME
=
'dhcp'
PACKAGE_VERSION
=
'4.4.0
b1
'
PACKAGE_STRING
=
'DHCP 4.4.0
b1
'
PACKAGE_VERSION
=
'4.4.0'
PACKAGE_STRING
=
'DHCP 4.4.0'
PACKAGE_BUGREPORT
=
'dhcp-users@isc.org'
PACKAGE_URL
=
''
...
...
@@ -1350,7 +1350,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat
<<
_ACEOF
\`
configure' configures DHCP 4.4.0
b1
to adapt to many kinds of systems.
\`
configure' configures DHCP 4.4.0 to adapt to many kinds of systems.
Usage:
$0
[OPTION]... [VAR=VALUE]...
...
...
@@ -1420,7 +1420,7 @@ fi
if
test
-n
"
$ac_init_help
"
;
then
case
$ac_init_help
in
short
|
recursive
)
echo
"Configuration of DHCP 4.4.0
b1
:"
;;
short
|
recursive
)
echo
"Configuration of DHCP 4.4.0:"
;;
esac
cat
<<
\
_ACEOF
...
...
@@ -1591,7 +1591,7 @@ fi
test
-n
"
$ac_init_help
"
&&
exit
$ac_status
if
$ac_init_version
;
then
cat
<<
\
_ACEOF
DHCP configure 4.4.0
b1
DHCP configure 4.4.0
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
...
...
@@ -2384,7 +2384,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by DHCP
$as_me
4.4.0
b1
, which was
It was created by DHCP
$as_me
4.4.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0
$@
...
...
@@ -3251,7 +3251,7 @@ fi
# Define the identity of the package.
PACKAGE
=
'dhcp'
VERSION
=
'4.4.0
b1
'
VERSION
=
'4.4.0'
cat
>>
confdefs.h
<<
_ACEOF
...
...
@@ -8102,7 +8102,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by DHCP
$as_me
4.4.0
b1
, which was
This file was extended by DHCP
$as_me
4.4.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
$CONFIG_FILES
...
...
@@ -8168,7 +8168,7 @@ _ACEOF
cat
>>
$CONFIG_STATUS
<<
_ACEOF
|| ac_write_fail=1
ac_cs_config="`
$as_echo
"
$ac_configure_args
" | sed 's/^ //; s/[
\\
""
\`\$
]/
\\\\
&/g'`"
ac_cs_version="
\\
DHCP config.status 4.4.0
b1
DHCP config.status 4.4.0
configured by
$0
, generated by GNU Autoconf 2.69,
with options
\\
"
\$
ac_cs_config
\\
"
...
...
configure.ac
View file @
075a2f45
AC_INIT([DHCP],[4.4.0
b1
],[dhcp-users@isc.org])
AC_INIT([DHCP],[4.4.0],[dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
...
...
configure.ac+lt
View file @
075a2f45
AC_INIT([DHCP],[4.4.0
b1
],[dhcp-users@isc.org])
AC_INIT([DHCP],[4.4.0],[dhcp-users@isc.org])
# for libtool
AC_CONFIG_MACRO_DIR([m4])
...
...
configure.ac-base
View file @
075a2f45
AC_INIT([DHCP],[4.4.0
b1
],[dhcp-users@isc.org])
AC_INIT([DHCP],[4.4.0],[dhcp-users@isc.org])
@BEGIN WITH LIBTOOL
# for libtool
...
...
configure.ac-lt
View file @
075a2f45
AC_INIT([DHCP],[4.4.0
b1
],[dhcp-users@isc.org])
AC_INIT([DHCP],[4.4.0],[dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
...
...
includes/dhcpd.h
View file @
075a2f45
...
...
@@ -3,7 +3,7 @@
Definitions for dhcpd... */
/*
* Copyright (c) 2004-201
7
by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 2004-201
8
by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1996-2003 by Internet Software Consortium
*
* This Source Code Form is subject to the terms of the Mozilla Public
...
...
server/dhcpd.conf.5
View file @
075a2f45
.\" dhcpd.conf.5
.\"
.\" Copyright (c) 2004-201
7
by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 2004-201
8
by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 1996-2003 by Internet Software Consortium
.\"
.\" This Source Code Form is subject to the terms of the Mozilla Public
...
...
tests/unittest.sh.in
View file @
075a2f45
#!/bin/sh
#
# Copyright (C) 2015-201
7
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2015-201
8
Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
...
...
util/bind.sh
View file @
075a2f45
...
...
@@ -58,6 +58,7 @@ case $# in
### For ease of use, this records the sticky tag of versions
### released with each point release.
###
4.4.0
)
noSNAP
=
snapshot
BINDTAG
=
v9_11_2_P1
;;
4.4.0b1
)
noSNAP
=
snapshot
BINDTAG
=
v9_11_2
;;
4.4.0a1
)
noSNAP
=
snapshot
BINDTAG
=
v9_11_2
;;
4.3.4|4.3.4b1
)
BINDTAG
=
v9_9_8_P4
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment