Commit Graph

104 Commits

Author SHA1 Message Date
Douglas R. Reno
24e94e4df3 Tag for NSS dependency 2024-02-16 13:19:01 -06:00
Xi Ruoyao
50d35ab35d
nspr: Make sed more clear and remove unneeded "-r"
Quote from Rainer Fiebig via blfs-dev:

<quote>
I think that the "-r" in the first of the following seds is not
necessary and so may be a bit confusing as the next one uses just a
plain "-i":

sed -ri '/^RELEASE/s/^/#/' pr/src/misc/Makefile.in &&
sed -i 's#$(LIBRARY) ##'   config/rules.mk         &&

Personally, I also find the use of "#" in the second sed somewhat
unfortunate, as it used in the first one with a totally different
meaning.
</quote>

So let's remove -r and solve the "one symbol for different meanings"
issue.  Note that in '/^RELEASE/s/^/#/' the first two '/'s have a
different meaning than others too, so use "|" instead of "/" for the
separator in sed "s" commands.

Suggested-by: Rainer Fiebig <jrf@mailbox.org>
2024-02-03 19:48:02 +08:00
Pierre Labastie
ab4fdfccf8 Change all xml decl to encoding=utf-8 2024-01-19 22:39:35 +01:00
Pierre Labastie
875b3b57e8 Fix various option vs parameter problems
Sometimes there is no really a problem, but alos avoids that
automatic detection with "make test-options" return false positives
2023-12-08 22:05:39 +01:00
Pierre Labastie
68dfef54d6 Fix alignement of blocks
Reported by "rhubarbpieguy" on the blfs-dev mailing list
2023-11-09 15:07:04 +01:00
Douglas R. Reno
7481fd4a6f Tags 2023-08-16 11:39:48 -05:00
Xi Ruoyao
42ddc3001a
treewide: Replace "User Notes" with "Editor Notes" 2023-06-30 02:18:51 +08:00
Xi Ruoyao
14891a9084
treewide: More "User Notes" clean up
Remove links to pages w/o real contents.
2023-06-30 02:18:51 +08:00
Douglas R. Reno
09a464aa5f Lots of tags and a typo fix in Nettle 2023-02-15 15:23:24 -06:00
David Bryant
48771ae06f Unless it's a directory name, or something like that, "test suite"
should be spelled as two words.
2022-12-13 12:19:29 -06: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
ecce4c7369 Update to nspr-4.35. 2022-09-16 15:50:54 -05:00
Douglas R. Reno
ecc23863e9 libevent: Typo fix
llvm: Document new test failures
Tags
2022-08-22 14:03:54 -05:00
Bruce Dubbs
dbfc5bc1a5 Update to nspr-4.34.1. 2022-08-16 18:10:44 -05:00
Pierre Labastie
91331cba85 Update to nspr-4.34 2022-05-26 20:26:40 +02:00
Douglas R. Reno
d962244313 Tags and add text regarding failing tests in libevent
Off to a few utilities next, and then X...
2022-02-17 14:06:36 -06:00
Bruce Dubbs
3162545c33 Package updates.
Update to nspr-4.33.
Update to asciidoc-10.1.0 (python module).
Update to pipewire-0.3.42.
2021-12-18 20:09:55 -06:00
Pierre Labastie
85580446b2 Remove spaces at the end of lines
I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...
2021-09-06 19:42:49 +02:00
Bruce Dubbs
88fdf09fa6 Tags 2021-08-26 22:27:50 -05:00
Bruce Dubbs
179d426d27 Tags and a glibc-2.24 update for postfix 2021-08-16 23:21:17 -05:00
Douglas R. Reno
df1672cda2 Package updates
Update to php-8.0.8
Update to mesa-21.1.4
Update to babl-0.1.88
Update to nspr-4.32
2021-07-01 17:23:50 -05:00
Bruce Dubbs
c1b3614f1a Package updates
Update to nspr-4.31.
Update to pcre2-10.37.
Update to libinput-1.17.3 (Xorg driver).
2021-05-27 12:27:32 -05:00
Xi Ruoyao
45ab6c70c2
more SVN prop clean up
Remove "$LastChanged$" everywhere, and also some unused $Date$
2021-04-20 19:12:02 +08:00
Douglas R. Reno
92e3023c10 Update to xkbcomp-1.4.5 (Xorg Application)
Update to harfbuzz-2.8.0
Update to nspr-4.30

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24378 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-03-17 07:04:49 +00:00
Bruce Dubbs
9029db2656 Tag most of General Libraries and dependencies
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24241 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-20 06:13:48 +00:00
Pierre Labastie
4c24eb0a40 Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24236 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-19 15:20:16 +00:00
Bruce Dubbs
66b874d244 Update to pango-1.46.2.
Update to nspr-4.29. 



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23729 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-09-19 15:50:17 +00:00
Douglas R. Reno
365c6fb517 Update to nspr-4.28
Update to nss-3.56
Update to curl-7.72.0
Update to NetworkManager-1.26.2
Update to openldap-2.4.52

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23661 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-09-02 20:20:34 +00:00
Douglas R. Reno
72592375e8 Tags, test suite updates for llvm/valgrind, and a typo fix
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23541 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-17 04:12:39 +00:00
Bruce Dubbs
cfb077c930 Update to nspr-4.27.
Update to LibRaw-0.20.0. 



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23415 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-07-24 17:05:31 +00:00
Douglas R. Reno
44ce01f845 Update to exempi-2.5.2
Update to nspr-4.26
Update to guile-3.0.4
Update to cbindgen-0.14.3
Update to pycryptodome-3.9.8 (Python Module)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23329 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-06-25 17:56:34 +00:00
Bruce Dubbs
66c4901f49 Just tags
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22697 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-02-15 16:54:30 +00:00
Bruce Dubbs
079d52ac51 Update to nspr-4.25.
Update to libbytesize-2.2. 



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22622 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-02-01 16:55:16 +00:00
Bruce Dubbs
a5bc3d26cf Update to nspr-4.24.
Update to PyYAML-5.2. 
Update to tcsh-6.22.01. 
Update to LVM2.2.03.07. 



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22423 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-12-04 00:13:25 +00:00
Douglas R. Reno
5a9b64a3ac Update to nspr-4.23
Update to libuv-1.33.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22270 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-10-21 05:03:16 +00:00
Bruce Dubbs
6c3d8a4792 Update to graphviz-2.42.1.
Update to swig-4.0.1. 
Update to nspr-4.22. 



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22083 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-09-02 19:16:35 +00:00
Bruce Dubbs
82bdecfad0 Tag Xorg and it's dependencies.
Some misc text tweaks.



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21982 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-08-16 22:28:01 +00:00
Bruce Dubbs
776e52d93e Update to php-7.3.3.
Update to ntp-4.2.8p13. 
Update to nspr-4.21. 
Update to postfix-3.4.1. 
Update to wireshark-2.6.7. 



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21292 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-03-08 18:24:17 +00:00
Pierre Labastie
38489aa0b1 Tags
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21156 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-02-15 21:01:29 +00:00
Ken Moffat
a98cec9422 Update testsuite details for nss and nspr.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20830 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-12-16 21:04:59 +00:00
Bruce Dubbs
4d7d99dcc8 Update to iso-codes-4.1.
Update to fuse-3.2.6. 
Update to gnupg-2.2.10. 
Update to p11-kit-0.23.14. 
Update to sysstat-11.6.5. 
Update to nspr-4.20. 
Update to xfsprogs-4.18.0. 



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20461 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-09-05 22:25:22 +00:00
Bruce Dubbs
82e1be512d Update to cryptsetup-2.0.4.
Update to xfsprogs-4.17.0. 
Tags.



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20311 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-08-16 01:24:48 +00:00
Bruce Dubbs
9f5dcb972b Update to cryptsetup-2.0.2.
Update to mercurial-4.5.2. 
Update to exempi-2.4.5. 
Update to nspr-4.19. 



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19961 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-03-16 23:59:47 +00:00
Ken Moffat
0a43695c61 tags
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19788 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-02-17 23:35:13 +00:00
Ken Moffat
6ffee73a13 Update to nspr-4.18 and nss-3.35 - I have lumped them into one changelog entry because 3.35 requires 4.18.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19681 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-01-20 23:46:49 +00:00
Ken Moffat
1bcc75865a nspr-4.17 and nss-3.33.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19268 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-09-23 21:22:04 +00:00
DJ Lucas
ce63bfd2c3 Add fix for GlibC-2.26 in libtirpc. Thanks to Snarkster in IRC for the fix.
Initial tags for 8.1.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19034 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-08-17 04:41:37 +00:00
Bruce Dubbs
d6c65628af Remove gcc7 entity
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19032 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-08-16 20:38:22 +00:00
Krejzi
8dfc5c303b Fix some URLs
- Switch to https:// scheme where possible to avoid redirects
- Unify all kernel.org, Sourceforge and GNU URLs
- Fix python and perl module URLs to be consistent
- Fix github provided URLs to properly download tarballs instead of vFOO.tar.gz
- Use upstream locations for some packages or better/shorter URLs if available
- Add https:// URLs for gnupg packages



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19022 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-08-15 18:49:48 +00:00
Ken Moffat
9364bed66b cmake-3.9.0,
gdk-pixbuf-2.36.7,
gtk+-3.22.17,
harfbuzz-1.4.7,
icewm-1.4.1 and correct its docdir,
libdrm-2.4.82,
nspr-4.16,
pango-1.40.7

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18975 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-08-01 21:34:45 +00:00