Commit Graph

4284 Commits

Author SHA1 Message Date
Douglas R. Reno
80a51925de Update to LWP-Protocol-https-6.11 (Perl Module)
Fixes CVE-2014-3230.
2023-07-10 13:56:53 -05:00
Douglas R. Reno
82330eb463 Update to Test-Differences-0.70 (Perl Module) 2023-07-10 13:49:11 -05:00
Douglas R. Reno
96a515a141 Update to Cython-0.29.36 2023-07-10 13:14:09 -05:00
Douglas R. Reno
dde26e3f60 Update to OpenJDK-20.0.1 2023-07-06 00:38:04 -05:00
Bruce Dubbs
b5b377ad46 Update to vala-0.56.9. 2023-07-04 13:19:08 -05:00
Xi Ruoyao
dd0d59795b
ruby: Comment out an outdated (?) sed
With this sed the test suite failed very early and refused to continue,
but without it the tests seem fine.

Also add -k for make check to running the complete test suite even if
some test fails.
2023-07-01 19:10:41 +08: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
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
bcedca6a96
gcc: Add Modula-2 compiler and runtime library into contents 2023-06-28 19:14:39 +08:00
Douglas R. Reno
d1e1cbdf05 cssselect: needs lxml for test suite 2023-06-26 21:31:41 -05:00
Bruce Dubbs
a887a08b2a Update to mercurial-6.4.5. 2023-06-26 15:17:04 -05:00
Douglas R. Reno
8f7f93bebc Update to pytest-7.4.0 (Python Module) 2023-06-26 11:43:18 -05:00
Douglas R. Reno
27e309e7ad Update to libwww-perl-6.71 (Perl Module) 2023-06-22 11:01:16 -05:00
Douglas R. Reno
b9a11e666c Update to pycairo-1.24.0 (Python Module) 2023-06-22 10:55:12 -05:00
Douglas R. Reno
543663e75f Update to NumPy-1.25.0 (Python Module) 2023-06-19 12:11:33 -05:00
Xi Ruoyao
0c0bf1fa42
gcc: Reword description for --enable-languages
jit needs --enable-host-shared which slows down GCC, so separate
--enable-host-shared --enable-languages=jit out.
2023-06-16 23:57:50 +08:00
Xi Ruoyao
d98ca85468
git: Some tests need apache (and some of them fails :( ) 2023-06-13 20:55:47 +08:00
Bruce Dubbs
766b6fb3fb Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-06-12 13:46:10 -05: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
a5218250a7 pytest-7.3.2 (Python module). 2023-06-12 12:05:30 -05:00
Xi Ruoyao
0c1c573e69
rust: Document test failures, and correct some XML elements in explanations 2023-06-12 19:08:35 +08:00
Bruce Dubbs
023dffb796 pdate to cachecontrol-0.13.1. 2023-06-10 17:24:18 -05:00
Bruce Dubbs
3a05e32400 Update to php-8.2.7. 2023-06-10 17:20:03 -05:00
Bruce Dubbs
f19b4b89f4 Update to mercurial-6.4.4. 2023-06-10 17:06:46 -05:00
Pierre Labastie
23b68489ad Fix python3 docs md5 2023-06-10 09:30:01 +02:00
Bruce Dubbs
49e2ba59fe Update to Python-3.11.4. 2023-06-09 16:56:16 -05:00
Bruce Dubbs
1fd75935de Update to rustc-1.70.0. 2023-06-07 15:30:06 -05:00
Bruce Dubbs
55fb76ba30 Update to llvm-16.0.5. 2023-06-07 11:23:14 -05:00
Bruce Dubbs
d3cf76e101 Update to cachecontrol-0.13.0.tar.gz (Python module). 2023-06-06 20:01:26 -05:00
Bruce Dubbs
75532e57ce Update to gc-8.2.4. 2023-06-05 14:20:48 -05:00
Bruce Dubbs
0863931d90 Update to MarkupSafe-2.1.3 (Python Module). 2023-06-04 17:40:24 -05:00
Bruce Dubbs
e962ced3ca Update to Net-DNS-1.39 (Perl Module). 2023-06-04 17:35:34 -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
Xi Ruoyao
c407a61f5e
rust: Symlink the Zsh completion file so Zsh can find it 2023-06-03 00:22:55 +08:00
Xi Ruoyao
24ecd679da
rust: Add rustdoc into build.tools
The rustdoc program is a part of rustup default install.  And it was
installed with previous rustc releases even if we didn't specify it in
build.tools (so it's in the "contents and short descriptions" section).
But with rustc-1.69 it's not installed if we don't explicitly add it
into build.tools.

It's needed by "cargo doc" command (I use it when I develop Rust
crates), and also some BLFS packages (at least, the testsuite of
librsvg).

Add rustdoc into build.tools so it will be built and installed.
2023-06-01 19:09:45 +08:00
Douglas R. Reno
363ca805ed sphinxcontrib-htmlhelp: Remove text about a sed that no longer exists. 2023-05-31 15:25:20 -05:00
Pierre Labastie
11f9b1d14c Document gdb-add-index in short descriptions
Also reinstate libinproctrace in short descriptions
2023-05-30 13:34:50 +02:00
Pierre Labastie
da73c1c05f Update to gdb-13.2 2023-05-29 21:36:13 +02:00
Pierre Labastie
c824000c34 Update to vala-0.56.8 2023-05-29 21:36:13 +02:00
Bruce Dubbs
b5404f8878 Update to Cython-0.29.35 (Python module). 2023-05-26 15:56:13 -05:00
Bruce Dubbs
25991359df Update python sphinx modules and dependencies.
Update to sphinx_rtd_theme-1.2.1.
Update to python sphinx dependencies to
  sphinxcontrib-jquery-4.1
  sphinxcontrib-applehelp-1.0.4
  sphinxcontrib-htmlhelp-2.0.1.
2023-05-24 17:18:22 -05:00
Pierre Labastie
9f2364e465 Update to requests-2.31.0 2023-05-24 22:01:43 +02:00
Bruce Dubbs
31c9e2a6d3 Update to pycryptodome-3.18.0 (Python module). 2023-05-22 19:15:25 -05:00
Bruce Dubbs
853a907634 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-05-22 17:06:08 -05:00
Ken Moffat
2a24738059 Add depndencies for HTTP::CookieJar perl module. 2023-05-22 22:51:52 +01:00
Bruce Dubbs
0ca57d1968 Fix doxygen dependency 2023-05-22 15:17:48 -05:00
Bruce Dubbs
9629dabf39 Update to doxygen-1.9.7. 2023-05-22 15:09:21 -05:00
Bruce Dubbs
05374c37b2 Update to cmake-3.26.4. 2023-05-21 18:47:34 -05:00
Bruce Dubbs
eeb331f820 Update to llvm-16.0.4. 2023-05-21 12:02:01 -05:00
Bruce Dubbs
7d8336d9af Update to IO-Socket-SSL-2.083 (Perl Module). 2023-05-19 15:31:55 -05:00
Bruce Dubbs
cba968b420 Update to docutils-0.20.1 (Python module). 2023-05-19 15:18:27 -05:00
Bruce Dubbs
412cf83807 Update to lua-5.4.6. 2023-05-19 14:40:41 -05:00
Bruce Dubbs
ffe5cb046a Update to php-8.2.6. 2023-05-17 19:32:16 -05:00
Pierre Labastie
8055e91729 Update to sphinx-7.0.1 2023-05-16 17:04:21 +02:00
Pierre Labastie
ed298fa2c7 Update to docutils-0.20 2023-05-16 16:54:24 +02:00
Xi Ruoyao
3f6a6dc5c7
Update to LLVM-16.0.3 (#17861)
With Thunderbird workaround applied, we can try to update to LLVM 16
again.  Note that Firefox may need a similar workaround but at least it
does not crash on start-up.

This reverts commit 218e13ce4b
("Revert back to LLVM-15.0.7 for now"), bump LLVM to 16.0.3, and updated
md5sums for tarballs and test suite status for it.
2023-05-15 12:13:01 +08:00
Pierre Labastie
6f7e811b7a Add HTTP::CookieJar-0.014
It's needed by libwww-perl-6.70
2023-05-13 23:36:08 +02:00
Pierre Labastie
ccbae9ab99 Update to Business::ISBN::Data-20230426.001 2023-05-13 22:35:17 +02:00
Pierre Labastie
35087ed7de urllib3-2.0.2 requires hatchling 2023-05-13 14:43:37 +02:00
Pierre Labastie
bce49fce32 Testing python modules may require sqlite3 module
Add a note that it may be needed to rebuilt python3 after installing
sqlite
2023-05-13 08:44:46 +02:00
Bruce Dubbs
14a655f444 Update to Net-DNS-1.38 (Perl module). 2023-05-11 20:04:03 -05:00
Bruce Dubbs
a9880c8f31 Update to libwww-perl-6.70 (Perl module). 2023-05-07 12:48:27 -05:00
Bruce Dubbs
8bfa135fc0 Update to mercurial-6.4.3. 2023-05-07 11:51:17 -05:00
Xi Ruoyao
ecc02fe061
python-dbusmock: Use a better download URL
We can download it from pythonhosted with exactly same MD5 and a name
not prefixed with the dubious "dist."
2023-05-07 18:16:38 +08:00
Bruce Dubbs
bc0b25171e Python module updates.
Update to requests-2.30.0 (Python module).
Update to urllib3-2.0.2 (Python module) required for requests-2.30.0.
2023-05-05 22:28:23 -05:00
Bruce Dubbs
8707ac4d01 Update to sphinx-7.0.0 (Python module). 2023-05-03 18:40:00 -05:00
Bruce Dubbs
83bc78e02f Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-05-02 17:35:19 -05:00
Bruce Dubbs
dd1d764104 Update to valgrind-3.21.0. 2023-05-02 17:34:15 -05:00
Xi Ruoyao
11e8c12c44
gcc: Remove brig from "other languages"
The support for brig had been removed in GCC 12.
2023-05-02 23:01:45 +08:00
Bruce Dubbs
64e462a702 Update to gcc-13.1. 2023-05-01 22:38:44 -05:00
Tim Tassonis
cae07fd4c8 Update to git-2.40.1 2023-04-28 21:19:27 +02:00
Pierre Labastie
fc32763cf8 Separate post-install instr in web-pixbuf-loader
Creating a cache should be done after instaling when using a package
manager. And having both install and post-install in the same
bloc confuses jhalfs.
2023-04-28 09:44:54 +02:00
Bruce Dubbs
49b3512bc1 Update to requests-2.29.0 (Python module). 2023-04-27 13:35:32 -05:00
Bruce Dubbs
1d6fda1682 Update to sphinx-6.2.0 (Python module). 2023-04-23 19:36:16 -05:00
Bruce Dubbs
320d985bc3 Update to rustc-1.69.0. 2023-04-23 14:39:49 -05:00
Bruce Dubbs
b36f7378cf Update to numpy-1.24.3 (Python module). 2023-04-23 14:16:12 -05:00
Bruce Dubbs
597ff23e95 Update to Data-Compare-1.29 (Perl Module). 2023-04-22 16:31:00 -05:00
Bruce Dubbs
21dcd2009a Update to python-dbusmock-0.29.0 (Python module). 2023-04-21 14:37:07 -05:00
Bruce Dubbs
a617894332 Update to vala-0.56.7. 2023-04-20 11:52:17 -05:00
Douglas R. Reno
2b2e5fda65 Add unifdef into the book in support of WebKitGTK+. 2023-04-19 20:06:26 -05:00
Douglas R. Reno
283db46d85 Update to sysprof-3.48.0 2023-04-19 19:30:40 -05:00
Douglas R. Reno
601bc7aa81 Update to pygobject-3.44.1 (Python Module) 2023-04-19 19:26:18 -05:00
Bruce Dubbs
6968baf1c8 Update to mercurial-6.4.2. 2023-04-18 17:25:19 -05:00
Bruce Dubbs
8f4b1820d3 pdate to php-8.2.5. 2023-04-17 17:51:02 -05:00
Bruce Dubbs
634e2a10fb Update to mercurial-6.4.1. 2023-04-17 17:37:39 -05:00
Bruce Dubbs
5bda216b05 Update to pytest-7.3.1 (Python module). 2023-04-15 10:20:06 -05:00
Bruce Dubbs
c7a4088188 Update to packaging-23.1 (Python module). 2023-04-15 10:06:56 -05:00
Bruce Dubbs
95a526a584 Update to Python-3.11.3. 2023-04-14 15:25:42 -05:00
Douglas R. Reno
d96a39ee77 Update to libxml2-2.10.4 (Security Update) 2023-04-13 18:33:02 -05:00
Bruce Dubbs
8613786ee3 Update to Pygments-2.15.0 (Python Module). 2023-04-11 13:32:48 -05:00
Douglas R. Reno
d8382060ea Update to vala-0.56.6 2023-04-10 11:42:57 -05:00
Douglas R. Reno
33884d36ed Ruby: Fix the test suite again, I forgot a command when updating. 2023-04-10 11:39:43 -05:00
Bruce Dubbs
388f58d8b9 Update to pytest-7.3.0 (Python module). 2023-04-09 13:22:14 -05:00
Douglas R. Reno
93fb1fba27 Typo fix from rhubarbpieguy 2023-04-08 15:46:19 -05:00
Douglas R. Reno
25a9be8a1a Update to ruby-3.2.2 (Security Update) 2023-04-06 19:27:45 -05:00
Xi Ruoyao
fb0bbe296e
python3: Update the note about upgrading
1. Use &lfs-root; to simplify the XML.
2. Mention newly added flit-core.
3. Mention that "pip3 list" may be not complete.
2023-04-06 12:43:48 +08:00
Bruce Dubbs
829770cf84 Update to cmake-3.26.3. 2023-04-04 22:39:14 -05:00
Bruce Dubbs
41b13839cf Update to cmake-3.26.2. 2023-04-04 11:53:06 -05:00
Bruce Dubbs
41adbb2d8b Update to Business-ISBN-3.008 (Perl Module). 2023-04-03 17:46:50 -05:00
Bruce Dubbs
bb211386cb Update to SCons-4.5.2. 2023-04-03 17:41:27 -05:00
Bruce Dubbs
d8d8c3ccf6 Update to php-8.2.4. 2023-04-01 20:21:58 -05:00
Pierre Labastie
597ad45034 Remove flit_core from Python dependencies
It is now in lfs
2023-04-01 20:54:54 +02:00
Douglas R. Reno
98b722543f Update to rustc-1.68.2 2023-03-30 19:49:09 -05:00
Douglas R. Reno
997afca2f9 Update to vala-0.56.5 2023-03-30 17:22:24 -05:00
Xi Ruoyao
afb71d0a95
Add notes about Internet connection requirement for building or testing 2023-03-27 16:08:36 +08:00
Xi Ruoyao
e59834d2c0
rust: Promote curl to required
It's needed for downloading the stage 0 binaries.
2023-03-27 15:55:43 +08:00
Douglas R. Reno
2ecc6822ff Update to mercurial-6.4 2023-03-26 23:20:24 -05:00
Douglas R. Reno
8f9e533c5b Update to rust-1.68.1 2023-03-26 23:15:43 -05:00
Douglas R. Reno
d1e4f4304e Add a patch to GDB to prevent it from crashing during rust tests. 2023-03-26 23:12:38 -05:00
Douglas R. Reno
218e13ce4b Revert back to LLVM-15.0.7 for now.
This should fix miscompilations and crashes with Thunderbird and
Firefox.
2023-03-25 18:36:50 -05:00
Thomas Trepl
0de5b82f0a Upgrade cmake-3.26.1 2023-03-24 09:43:48 +01:00
Xi Ruoyao
bb6209fca0
llvm: Update content and short descriptions 2023-03-19 16:26:58 +08:00
Xi Ruoyao
17418d43e2
Update to rustc-1.68.0 (#17822) 2023-03-19 15:57:52 +08:00
Xi Ruoyao
b30ce9bd3e
Update to LLVM-16.0.0 (#17799) 2023-03-19 15:32:43 +08:00
Bruce Dubbs
a0753aaa02 Update to Business-ISMN-1.203 (Perl module). 2023-03-17 13:59:56 -05: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
Bruce Dubbs
2830a226ec Update to Data-Compare-1.28 (Perl module). 2023-03-16 14:43:41 -05:00
Bruce Dubbs
bdcbdb2bb3 Update to Net-DNS-1.37 (Perl module). 2023-03-16 14:30:36 -05:00
Pierre Labastie
91318eb9aa Add "setup" to meson commands
I've not been very consistent on typography, but it is a start
2023-03-13 17:48:55 +01:00
Bruce Dubbs
0380184d69 Update to cmake-3.25.3. 2023-03-09 13:03:53 -06:00
Thomas Trepl
f0dd071e29 Add a patch to fix gcc-go version string 2023-03-08 18:42:57 +01:00
Douglas R. Reno
01f42a8179 Update to SCons-4.5.1
Also use correct ticket number in httpd.
2023-03-07 22:00:35 -06:00
Douglas R. Reno
5998d77c2c Update to SCons-4.5.0 2023-03-06 12:10:58 -06:00
Bruce Dubbs
9fabaa4b6e Update to pytest-7.2.2 (Python module). 2023-03-05 18:02:14 -06:00
Bruce Dubbs
bfef78170d Update to mercurial-6.3.3. 2023-03-05 15:44:32 -06:00
Douglas R. Reno
c55385de8b Update to libwww-perl-6.68 (Perl Module) 2023-03-02 10:04:00 -06:00
Douglas R. Reno
8ccee9ace8 Update to HTTP-Daemon-6.16 (Perl Module) 2023-03-02 09:49:37 -06:00
Douglas R. Reno
a8c129460e Minor style nitpicks to the new Python modules, remove a duplicate
heading, and fix a strange character.
2023-02-27 22:37:25 -06:00
Ken Moffat
e7d00a2f17 Merge branch 'ken/inkscape-core-mods' into trunk 2023-02-26 23:54:45 +00:00
Ken Moffat
6a22b91a80 msgpack : correct the name in the links.
Although the docs refer to this as MessagePack, the tarball name is
msgpack, so match that in the links and do not use studly caps
because it is not generally known as MsgPack.
2023-02-26 22:01:04 +00:00
Ken Moffat
2b533f75db Put CacheControl-0.12.11.tar.gz on anduin.
Seems unnecessary, but it gives a reliable URL.
Ideally, someone should confirm that downloading in a browser
from https://pypi.org/project/CacheControl/#files matches.
2023-02-26 21:51:47 +00:00
Ken Moffat
381cfd1854 Attempt to add CacheControl and its dep.
CacheControl is used an inkscape clipart file, and in an inkman
file for searching for external packages and getting meta data
about them.

Unfortunately, I cannot find a working link.  When I go to
https://pypi.org/project/CacheControl/#files and click on the
link for CacheControl-0.12.11.tar.gz I get a good download,
but if I mouse over that to read where it points to I get
a very long link which starts
 https://files.pythonhosted.org/packages/49/9b/
followed by \n unfeasibly long hash which only remains visible
while my mouse is on the link.

Trying to point to c/CacheControl fails.

Current upstream has v0.12.12 but there is at least one issue for
why that might not be at pythonhosted, and trying to link to the
tag for 0.12.11 (there are no releases there) fails.
2023-02-26 20:58:24 +00:00
Ken Moffat
87c4eb2c6c cssselect - put test deps in order. 2023-02-26 17:31:17 +00:00
Ken Moffat
cbc921032d inkscape core extensions: add pySerial. 2023-02-26 17:27:45 +00:00
Bruce Dubbs
8fdbeef95c Fix apache-ant fetch.xml problem.
apache-ant tries to download NetRexx.zip from an IBM site
that no longer accepts annonymous ftp.  We now host that
file on anduin.
2023-02-26 11:07:17 -06:00
Ken Moffat
09185439e0 numpy - display as NumPy in the links. 2023-02-26 16:52:15 +00:00
Ken Moffat
5a434ec758 Modules for inkscape - add cssselect.
All the docs refer to it as lowercase, so I have used CSSSelect
for titlecase.
2023-02-26 16:48:05 +00:00
Ken Moffat
7b3ac32de7 inkscape python modules - add NumPy
To get a feel for what is involved, this is probably the worst
of them.

Also comment out the perl XML module dependency, not mentioned in
core extensions.
2023-02-26 04:12:29 +00:00
Bruce Dubbs
6f0a8c8604 Update to gdb-13.1. 2023-02-24 14:49:27 -06:00
Ken Moffat
0e50eaf257 Update to HTTP-Daemon-6.15. 2023-02-24 00:59:13 +00:00
Pierre Labastie
1917897d33 Typo in subversion's sed for ruby 2023-02-23 21:35:11 +01:00
Bruce Dubbs
043de93cd8 Three more tags 2023-02-21 20:38:41 -06:00
Pierre Labastie
50ce5dc00e Add OpenJDK-19.0.2+7 32 bit binary 2023-02-21 22:53:14 +01:00
Pierre Labastie
ab473cf99b Update java 64 bit binary to 19.0.2+7 2023-02-19 09:38:03 +01:00
Pierre Labastie
9a0cb19514 Update to OpenJDK-19.0.2+7 (security update) 2023-02-19 09:07:07 +01:00
Bruce Dubbs
acd88fc231 Tags and move 2 unneeded files 2023-02-18 23:21:52 -06:00
Bruce Dubbs
dc1a45e9de Lots of tags 2023-02-17 22:35:46 -06:00
Douglas R. Reno
dbd73d6b58 Last round of tags for the day from me 2023-02-17 14:57:04 -06:00
Douglas R. Reno
b474dfa2af Another round of tags 2023-02-17 11:06:49 -06:00
Douglas R. Reno
03c0def241 Tags for GTK+-3 2023-02-16 21:37:27 -06:00
Douglas R. Reno
3c8c8b2a93 Update to php-8.2.3 (Security Update) 2023-02-16 20:09:25 -06:00
Douglas R. Reno
ac0d66d9b2 Tags for PHP dependencies 2023-02-16 19:10:14 -06:00
Douglas R. Reno
e24abcdfdc Subversion: minor reformat of my sed from yesterday (remove extra -i) 2023-02-16 18:54:37 -06:00
Douglas R. Reno
be5298b47f Update to git-2.39.2 (Security Update) and tag it 2023-02-16 15:06:27 -06:00
Douglas R. Reno
6fdbe40edd Tag remaining dependencies for Git 2023-02-16 15:03:54 -06:00
Douglas R. Reno
15445abd8c Lots of tags 2023-02-15 23:24:25 -06:00
Douglas R. Reno
893d3e5a94 Subversion: Adapt the Ruby bindings to Ruby-3.2. See #17666
Also tagged it
2023-02-15 23:13:04 -06:00
Douglas R. Reno
f040dc0c2b Python2: typo fix 2023-02-15 21:24:38 -06:00
Ken Moffat
2a7cafaf97 Tags 2023-02-15 21:53:49 +00:00
Douglas R. Reno
09a464aa5f Lots of tags and a typo fix in Nettle 2023-02-15 15:23:24 -06:00
Douglas R. Reno
6bd8b8ab00 Tag LLVM, and mention an additional failed test 2023-02-15 10:03:29 -06:00
Douglas R. Reno
9c87711c52 Tags 2023-02-14 20:49:41 -06:00
Douglas R. Reno
d0c42be1cf Initial tags for 11.3 2023-02-14 18:44:18 -06:00
Ken Moffat
382633a4ba Ruby: change target for rust link:
In the XML, rustc is the program, rust is the versioned package.
2023-02-15 00:06:03 +00:00
Douglas R. Reno
9d774b6f34 Update to vala-0.56.4 2023-02-14 15:34:47 -06:00
Douglas R. Reno
33c11ec182 Update to ruby-3.2.1 2023-02-14 14:32:46 -06:00
Bruce Dubbs
340bf9de9b Update to rustc-1.67.1. 2023-02-13 18:18:39 -06:00
Bruce Dubbs
40f6b8d281 Update to Python-3.11.2. 2023-02-13 13:48:47 -06:00
Ken Moffat
f848bc0672 Update to XML-LibXSLT-2.002001 (Perl module). 2023-02-12 11:16:09 +00:00
Xi Ruoyao
642fdb7a9f
rust: Add a note about passing LIBSSH2_SYS_USE_PKG_CONFIG to root 2023-02-11 18:55:35 +08:00
Xi Ruoyao
a7b21cc698
llvm: Modify CMakeList.txt to avoid using a stray directory 2023-02-10 21:25:35 +08:00
Pierre Labastie
29c8a42370 Use mkdir -pv /opt/rustc-<version>
The most likely reason to rerun a scripted build of rust is that
something failed during build. But since this directory is created at
the beginning of the script, the script will fail early cresting the
directory.

Of course, now, there is no protection against erasing a successful
build when rerunning with different options.
2023-02-09 13:06:58 +01:00
Pierre Labastie
bff9f953bf Update to sphinx_rtd_theme-1.2.0 2023-02-09 11:56:01 +01:00
Pierre Labastie
84c1565502 Add sphinxcontrib-jquery-2.0.0
It is a dependency of sphinx_rtd_theme-1.2.0. Note that the latest
version as of today is 3.0.0, but it is rejected by sphinx_rtd_theme.
2023-02-09 11:56:01 +01:00
Xi Ruoyao
051445631f
Fix installed directories for meson_python and pyproject-metadata 2023-02-09 18:32:04 +08:00
Bruce Dubbs
cc7b915a96 Update to rustc-1.67.0. 2023-02-08 21:24:40 -06:00
Pierre Labastie
30090b72bf Add chardet-5.1.0 (python module)
It is a dependency of doxypypy.
2023-02-06 12:23:23 +01:00
Bruce Dubbs
cebe5a2de4 Update to doxypypy-0.8.8.7. 2023-02-05 22:36:05 -06:00
Bruce Dubbs
e5a4b48ceb Package updates.
Update to php-8.2.2.
Update to poppler-23.02.0 and poppler-data-0.4.12.
2023-02-05 16:46:11 -06:00
Ken Moffat
6f61101168 Merge branch 'ken/perlmods0223' into trunk 2023-02-05 08:37:25 +00:00
Ken Moffat
067f9984dc Update to Variable-Magic-0.63 (Perl module). 2023-02-05 08:06:57 +00:00
Ken Moffat
65d524e9d0 Update to Text-CSV_XS-1.49 (Perl module). 2023-02-05 08:02:43 +00:00
Ken Moffat
83c6263c13 Update to Test-Without-Module-0.21 (Perl module). 2023-02-05 07:54:29 +00:00
Ken Moffat
bc88d9ca0e Update to Test-File-1.993 (Perl module). 2023-02-05 07:47:50 +00:00
Ken Moffat
c31a8a0861 Update to Test-Deep-1.204 (Perl module). 2023-02-05 07:43:24 +00:00
Ken Moffat
8bf9b09d52 Update to Params-ValidationCompiler-0.31 (Perl module). 2023-02-05 07:29:37 +00:00
Ken Moffat
75ae3c2888 Update to Params-Validate-1.31 (Perl module). 2023-02-05 07:23:21 +00:00
Ken Moffat
f37ac9efb1 Update to MIME-Charset-1.013.1 (Perl module). 2023-02-05 07:17:44 +00:00
Ken Moffat
307c5097c0 Update to List-SomeUtils-0.59 (Perl module). 2023-02-05 07:08:42 +00:00
Ken Moffat
011662328d Update to Exporter-Tiny-0.006000 (Perl module). 2023-02-05 06:56:54 +00:00
Ken Moffat
437179a061 Update to DateTime-TimeZone-2.57 (Perl module). 2023-02-05 06:51:40 +00:00
Ken Moffat
44311a3f2b Update to DateTime-Locale-1.37 (Perl module). 2023-02-05 06:47:04 +00:00
Ken Moffat
b8c5503b8e Update to DateTime-1.59 (Perl module). 2023-02-05 06:40:27 +00:00
Ken Moffat
49ed97f9af Update to CPAN-Meta-Check-0.17 (Perl module). 2023-02-05 06:35:52 +00:00
Ken Moffat
34fc2f5fd3 Update to File-chdir-0.1011 (Perl module). 2023-02-05 06:18:22 +00:00
Ken Moffat
614b3e64ca Update to FFI-CheckLib-0.31 (Perl module). 2023-02-05 06:00:32 +00:00
Ken Moffat
0a8f8bda76 Ipdate to Path-Tiny-0.144 (Perl module). 2023-02-05 05:50:27 +00:00
Ken Moffat
2816968575 Update to XML-LibXML-2.0208 (Perl module). 2023-02-05 05:18:50 +00:00
Ken Moffat
a6cea1940b Perl modules -
Update to Alien-Libxml2-0.19 with is new dependency of
Alien-Build-Plugin-Download-GitLab-0.01.
2023-02-04 03:19:37 +00:00
Ken Moffat
1e7866e9a8 Update to Alien-Build-2.77 (Perl module). 2023-02-04 02:17:47 +00:00
Ken Moffat
f2450a200a Update to HTTP-Message-6.44 (perl module). 2023-02-04 02:01:53 +00:00
Ken Moffat
9fea048ac7 Update to Clone-0.46 (Perl module). 2023-02-04 01:51:13 +00:00
Ken Moffat
6649b85215 Update to B-COW-0.007 (perl module). 2023-02-04 01:39:34 +00:00
Ken Moffat
368220d436 Update to Test-Fatal-0.017 (Perl module). 2023-02-04 01:17:45 +00:00
Ken Moffat
a1823f663c Update to Test-Needs-0.002010 (Perl Module). 2023-02-04 01:08:05 +00:00
Ken Moffat
c8a98b318b Update to Module-Build-0.4232 (Perl Module), 2023-02-04 00:22:27 +00:00
Bruce Dubbs
d011022645 Update to libjpeg-turbo-2.1.5.
Ignore the changes to pythonhosted.xml
2023-02-03 16:57:58 -06:00
Pierre Labastie
b336ec6308 Typos
Reported by "rhubarbpieguy"
2023-02-03 15:48:25 +01:00
Pierre Labastie
ab96df2970 Document a test failure in sphinx 2023-02-03 15:33:49 +01:00
Ken Moffat
f0f23fdb86 Update to HTML-Parser-3.81. 2023-02-01 10:03:09 +00:00
Bruce Dubbs
53d92c8462 alphabetize python modules page 2023-01-31 18:55:09 -06:00
Bruce Dubbs
569925c77f Update python modules for pythonhosted
Move the pythonhoted page to python_modules even though it is not
yet activated to render in the book.

Change location of pythonhosted md5sum ENTITIES to packages.ent
so they can be used in multiple pages but only need to be updated
in one place.

Note that pages not have entries like:
  <!ENTITY asciidoc-md5sum        "&asciidoc-md5sum;">
so this seems to be redefinig the entity to the version
in packages.ent.  This seems to be OK with the build system.
2023-01-31 18:02:12 -06:00
Bruce Dubbs
3ef383c482 Move pythonhosted to python modules
The pythonhosted page is still commented out for now
but being set up for later inclusion.
2023-01-31 14:00:54 -06:00
Bruce Dubbs
8cc2fe70c8 Update to pycryptodome-3.17.0 (Python module). 2023-01-30 01:04:04 -06:00
Ken Moffat
dbdd6ff450 Change libyaml to 'required' for ruby. 2023-01-30 02:05:42 +00:00
Pierre Labastie
54d589072b Remove eol spaces 2023-01-29 13:51:59 +01:00
Xi Ruoyao
75b1a338b8
Update more URLs to use https
Mostly plain http -> https replace, if https works.  If there is a HTTP
redirection, use the redirect target (unless it's a mirror or l10n like
"https://kde.org/zh-cn/").

Some non-trivial change:

* www.mnogosearch.org is dead.  Not sure how to replace, so deleted.
* use https://github.com/cacalib/libcaca for libcaca.
  http://caca.zoy.org/wiki/libcaca seems out-of-date.
* http://www.speech.cs.cmu.edu/flite/ is dead, replaced with github repo
  link.
2023-01-29 14:35:01 +08: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
Pierre Labastie
35879fc83a Hatch-vcs: use underscore in written text
It is not easy to make one's mind whether a dash or an underscore
should be used: pypi, and doc, use hatch-vcs. But tarball name
nd installed module directories have hatch_vcs (note that dashes
are forbidden in python module names). So use hatch_vcs in written
text (don't change the dash in the entities and the id).
2023-01-28 10:08:03 +01:00
Pierre Labastie
cdabf95fd1 Fix meson_python dependency
It depends on pyproject-metadata, not directly on packaging.
2023-01-27 21:43:35 +01:00
Pierre Labastie
de1dcce148 Tidy up patchelf page:
Add a versioned doc directory
Add the make install command
2023-01-27 21:28:32 +01:00
Douglas R. Reno
bc73ecfbef Remove an extra comma 2023-01-27 10:38:08 -06:00
Pierre Labastie
9a8633f620 Document --without-baseruby for ruby
If using this option, the build system uses a newly built version
of ruby instead of the installed version of ruby, if it is
already installed. This is worth documenting.
2023-01-27 14:57:42 +01:00
Bruce Dubbs
2b2ab6d3e8 Update to IO-Socket-SSL-2.081 (Perl Module). 2023-01-26 15:34:05 -06:00
Bruce Dubbs
dee8484b4f Update to guile-3.0.9. 2023-01-26 15:25:13 -06:00
Bruce Dubbs
9dfe7f236f Update to doxyqml-0.5.2 (Python Module). 2023-01-26 11:09:18 -06:00
Bruce Dubbs
50fd4304ca Update to Text-BibTeX-0.89 (Perl Module). 2023-01-26 10:49:40 -06:00
Bruce Dubbs
0d7a65f3f4 Update to cmake-3.25.2. 2023-01-23 14:15:04 -06:00
Bruce Dubbs
6831ccec80 Fix meson_python url 2023-01-23 10:29:49 -06:00
Xi Ruoyao
9209f7c10a
dbus-python: switch to pip build (#17547) 2023-01-23 11:40:45 +08:00
Xi Ruoyao
7e24b60bf0
add meson_python-0.12.0 (#17547) 2023-01-23 11:38:52 +08:00
Xi Ruoyao
92b6254afc
add pyproject-metadata-0.7.0 (#17547) 2023-01-23 11:14:05 +08:00
Xi Ruoyao
b264d673fd
add patchelf-0.17.2 (#17547) 2023-01-23 10:42:34 +08:00
Pierre Labastie
b112f04320 Add figures and a few fixes for new python modules 2023-01-22 19:56:23 +01:00
Pierre Labastie
1076135359 Fix tags for requests patch 2023-01-22 19:56:23 +01:00
Pierre Labastie
8f65da9927 Update all python modules after merge 2023-01-22 19:56:08 +01:00
Pierre Labastie
658a4b405c Remove toml and tomli python module dependencies
They are not needed anymore. All modules now use tomllib from
the core python library.
2023-01-22 19:54:21 +01:00
Bruce Dubbs
a3fb37f612 Package updates.
Update to nano-7.2.
Update to exiv2-0.27.6.
Update to IO-Socket-SSL-2.080 (Perl Module).
2023-01-22 12:35:50 -06:00
Bruce Dubbs
6837c68bf7 Remove pythonhosted for now.
We will change pythonhosted.xml to incorporate all python modules
(perhaps excepting PyXDG) at https://files.pythonhosted.org
and move it to the top of the Python Modules page.

We will need to place the md5sums for the module sources in packages.ent
so they can be referenced in two places.

For now, remove the page from the build.  Later we will need to clean up
Makefile and archive stylesheets/{pyhosted-inc,pythonhosted}.xsl.
2023-01-22 10:13:38 -06:00
Pierre Labastie
f15166282a Remove the certifi python module
It is not needed, thanks to Ken's work on using system CA certficates
in Python modules.
2023-01-21 14:03:37 +01:00
Pierre Labastie
542ba6a919 Update to MarkupSafe-2.1.2 (Python Module) 2023-01-21 11:17:16 +01:00
Pierre Labastie
e1dc8db6ef Minor fixes to python modules 2023-01-19 21:41:27 +01:00
Pierre Labastie
765fd83edc Merge branch 'plabs/python-mods' into trunk
This branch introduces a new layout for python modules, similar
to what is done for perl modules. This allows to have useful python
modules in the book (sphinx, pytest, requests, gi-docgen), together
with their dependencies.

As a convenience for users who build by hand, a "Building
pythonhosted.org Files" section is added, which allows building all
the python modules dependencies in one go. It is generated from
the individual module pages, so the authoritative instructions are
on those individual pages.
2023-01-19 14:23:40 +01:00
Bruce Dubbs
4fe5cec23e Update to git-2.39.1. 2023-01-18 20:53:58 -06:00
Pierre Labastie
c10acfe844 Change ulink to xref for sphinx 2023-01-18 17:02:55 +01:00
Pierre Labastie
0f9a1f088b Merge branch 'trunk' into plabs/python-mods 2023-01-18 15:35:32 +01:00
Xi Ruoyao
97e721913b
rust: revise config.toml entries (#17520)
- Add `locked-deps = true` and `vendor = true`.  These allows building
  the package w/o downloading from crates.io (the bootstrap compiler
  still needs to be downloaded though), and eliminates the necessity of
  using a DESTDIR installation.  Note that in LFS we already do DESTDIR
  installation for ncurses so we won't lose too much educational
  material.
- Add `description = "for BLFS &version;"` so BLFS version will show up
  in the output of `rustc --version`.
- Remove `rpath = false`.  With rpath we can skip the modification of
  `/etc/ld.so.conf` file.  Note that rpath is coded as
  `$ORIGIN/../lib`, so if you run `ldd` on the executable in the build
  directory, it will show the path to the build directory; but if you
  run `ldd` on the installed executable, it will show the correct path
  to the installed library.  See `man ld.so` for more information about
  `$ORIGIN`.
2023-01-18 11:16:10 +08:00
Bruce Dubbs
82bb519300 Update to IO-Socket-SSL-2.079 (Perl Module). 2023-01-16 22:57:29 -06:00
Pierre Labastie
f15d31dfb7 Use remap as in the template for rust tests 2023-01-15 09:06:37 +01:00
Ken Moffat
7baeffeaad Update to rustc-1.66.1. 2023-01-15 03:16:16 +00:00
Bruce Dubbs
e58cf1493e Update to llvm-15.0.7. 2023-01-13 14:29:43 -06:00
Bruce Dubbs
109eb9ef2c Install FileCheck when building llvm 2023-01-13 12:08:22 -06:00
Douglas R. Reno
c0589340b5 Update to apache-ant-1.10.13 2023-01-12 22:15:14 -06:00
Pierre Labastie
fa7b6373fb Add a fallback for pythonhosted.xml
When pythonhosted.xml has not yet been generated, it cannot be
"xinluded". This just generates a warning at xinclude time, but
then the idref is missing, which may generate failures.
2023-01-11 14:56:27 +01:00
Pierre Labastie
b588758fe1 Stop tracking pythonhosted.xml
Delete it and add it to .gitignore
2023-01-10 22:54:38 +01:00
Pierre Labastie
3bdc4eba16 Merge branch 'trunk' into plabs/python-mods 2023-01-10 21:57:10 +01:00
Pierre Labastie
c8d23c4a10 Fix mercurial md5 2023-01-10 21:38:14 +01:00
Bruce Dubbs
2f4e738f73 Update to mercurial-6.3.2. 2023-01-10 11:26:50 -06:00
Bruce Dubbs
e94875222a Update to php-8.2.1. 2023-01-09 22:11:32 -06:00
Bruce Dubbs
3df3354c2b Update to Cython-0.29.33 (Python module). 2023-01-08 12:56:19 -06:00
Bruce Dubbs
087a3fd156 Update to python-dbusmock-0.28.7. 2023-01-06 11:31:00 -06:00
Bruce Dubbs
6304cd5ebf Update to Pygments-2.14.0 (Python module). 2023-01-02 15:16:10 -06:00
Bruce Dubbs
0ce5f579cd Update to Net-DNS-1.36 (Perl module) 2022-12-30 14:26:48 -06:00
Bruce Dubbs
7a5e58b93e Update to doxygen-1.9.6. 2022-12-29 16:14:37 -06:00
Bruce Dubbs
de944b992a Update to ruby-3.2.0. 2022-12-29 11:27:24 -06:00
Thomas Trepl
809c6b5eb5 Fix the note about ruby-on-rails applications 2022-12-28 10:29:35 +01:00
Bruce Dubbs
1d37b08d2c Update to tk8.6.13. 2022-12-27 20:11:42 -06:00
Thomas Trepl
036de7134e Upgrade git-2.39.0 2022-12-25 16:29:33 +01:00
Thomas Trepl
98fa3eaf4f Upgrade nasm-2.16.01 2022-12-25 09:23:40 +01:00
Thomas Trepl
15babcc08f Upgrade nasm-2.16 2022-12-24 09:10:01 +01:00
Bruce Dubbs
3d17248710 Remove double hyphens in comment 2022-12-23 13:46:19 -06:00
Bruce Dubbs
ec886f9ab0 Update to php-8.2.0. 2022-12-23 10:43:57 -06:00
Bruce Dubbs
e94f959eff An md5sum fix and a spelling fix 2022-12-23 09:36:11 -06:00
Bruce Dubbs
891ff68307 Update to python3-3.11.1. 2022-12-22 16:51:25 -06:00
Bruce Dubbs
a26fb1cf9b Perl module updates.
Update to IO-Socket-SSL-2.078 (Perl module).
Update to File-Slurper-0.014 (Perl module).
2022-12-22 16:20:44 -06:00
Douglas R. Reno
479c7fe4db Change sysprof and rest to use libadwaita1 instead of "libadwaita".
"libadwaita"'s xref is actually a pointer to libadwaita.so in
gnome-themes-extra. As a result of this, the library from
gnome-themes-extra gets referenced instead of the actual package.

Fix this by using 'libadwaita1' instead, like other packages that use
libadwaita.
2022-12-16 13:24:44 -06:00
Pierre Labastie
8c350e6c70 Update to lxml-4.9.2 (python module) 2022-12-15 12:54:44 +01:00
Douglas R. Reno
52c9cde654 Update to sysprof-3.46.0 2022-12-14 14:31:59 -06:00
Douglas R. Reno
3fbac767b9 Update to pyatspi-2.46.0 2022-12-14 13:30:11 -06:00
Douglas R. Reno
1ea1e02d3a Change all dependencies on at-spi2-atk and ATK to at-spi2-core.
This accounts for their archival in the next couple of commits.

The reason behind the archival is that the files from both of those
packages are now provided by at-spi2-core.
2022-12-14 13:21:59 -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
Ken Moffat
ab3ae35ad2 python-modules: patch Requests to be able to use system certs. 2022-12-12 23:09:06 +00:00
Ken Moffat
89a8d9ad9f Merge branch 'trunk' into plabs/python-mods 2022-12-12 22:34:38 +00:00
David Bryant
bdf848134a Change "behaviour" to "behavior" throughout the BLFS book. 2022-12-12 15:30:37 -06:00
David Bryant
b59e5eb3ea Fixed a common misspelling. "setup" is a noun. When "set up" is a
phrasal verb, it is spelled as two words. This commit fixes most of
the misspelled "set up" instances in the BLFS book.
2022-12-12 14:17:31 -06:00
Bruce Dubbs
7241b26bca Update to swig-4.1.1. 2022-12-05 18:27:38 -06:00
Thomas Trepl
d1901e49c9 Update to cmake-3.25.1 2022-12-03 17:22:53 +01:00
Pierre Labastie
cf905e02e5 Merge branch 'trunk' into plabs/python-mods 2022-12-01 21:23:08 +01:00
Pierre Labastie
5a8c6008bf Update to LLVM-15.0.6 2022-11-30 15:44:26 +01:00
Pierre Labastie
eb19100e6b Fix a misplaced role 2022-11-30 14:50:05 +01:00
Bruce Dubbs
75fee1b462 emove references to Xorg "katamari"
Also tweak a tar command in llvm.
2022-11-29 15:46: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
4454113552 Update to pycairo-1.23.0. 2022-11-28 20:47:45 -06:00
Bruce Dubbs
b0d1dc05f0 Package updates.
Update to php-8.1.13.
Update to umockdev-0.17.15.
Update to btrfs-progs-v6.0.2.
2022-11-28 16:16:11 -06:00
Bruce Dubbs
49b8f58152 Package updates.
Update to pycryptodome-3.16.0 (Python module).
Update to pipewire-0.3.61.
2022-11-28 15:16:03 -06:00
Thomas Trepl
edfcf34d37 Upgrade ruby-3.1.3 2022-11-28 12:27:11 +01:00
Bruce Dubbs
3cef615aef Update to mercurial-6.3.1. 2022-11-27 11:17:22 -06:00
Bruce Dubbs
1295f494d4 Update to pycairo-1.22.0. 2022-11-26 14:33:51 -06:00