Xi Ruoyao
abfacaf80e
Remove most references to PCRE1
...
Some notes:
- proftpd has been supporting PCRE2 since 1.3.8a.
- bluefish actually invokes PCRE via Glib, so since Glib was ported
from PCRE1 to PCRE2 bluefish has been using PCRE2 in fact.
- zsh and rasqal will support PCRE2 in the next release. For zsh pcre
is not used with book instruction anyway, and for rasqal the
maintainer suggests just relying on Glibc regex.h before the next
release.
- The other distros (Fedora for eg) are already disabling PCRE for
slang.
2024-03-05 22:22:51 +08:00
Bruce Dubbs
d370aa216c
Update to git-2.44.0.
2024-02-24 11:20:08 -06:00
Xi Ruoyao
dce8206e96
git: Move a white space from the left side of "," to the right side for systemd revision
...
Minor format fix.
2024-02-24 13:06:13 +08:00
Bruce Dubbs
b9874725d3
Many tags.
...
Mostly Programming and Xorg sections and dependencies.
2024-02-15 19:26:48 -06:00
Rahul Chandra
3fc12e0aec
Update to git-2.43.2
2024-02-14 23:24:42 -05:00
Xi Ruoyao
d9142ec4f6
systemd: Fix a bug breaking systemd-verify an instantiated unit
...
Sync with LFS.
This bug is breaking Git test suite (and maybe other things).
2024-02-10 19:04:46 +08:00
Rahul Chandra
b9954a862b
Update to git 2.43.1
2024-02-09 22:39:50 -05:00
Pierre Labastie
9848053486
Fix rendering for sysv
2024-01-21 20:33:07 +01:00
Xi Ruoyao
0b50bdd1ab
git: Add optional runtime dependencies for "git maintenance", and document a related test failure
2024-01-21 15:32:52 +08:00
Pierre Labastie
ab4fdfccf8
Change all xml decl to encoding=utf-8
2024-01-19 22:39:35 +01:00
Xi Ruoyao
2cec8a051a
git: Remove -k from make test
...
As the previously known failures are (hopefully) resolved and removed
from text, there seems no reason using -k.
2024-01-07 03:35:15 +08:00
Bruce Dubbs
01b92cda01
Update to git-2.43.0.
2023-11-22 09:45:44 -06:00
Rahul Chandra
4ea4a6e62e
Update to git-2.42.1
2023-11-03 22:58:08 -04:00
Pierre Labastie
8a826d4c68
Typos
2023-09-02 15:09:19 +02:00
Pierre Labastie
72d9cebb56
Update to git-2.42.0
2023-09-02 14:52:57 +02:00
Douglas R. Reno
a73fc76227
Tags
2023-08-16 19:32:11 -05:00
Xi Ruoyao
cb594b6ca3
general: Remove non-exist User Notes link
...
Part of User Notes removal by
https://www.linuxfromscratch.org/~xry111/remove-nonexist-usernote.sh
2023-06-29 19:17:52 +08:00
Xi Ruoyao
d98ca85468
git: Some tests need apache (and some of them fails :( )
2023-06-13 20:55:47 +08:00
Douglas R. Reno
6c7614f75d
Git: Document test suite failures with curl-8.1.x
...
Also sent an email to upstream about them since they seem pretty
significant.
2023-06-12 12:25:00 -05:00
Bruce Dubbs
a68ccb1615
Fix git md5sum
2023-06-03 06:38:57 -05:00
Tim Tassonis
97bd764c30
Update to git-2.41.0.
2023-06-02 23:33:21 +02:00
Tim Tassonis
cae07fd4c8
Update to git-2.40.1
2023-04-28 21:19:27 +02:00
Bruce Dubbs
37d53b1d9f
Package updates.
...
Update to cmake-3.26.0.
Update to git-2.40.0.
Update to icewm-3.3.2.
2023-03-16 18:42:34 -05:00
Douglas R. Reno
be5298b47f
Update to git-2.39.2 (Security Update) and tag it
2023-02-16 15:06:27 -06:00
Xi Ruoyao
17aa21c551
Change all http://*.sourceforge.net/ URLs to https
...
Now all sourceforge.net subdomains have a valid SSL certificate. The
changes are automatically done via a sed. I've reviewed the changes and
reverted the changes in archive/*, pst/xml/docbook-xsl.xml, and
stylesheets/lfs-xsl/lfs-l10n.xml. Other changes should (hopefully) be
fine.
2023-01-29 12:35:23 +08:00
Bruce Dubbs
4fe5cec23e
Update to git-2.39.1.
2023-01-18 20:53:58 -06:00
Thomas Trepl
036de7134e
Upgrade git-2.39.0
2022-12-25 16:29:33 +01:00
Pierre Labastie
3f2db3a638
Remove sect1info tags
...
They only contain a date tag that is nowhere used.
2022-11-29 08:58:07 +01:00
Bruce Dubbs
7599563171
Update to git-2.38.1 (Security update).
2022-10-19 20:02:04 -05:00
Bruce Dubbs
d985f0b3af
Update to git-2.38.0.
2022-10-05 18:21:29 -05:00
Julien Lepiller
431a8f176a
Fix typo.
2022-09-21 07:39:20 +02:00
Xi Ruoyao
694f1947fd
git: add an optional runtime dependency to IO::Socket::SSL for git send-email
2022-09-20 14:14:56 +08:00
Xi Ruoyao
80106051b0
prog: URL updates
2022-09-08 15:34:19 +08:00
Bruce Dubbs
57222e8d39
Update to git-2.37.3.
2022-09-06 21:04:49 -05:00
Bruce Dubbs
48cb482af9
Just tags
2022-08-22 14:13:52 -05:00
Bruce Dubbs
8a2daa5b0d
Update to git-2.37.2.
2022-08-15 14:59:51 -05:00
Tim Tassonis
b6759894d1
Update to git-2.37.1
2022-07-13 12:42:31 +02:00
Xi Ruoyao
026e083ff4
git: update command explanation for PCRE1
...
Now configure.ac defines --with-libpcre "synonym for --with-libpcre2".
2022-07-13 11:10:32 +08:00
Tim Tassonis
82541b159a
Update to curl-7.84.0.
...
Update to git-2.37.0.
2022-06-28 16:09:55 +02:00
Pierre Labastie
e28b6fcf08
Update to git-2.36.1
2022-05-08 22:01:14 +02:00
Pierre Labastie
df8e922933
Update to git-2.36.0
2022-04-19 20:35:37 +02:00
Douglas R. Reno
09cf41d57a
Two package updates
...
Update to ruby-3.1.2
Update to git-2.35.3
2022-04-15 12:17:17 -05:00
Bruce Dubbs
03a2986c05
A package update and some tags.
...
Update to libqalculate-4.0.0.
2022-02-16 22:44:55 -06:00
Bruce Dubbs
9501a015ca
Package updates.
...
Update to vim-8.2.4236.
Update to git-2.35.1.
Update to accountsservice-22.04.62.
Update to cups-2.4.1.
Update to pipewire-0.3.44.
2022-01-31 13:16:50 -06:00
Bruce Dubbs
feb043a362
Package updates.
...
Update to git-2.35.0.
Update to xf86-input-libinput-1.2.1.
Update to unrar-6.1.4.
2022-01-25 13:47:27 -06:00
Bruce Dubbs
c86d663425
Package updates.
...
Update to git-2.34.1.
Update to ruby-3.0.3.
Update to libsoup-2.74.2.
Update to mercurial-6.0.
2021-11-25 14:03:02 -06:00
Bruce Dubbs
7fa5ff6cd3
Package updates.
...
Update to git-2.34.0.
Update to libuninameslist-20211114.
Update to sg3_utils-1.47.
Update to pipewire-0.3.40.
Update to curl-7.80.0.
Update to mlt-7.2.0.
2021-11-16 17:48:16 -06:00
Thomas Trepl (Moody)
7d61e107a3
Upgrade git-2.33.1
2021-10-13 18:43:53 +02:00
Bruce Dubbs
88fdf09fa6
Tags
2021-08-26 22:27:50 -05:00
Douglas R. Reno
d40dd18176
Package updates
...
Update to samba-4.14.7
Update to Mako-1.1.5
Update to balsa-2.6.3
Update to openldap-2.5.7
Update to git-2.33.0
Update to Pygments-2.10.0
2021-08-26 02:57:51 -05:00