From 93cd6132a77fe74c61f3bb85a894fff6d1d60611 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Wed, 13 Nov 2024 11:21:01 -0800 Subject: [PATCH 1/5] deps: bump several versions to latest --- .release | 2 +- CHANGELOG.md | 7 ++++++- CONTRIBUTORS.md | 4 ++-- package.json | 8 ++++---- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.release b/.release index 0fa4e69..afb1db8 160000 --- a/.release +++ b/.release @@ -1 +1 @@ -Subproject commit 0fa4e690ffabb0157e46d56f18e4f7cfe49ce291 +Subproject commit afb1db801607dda5e859f39b600f0dd0111e4651 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e64e9f..d7d0c96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/). ### Unreleased +### [1.7.1] - 2024-11-13 + +- deps: bump several versions to latest + ### [1.7.0] - 2024-04-29 - feat: added HarakaMx #89 @@ -206,7 +210,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/). [1.3.4]: https://github.com/haraka/haraka-net-utils/releases/tag/1.3.4 [1.3.5]: https://github.com/haraka/haraka-net-utils/releases/tag/1.3.5 [1.3.6]: https://github.com/haraka/haraka-net-utils/releases/tag/1.3.6 -[1.3.7]: https://github.com/haraka/haraka-net-utils/releases/tag/1.3.7 +[1.3.7]: https://github.com/haraka/haraka-net-utils/releases/tag/v1.3.7 [1.4.0]: https://github.com/haraka/haraka-net-utils/releases/tag/v1.4.0 [1.4.1]: https://github.com/haraka/haraka-net-utils/releases/tag/v1.4.1 [1.5.0]: https://github.com/haraka/haraka-net-utils/releases/tag/v1.5.0 @@ -216,3 +220,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/). [1.5.4]: https://github.com/haraka/haraka-net-utils/releases/tag/v1.5.4 [1.6.0]: https://github.com/haraka/haraka-net-utils/releases/tag/v1.6.0 [1.7.0]: https://github.com/haraka/haraka-net-utils/releases/tag/v1.7.0 +[1.7.1]: https://github.com/haraka/haraka-net-utils/releases/tag/v1.7.1 diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 90ae255..69c951f 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -2,7 +2,7 @@ This handcrafted artisinal software is brought to you by: -|
msimerson (58) |
baudehlo (4) |
DoobleD (2) |
lnedry (2) |
Juerd (1) |
olsonpm (1) |
typingArtist (1) | -| :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | +|
msimerson (59)|
baudehlo (4)|
DoobleD (2)|
lnedry (2)|
Juerd (1)|
olsonpm (1)|
typingArtist (1)| +| :---: | :---: | :---: | :---: | :---: | :---: | :---: | this file is maintained by [.release](https://github.com/msimerson/.release) diff --git a/package.json b/package.json index 7b30189..a19302c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haraka-net-utils", - "version": "1.7.0", + "version": "1.7.1", "description": "haraka network utilities", "main": "index.js", "files": [ @@ -40,14 +40,14 @@ "@haraka/eslint-config": "^1.1.5" }, "dependencies": { - "haraka-config": "^1.2.4", - "haraka-tld": "^1.2.1", + "haraka-config": "^1.4.0", + "haraka-tld": "^1.2.2", "ipaddr.js": "^2.2.0", "punycode.js": "^2.3.1", "openssl-wrapper": "^0.3.4", "sprintf-js": "^1.1.3" }, "optionalDependencies": { - "@msimerson/stun": "^3.0.1" + "@msimerson/stun": "^3.0.2" } } From f6db423b742148ac1679bfc80597ab2aef7e6237 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Wed, 13 Nov 2024 11:24:57 -0800 Subject: [PATCH 2/5] chore: format --- CHANGELOG.md | 2 +- CONTRIBUTORS.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7d0c96..c9b7d9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/). - feat: normalizeDomain, for punycode/IDN names -- feat: get_mx now _also_ returns implicit MX records +- feat: get*mx now \_also* returns implicit MX records - feat: added get_implicit_mx - feat: added resolve_mx_hosts - doc(Changes): fixed broken tag version links diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 69c951f..02cfa47 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -2,7 +2,7 @@ This handcrafted artisinal software is brought to you by: -|
msimerson (59)|
baudehlo (4)|
DoobleD (2)|
lnedry (2)|
Juerd (1)|
olsonpm (1)|
typingArtist (1)| -| :---: | :---: | :---: | :---: | :---: | :---: | :---: | +|
msimerson (59) |
baudehlo (4) |
DoobleD (2) |
lnedry (2) |
Juerd (1) |
olsonpm (1) |
typingArtist (1) | +| :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | this file is maintained by [.release](https://github.com/msimerson/.release) From c2cd4367242c8af46ee42f4135ff075339af67c1 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Wed, 13 Nov 2024 11:29:28 -0800 Subject: [PATCH 3/5] revert prettier breakage --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9b7d9b..f2bd17d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/). - feat: normalizeDomain, for punycode/IDN names -- feat: get*mx now \_also* returns implicit MX records +- feat: get\_mx now _also_ returns implicit MX records - feat: added get_implicit_mx - feat: added resolve_mx_hosts - doc(Changes): fixed broken tag version links From 58981fea76d5def68792efbd8c49d2c197910661 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Wed, 13 Nov 2024 11:39:09 -0800 Subject: [PATCH 4/5] test: fix stale IP, new err code --- test/get_mx.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/get_mx.js b/test/get_mx.js index b08cbd4..ebc376d 100644 --- a/test/get_mx.js +++ b/test/get_mx.js @@ -51,7 +51,7 @@ describe('get_mx', function () { // macOS: ENODATA, win: ENOTOUND, ubuntu: ESERVFAIL const invalidCases = { invalid: /queryMx (ENODATA|ENOTFOUND|ESERVFAIL) invalid/, - 'gmail.xn--com-0da': /(ENOTFOUND|Cannot convert name to ASCII)/, + 'gmail.xn--com-0da': /(ENOTFOUND|ENOMEM|Cannot convert name to ASCII)/, 'non-exist.haraka.tnpi.net': /ignore/, 'haraka.non-exist': /ignore/, } @@ -92,7 +92,7 @@ describe('get_mx', function () { const expectedResolvedMx = [ { - exchange: '2605:ae00:329::14', + exchange: '2605:ae00:329::6', priority: 10, from_dns: 'mail.theartfarm.com', }, From 211ae54298abe198536e2992701503f5e91500fd Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Wed, 13 Nov 2024 11:39:36 -0800 Subject: [PATCH 5/5] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2bd17d..b4a0e92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/). ### [1.7.1] - 2024-11-13 - deps: bump several versions to latest +- test: fix stale IP, new err code ### [1.7.0] - 2024-04-29