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