From 003c02745f4a07d51cce133a090a1e4cc1a1edce Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Fri, 23 Feb 2018 23:18:56 +0000 Subject: [PATCH] Wipe out references to defunct sourceforge The old location of strace-devel mailing list is defunct, it used to lose email messages and sometimes did not deliver any mails for days. The mailing list has been moved to strace-devel@lists.strace.io. * CREDITS.in: Update the mailing list address. (Zhang Le): Update email address. * README: Update the mailing list address. * README.md: Likewise. * configure.ac (AC_INIT): Likewise. * strace.1.in (.SH REPORTING BUGS): Likewise. * strace-log-merge.1.in (.SH REPORTING BUGS): Likewise. * sched.c (SYS_FUNC(sched_getattr)): Update the mailing list reference. * tests/scno_tampering.sh: Likewise. * qemu_multiarch_testing/README: Update git repository address. * NEWS: Mention the change of the mailing list address. Closes: https://github.com/strace/strace/issues/38 --- CREDITS.in | 8 ++++---- NEWS | 3 +++ README | 2 +- README.md | 2 +- configure.ac | 2 +- qemu_multiarch_testing/README | 3 +-- sched.c | 2 +- strace-log-merge.1.in | 2 +- strace.1.in | 2 +- tests/scno_tampering.sh | 2 +- 10 files changed, 15 insertions(+), 13 deletions(-) diff --git a/CREDITS.in b/CREDITS.in index 32d9701b..31bf759c 100644 --- a/CREDITS.in +++ b/CREDITS.in @@ -8,9 +8,9 @@ These people have contributed to strace. Some have reported problems, others have contributed improvements to the documentation, actual code, provided information, provided resources, or helped to port strace to new systems. Those contributions are described in the version control logs and ChangeLog-CVS -file. If your name has been left out, if you'd rather not be listed, or if -you'd prefer a different address be used, please send a note to the -strace-devel@lists.sourceforge.net mailing list. +file. If your name has been left out, if you'd rather not be listed, or +if you'd prefer a different address be used, please send a note to the +strace-devel@lists.strace.io mailing list. ##< ## There is no need to list here any name that appears as an Author in @@ -83,4 +83,4 @@ Tommi Rantala ext-tommi.1.rantala@nokia.com Topi Miettinen Topi.Miettinen@nic.fi Xiaoning Ding dingxn@gmail.com Zach Brown zach.brown@oracle.com -Zhang Le zhilg@users.sourceforge.net +Zhang Le robert.zhangle@gmail.com diff --git a/NEWS b/NEWS index 6c5c9e78..dd220195 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ Noteworthy changes in release ?.?? (????-??-??) =============================================== +* Changes in infrastructure + * The mailing list was moved to strace-devel@lists.strace.io. + * Bug fixes * Fixed build on m68k. diff --git a/README b/README index bc701552..9938ae59 100644 --- a/README +++ b/README @@ -11,7 +11,7 @@ The project's homepage is at https://strace.io strace has a mailing list: - strace-devel@lists.sourceforge.net. + strace-devel@lists.strace.io System requirements: * Linux kernel >= 2.6.18 is recommended. Older versions might still work diff --git a/README.md b/README.md index 01d8ed81..b662a6a2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ See the file [NEWS](NEWS) for information on what has changed in recent versions Please read the file [INSTALL-git](INSTALL-git.md) for installation instructions. -The user discussion and development of strace take place on [the strace mailing list](https://lists.sourceforge.net/lists/listinfo/strace-devel) -- everyone is welcome to post bug reports, feature requests, comments and patches to strace-devel@lists.sourceforge.net. The mailing list archives are available at https://sourceforge.net/p/strace/mailman/strace-devel/ and other archival sites. +The user discussion and development of strace take place on [the strace mailing list](https://lists.strace.io/mailman/listinfo/strace-devel) -- everyone is welcome to post bug reports, feature requests, comments and patches to strace-devel@lists.strace.io. The mailing list archives are available at https://lists.strace.io/pipermail/strace-devel/ and other archival sites. The GIT repository of strace is available at [GitHub](https://github.com/strace/strace/) and [GitLab](https://gitlab.com/strace/strace/). diff --git a/configure.ac b/configure.ac index b007a257..e65a2875 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ AC_PREREQ(2.57) AC_INIT([strace], m4_esyscmd([./git-version-gen .tarball-version]), - [strace-devel@lists.sourceforge.net], + [strace-devel@lists.strace.io], [strace], [https://strace.io]) m4_define([copyright_year], m4_esyscmd([./copyright-year-gen .year])) diff --git a/qemu_multiarch_testing/README b/qemu_multiarch_testing/README index 9e4ef006..fb704f20 100644 --- a/qemu_multiarch_testing/README +++ b/qemu_multiarch_testing/README @@ -2,8 +2,7 @@ How to test strace build using Aboriginal Linux's system images. * Put a autoconf'ed strace source tree into hdc.dir/strace dir. For example, this should work: -git clone git://strace.git.sourceforge.net/gitroot/strace/strace && -cd strace && ./bootstrap +git clone https://github.com/strace/strace && cd strace && ./bootstrap * Run ./make-hdc-img.sh: it will generate ext2 image file, hdc.img, from hdc.dir/* data. This requires root for loop mount. diff --git a/sched.c b/sched.c index 72226329..5e74c2ee 100644 --- a/sched.c +++ b/sched.c @@ -183,7 +183,7 @@ SYS_FUNC(sched_getattr) * Due to a subtle gcc bug that leads to miscompiled aarch64 * kernels, the 3rd argument of sched_getattr is not quite 32-bit * as on other architectures. For more details see - * https://sourceforge.net/p/strace/mailman/message/35721703/ + * https://lists.strace.io/pipermail/strace-devel/2017-March/006085.html */ if (syserror(tcp)) print_abnormal_hi(tcp->u_arg[2]); diff --git a/strace-log-merge.1.in b/strace-log-merge.1.in index c5f6d29f..255246c9 100644 --- a/strace-log-merge.1.in +++ b/strace-log-merge.1.in @@ -140,7 +140,7 @@ Problems with .B strace-log-merge should be reported to the .B strace -mailing list at . +mailing list at . .\" .SH "SEE ALSO" .BR strace (1) diff --git a/strace.1.in b/strace.1.in index 5d45e616..d05d1650 100644 --- a/strace.1.in +++ b/strace.1.in @@ -1082,7 +1082,7 @@ Problems with .B strace should be reported to the .B strace -mailing list at . +mailing list at . .SH "SEE ALSO" .BR strace-log-merge (1), .BR ltrace (1), diff --git a/tests/scno_tampering.sh b/tests/scno_tampering.sh index 282f2f31..4540121f 100755 --- a/tests/scno_tampering.sh +++ b/tests/scno_tampering.sh @@ -50,7 +50,7 @@ case "$STRACE_ARCH" in require_min_kernel_version_or_skip 4.5 ;; mips) # Only the native ABI is supported by the kernel properly, see - # https://sourceforge.net/p/strace/mailman/message/35587571/ + # https://lists.strace.io/pipermail/strace-devel/2017-January/005896.html msg_prefix="mips $MIPS_ABI scno tampering does not work" uname_m="$(uname -m)" case "$MIPS_ABI:$uname_m" in -- 2.40.0