Commit Graph

4060 Commits

Author SHA1 Message Date
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
Bruce Dubbs
8a7466be81 Update to IO-Socket-SSL-2.077 (Perl Module). 2022-11-26 10:56:13 -06:00
Pierre Labastie
d2a21aaf6b Typo 2022-11-18 15:26:28 +01:00
Pierre Labastie
754f4c6dd9 Update to LLVM-15.0.5
Also change some bridgehead to para, to prevent jhalfs failure:
see 392f81410, for the same issue in openjdk.
2022-11-18 14:28:51 +01:00
Pierre Labastie
392f81410b openjdk: remove one bridgehead that breaks jhalfs
For Additional downloads, jhalfs looks for a bridgehead
that contains "Additional", and expects that there is no
other bridgehead before the next itemizedlist, which is
supposed to contain the download information. Otherwise
it fails to find and use this information. Replace the
extra bridgehead with a para and emphasis.
2022-11-18 13:51:37 +01:00
Pierre Labastie
7029e5bc8c Update to cmake-3.25.0 2022-11-18 13:50:06 +01:00
Pierre Labastie
87ed9b10c7 Update to Mako-1.2.4
Also add testing instructions.
2022-11-17 13:34:30 +01:00
Pierre Labastie
f183c1c92c Update to mercurial-6.3.0 2022-11-17 13:25:20 +01:00
Pierre Labastie
68c50e0c02 Update to Mako-1.2.4
Also add testing instructions.
2022-11-17 13:23:54 +01:00
Pierre Labastie
11c62aa1a5 Update to mercurial-6.3.0 2022-11-17 13:12:26 +01:00
Pierre Labastie
4f406eae0e Merge branch 'trunk' into plabs/python-mods 2022-11-17 08:58:32 +01:00
Bruce Dubbs
517a6031ec Update to IO-Socket-SSL-2.076 (Perl Module). 2022-11-16 09:20:28 -06:00
Douglas R. Reno
0a91797423 Update to php-8.1.12 (Security Update) 2022-11-10 11:14:10 -06:00
Bruce Dubbs
41f908a9ee Start fleshing out pythonhosted.xml 2022-11-10 04:12:53 +00:00
Douglas R. Reno
3ddcb52b3e SWIG: Temporarily turn off JavaScript support due to problems with Node.
The Node CLI changed significantly enough that the tests will no longer
run and will give out errors which point towards problems in Make, when
they are due to changes in Node's CLI.

Let's turn the JavaScript support off for now since nothing else in BLFS
uses it.

This cleans up the output significantly, only leaving a few tests from
Lua failing and some from Go (since we use the GCC variant instead of
Google's official compiler.)
2022-11-09 10:49:36 -06:00
Bruce Dubbs
e09da3c5e4 Add pythonhosted page
This page is not complete.  The build part does not work yet, but
the fetch of files does.  If the fetch is run a second time, it
will only get a file in the .md5 file that is not already present.

The install instructs are mostly OK, but the test for the module
already installed is not correct yet.  The next commit will
update it.
2022-11-09 07:16:33 +00:00
Bruce Dubbs
bf09c25c98 Update to btrfs-progs-v6.0.1. 2022-11-08 18:11:14 -06:00
Bruce Dubbs
69f511be1e Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2022-11-08 15:47:08 -06:00
Douglas R. Reno
ea3ad85864 Python3's module reinstallation instructions:
Add meson into the list for both init systems

On systemd, mention MarkupSafe and Jinja2 from LFS as well.

There is a really long list of affected packages in IRC. We should come
up with a better way of handling this, I feel like the list would be too
long if we added it in normally.
2022-11-08 14:50:59 -06:00
Bruce Dubbs
bfe8137437 Update to llvm-15.0.4. 2022-11-08 13:53:31 -06:00
Bruce Dubbs
cb37cb794f Update to cmake-3.24.3. 2022-11-08 10:37:45 -06:00
Bruce Dubbs
ec288f7505 Stop hard coding the python version 2022-11-07 08:58:45 -06:00
Pierre Labastie
3d421495de Fix some Capitals in flit_core
Also there is only one additional dep for tests.
2022-11-07 13:29:46 +01:00
Ken Moffat
acd690750b python-mods - fix a couple of 'Installation of' items. 2022-11-06 23:15:56 +00:00
Bruce Dubbs
bd68243a33 Add inportant note to Python3
Ensure that users are warned about reinstalling Python
modules after upgrading to a new Python3 minor version.
2022-11-06 14:49:31 -06:00
Pierre Labastie
54d09e717a Merge branch 'trunk' into plabs/python-mods 2022-11-06 20:36:09 +01:00
Pierre Labastie
33f878a985 Finish addition of gi-docgen
Add figures, and add short description for gi-docgen
2022-11-06 12:02:53 +01:00
Pierre Labastie
0a13134f06 Add gi-docgen deps (still WIP) 2022-11-06 09:54:50 +01:00
Pierre Labastie
fdfe117163 Fix a missing tag 2022-11-04 12:45:33 +01:00
Pierre Labastie
72c62e4fbc Add figures for python modules
Also fix various problems with already included modules (missing
short descriptions, etc)
2022-11-04 12:24:09 +01:00
Bruce Dubbs
ada20087b3 Perl module updates.
Update to URI-5.17 (perl module).
Update to HTML-Parser-3.80 (Perl Module).
2022-11-03 16:00:31 -05:00
Pierre Labastie
8828c76063 Add gi-docgen (WIP: need testing) 2022-11-03 09:00:30 +01:00
Pierre Labastie
352e81e547 Only reference Jinja2 for sysv 2022-11-02 08:32:41 +01:00
Pierre Labastie
877b80ac62 Fix python-docs md5 2022-11-02 07:54:04 +01:00
Bruce Dubbs
4be7bcdf7a Update to Python3-3.11.0. 2022-11-01 14:06:49 -05:00
Pierre Labastie
be11214845 typos 2022-11-01 10:43:59 +01:00
Pierre Labastie
ddf66964af reference recommonmark in LLVM 2022-11-01 10:42:04 +01:00
Pierre Labastie
a8b202ac54 Add recommonmark and its dependency
This is the module needed for generating LLVM documentation.
2022-11-01 10:41:18 +01:00
Pierre Labastie
8c5e6eca40 Move "packaging" from dependencies to modules
It is required by both sphinx and pytest
2022-11-01 08:18:49 +01:00
Pierre Labastie
b69df19ab6 Merge branch 'trunk' into plabs/python-mods 2022-11-01 07:59:01 +01:00
Pierre Labastie
35ea4f048c Update to OpenJDK-19.0.1 2022-10-31 23:03:18 +01:00
Pierre Labastie
8b819c527c Reference book's pytest instead of external
Note that for pycairo2, I am not sure pytest can be built for python2.
2022-10-29 23:34:19 +02:00
Pierre Labastie
a2e0310cfd Fix Babel md5 2022-10-29 23:05:49 +02:00
Pierre Labastie
622cc86e3b Add doxypypy and doxyqml python modules
Also change some ulink to xref, and recommend those modules
for kapidox.
2022-10-29 22:33:08 +02:00
Pierre Labastie
f927d5b31d Merge branch 'trunk' into plabs/python-mods 2022-10-28 16:16:17 +02:00
Xi Ruoyao
b5e2a6ca63
swig: swig-4.1.0 uses PCRE2 instead of PCRE1
Link: https://github.com/swig/swig/pull/2138
2022-10-28 16:02:14 +08:00
Bruce Dubbs
80cd2ac953 Update to PerlIO-utf8_strict-0.010 (Perl module). 2022-10-27 15:56:03 -05:00
Bruce Dubbs
7a6fad03cc Update to valgrind-3.20.0. 2022-10-26 16:33:10 -05:00
Bruce Dubbs
5fbbb82c4f Update to swig-4.1.0. 2022-10-26 16:05:23 -05:00
Bruce Dubbs
474e41766f Update perl module URI dependencies 2022-10-24 10:46:29 -05:00
Bruce Dubbs
37e00bdd31 Update to Log-Log4perl-1.57 (Perl module). 2022-10-23 14:09:17 -05:00
Bruce Dubbs
f9e1bc3ed6 Update to llvm-15.0.3. 2022-10-23 12:37:43 -05:00
Pierre Labastie
c2453e6011 Merge branch 'trunk' into plabs/python-mods 2022-10-20 17:49:10 +02:00
Pierre Labastie
402910e9fb Fix references to sphinx 2022-10-20 17:22:26 +02:00
Pierre Labastie
6e86a833af Add the sphinx_rtd_theme python module 2022-10-20 17:21:40 +02:00
Pierre Labastie
6e98a0804b Move pyparsing module to python-modules
It may be used by packages other than python modules
2022-10-20 17:13:04 +02:00
Pierre Labastie
6cd8a9a304 Update to libxml2-2.10.3 (security update) 2022-10-20 13:51:46 +02:00
Bruce Dubbs
7599563171 Update to git-2.38.1 (Security update). 2022-10-19 20:02:04 -05:00
Bruce Dubbs
37524fe0bd Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2022-10-18 14:28:34 -05:00
Xi Ruoyao
bfc20e4fe8
lua: fix patch version number 2022-10-18 23:44:13 +08:00
Bruce Dubbs
3fb7d7dd87 Update to php-8.1.11. 2022-10-18 09:56:50 -05:00
Bruce Dubbs
ae1b82cc3d Python updates.
Update to python3-3.10.8.
Update to python-dbusmock-0.28.6.
2022-10-16 23:17:35 -05:00
Pierre Labastie
74434cca09 Add test instructions to new python modules 2022-10-16 23:14:25 +02:00
Pierre Labastie
ef6402e5c5 Add tests for some python deps and a few fixes 2022-10-16 09:58:22 +02:00
Pierre Labastie
114f6db9a4 Add tests for some python modules 2022-10-15 23:48:33 +02:00
Pierre Labastie
7775697cc0 Add py module to python-deps 2022-10-15 09:58:06 +02:00
Pierre Labastie
074696493c Merge branch 'trunk' into plabs/python-mods 2022-10-15 09:57:23 +02:00
Pierre Labastie
ab0bd91cc1 URI (perl module) depends on Test::Warnings 2022-10-15 09:43:19 +02:00
Bruce Dubbs
d37c1e0b99 Update some Perl modules.
Update to JSON-4.10 (Perl Module).
Update to URI-5.16 (Perl Module).
Update to HTML-Parser-3.79 (Perl Module).
2022-10-14 23:01:59 -05:00
Pierre Labastie
830c353761 Further python-deps 2022-10-14 16:21:43 +02:00
Pierre Labastie
301c411d42 Fix download urls in python-deps 2022-10-14 15:03:28 +02:00
Pierre Labastie
88149d4df5 Add python deps again
TODO: some versions to be fixed and check files
2022-10-13 17:09:55 +02:00
Pierre Labastie
db3bdfc60a Merge branch 'trunk' into plabs/python-mods 2022-10-13 16:50:17 +02:00
Pierre Labastie
25ee66702c Still adding python modules and fixing some 2022-10-13 16:49:28 +02:00
Bruce Dubbs
502b9abb5a Update to mercurial-6.2.3. 2022-10-11 20:36:04 -05:00
Pierre Labastie
2a0f15bce6 Fixes for sphinx 2022-10-09 22:52:47 +02:00
Pierre Labastie
a3d36f24b3 Merge branch 'trunk' into plabs/python-mods 2022-10-09 22:04:35 +02:00
Pierre Labastie
b3e180158c End python modules for sphinx 2022-10-09 22:03:26 +02:00
Xi Ruoyao
13d9cb6a90
rustc: list libgit2 as external dependency
We are using internally shipped libgit2 for now.
2022-10-08 20:03:49 +08:00
Xi Ruoyao
f2ae6ba809
rustc: demote curl and libssh2 to recommended
And, adjust LIBSSH2_SYS_USE_PKG_CONFIG according to if libssh2 is
installed.  Export it earlier so x.py build and x.py install will use
the same LIBSSH2_SYS_USE_PKG_CONFIG value.  This can reduce some
repeated building process.
2022-10-08 19:04:53 +08:00
Pierre Labastie
b50114ca3d More modules
Finished pytz. Begun pyparsing. Fixed packaging.
2022-10-07 22:42:06 +02:00
Xi Ruoyao
d2c16a455e
cmake: demote libuv to recommended, and add <option> for building cmake w/o recommended dependencies
Tested on a fresh LFS system.
2022-10-06 19:50:55 +08:00
Bruce Dubbs
3dd64c1825 Update to Net-DNS-1.35 (Perl module). 2022-10-05 19:10:43 -05:00
Bruce Dubbs
d985f0b3af Update to git-2.38.0. 2022-10-05 18:21:29 -05:00
Xi Ruoyao
661e7eb274
gdb: fix FTBFS with readline-8.2 2022-10-05 10:15:44 +08:00
Pierre Labastie
036821bd86 Dependencies of sphinx and requests 2022-10-02 22:50:11 +02:00
Pierre Labastie
2dfb0a580b Move requests from python-deps to python-modules
It is a dependency of both kapidox and sphinx
2022-10-02 20:20:02 +02:00
Pierre Labastie
432ea40759 Begin work on python dependencies 2022-09-30 16:25:05 +02:00
Pierre Labastie
0cf85fa1a7 Add files referenced by sphinx
File content is totally bogus...
2022-09-30 11:38:51 +02:00
Pierre Labastie
3d48ae4f2a Begin to add sphinx 2022-09-29 08:36:28 +02:00
Pierre Labastie
1ff0f0cd70 Merge branch 'trunk' into plabs/python-mods 2022-09-28 12:34:01 +02:00
Pierre Labastie
8706503737 Fix SBU values for llvm and rust
When measuring the SB unit, I used a terminal with "time { ... }".
When measuring LLVM and rust SBUs, I redirected output. It seems
the gnome terminal is very slow, and when redirecting the output of
the "time" command above, the SB unit goes from 119s down to
86s.
2022-09-27 22:15:24 +02:00
Bruce Dubbs
e977e1382e Renamed cmake-15.0.1.src.tar.xz and placed on anduin. 2022-09-26 11:35:41 -05:00
Pierre Labastie
bf4b5fc3e7 Update to rustc-1.64.0 2022-09-25 10:26:38 +02:00
Pierre Labastie
9a599135cf Update to llvm-15.0.1 2022-09-25 10:26:24 +02:00
Douglas R. Reno
75aa129cb5 Package Updates:
Update to libwpe-1.14.0
Update to Mako-1.2.3 (Python Module)
Update to nghttp2-1.50.0
2022-09-23 12:44:30 -05:00
Douglas R. Reno
498e62a0ea Package Updates:
Update to cmake-3.24.2
Update to libblockdev-2.28
Update to gtkmm-3.24.7
Update to xfce4-pulseaudio-plugin-0.4.5
2022-09-21 20:16:48 -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
49d287405a
lua: bump shared library patch revision 2022-09-17 03:51:37 +08:00
Pierre Labastie
5fe692613e Move python-modules to a subdirectory 2022-09-15 18:18:59 +02:00
Douglas R. Reno
b11b2683cb Doxygen: Remove build fix which was applied in 1.9.5. 2022-09-14 11:22:00 -05:00
Bruce Dubbs
9d9e7a6f49 Package Updates
Update to libXft-2.3.6 (xorg library).
Update to qpdf-11.0.0.
2022-09-11 16:08:04 -05:00
Bruce Dubbs
79f4a45d23 Update to php-8.1.10. 2022-09-11 13:17:14 -05:00
Pierre Labastie
4e207bb418 Replace tabs with spaces (except in Makefile :) 2022-09-11 18:22:44 +02:00
Xi Ruoyao
484f776714
dbus-python: mention egg-info directory in contents 2022-09-11 23:59:54 +08:00
Pierre Labastie
1fe05eb92d A round of removal of eol trailing spaces 2022-09-11 17:32:13 +02:00
Xi Ruoyao
01bfbee614
dbus-python: install metadata for pip3 2022-09-11 19:38:30 +08:00
Pierre Labastie
335b32d58b Fix python doc md5 2022-09-11 08:57:08 +02:00
Bruce Dubbs
e51029f76f Update to Python-3.10.7. 2022-09-10 14:20:34 -05:00
Bruce Dubbs
706265a939 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2022-09-10 13:21:54 -05:00
Bruce Dubbs
7b459c22b6 Add Cython python module. 2022-09-10 13:21:42 -05:00
Pierre Labastie
08c7ccd311 Fix alphabetical order in glossary 2022-09-10 14:32:49 +02:00
Pierre Labastie
b89180f557 Add --enable-default-pie/ssp to gcc
Also command explanations and test result comments
2022-09-10 14:14:10 +02:00
Pierre Labastie
0472eb0f00 Add instructions for pie and ssp in clang
Just instructions for now because in a hurry... TODO:
- Add command explanations
- Update changelog
- also gcc in blfs needs to get the switches for default pie and
  default ssp
2022-09-09 18:52:42 +02:00
Pierre Labastie
71b1e2d2f8 Fix build instructions for dbus-python 2022-09-09 08:12:14 +02:00
Xi Ruoyao
80106051b0
prog: URL updates 2022-09-08 15:34:19 +08:00
Bruce Dubbs
587f998a49 Typo 2022-09-07 20:38:03 -05:00
Bruce Dubbs
5f3dfa8e93 Update to dbus-python-1.3.2. 2022-09-07 20:36:24 -05:00
Bruce Dubbs
57222e8d39 Update to git-2.37.3. 2022-09-06 21:04:49 -05:00
Bruce Dubbs
1a7bbb8f28 Update to mercurial-6.2.2. 2022-09-06 15:23:14 -05:00
Bruce Dubbs
5ff8c3a9cb Add --no-user in Python module installation instructions. 2022-09-05 16:04:47 -05:00
Pierre Labastie
9f3e504cea Update to vala-0.56.3 2022-09-04 22:40:04 +02:00
Bruce Dubbs
ccdcaa0f76 Package updates.
Update to Log-Log4perl-1.56 (Perl Module).
Update to IO-Socket-SSL-2.075 (Perl Module).
Update to doxygen-1.9.5.
Update to libatomic_ops-7.6.14.
2022-09-04 10:32:30 -05:00
Douglas R. Reno
67cd226204 Package updates:
Update to gc-8.2.2
Update to mozjs-91.13.0
Update to libqalculate-4.3.0
Update to nghttp2-1.49.0
2022-09-03 17:59:57 -05:00
Pierre Labastie
9762440961 Fix libxml2py2 for libxml2-2.10.2
- fix md5sum and figures
- change build instructions because now setup.py is not distributed,
  only setup.py.in, so that configure needs to be run.
2022-09-03 07:52:35 +02:00
Bruce Dubbs
7189987151 Update a python module and four xorg libraries.
Update to libXau-1.0.10.
Update to libfontenc-1.1.6 (Xorg library).
Update to libXfont2-2.0.6 (Xorg library).
Update to libFS-1.0.9 (Xorg library).
Update to Mako-1.2.2 (Python module).
2022-09-02 15:54:01 -05:00
Bruce Dubbs
88c3b981d0 Update to PyYAML-6.0. 2022-09-02 13:37:50 -05:00
Xi Ruoyao
ed2176e518
rust: for systemd, tell how to use systemd-run to limit CPU cores 2022-08-29 12:01:21 +08:00
Xi Ruoyao
c0dfeeaf5e
rust: it's broken on non-SSE2 i686 2022-08-29 11:27:14 +08:00
Douglas R. Reno
96923efd52 Typo fixes 2022-08-28 15:11:37 -05:00
Pierre Labastie
2c5007040c Fix a perl module md5sum again 2022-08-27 14:54:01 +02:00
Pierre Labastie
d6696ec3d7 A few tags 2022-08-26 11:55:03 +02:00
Bruce Dubbs
7263a049ae Tags 2022-08-25 16:06:42 -05:00
Xi Ruoyao
115415d97c
rust: 43 + 1 = 44
Text change only.
2022-08-25 13:23:26 +08:00
Bruce Dubbs
c9e1750514 Update to ibus-1.5.27 and some tags 2022-08-24 23:16:34 -05:00
Bruce Dubbs
00eb94abb3 Tags and add a dependency to sysprof 2022-08-24 16:20:38 -05:00
Douglas R. Reno
2cc15a2bb3 Package updates, URL fix, and tags
Update to SDL2-2.24.0
Update to cups-filters-1.28.16
Fix the libxml2 python2 module's download URL (was 2.9, change to 2.10).
2022-08-24 13:13:13 -05:00
Thomas Trepl (Moody)
b5d7180d02 Tags for 11.2 2022-08-24 18:36:22 +02:00
Pierre Labastie
1be5f8b02d Move miplaced md5sum's to their right places
and restore old md5sum's...
2022-08-24 14:11:26 +02:00
Bruce Dubbs
b984aaa12f More tags 2022-08-23 21:44:16 -05:00
Douglas R. Reno
516c37467c Tags 2022-08-23 13:14:59 -05:00
Bruce Dubbs
6b871eab3f Tags - mostly for Graphics and Font Libraries 2022-08-23 12:52:22 -05:00
Douglas R. Reno
09422244a6 Tags for gtk3 and friends 2022-08-23 12:24:03 -05:00
Douglas R. Reno
d8fd5883af Tags for GTK+-2 and dependencies and Sawfish. 2022-08-23 11:34:26 -05:00
Bruce Dubbs
0ddf4e7c2a Tags 2022-08-22 22:55:37 -05:00
Douglas R. Reno
aa0b625099 Tag Xorg and dependencies 2022-08-22 21:55:59 -05:00
Douglas R. Reno
8b22593891 Tags for Subversion and friends 2022-08-22 17:06:21 -05:00
Douglas R. Reno
ce1dd9df4e Several tags 2022-08-22 15:41:07 -05:00
Bruce Dubbs
48cb482af9 Just tags 2022-08-22 14:13:52 -05:00
Douglas R. Reno
ecc23863e9 libevent: Typo fix
llvm: Document new test failures
Tags
2022-08-22 14:03:54 -05:00
Douglas R. Reno
dca2b43ecd Adapt CMake to use Boost-1.80.0 with FindBoost.
Tags
2022-08-22 11:33:42 -05:00
Douglas R. Reno
046d740a29 Some more tags 2022-08-22 00:11:24 -05:00
Pierre Labastie
cf6ee3d937 Fix python2 documentation download location 2022-08-21 06:49:39 +02:00
Xi Ruoyao
0c953f12ef
"anyways" -> "anyway"
"anyways" is informal:
https://www.merriam-webster.com/dictionary/anyways
2022-08-20 14:38:05 +08:00
Pierre Labastie
0f21ed27e6 Update to gcc-12.2.0 2022-08-20 07:00:36 +02:00
Pierre Labastie
12ab2eba9e Apply glibc-2.36 patch to BLFS gcc 2022-08-19 13:58:34 +02:00
Pierre Labastie
5106927260 Fix md5sum and size for libxml2 python2 module 2022-08-18 19:40:50 +02:00
Pierre Labastie
39fd768263 Update to cmake-3.24.1 2022-08-18 12:31:05 +02:00
Bruce Dubbs
2e69bcc4b5 Update to Pygments-2.13.0 (Python module). 2022-08-17 19:12:10 -05:00
Bruce Dubbs
522be71c0f Update to slang-2.3.3. 2022-08-17 18:54:11 -05:00
Bruce Dubbs
d61eea50ae Update to php-8.1.9. 2022-08-17 18:37:37 -05:00
Douglas R. Reno
66f6b74ec5 JDK: Update the binary for i686 to 18.0.2+8. 2022-08-17 12:58:20 -05:00
Pierre Labastie
8859e3025f Fix compiler-rt patch application in llvm 2022-08-17 09:03:30 +02:00
Bruce Dubbs
ff04d5051a Update to cmake-3.24.0. 2022-08-16 19:15:11 -05:00
Bruce Dubbs
8a2daa5b0d Update to git-2.37.2. 2022-08-15 14:59:51 -05:00
Bruce Dubbs
b344323973 Update to libwpe-1.12.2. 2022-08-14 13:32:50 -05:00
Douglas R. Reno
7c6b211f0e Update to OpenJDK-18.0.2. The i686 binary will come later today or
tomorrow.
2022-08-12 10:21:51 -05:00
Douglas R. Reno
5f729f8e30 Various typo fixes 2022-08-11 17:36:37 -05:00
Bruce Dubbs
4015cae9c6 Fix URL for python docs 2022-08-11 10:37:44 -05:00
Bruce Dubbs
9d1758245b Update to Text-CSV-2.02 (Perl module). 2022-08-10 18:47:43 -05:00
Bruce Dubbs
3df4c93c3e Update to Python-3.10.6. 2022-08-10 18:41:19 -05:00
Xi Ruoyao
9e82e4a607
llvm: patch compiler-rt for glibc-2.36 2022-08-08 12:58:35 +08:00
Bruce Dubbs
89d14d5cfe Update to SCons-4.4.0. 2022-08-01 13:43:57 -05:00
Bruce Dubbs
d359e54ddd Update to JSON-4.09 (Perl module). 2022-08-01 11:52:22 -05:00
Bruce Dubbs
88408aa25e Update to mercurial-6.2.1. 2022-07-30 16:51:46 -05:00
Ken Moffat
cdd79aa7f2 Update perl module dependencies.
All modules now at versions current on 2022-07-28.
2022-07-30 22:00:29 +01:00
Bruce Dubbs
24b30070ce Update to cmake-3.23.3. 2022-07-29 17:50:23 -05:00
Douglas R. Reno
f5c839ee3e Subversion: Move tests for javahl bindings to after the installation. 2022-07-23 15:55:32 -05:00
Douglas R. Reno
ac605d0a9c Subversion: Using multiple jobs when compiling the Java bindings causes
a race condition.

Fix this by forcing the java bindings to build at -j1.
2022-07-23 11:21:24 -05:00
Douglas R. Reno
99ae260001 Package Updates:
Update to fetchmail-6.4.31
Update to pygobject-3.42.2
Update to network-manager-applet-1.28.0
Update to python-dbusmock-0.28.4
2022-07-21 10:34:12 -05:00
Douglas R. Reno
4a86f18a79 Package Updates:
Update to mercurial-6.2
Update to upower-0.99.20
Update to libnotify-0.8.1
Update to xf86-input-wacom-1.1.0 (Xorg Driver)
2022-07-19 11:11:25 -05:00
Douglas R. Reno
0f30bb1742 sysprof: itstool is now a required dependency. 2022-07-18 10:36:32 -05:00
Bruce Dubbs
87b7a107d2 Update to vala-0.56.2. 2022-07-17 17:51:56 -05:00
Bruce Dubbs
3a60bfb3d3 Spelling 2022-07-14 17:14:20 -05:00
Douglas R. Reno
a1a652ad15 Package Updates:
Update to URI-5.12 (Perl Module)
Update to xf86-input-synaptics-1.9.2 (Xorg Driver)
Update to hdparm-9.64
Update to wayland-protocols-1.26
Update to libdrm-2.4.112
2022-07-13 19:46:02 -05:00
Douglas R. Reno
c2051dbdc3 Five Security Updates:
Update to node.js-16.16.0
Update to php-8.1.8
Add security patch for Dovecot (fixes CVE-2022-30550)
Update to seamonkey-2.53.13
Update to gnupg-2.3.7
Mark git as a security update
2022-07-13 17:12:03 -05:00
Pierre Labastie
79e8b549ff python-dbusmock requires dbus-python at build time 2022-07-13 14:39:41 +02: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
Bruce Dubbs
97a1efc586 Update D-Bus Python build instructions
Nothing seems to be using the Python2 dbus-python module,
so we can remove it and  use the pip3 build/install method
for the Python3 module.
2022-07-08 10:12:12 -05:00
Bruce Dubbs
a7bab91ac9 Update to docutils-0.19 (Python module). 2022-07-05 21:44:45 -05:00
Bruce Dubbs
9e56b6bb16 Update to URI-5.11 (perl module). 2022-07-05 09:24:06 -05:00
Pierre Labastie
00e3f274bb Update to lxml-4.9.1 (python module) 2022-07-02 12:57:12 +02:00
Pierre Labastie
16a24a450d Fix compiler-rt md5 2022-07-02 09:41:04 +02:00
Pierre Labastie
b2999760e5 Mako: fix double dashes after uncommenting 2022-07-02 07:44:49 +02:00
Bruce Dubbs
fa411f6eed larify pip3 install options.
In some cases --upgrade or --force-reinstall is needed when installing
a python module.  Add some notes describing these options.

If one of the above options is used, --no-deps may be needed to avoid
reinstalling package dependencies.  Note this option also.
2022-07-01 21:03:20 -05:00
Bruce Dubbs
2325522d03 Update to Mako-1.2.1 (Python module). 2022-07-01 17:47:56 -05:00
Bruce Dubbs
8fe85d0c32 Update to llvm-14.0.6. 2022-07-01 12:40:47 -05:00
Bruce Dubbs
fae2f6f7f9 Update to python-dbusmock-0.28.1 (Python module). 2022-06-29 22:59:28 -05:00
Tim Tassonis
82541b159a Update to curl-7.84.0.
Update to git-2.37.0.
2022-06-28 16:09:55 +02:00
Bruce Dubbs
449b97ac83 Update to JSON-4.07 (Perl module). 2022-06-25 15:56:21 -05:00
Bruce Dubbs
4a056fe958 Update to pycryptodome-3.15.0 (Python module). 2022-06-25 15:52:19 -05:00
Pierre Labastie
a790ec35b3 FInish updating to OpenJDK-18.0.1.1 2022-06-24 11:00:52 +02:00
Pierre Labastie
7e21dae5b2 Update to openjdk-18.0.1.1
This commit only has the 64 bit version of the binary and no
changelog yet.
2022-06-23 14:10:07 +02:00
Bruce Dubbs
c4ad2f873d Update to python-dbusmock-0.28.0 (Python module). 2022-06-20 10:49:42 -05:00
Pierre Labastie
c65511f5c0 Update to mercurial-6.1.4 2022-06-18 21:54:06 +02:00
Douglas R. Reno
b9adf63346 Two package updates
Update to libnma-1.8.40
Update to Lingua-Translit-0.29
2022-06-16 09:10:21 -05:00
Douglas R. Reno
d4e2f0e6e5 Package updates:
Update to libwww-perl-6.67
Update to dovecot-2.3.19.1
2022-06-15 10:53:02 -05:00
Bruce Dubbs
b99ba3310f Update to Python-3.10.5. 2022-06-14 16:06:14 -05:00
Bruce Dubbs
1baa01427f Update to llvm-14.0.5. 2022-06-12 14:07:39 -05:00
Bruce Dubbs
199a3cedaa Update to php-8.1.7. 2022-06-11 10:33:02 -05:00
Bruce Dubbs
c190b385c0 Update to cbindgen-0.24.3. 2022-06-10 13:16:33 -05:00
Bruce Dubbs
8fcb69a361 Update to cbindgen-0.24.2. 2022-06-07 21:59:05 -05:00
Xi Ruoyao
b9a6bcc06a
Python 3: sync install command with LFS 2022-06-07 16:48:45 +08:00
Bruce Dubbs
b4667cbbcf Fix pyxdg url 2022-06-06 11:23:24 -05:00
Bruce Dubbs
5186e9ad35 Update to pyxdg-0.28 (Python module). 2022-06-06 11:19:24 -05:00
Bruce Dubbs
cccb9e3c91 Update to mercurial-6.1.3. 2022-06-04 15:39:35 -05:00
Douglas R. Reno
87fbbb78b5 Package Updates:
Update to libblockdev-2.27
Update to iso-codes-4.10.0
Update to Log-Log4perl-1.55 (Perl Module)
Update to xkeyboard-config-2.36
Update to libadwaita-1.1.2
2022-06-02 12:05:55 -05:00
Pierre Labastie
2fb7466479 Remove a reference to perl-scalar-list-utils
It is now taken from the core perl-5.36 modules
2022-06-02 17:45:08 +02:00
Pierre Labastie
c1a1b6ece7 Remove Scalar::List::Util from perl dependencies
The version in perl-5.36 core modules is the same as cpan
2022-06-02 17:45:08 +02:00
Bruce Dubbs
1485f69ee0 Update to lxml-4.9.0 (python module). 2022-05-31 20:24:08 -05:00
Bruce Dubbs
16e6d0d165 Update to Net-DNS-1.34 (Perl module). 2022-05-31 15:37:58 -05:00
Pierre Labastie
bb9fc7966f Update to cmake-3.23.2 2022-05-26 20:38:10 +02:00
Bruce Dubbs
19bb11b91d Package updates.
Update to evince-42.3.
Update to asciidoc-10.2.0 (Python module).
2022-05-23 12:42:53 -05:00