Skip to content

Commit f672775

Browse files
author
netblue30
committed
release 0.9.64.2 testing
1 parent 2c183ef commit f672775

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+177
-91
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Copyright © Austin Heap (https://github.com/austinheap), license MIT
7575
Licensing and Copyright
7676
-----------------------
7777
This project is published under GPLv3 license. Please see COPYING file
78-
for more details. Copyright © 2020 FDNS Authors
78+
for more details. Copyright © 2021 FDNS Authors
7979

8080

8181
Cryptographic Software Notice

RELNOTES

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
fdns (0.9.64.2) baseline; urgency=low
2+
* --allow-expired-certs command line option
3+
* --log-timeout command line option
4+
* apparmor fixes for Arch Linux
5+
* adding timestamp to queries stored in shared memory
6+
* --monitor enhancements
7+
* adding more DoT servers to the list
8+
* server list update
9+
* bug fixes
10+
-- netblue30 <netblue30@yahoo.com> Mon, 4 Jan 2021 08:00:00 -0500
11+
112
fdns (0.9.64) baseline; urgency=low
213
* --allow-expired-certs command line option
314
* --log-timeout command line option

configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for fdns 0.9.65.
3+
# Generated by GNU Autoconf 2.69 for fdns 0.9.64.2.
44
#
55
# Report bugs to <netblue30@protonmail.com>.
66
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='fdns'
582582
PACKAGE_TARNAME='fdns'
583-
PACKAGE_VERSION='0.9.65'
584-
PACKAGE_STRING='fdns 0.9.65'
583+
PACKAGE_VERSION='0.9.64.2'
584+
PACKAGE_STRING='fdns 0.9.64.2'
585585
PACKAGE_BUGREPORT='netblue30@protonmail.com'
586586
PACKAGE_URL='https://firejaildns.wordpress.com'
587587

@@ -1255,7 +1255,7 @@ if test "$ac_init_help" = "long"; then
12551255
# Omit some internal or obsolete options to make the list less imposing.
12561256
# This message is too long to be a string in the A/UX 3.1 sh.
12571257
cat <<_ACEOF
1258-
\`configure' configures fdns 0.9.65 to adapt to many kinds of systems.
1258+
\`configure' configures fdns 0.9.64.2 to adapt to many kinds of systems.
12591259
12601260
Usage: $0 [OPTION]... [VAR=VALUE]...
12611261
@@ -1317,7 +1317,7 @@ fi
13171317

13181318
if test -n "$ac_init_help"; then
13191319
case $ac_init_help in
1320-
short | recursive ) echo "Configuration of fdns 0.9.65:";;
1320+
short | recursive ) echo "Configuration of fdns 0.9.64.2:";;
13211321
esac
13221322
cat <<\_ACEOF
13231323
@@ -1414,7 +1414,7 @@ fi
14141414
test -n "$ac_init_help" && exit $ac_status
14151415
if $ac_init_version; then
14161416
cat <<\_ACEOF
1417-
fdns configure 0.9.65
1417+
fdns configure 0.9.64.2
14181418
generated by GNU Autoconf 2.69
14191419
14201420
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1716,7 +1716,7 @@ cat >config.log <<_ACEOF
17161716
This file contains any messages produced by compilers while
17171717
running configure, to aid debugging if configure makes a mistake.
17181718
1719-
It was created by fdns $as_me 0.9.65, which was
1719+
It was created by fdns $as_me 0.9.64.2, which was
17201720
generated by GNU Autoconf 2.69. Invocation command line was
17211721
17221722
$ $0 $@
@@ -4527,7 +4527,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
45274527
# report actual input values of CONFIG_FILES etc. instead of their
45284528
# values after options handling.
45294529
ac_log="
4530-
This file was extended by fdns $as_me 0.9.65, which was
4530+
This file was extended by fdns $as_me 0.9.64.2, which was
45314531
generated by GNU Autoconf 2.69. Invocation command line was
45324532
45334533
CONFIG_FILES = $CONFIG_FILES
@@ -4581,7 +4581,7 @@ _ACEOF
45814581
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
45824582
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
45834583
ac_cs_version="\\
4584-
fdns config.status 0.9.65
4584+
fdns config.status 0.9.64.2
45854585
configured by $0, generated by GNU Autoconf 2.69,
45864586
with options \\"\$ac_cs_config\\"
45874587

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
AC_PREREQ([2.68])
23-
AC_INIT(fdns, 0.9.65, netblue30@protonmail.com, , https://firejaildns.wordpress.com)
23+
AC_INIT(fdns, 0.9.64.2, netblue30@protonmail.com, , https://firejaildns.wordpress.com)
2424
AC_CONFIG_SRCDIR([src/fdns/main.c])
2525

2626
AC_CONFIG_MACRO_DIR([m4])

platform/debian/copyright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is the Debian/Ubuntu prepackaged version of fdns.
66
and uses a configurable adblocker and privacy filter to cut down the
77
unnecessary traffic. The software is written in C, and is licensed under GPLv3.
88

9-
Copyright (C) 2019-2020 FDNS Authors (see README file for more details)
9+
Copyright (C) 2019-2021 FDNS Authors (see README file for more details)
1010

1111
This program is free software; you can redistribute it and/or modify
1212
it under the terms of the GNU General Public License as published by

src/fdns/cache.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2019-2020 FDNS Authors
2+
* Copyright (C) 2019-2021 FDNS Authors
33
*
44
* This file is part of fdns project
55
*
@@ -134,7 +134,7 @@ uint8_t *cache_check(uint16_t id, const char *name, ssize_t *lenptr, int ipv6) {
134134

135135
void cache_timeout(void) {
136136
int i;
137-
137+
138138
int cnt = 0;
139139
for (i = 0; i < MAX_HASH_ARRAY; i++) {
140140
CacheEntry *ptr = clist[i];

src/fdns/dns.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2019-2020 FDNS Authors
2+
* Copyright (C) 2019-2021 FDNS Authors
33
*
44
* This file is part of fdns project
55
*

src/fdns/dnsdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2019-2020 FDNS Authors
2+
* Copyright (C) 2019-2021 FDNS Authors
33
*
44
* This file is part of fdns project
55
*

src/fdns/dot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2019-2020 FDNS Authors
2+
* Copyright (C) 2019-2021 FDNS Authors
33
*
44
* This file is part of fdns project
55
*

src/fdns/fdns.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2019-2020 FDNS Authors
2+
* Copyright (C) 2019-2021 FDNS Authors
33
*
44
* This file is part of fdns project
55
*

0 commit comments

Comments
 (0)