chore: update web links

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2023-09-02 11:45:27 +01:00
parent 3d37ac0a2d
commit dc1f0b9b76
No known key found for this signature in database
GPG key ID: 0D46FEF7E61DBB46
8 changed files with 11 additions and 11 deletions

4
README
View file

@ -28,7 +28,7 @@ Quick start.
Dependencies to other projects. Dependencies to other projects.
http://www.gnu.org/software/gnulib/ https://www.gnu.org/software/gnulib/
You can avoid repeated gnulib downloads by setting You can avoid repeated gnulib downloads by setting
GNULIB_SRCDIR environment variable. For example: GNULIB_SRCDIR environment variable. For example:
@ -39,7 +39,7 @@ Dependencies to other projects.
Assumign detached gnulib please remember to git pull the Assumign detached gnulib please remember to git pull the
latest updates before building dhcpd-pools. latest updates before building dhcpd-pools.
http://uthash.sourceforge.net/ https://troydhanson.github.io/uthash/
See quick start. See quick start.

View file

@ -6,7 +6,7 @@ AC_CONFIG_MACRO_DIRS([m4])
AC_INIT([dhcpd-pools], AC_INIT([dhcpd-pools],
[m4_esyscmd([build-aux/git-version-gen .tarball-version])], [m4_esyscmd([build-aux/git-version-gen .tarball-version])],
[kerolasa@iki.fi],[], [kerolasa@iki.fi],[],
[http://dhcpd-pools.sourceforge.net/]) [https://dhcpd-pools.sourceforge.net/])
PACKAGE_MAINTAINER="Sami Kerola" PACKAGE_MAINTAINER="Sami Kerola"
AC_SUBST([PACKAGE_MAINTAINER]) AC_SUBST([PACKAGE_MAINTAINER])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])

View file

@ -7,7 +7,7 @@ pkgver=0
pkgrel=1 pkgrel=1
pkgdesc="ISC dhcpd lease status utility" pkgdesc="ISC dhcpd lease status utility"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url=http://dhcpd-pools.sourceforge.net/ url=https://dhcpd-pools.sourceforge.net/
license=('BSD') license=('BSD')
depends=('pacman') depends=('pacman')
makedepends=('uthash' 'git') makedepends=('uthash' 'git')

View file

@ -3,9 +3,9 @@
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"> xmlns:foaf="http://xmlns.com/foaf/0.1/">
<Project rdf:about="http://dhcpd-pools.sourceforge.net/"> <Project rdf:about="https://dhcpd-pools.sourceforge.net/">
<name>dhcpd-pools</name> <name>dhcpd-pools</name>
<homepage rdf:resource="http://dhcpd-pools.sourceforge.net/" /> <homepage rdf:resource="https://dhcpd-pools.sourceforge.net/" />
<shortdesc>This is dhcpd-pools ISC dhcp shared network and pool <shortdesc>This is dhcpd-pools ISC dhcp shared network and pool
range usage analysis tool.</shortdesc> range usage analysis tool.</shortdesc>
<description>Purpose of command is to count usage ratio of each <description>Purpose of command is to count usage ratio of each

View file

@ -8,7 +8,7 @@
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,

View file

@ -8,7 +8,7 @@
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,

View file

@ -176,7 +176,7 @@ table.dhcpd-pools th { text-transform: capitalize }
</tbody> </tbody>
</table> </table>
<br /><div class="well well-lg"> <br /><div class="well well-lg">
More info at <a href="http://dhcpd-pools.sourceforge.net/">http://dhcpd-pools.sourceforge.net/</a> More info at <a href="https://dhcpd-pools.sourceforge.net/">https://dhcpd-pools.sourceforge.net/</a>
</small></div></div> </small></div></div>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" type="text/javascript"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" type="text/javascript"></script>
<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-3.2.1/dt-1.10.16/datatables.min.js"></script> <script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-3.2.1/dt-1.10.16/datatables.min.js"></script>

View file

@ -4,8 +4,8 @@
# analysis algorithm is sane. This script is no longer # analysis algorithm is sane. This script is no longer
# maintained, and can be considered as historic reference. # maintained, and can be considered as historic reference.
# #
# Licensed under the Open Software License version 1.1 # Licensed under the Open Software License version 1.0
# http://opensource.org/licenses/osl.php # https://opensource.org/license/osl-1-0/
# #
# Sami Kerola <sami.kerola@teliasonera.com> # Sami Kerola <sami.kerola@teliasonera.com>
# #