[PATCH 1/2] Update to Linux man-pages 6.15

[PATCH 1/2] Update to Linux man-pages 6.15

From: Štěpán Němec
---
 Linux/Makefile | 2 +-
 exman.1        | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Linux/Makefile b/Linux/Makefile
index cf4a92a04697..074131490ecf 100644
--- a/Linux/Makefile
+++ b/Linux/Makefile
@@ -1,5 +1,5 @@
 SYSTEM = Linux
-VERSION = 6.14
+VERSION = 6.15
 MIRROR = https://mirrors.edge.kernel.org/pub/linux/docs/man-pages
 DISTFILES = man-pages-${VERSION}.tar.xz
 FILES = man-pages-${VERSION}/man/man[1-9]*/
diff --git a/exman.1 b/exman.1
index 3e63df9b954d..7fca79f4dbe0 100644
--- a/exman.1
+++ b/exman.1
@@ -1,4 +1,4 @@
-.Dd June 12, 2025
+.Dd July 23, 2025
 .Dt EXMAN 1
 .Os
 .
@@ -29,7 +29,7 @@ .Sh DESCRIPTION
 .It Fx
 14.3-RELEASE
 .It Linux
-man-pages 6.14
+man-pages 6.15
 .It Nx
 10.1
 .It Ox

base-commit: df0d201dbf77d5efd756ad32da0170dceb40375f
-- 
2.50.1

[PATCH 2/2] Update to macOS 15.5

From: Štěpán Němec
The phracker repo has languished for a few years now; switch to an
actively maintained project.
---
 exman.1        | 2 +-
 macOS/Makefile | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/exman.1 b/exman.1
index 7fca79f4dbe0..4846769d81d9 100644
--- a/exman.1
+++ b/exman.1
@@ -37,7 +37,7 @@ .Sh DESCRIPTION
 .It POSIX
 man-pages-posix 2017
 .It macOS
-11.3
+15.5
 .El
 .
 .Sh EXAMPLES
diff --git a/macOS/Makefile b/macOS/Makefile
index 2fd7b096625f..488c0288d841 100644
--- a/macOS/Makefile
+++ b/macOS/Makefile
@@ -1,6 +1,6 @@
 SYSTEM = macOS
-VERSION = 11.3
-MIRROR = https://github.com/phracker/MacOSX-SDKs/releases/download/${VERSION}
+VERSION = 15.5
+MIRROR = https://github.com/joseluisq/macosx-sdks/releases/download/${VERSION}
 DISTFILES = MacOSX${VERSION}.sdk.tar.xz
 FILES = MacOSX${VERSION}.sdk/usr/share/man/man[1-9]/
 STRIP = 4
-- 
2.50.1

Re: [PATCH 2/2] Update to macOS 15.5

From: june
> On Jul 23, 2025, at 05:42, Štěpán Němec <stepnem@smrk.net> wrote:
> 
> The phracker repo has languished for a few years now; switch to an
> actively maintained project.

oh neat, thanks for finding that. applied and tagged as always :)