Commit Graph

4351 Commits

Author SHA1 Message Date
Bruce Dubbs
2a0e02ee30 Update to tk8.6.14. 2024-03-19 14:01:15 -05:00
Bruce Dubbs
d0892b4112 Update to SCons-4.7.0. 2024-03-19 13:54:28 -05:00
Bruce Dubbs
0f31f7501b Update to vala-0.56.16. 2024-03-19 12:31:19 -05:00
Bruce Dubbs
0cf4b35416 Fix pygobject url 2024-03-19 10:24:51 -05:00
Bruce Dubbs
2366dadaf8 Update to packaging-24.0 (Python module). 2024-03-18 15:30:03 -05:00
Bruce Dubbs
b09ae7acbd Update to pygobject3-3.48.1 (Python module). 2024-03-18 15:09:50 -05:00
Bruce Dubbs
d5985757e6 Update to HTML-Parser-3.82 (Perl module). 2024-03-18 12:04:50 -05:00
Bruce Dubbs
2180980d91 Update to libwww-perl-6.77 (Perl module). 2024-03-18 12:00:44 -05:00
Bruce Dubbs
83fc27c210 Update to LWP-Protocol-https-6.14 (Perl module). 2024-03-18 09:20:59 -05:00
Thomas Trepl
2a211ce4a5 Upgrade php-8.3.4 2024-03-18 09:34:51 +01:00
Xi Ruoyao
c132586828
rust: Work around upstream issue 94147 to save some build time 2024-03-16 20:59:01 +08:00
Xi Ruoyao
45b2abd359
rust: Add sqlite as recommended and allow building cargo with system sqlite
Just observed when cargo was built we were spending minutes building a
bundled copy of sqlite.  Let's stop it.
2024-03-16 20:58:58 +08:00
Xi Ruoyao
0d1a1f9d08
Add dtc for qemu 2024-03-14 22:12:41 +08:00
Xi Ruoyao
3e923e56ed
gcc: Remove outdated note in caution
We no longer consider upgrading Linux API headers dangerous since LFS
12.1.
2024-03-12 20:52:47 +08:00
Pierre Labastie
2c7e9c4ff7 LLVM: create /etc/clang before populating it 2024-03-11 20:52:54 +01:00
Xi Ruoyao
aa7f6c25fc
gi-docgen: Really fix graphviz w/o pango issue
"-q" does not work for now :(.

Link: https://gitlab.com/graphviz/graphviz/-/issues/2379
2024-03-11 20:04:10 +08:00
Xi Ruoyao
0977d6154e
gi-docgen: Silence graphviz warnings 2024-03-11 19:38:44 +08:00
Xi Ruoyao
c0bc0a9eac
Update to glib-2.80.0 and gobject-introspection-1.80.0
Merge gobject-introspection into glib page to better handle a circular
dependency between these two packages.
2024-03-10 23:41:04 +08:00
Bruce Dubbs
d1bdcf7ec8 Revert to pytest-8.0.2 (Python Module). 2024-03-07 18:15:49 -06:00
Douglas R. Reno
070448eec8 Update to pyparsing-3.1.2 (Python Module) 2024-03-07 15:30:43 -06:00
Douglas R. Reno
9c5827f175 Update to vala-0.56.15 2024-03-07 14:27:25 -06:00
Douglas R. Reno
715f3920f1 Update to gdb-14.2 2024-03-07 13:29:58 -06:00
Xi Ruoyao
df39bac904
llvm: llvm-tapi-diff and llvm-remarkutil are no longer installed with LLVM 18 2024-03-07 12:22:57 +08:00
Xi Ruoyao
c87567a129
rust: Adapt for LLVM 18 and note additional test failures 2024-03-07 07:16:38 +08:00
Xi Ruoyao
670ac4fc54
Update to llvm-18.1.0 (#19413) 2024-03-07 04:46:08 +08:00
Douglas R. Reno
383c5a2af5 Update to pytest-8.1.0 (Python Module) 2024-03-06 12:12:18 -06:00
Xi Ruoyao
abfacaf80e
Remove most references to PCRE1
Some notes:

- proftpd has been supporting PCRE2 since 1.3.8a.
- bluefish actually invokes PCRE via Glib, so since Glib was ported
  from PCRE1 to PCRE2 bluefish has been using PCRE2 in fact.
- zsh and rasqal will support PCRE2 in the next release.  For zsh pcre
  is not used with book instruction anyway, and for rasqal the
  maintainer suggests just relying on Glibc regex.h before the next
  release.
- The other distros (Fedora for eg) are already disabling PCRE for
  slang.
2024-03-05 22:22:51 +08:00
Bruce Dubbs
f78c3c32f6 Update to swig-4.2.1. 2024-03-03 14:16:28 -06:00
Bruce Dubbs
2c9b2d752a Update to python-dbusmock-0.31.1 (Python module). 2024-03-03 12:27:55 -06:00
Bruce Dubbs
b0e1059761 Package updatees.
Update to asciidoctor-2.0.21.
Update to mpg123-1.32.5.
Update to pytest-8.0.2 (Python module).
Update to pcre2-10.43.
2024-03-02 15:47:14 -06:00
Bruce Dubbs
d370aa216c Update to git-2.44.0. 2024-02-24 11:20:08 -06:00
Xi Ruoyao
dce8206e96
git: Move a white space from the left side of "," to the right side for systemd revision
Minor format fix.
2024-02-24 13:06:13 +08:00
Douglas R. Reno
9ddc81e971 charset-normalizer: reference sqlite so the package gets listed instead
of the sqlite3 program.
2024-02-22 11:36:38 -06:00
Douglas R. Reno
619c3b1274 Tag OpenJDK 2024-02-22 11:36:38 -06:00
Xi Ruoyao
5e551157f3
python3: Document test failures with new expat 2024-02-23 01:35:06 +08:00
Bruce Dubbs
ba6b00b444 Update to thunderbird-115.8.0 (Security Update).
And a few minor text corrections.
2024-02-21 07:21:30 -06:00
Pierre Labastie
6bc171b270 charset-normalizer: improve deps
The charset-normalizer tests require the _sqlite3 module that is built
when rebuilding python3 after installing sqlite3.
2024-02-19 15:12:40 +01:00
Bruce Dubbs
c29fcb26c3 Update to php-8.3.3. 2024-02-18 16:59:37 -06:00
Bruce Dubbs
f722f5b704 Tag the rest of Chapter 13 minus openjdk plus apache 2024-02-17 11:32:48 -06:00
Bruce Dubbs
b335a90e92 Tag all remaining python pages. 2024-02-17 10:14:50 -06:00
Douglas R. Reno
e8b3f50d33 Tags 2024-02-17 02:49:09 -06:00
Bruce Dubbs
a11c88681a Update to Net-DNS-1.44 (Perl module). 2024-02-16 22:37:09 -06:00
Bruce Dubbs
181e069fbc Tag all perl modules 2024-02-16 19:51:24 -06:00
Douglas R. Reno
5d0e7b85b8 A bunch of tags 2024-02-16 18:57:03 -06:00
Bruce Dubbs
1241ea193c Tag xfce and dependencies 2024-02-16 13:11:29 -06:00
Douglas R. Reno
7c0429eaa4 Patch valgrind to work with glibc-2.39, Linux 6.4, and binutils-2.42.
During runtime we'll see failures like:

--701226-- WARNING: unhandled amd64-linux syscall: 452
--701226-- You may be able to write your own handler.
--701226-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--701226-- Nevertheless we consider this a bug.  Please report
--701226-- it at http://valgrind.org/support/bug_reports.html.

Without this patch, as well as issues on x86 due to nop patterns that
were introduced with binutils-2.42.
2024-02-16 11:33:29 -06:00
Bruce Dubbs
b9874725d3 Many tags.
Mostly Programming and Xorg sections and dependencies.
2024-02-15 19:26:48 -06:00
Douglas R. Reno
99c90fa037 Lots of tags 2024-02-15 15:50:19 -06:00
Rahul Chandra
3fc12e0aec Update to git-2.43.2 2024-02-14 23:24:42 -05:00
Douglas R. Reno
179b34eec5 Update to mercurial-6.6.3 2024-02-13 23:22:39 -06:00