summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2024-04-07 17:18:07 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-04-07 17:18:07 +0200
commit0db356ea482b3045f4d49b5c7953791bf18573a3 (patch)
treed083419e0fb7f974b4111a5fcd44174d1d221556 /news
parent9553439d7562aad9c3b58a83fc7c0059fc29422a (diff)
Fix git.savannah.gnu.org urls into https
Diffstat (limited to 'news')
-rw-r--r--news/2009-06-30.mdwn2
-rw-r--r--news/2009-10-31.mdwn2
-rw-r--r--news/2010-04-30.mdwn2
-rw-r--r--news/2010-08-31.mdwn4
-rw-r--r--news/2011-q3.mdwn2
-rw-r--r--news/2012-q1-q2.mdwn6
-rw-r--r--news/2013-09-27.mdwn6
-rw-r--r--news/2015-04-10-releases.mdwn6
-rw-r--r--news/2015-10-31-releases.mdwn16
-rw-r--r--news/2016-05-18-releases.mdwn16
-rw-r--r--news/2016-12-18-releases.mdwn16
11 files changed, 39 insertions, 39 deletions
diff --git a/news/2009-06-30.mdwn b/news/2009-06-30.mdwn
index 5031de6c..ca5d4b3e 100644
--- a/news/2009-06-30.mdwn
+++ b/news/2009-06-30.mdwn
@@ -20,7 +20,7 @@ else="[[!paste id=full_news]]"]]
> This month Thomas Schwinge [finished
> migrating](http://lists.gnu.org/archive/html/bug-hurd/2009-06/msg00147.html)
> the main Hurd, GNU Mach, MIG, libpthread and unionfs to Git. You can find
-> the new repositories at <http://git.savannah.gnu.org/cgit/hurd/>.
+> the new repositories at <https://git.savannah.gnu.org/cgit/hurd/>.
> Also, he made [libpthread buildable
> stand-alone](http://lists.gnu.org/archive/html/bug-hurd/2009-06/msg00166.html)
diff --git a/news/2009-10-31.mdwn b/news/2009-10-31.mdwn
index 5d625470..d41477cf 100644
--- a/news/2009-10-31.mdwn
+++ b/news/2009-10-31.mdwn
@@ -32,7 +32,7 @@ else="[[!paste id=full_news]]"]]
> Also, Thomas Schwinge migrated Sergiu Ivanov's [[hurd/translator/nsmux]],
> [[Flávio Cruz|flaviocruz]]' cl-hurd *(clisp bindings)*, and Carl Fredrik
> Hammar [[hurd/libchannel]] repositories into our new [*incubator* Git
-> repository](http://git.savannah.gnu.org/cgit/hurd/incubator.git/), making
+> repository](https://git.savannah.gnu.org/cgit/hurd/incubator.git/), making
> them easier to access for other contributors.
> Our bunch of porters continued to make further Debian packages usable on
diff --git a/news/2010-04-30.mdwn b/news/2010-04-30.mdwn
index 0b50122d..4b0a2d4b 100644
--- a/news/2010-04-30.mdwn
+++ b/news/2010-04-30.mdwn
@@ -46,7 +46,7 @@ else="[[!paste id=full_news]]"]]
> run with a simple `qemu -m 512 -hda debian-hurd-17042010-qemu.img`.
> *Thomas Schwinge* updated [our glibc maintenance
-> repository](http://git.savannah.gnu.org/cgit/hurd/glibc.git/?h=tschwinge/Roger_Whittaker)
+> repository](https://git.savannah.gnu.org/cgit/hurd/glibc.git/?h=tschwinge/Roger_Whittaker)
> to a recent version, including a bunch of the patches from the Debian glibc
> package (and these are meant to eventually be submitted upstream). After a
> long break, he as well
diff --git a/news/2010-08-31.mdwn b/news/2010-08-31.mdwn
index f3910b15..d78f6b64 100644
--- a/news/2010-08-31.mdwn
+++ b/news/2010-08-31.mdwn
@@ -60,8 +60,8 @@ else="[[!paste id=full_news]]"]]
> looking for a Hurd-related project to work on, go looking
> [[there|open_issues]]! He also converted and merged some of the [hurdextras
> CVS repositories](http://www.nongnu.org/hurdextras/) into the [hurd Git
-> repositories](http://git.savannah.gnu.org/cgit/hurd) and our
-> [incubator](http://git.savannah.gnu.org/cgit/hurd/incubator.git/refs/). All
+> repositories](https://git.savannah.gnu.org/cgit/hurd) and our
+> [incubator](https://git.savannah.gnu.org/cgit/hurd/incubator.git/refs/). All
> of this should make it easier for new contributors to join in.
> The [[hurd/running/Arch_Hurd]] guys have some news to share, too:
diff --git a/news/2011-q3.mdwn b/news/2011-q3.mdwn
index 83fc30a5..587a8b6e 100644
--- a/news/2011-q3.mdwn
+++ b/news/2011-q3.mdwn
@@ -71,7 +71,7 @@ Maksym Planeta finished a project he has been doing as a university task:
replace GNU Mach's old zone memory allocator with a new [[!wikipedia
slab_allocation desc="slab allocator"]] written by Richard Braun, who also
mentored Maksym during the project. [This
-allocator](http://git.savannah.gnu.org/cgit/hurd/gnumach.git/commit/?h=mplaneta/libbraunr/master&id=59c9da87375ad3c8401890ecd4f7f101093f2463),
+allocator](https://git.savannah.gnu.org/cgit/hurd/gnumach.git/commit/?h=mplaneta/libbraunr/master&id=59c9da87375ad3c8401890ecd4f7f101093f2463),
apart from being overally cleaner than the zone allocator, is meant to waste
less memory than the zone allocator (less fragmentation and more memory can be
reclaimed by the VM system), there are debugging/inspection features, and it's
diff --git a/news/2012-q1-q2.mdwn b/news/2012-q1-q2.mdwn
index 7e629a35..86305a11 100644
--- a/news/2012-q1-q2.mdwn
+++ b/news/2012-q1-q2.mdwn
@@ -59,11 +59,11 @@ using a Nix-based GNU QEMU image. Thanks to his work, we now have
Thomas on the other hand
[moved](http://lists.gnu.org/archive/html/bug-hurd/2012-03/msg00063.html)
the translators
-[cvsfs](http://git.savannah.gnu.org/cgit/hurd/incubator.git/log/?h=cvsfs/master)
+[cvsfs](https://git.savannah.gnu.org/cgit/hurd/incubator.git/log/?h=cvsfs/master)
and
-[smbfs](http://git.savannah.gnu.org/cgit/hurd/incubator.git/log/?h=smbfs/master)
+[smbfs](https://git.savannah.gnu.org/cgit/hurd/incubator.git/log/?h=smbfs/master)
into the [[incubator Git repository|source_repositories/incubator]], as well as
-[libfuse](http://git.savannah.gnu.org/cgit/hurd/incubator.git/log/?h=libfuse/master),
+[libfuse](https://git.savannah.gnu.org/cgit/hurd/incubator.git/log/?h=libfuse/master),
reducing the barrier of entry to improving them, so integrating cvs
and samba in the filesystem and using FUSE translators can be
stabilized more easily. Also he
diff --git a/news/2013-09-27.mdwn b/news/2013-09-27.mdwn
index bb574247..4c4e9b81 100644
--- a/news/2013-09-27.mdwn
+++ b/news/2013-09-27.mdwn
@@ -25,13 +25,13 @@ than the [GNU project's 30th birthday](http://www.gnu.org/gnu30/)?
* **GNU Hurd 0.5**: [[!message-id desc=announcement
"874n960vyq.fsf@kepler.schwinge.homeip.net"]],
- [NEWS](http://git.savannah.gnu.org/cgit/hurd/hurd.git/tree/NEWS?id=v0.5)
+ [NEWS](https://git.savannah.gnu.org/cgit/hurd/hurd.git/tree/NEWS?id=v0.5)
* **GNU Mach 1.4**: [[!message-id desc=announcement
"8761tm0vz8.fsf@kepler.schwinge.homeip.net"]],
- [NEWS](http://git.savannah.gnu.org/cgit/hurd/gnumach.git/tree/NEWS?id=v1.4)
+ [NEWS](https://git.savannah.gnu.org/cgit/hurd/gnumach.git/tree/NEWS?id=v1.4)
* **GNU MIG 1.4**: [[!message-id desc=announcement
"877ge20vzt.fsf@kepler.schwinge.homeip.net"]],
- [NEWS](http://git.savannah.gnu.org/cgit/hurd/mig.git/tree/NEWS?id=v1.4)
+ [NEWS](https://git.savannah.gnu.org/cgit/hurd/mig.git/tree/NEWS?id=v1.4)
These new releases bundle bug fixes and enhancements done since the
last releases more than a decade ago; really too many (both years and
diff --git a/news/2015-04-10-releases.mdwn b/news/2015-04-10-releases.mdwn
index f3064f20..853eb81a 100644
--- a/news/2015-04-10-releases.mdwn
+++ b/news/2015-04-10-releases.mdwn
@@ -20,13 +20,13 @@ else="
* **GNU Hurd 0.6**: [[!message-id desc=announcement
"8738415d4z.fsf@kepler.schwinge.homeip.net"]],
- [NEWS](http://git.savannah.gnu.org/cgit/hurd/hurd.git/tree/NEWS?id=v0.6)
+ [NEWS](https://git.savannah.gnu.org/cgit/hurd/hurd.git/tree/NEWS?id=v0.6)
* **GNU Mach 1.5**: [[!message-id desc=announcement
"87618x5d5o.fsf@kepler.schwinge.homeip.net"]],
- [NEWS](http://git.savannah.gnu.org/cgit/hurd/gnumach.git/tree/NEWS?id=v1.5)
+ [NEWS](https://git.savannah.gnu.org/cgit/hurd/gnumach.git/tree/NEWS?id=v1.5)
* **GNU MIG 1.5**: [[!message-id desc=announcement
"874moh5d5c.fsf@kepler.schwinge.homeip.net"]],
- [NEWS](http://git.savannah.gnu.org/cgit/hurd/mig.git/tree/NEWS?id=v1.5)
+ [NEWS](https://git.savannah.gnu.org/cgit/hurd/mig.git/tree/NEWS?id=v1.5)
If you want to give the Hurd a try, you may easily do so with [[Debian
GNU/Hurd|hurd/running/debian]].
diff --git a/news/2015-10-31-releases.mdwn b/news/2015-10-31-releases.mdwn
index 75ceb9cf..b721b1fd 100644
--- a/news/2015-10-31-releases.mdwn
+++ b/news/2015-10-31-releases.mdwn
@@ -21,7 +21,7 @@ else="
We're pleased to announce new releases!
* **GNU Hurd 0.7**,
- [NEWS](http://git.savannah.gnu.org/cgit/hurd/hurd.git/tree/NEWS?id=v0.7):
+ [NEWS](https://git.savannah.gnu.org/cgit/hurd/hurd.git/tree/NEWS?id=v0.7):
Version 0.7 (2015-10-31)
@@ -43,7 +43,7 @@ We're pleased to announce new releases!
Release tarballs may be downloaded from <ftp://ftp.gnu.org/gnu/hurd/>,
<http://ftp.gnu.org/gnu/hurd/>, or checked out of Git,
- <http://git.savannah.gnu.org/cgit/hurd/hurd.git>. SHA1 checksums:
+ <https://git.savannah.gnu.org/cgit/hurd/hurd.git>. SHA1 checksums:
a735a07687f7996face3bd310af2254192a02f40 hurd-0.7.tar.bz2
d10b3c1de191ac88425aa30a03c4130e2a883b14 hurd-0.7.tar.bz2.sig
@@ -58,7 +58,7 @@ We're pleased to announce new releases!
[[hurd/what_is_the_GNU_Hurd]].
* **GNU Mach 1.6**,
- [NEWS](http://git.savannah.gnu.org/cgit/hurd/gnumach.git/tree/NEWS?id=v1.6):
+ [NEWS](https://git.savannah.gnu.org/cgit/hurd/gnumach.git/tree/NEWS?id=v1.6):
Version 1.6 (2015-10-31)
@@ -90,7 +90,7 @@ We're pleased to announce new releases!
Release tarballs may be downloaded from <ftp://ftp.gnu.org/gnu/gnumach/>,
<http://ftp.gnu.org/gnu/gnumach/>, or checked out of Git,
- <http://git.savannah.gnu.org/cgit/hurd/gnumach.git>. SHA1 checksums:
+ <https://git.savannah.gnu.org/cgit/hurd/gnumach.git>. SHA1 checksums:
73e09c43955ef2e3459b2877b5e6d6bbe517b8c3 gnumach-1.6.tar.bz2
96ff426b3b94acf327a88f25c80ab5b5f26ed94a gnumach-1.6.tar.bz2.sig
@@ -106,7 +106,7 @@ We're pleased to announce new releases!
[[microkernel/mach/documentation]].
* **GNU MIG 1.6**,
- [NEWS](http://git.savannah.gnu.org/cgit/hurd/mig.git/tree/NEWS?id=v1.6):
+ [NEWS](https://git.savannah.gnu.org/cgit/hurd/mig.git/tree/NEWS?id=v1.6):
Version 1.6 (2015-10-31)
@@ -115,7 +115,7 @@ We're pleased to announce new releases!
Release tarballs may be downloaded from <ftp://ftp.gnu.org/gnu/mig/>,
<http://ftp.gnu.org/gnu/mig/>, or checked out of Git,
- <http://git.savannah.gnu.org/cgit/hurd/mig.git>. SHA1 checksums:
+ <https://git.savannah.gnu.org/cgit/hurd/mig.git>. SHA1 checksums:
a9a4b5666834afe8fb861453c5b3ef324201f1d3 mig-1.6.tar.bz2
93562c45bbda40ad31f74f6f2fd0c064ef8f0ec5 mig-1.6.tar.bz2.sig
@@ -134,8 +134,8 @@ We're pleased to announce new releases!
Snapshot tarballs may be downloaded from <ftp://alpha.gnu.org/gnu/hurd/>,
<http://alpha.gnu.org/gnu/hurd/>, or checked out of Git,
- <http://git.savannah.gnu.org/cgit/hurd/glibc.git> and
- <http://git.savannah.gnu.org/cgit/hurd/libpthread.git>. SHA1 checksums:
+ <https://git.savannah.gnu.org/cgit/hurd/glibc.git> and
+ <https://git.savannah.gnu.org/cgit/hurd/libpthread.git>. SHA1 checksums:
5b709297f8622444695f13723f77dfc8754b8ed9 glibc-2.19-hurd+libpthread-20151031.tar.bz2
b970e604368fd80420ef029bb1c86fc2f7b2c382 glibc-2.19-hurd+libpthread-20151031.tar.bz2.sig
diff --git a/news/2016-05-18-releases.mdwn b/news/2016-05-18-releases.mdwn
index ff1b2c30..33702f8c 100644
--- a/news/2016-05-18-releases.mdwn
+++ b/news/2016-05-18-releases.mdwn
@@ -21,7 +21,7 @@ else="
We're pleased to announce new releases!
* **GNU Hurd 0.8**,
- [NEWS](http://git.savannah.gnu.org/cgit/hurd/hurd.git/tree/NEWS?id=v0.8):
+ [NEWS](https://git.savannah.gnu.org/cgit/hurd/hurd.git/tree/NEWS?id=v0.8):
Version 0.8 (2016-05-18)
@@ -45,7 +45,7 @@ We're pleased to announce new releases!
Release tarballs may be downloaded from <ftp://ftp.gnu.org/gnu/hurd/>,
<http://ftp.gnu.org/gnu/hurd/>, or checked out of Git,
- <http://git.savannah.gnu.org/cgit/hurd/hurd.git>. SHA1 checksums:
+ <https://git.savannah.gnu.org/cgit/hurd/hurd.git>. SHA1 checksums:
38585aed93645704477d91d01136e1ae750a5ecb hurd-0.8.tar.bz2
531d5035427830e87828a79bf6794531250784d0 hurd-0.8.tar.bz2.sig
@@ -60,7 +60,7 @@ We're pleased to announce new releases!
[[hurd/what_is_the_GNU_Hurd]].
* **GNU Mach 1.7**,
- [NEWS](http://git.savannah.gnu.org/cgit/hurd/gnumach.git/tree/NEWS?id=v1.7):
+ [NEWS](https://git.savannah.gnu.org/cgit/hurd/gnumach.git/tree/NEWS?id=v1.7):
Version 1.7 (2016-05-18)
@@ -83,7 +83,7 @@ We're pleased to announce new releases!
Release tarballs may be downloaded from <ftp://ftp.gnu.org/gnu/gnumach/>,
<http://ftp.gnu.org/gnu/gnumach/>, or checked out of Git,
- <http://git.savannah.gnu.org/cgit/hurd/gnumach.git>. SHA1 checksums:
+ <https://git.savannah.gnu.org/cgit/hurd/gnumach.git>. SHA1 checksums:
4438c7c10f8eef019ada45b749c0796d620d08de gnumach-1.7.tar.bz2
6cdf299118066e3280dcc68f75477659fc783f7d gnumach-1.7.tar.bz2.sig
@@ -99,7 +99,7 @@ We're pleased to announce new releases!
[[microkernel/mach/documentation]].
* **GNU MIG 1.7**,
- [NEWS](http://git.savannah.gnu.org/cgit/hurd/mig.git/tree/NEWS?id=v1.7):
+ [NEWS](https://git.savannah.gnu.org/cgit/hurd/mig.git/tree/NEWS?id=v1.7):
Version 1.7 (2016-05-18)
@@ -122,7 +122,7 @@ We're pleased to announce new releases!
Release tarballs may be downloaded from <ftp://ftp.gnu.org/gnu/mig/>,
<http://ftp.gnu.org/gnu/mig/>, or checked out of Git,
- <http://git.savannah.gnu.org/cgit/hurd/mig.git>. SHA1 checksums:
+ <https://git.savannah.gnu.org/cgit/hurd/mig.git>. SHA1 checksums:
25d87f0271678d044a8af1f45492a96bee32e486 mig-1.7.tar.bz2
481dce92b8eb718231bf9d409c0e0c9337dc1f90 mig-1.7.tar.bz2.sig
@@ -144,8 +144,8 @@ We're pleased to announce new releases!
Snapshot tarballs may be downloaded from <ftp://alpha.gnu.org/gnu/hurd/>,
<http://alpha.gnu.org/gnu/hurd/>, or checked out of Git,
- <http://git.savannah.gnu.org/cgit/hurd/glibc.git> and
- <http://git.savannah.gnu.org/cgit/hurd/libpthread.git>. SHA1 checksums:
+ <https://git.savannah.gnu.org/cgit/hurd/glibc.git> and
+ <https://git.savannah.gnu.org/cgit/hurd/libpthread.git>. SHA1 checksums:
3722b7f52aac89c66f064e1e6d19ec9b92ffc9e0 glibc-2.19-hurd+libpthread-20160518.tar.bz2
69dfe1297013056b4b0d6436a1b3906c1bb67a52 glibc-2.19-hurd+libpthread-20160518.tar.bz2.sig
diff --git a/news/2016-12-18-releases.mdwn b/news/2016-12-18-releases.mdwn
index 124358e4..6d4f9e26 100644
--- a/news/2016-12-18-releases.mdwn
+++ b/news/2016-12-18-releases.mdwn
@@ -21,7 +21,7 @@ else="
We're pleased to announce new releases!
* **GNU Hurd 0.9**,
- [NEWS](http://git.savannah.gnu.org/cgit/hurd/hurd.git/tree/NEWS?id=v0.9):
+ [NEWS](https://git.savannah.gnu.org/cgit/hurd/hurd.git/tree/NEWS?id=v0.9):
Version 0.9 (2016-12-18)
@@ -43,7 +43,7 @@ We're pleased to announce new releases!
Release tarballs may be downloaded from <ftp://ftp.gnu.org/gnu/hurd/>,
<http://ftp.gnu.org/gnu/hurd/>, or checked out of Git,
- <http://git.savannah.gnu.org/cgit/hurd/hurd.git>. SHA1 checksums:
+ <https://git.savannah.gnu.org/cgit/hurd/hurd.git>. SHA1 checksums:
7e6f406e5202501216a0da4b4ee7914f1e0a7552 hurd-0.9.tar.bz2
ffa8d40a99835824a0228bf54570c054d7fe8bf0 hurd-0.9.tar.bz2.sig
@@ -58,7 +58,7 @@ We're pleased to announce new releases!
[[hurd/what_is_the_GNU_Hurd]].
* **GNU Mach 1.8**,
- [NEWS](http://git.savannah.gnu.org/cgit/hurd/gnumach.git/tree/NEWS?id=v1.8):
+ [NEWS](https://git.savannah.gnu.org/cgit/hurd/gnumach.git/tree/NEWS?id=v1.8):
Version 1.8 (2016-12-18)
@@ -89,7 +89,7 @@ We're pleased to announce new releases!
Release tarballs may be downloaded from <ftp://ftp.gnu.org/gnu/gnumach/>,
<http://ftp.gnu.org/gnu/gnumach/>, or checked out of Git,
- <http://git.savannah.gnu.org/cgit/hurd/gnumach.git>. SHA1 checksums:
+ <https://git.savannah.gnu.org/cgit/hurd/gnumach.git>. SHA1 checksums:
4b59c7f7bc814576d2b88c43c0cdba292824f230 gnumach-1.8.tar.bz2
e6262e991a1e056bb87741a9456811cf73e8f7cd gnumach-1.8.tar.bz2.sig
@@ -105,7 +105,7 @@ We're pleased to announce new releases!
[[microkernel/mach/documentation]].
* **GNU MIG 1.8**,
- [NEWS](http://git.savannah.gnu.org/cgit/hurd/mig.git/tree/NEWS?id=v1.8):
+ [NEWS](https://git.savannah.gnu.org/cgit/hurd/mig.git/tree/NEWS?id=v1.8):
Version 1.8 (2016-12-18)
@@ -113,7 +113,7 @@ We're pleased to announce new releases!
Release tarballs may be downloaded from <ftp://ftp.gnu.org/gnu/mig/>,
<http://ftp.gnu.org/gnu/mig/>, or checked out of Git,
- <http://git.savannah.gnu.org/cgit/hurd/mig.git>. SHA1 checksums:
+ <https://git.savannah.gnu.org/cgit/hurd/mig.git>. SHA1 checksums:
f765881d6ed4e883372eee52fd7842e7048a3da8 mig-1.8.tar.bz2
2091b6632176eeba1dac524d0ae939334ed51fdb mig-1.8.tar.bz2.sig
@@ -135,8 +135,8 @@ We're pleased to announce new releases!
Snapshot tarballs may be downloaded from <ftp://alpha.gnu.org/gnu/hurd/>,
<http://alpha.gnu.org/gnu/hurd/>, or checked out of Git,
- <http://git.savannah.gnu.org/cgit/hurd/glibc.git> and
- <http://git.savannah.gnu.org/cgit/hurd/libpthread.git>. SHA1 checksums:
+ <https://git.savannah.gnu.org/cgit/hurd/glibc.git> and
+ <https://git.savannah.gnu.org/cgit/hurd/libpthread.git>. SHA1 checksums:
55c9b6c61991a9ea585f019c787fe0e1da756cd4 glibc-2.23-hurd+libpthread-20161218.tar.bz2
1475fff2029fcd2c655d6ea05af5efa74d224b4f glibc-2.23-hurd+libpthread-20161218.tar.bz2.sig