OpenBSD CVS

CVS log for ports/net/libcares/Makefile


[BACK] Up to [local] / ports / net / libcares

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.31 / (download) - annotate - [select for diffs], Fri May 24 19:42:53 2024 UTC (9 days, 5 hours ago) by volker
Branch: MAIN
CVS Tags: HEAD
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (unified)

net/libcares: Update to 1.29.0

From Brad Smith (maintainer), with a minor tweak from me.

Revision 1.30 / (download) - annotate - [select for diffs], Wed May 15 06:13:37 2024 UTC (2 weeks, 4 days ago) by volker
Branch: MAIN
Changes since 1.29: +2 -3 lines
Diff to previous 1.29 (unified)

net/libcares: Update to 1.28.1

ok aisha@

Revision 1.27.2.1 / (download) - annotate - [select for diffs], Wed May 8 18:51:09 2024 UTC (3 weeks, 4 days ago) by volker
Branch: OPENBSD_7_5
Changes since 1.27: +1 -0 lines
Diff to previous 1.27 (unified) next main 1.28 (unified)

net/libcares: backport upstream fix
https://github.com/c-ares/c-ares/commit/ca147b8190f72a6935447ecba4366d7cdfe23f73

ok tb

Revision 1.29 / (download) - annotate - [select for diffs], Wed May 8 18:10:23 2024 UTC (3 weeks, 4 days ago) by volker
Branch: MAIN
Changes since 1.28: +1 -0 lines
Diff to previous 1.28 (unified)

net/libcares:
Add patch to fix an upstream bug causing problems in lang/node, and
potentially other use cases.

ok tb, sthen

Revision 1.28 / (download) - annotate - [select for diffs], Fri Apr 5 20:38:05 2024 UTC (8 weeks, 2 days ago) by sthen
Branch: MAIN
Changes since 1.27: +9 -3 lines
Diff to previous 1.27 (unified)

update to libcares-1.28.0, from Brad (maintainer)

Revision 1.27 / (download) - annotate - [select for diffs], Fri Feb 23 20:42:46 2024 UTC (3 months, 1 week ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE
Branch point for: OPENBSD_7_5
Changes since 1.26: +9 -3 lines
Diff to previous 1.26 (unified)

update to libcares-1.27.0, from Brad
security, feature, and bugfix release (low CVE - if ares__read_line() is
used to parse local configuration files including /etc/resolv.conf,
/etc/hosts, HOSTALIASES and these have an embedded NULL as the first
character in a line, it can lead to attempting to read memory prior
to the start of the buffer which may result in a crash).

Revision 1.26 / (download) - annotate - [select for diffs], Wed Sep 27 14:18:14 2023 UTC (8 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4
Changes since 1.25: +1 -1 lines
Diff to previous 1.25 (unified)

MASTER_SITES -> SITES
catch one MASTER_SITES0 that wasn't actually in use

Revision 1.25 / (download) - annotate - [select for diffs], Wed May 24 12:42:55 2023 UTC (12 months, 1 week ago) by sthen
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (unified)

update to c-ares 1.19.1, from Volker Schlecht, ok Brad (maintainer)

CVE-2023-32067 0-byte UDP payload causes Denial of Service
CVE-2023-31147 insufficient randomness in generation of DNS query IDs
CVE-2023-31130 buffer underwrite in ares_inet_net_pton()

Revision 1.24 / (download) - annotate - [select for diffs], Sun Apr 9 06:16:31 2023 UTC (13 months, 3 weeks ago) by rsadowski
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23 (unified)

Update to libcares 1.19.0.

c-ares version 1.19.0

This is a feature and bugfix release.  It addresses a couple of new feature
requests as well as a couple of bug fixes.

Security:
 o Low. Stack overflow in ares_set_sortlist() which is used during c-ares
   initialization and typically provided by an administrator and not an
   end user. [24]

Changes:
 o Windows: Drop support for XP and derivatives which greatly cleans up
   initialization code. [3]
 o Add ARES_OPT_HOSTS_FILE similar to ARES_OPT_RESOLVCONF for specifying a
   custom hosts file location. [10]
 o Add vcpkg installation instructions [13]

Bug fixes:
 o Fix cross-compilation from Windows to Linux due to CPACK logic. [1]
 o Fix memory leak in reading /etc/hosts when using localhost fallback. [2]
 o Fix chain building c-ares when libresolv is already included by another
   project [4]
 o File lookup should not immediately abort as there may be other tries due to
   search criteria.
 o Asterisks should be allowed in host validation as CNAMEs may reference
   wildcard domains [5]
 o AutoTools build system referenced bad STDC_HEADERS macro [6]
 o Even if one address class returns a failure for ares_getaddrinfo() we should
   still return the results we have
 o CMake Windows: DLLs did not include resource file to include versions [7] [8]
 o CMake: Guard target creation in exported config [9]
 o Fix ares_getaddrinfo() numerical address resolution with AF_UNSPEC [11]
 o Apple: fix libresolv configured query times. [12]
 o Fix tools and help information [14] [15]
 o Various documentation fixes and cleanups [16] [22] [25]
 o Add include guards to ares_data.h [17]
 o c-ares could try to exceed maximum number of iovec entries supported by
   system [18]
 o CMake package config generation allow for absolute install paths [19]
 o Intel compiler fixes [20]
 o ares_strsplit bugs [21] [23]
 o The RFC6761 6.3 states localhost subdomains must be offline too. [26]

Update diff from Brad

Revision 1.23 / (download) - annotate - [select for diffs], Fri Mar 11 19:46:13 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.22: +0 -2 lines
Diff to previous 1.22 (unified)

drop RCS Ids

Revision 1.22 / (download) - annotate - [select for diffs], Tue Dec 7 19:55:17 2021 UTC (2 years, 5 months ago) by sthen
Branch: MAIN
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (unified)

update to libcares-1.18.1, from Brad

Revision 1.21 / (download) - annotate - [select for diffs], Wed Aug 11 23:30:15 2021 UTC (2 years, 9 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0
Changes since 1.20: +4 -4 lines
Diff to previous 1.20 (unified)

update to libcares-1.17.2, ok Brad

Revision 1.20 / (download) - annotate - [select for diffs], Fri Jul 12 20:48:30 2019 UTC (4 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (unified)

replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

Revision 1.18.2.1 / (download) - annotate - [select for diffs], Wed Sep 13 01:16:00 2017 UTC (6 years, 8 months ago) by jca
Branch: OPENBSD_6_1
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (unified) next main 1.19 (unified)

SECURITY fix for CVE-2017-1000381

CVE-2017-1000381: c-ares NAPTR parser out of bounds access

From upstream:
  https://c-ares.haxx.se/adv_20170620.html
  https://c-ares.haxx.se/CVE-2017-1000381.patch

Revision 1.19 / (download) - annotate - [select for diffs], Tue Sep 12 17:43:10 2017 UTC (6 years, 8 months ago) by feinerer
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (unified)

Update to c-ares 1.13.0

Fixes CVE-2017-1000381 (https://c-ares.haxx.se/adv_20170620.html).

ok jca@

Revision 1.15.2.1 / (download) - annotate - [select for diffs], Tue Oct 18 18:54:35 2016 UTC (7 years, 7 months ago) by danj
Branch: OPENBSD_5_9
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (unified) next main 1.16 (unified)

backport fix for CVE-2016-5180

ok jca@

Revision 1.16.2.1 / (download) - annotate - [select for diffs], Tue Oct 18 18:00:58 2016 UTC (7 years, 7 months ago) by danj
Branch: OPENBSD_6_0
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (unified) next main 1.17 (unified)

backport fix for CVE-2016-5180

ok jca@

Revision 1.18 / (download) - annotate - [select for diffs], Wed Oct 12 06:09:34 2016 UTC (7 years, 7 months ago) by danj
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE
Branch point for: OPENBSD_6_1
Changes since 1.17: +3 -4 lines
Diff to previous 1.17 (unified)

Update to libcares-1.12.0, fixing CVE-2016-5180

ok Brad (maintainer), input and ok jca@

Revision 1.17 / (download) - annotate - [select for diffs], Sat Sep 10 13:03:40 2016 UTC (7 years, 8 months ago) by ajacoutot
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (unified)

First pass at pre-entively fixing ports that would break once guenther's header
pollution diff is in.

lang/squeak/vm does not build but it's due to the recent audio changes
games/xbattle: also fixes some conflicting implicit decl
print/hplip: also fixes some conflicting implicit decl

Revision 1.16 / (download) - annotate - [select for diffs], Fri Mar 11 19:59:15 2016 UTC (8 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE
Branch point for: OPENBSD_6_0
Changes since 1.15: +1 -2 lines
Diff to previous 1.15 (unified)

garbage collect CONFIGURE_SHARED

Revision 1.15 / (download) - annotate - [select for diffs], Fri May 22 11:31:17 2015 UTC (9 years ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_8_BASE, OPENBSD_5_8
Branch point for: OPENBSD_5_9
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (unified)

"/usr/local/lib/pkgconfig/" is part of mtree(8).
Packages should not own this dir to prevent its deletion or a warning that it
cannot be removed because it's not empty at pkg_delete(1) time.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Sep 11 18:05:34 2013 UTC (10 years, 8 months ago) by brad
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (unified)

Update to libcares 1.10.0.

ok sthen@

Revision 1.13 / (download) - annotate - [select for diffs], Thu Mar 21 08:46:34 2013 UTC (11 years, 2 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.12: +1 -2 lines
Diff to previous 1.12 (unified)

USE_LIBTOOL=Yes is the default now.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Mar 11 11:35:48 2013 UTC (11 years, 2 months ago) by espie
Branch: MAIN
Changes since 1.11: +1 -4 lines
Diff to previous 1.11 (unified)

PERMIT_* / REGRESS->TEST sweep

Revision 1.11 / (download) - annotate - [select for diffs], Sun Jun 24 10:08:42 2012 UTC (11 years, 11 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (unified)

Update to libcares-1.9.1.

from Brad

Revision 1.10 / (download) - annotate - [select for diffs], Sat Apr 28 08:18:33 2012 UTC (12 years, 1 month ago) by ajacoutot
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (unified)

Update to libcares 1.8.0.

from Brad

Revision 1.9 / (download) - annotate - [select for diffs], Mon Oct 24 19:21:31 2011 UTC (12 years, 7 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.8: +5 -5 lines
Diff to previous 1.8 (unified)

update to libcares 1.7.5, from Brad (maintainer)

Revision 1.8 / (download) - annotate - [select for diffs], Tue Apr 5 08:17:55 2011 UTC (13 years, 2 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.7: +6 -6 lines
Diff to previous 1.7 (unified)

update to libcares-1.7.4, from Brad

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jan 16 00:17:37 2011 UTC (13 years, 4 months ago) by jasper
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.6: +1 -2 lines
Diff to previous 1.6 (unified)

- remove USE_GROFF

from and verified by brad (MAINTAINER)

Revision 1.6 / (download) - annotate - [select for diffs], Fri Nov 19 22:31:34 2010 UTC (13 years, 6 months ago) by espie
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (unified)

new depends

Revision 1.5 / (download) - annotate - [select for diffs], Mon Oct 18 18:36:49 2010 UTC (13 years, 7 months ago) by espie
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (unified)

USE_GROFF=Yes

Revision 1.4 / (download) - annotate - [select for diffs], Fri Aug 27 16:00:02 2010 UTC (13 years, 9 months ago) by sthen
Branch: MAIN
Changes since 1.3: +19 -18 lines
Diff to previous 1.3 (unified)

update c-ares to 1.7.3; from Brad (taking maintainer)

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jan 28 17:08:49 2009 UTC (15 years, 4 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.2: +4 -5 lines
Diff to previous 1.2 (unified)

update to 1.6.0, from Brad.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 23 09:57:04 2008 UTC (16 years, 1 month ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.1: +7 -2 lines
Diff to previous 1.1 (unified)

- build shared lib too

"sure" fgsch@, "fine with me" sthen@

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Apr 22 12:19:58 2008 UTC (16 years, 1 month ago) by fgsch
Branch: fgsch
CVS Tags: fgsch_20080422
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

introduce libcares (c-ares), an asynchronous resolver library.
input and ok sthen.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 22 12:19:58 2008 UTC (16 years, 1 month ago) by fgsch
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.