Skip to content

Commit

Permalink
Release 2.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jelu committed Feb 10, 2023
1 parent bab0d2d commit 7e0c9b4
Show file tree
Hide file tree
Showing 106 changed files with 159 additions and 109 deletions.
19 changes: 19 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
2023-02-10 Jerry Lundström

Release 2.13.2

Updated pcap-thread to v4.0.1:

Fixed issue with `pcap_dispatch()` during non-threaded timed runs by
checking packet timestamp and use `pcap_breakloop()` if the run
should end.
Based on reports, it looks like `pcap_dispatch()` won't stop
processing if load is high enough even if documentation says "only
one bufferful of packets is read at a time".

Many thanks to Klaus Darilion @klaus3000 (NIC.AT) for the report
and helping to track down the issue and test fixes!

e7d92fe Fix COPR
7ecf217 pcap-thread

2022-04-21 Jerry Lundström

Release 2.13.1
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DNS Statistics Collector (DSC)

Copyright (c) 2008-2022, OARC, Inc.
Copyright (c) 2008-2023, OARC, Inc.
Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
Copyright (c) 2003-2007, The Measurement Factory, Inc.
All rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2008-2022, OARC, Inc.
# Copyright (c) 2008-2023, OARC, Inc.
# Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
# Copyright (c) 2003-2007, The Measurement Factory, Inc.
# All rights reserved.
Expand Down Expand Up @@ -33,7 +33,7 @@
# POSSIBILITY OF SUCH DAMAGE.

AC_PREREQ(2.61)
AC_INIT([DSC], [2.13.1], [dsc@dns-oarc.net], [dsc], [https://github.com/DNS-OARC/dsc/issues])
AC_INIT([DSC], [2.13.2], [dsc@dns-oarc.net], [dsc], [https://github.com/DNS-OARC/dsc/issues])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AC_CONFIG_SRCDIR([src/md_array.c])
AC_CONFIG_HEADER([src/config.h])
Expand Down
21 changes: 21 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
dsc (2.13.2-1~unstable+1) unstable; urgency=low

* Release 2.13.2

Updated pcap-thread to v4.0.1:

Fixed issue with `pcap_dispatch()` during non-threaded timed runs by
checking packet timestamp and use `pcap_breakloop()` if the run
should end.
Based on reports, it looks like `pcap_dispatch()` won't stop
processing if load is high enough even if documentation says "only
one bufferful of packets is read at a time".

Many thanks to Klaus Darilion @klaus3000 (NIC.AT) for the report
and helping to track down the issue and test fixes!

e7d92fe Fix COPR
7ecf217 pcap-thread

-- Jerry Lundström <lundstrom.jerry@gmail.com> Fri, 10 Feb 2023 15:15:54 +0100

dsc (2.13.1-1~unstable+1) unstable; urgency=low

* Release 2.13.1
Expand Down
6 changes: 1 addition & 5 deletions debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@ Upstream-Name: dsc
Source: https://github.com/DNS-OARC/dsc

Files: *
Copyright: 2008-2022 OARC, Inc.
Copyright: 2008-2023 OARC, Inc.
2007-2008 Internet Systems Consortium, Inc.
2003-2007 The Measurement Factory, Inc.
License: BSD-3-Clause

Files: debian/*
Copyright: 2022 Jerry Lundström <lundstrom.jerry@gmail.com>
License: BSD-3-Clause

Files: src/pcap_layers/*
Copyright: 2016 Duane Wessels
2016 The Measurement Factory, Inc.
Expand Down
16 changes: 15 additions & 1 deletion rpm/dsc.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dsc
Version: 2.13.1
Version: 2.13.2
Release: 1%{?dist}
Summary: DNS Statistics Collector
Group: Productivity/Networking/DNS/Utilities
Expand Down Expand Up @@ -70,6 +70,20 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Fri Feb 10 2023 Jerry Lundström <lundstrom.jerry@gmail.com> 2.13.2-1
- Release 2.13.2
* Updated pcap-thread to v4.0.1:
Fixed issue with `pcap_dispatch()` during non-threaded timed runs by
checking packet timestamp and use `pcap_breakloop()` if the run
should end.
Based on reports, it looks like `pcap_dispatch()` won't stop
processing if load is high enough even if documentation says "only
one bufferful of packets is read at a time".
* Many thanks to Klaus Darilion @klaus3000 (NIC.AT) for the report
and helping to track down the issue and test fixes!
* Commits:
e7d92fe Fix COPR
7ecf217 pcap-thread
* Thu Apr 21 2022 Jerry Lundström <lundstrom.jerry@gmail.com> 2.13.1-1
- Release 2.13.1
* This patch release is mainly for build and packages where MaxMind DB
Expand Down
2 changes: 1 addition & 1 deletion src/asn_index.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/asn_index.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/base64.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/certain_qnames_index.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/certain_qnames_index.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/client_index.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/client_index.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/client_subnet_index.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/client_subnet_index.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/compat.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/compat.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/config_hooks.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/config_hooks.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/country_index.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/country_index.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/daemon.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/dataset_opt.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/dns_ip_version_index.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/dns_ip_version_index.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/dns_message.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/dns_message.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/dns_protocol.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/dns_protocol.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/dns_source_port_index.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/dns_source_port_index.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/dnstap.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/dnstap.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/do_bit_index.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/do_bit_index.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/dsc-psl-convert
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright (c) 2008-2022, OARC, Inc.
# Copyright (c) 2008-2023, OARC, Inc.
# Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
# Copyright (c) 2003-2007, The Measurement Factory, Inc.
# All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/dsc-psl-convert.1.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" Copyright (c) 2008-2022, OARC, Inc.
.\" Copyright (c) 2008-2023, OARC, Inc.
.\" Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
.\" Copyright (c) 2003-2007, The Measurement Factory, Inc.
.\" All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/dsc.1.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" Copyright (c) 2008-2022, OARC, Inc.
.\" Copyright (c) 2008-2023, OARC, Inc.
.\" Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
.\" Copyright (c) 2003-2007, The Measurement Factory, Inc.
.\" All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/dsc.conf.5.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" Copyright (c) 2008-2022, OARC, Inc.
.\" Copyright (c) 2008-2023, OARC, Inc.
.\" Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
.\" Copyright (c) 2003-2007, The Measurement Factory, Inc.
.\" All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/edns_bufsiz_index.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/edns_bufsiz_index.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/edns_version_index.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/edns_version_index.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/encryption_index.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/encryption_index.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/geoip.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/hashtbl.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008-2022, OARC, Inc.
* Copyright (c) 2008-2023, OARC, Inc.
* Copyright (c) 2007-2008, Internet Systems Consortium, Inc.
* Copyright (c) 2003-2007, The Measurement Factory, Inc.
* All rights reserved.
Expand Down
Loading

0 comments on commit 7e0c9b4

Please sign in to comment.