Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib fix rump URLs



details:   https://anonhg.NetBSD.org/src/rev/01b6a9ea6d29
branches:  trunk
changeset: 377505:01b6a9ea6d29
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Jul 14 23:28:01 2023 +0000

description:
fix rump URLs

Link to https://github.com/rumpkernel/ instead of
a site now taken over by an SEO squatter.

Per discussion on github.com/rumpkernel issues with pooka.

PR misc/57501

diffstat:

 lib/libpthread/Makefile         |  4 ++--
 lib/librumpuser/configure.ac    |  4 ++--
 lib/librumpuser/rumpuser_port.h |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (53 lines):

diff -r 09d6904ef07d -r 01b6a9ea6d29 lib/libpthread/Makefile
--- a/lib/libpthread/Makefile   Fri Jul 14 23:21:53 2023 +0000
+++ b/lib/libpthread/Makefile   Fri Jul 14 23:28:01 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.96 2019/11/11 22:45:27 joerg Exp $
+#      $NetBSD: Makefile,v 1.97 2023/07/14 23:28:01 lukem Exp $
 #
 
 NOSANITIZER=   # defined
@@ -45,7 +45,7 @@ CPPFLAGS+=-I${NETBSDSRCDIR}/sys -I${.CUR
 
 # providing alternative MI implementations for creating an lwp is
 # possible by setting PTHREAD_MAKELWP.  Currently, alternatives are
-# set by the rumprun software stacks (see repo.rumpkernel.org)
+# set by the rumprun software stacks (see https://github.com/rumpkernel/rumprun )
 PTHREAD_MAKELWP?=      pthread_makelwp_netbsd.c
 
 #
diff -r 09d6904ef07d -r 01b6a9ea6d29 lib/librumpuser/configure.ac
--- a/lib/librumpuser/configure.ac      Fri Jul 14 23:21:53 2023 +0000
+++ b/lib/librumpuser/configure.ac      Fri Jul 14 23:28:01 2023 +0000
@@ -5,11 +5,11 @@
 #   1) autoreconf -iv
 #   2) edit rumpuser_port.h (search for RUMPUSER_CONFIG for instructions)
 #   3) rm -rf autom4te.cache
-#   4) commit to NetBSD, pullup to repo.rumpkernel.org
+#   4) commit to NetBSD, pullup to https://github.com/rumpkernel/
 #
 
 AC_PREREQ([2.66])
-AC_INIT([rumpuser-posix], [999], [http://rumpkernel.org/])
+AC_INIT([rumpuser-posix], [999], [https://github.com/rumpkernel/])
 
 AC_CONFIG_HEADERS([rumpuser_config.h])
 AC_CONFIG_AUX_DIR([build-aux])
diff -r 09d6904ef07d -r 01b6a9ea6d29 lib/librumpuser/rumpuser_port.h
--- a/lib/librumpuser/rumpuser_port.h   Fri Jul 14 23:21:53 2023 +0000
+++ b/lib/librumpuser/rumpuser_port.h   Fri Jul 14 23:28:01 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rumpuser_port.h,v 1.52 2022/04/19 20:32:17 rillig Exp $        */
+/*     $NetBSD: rumpuser_port.h,v 1.53 2023/07/14 23:28:01 lukem Exp $ */
 
 #ifndef _LIB_LIBRUMPUSER_RUMPUSER_PORT_H_
 #define _LIB_LIBRUMPUSER_RUMPUSER_PORT_H_
@@ -48,7 +48,7 @@
 #define HAVE_UNISTD_H 1
 #define HAVE_UTIMENSAT 1
 #define HAVE___QUOTACTL 1
-#define PACKAGE_BUGREPORT "http://rumpkernel.org/";
+#define PACKAGE_BUGREPORT "https://github.com/rumpkernel/";
 #define PACKAGE_NAME "rumpuser-posix"
 #define PACKAGE_STRING "rumpuser-posix 999"
 #define PACKAGE_TARNAME "rumpuser-posix"



Home | Main Index | Thread Index | Old Index