rbt 0.13.26 → 0.13.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of rbt might be problematic. Click here for more details.

Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +57 -56
  3. data/lib/rbt/commandline/commandline.rb +3 -3
  4. data/lib/rbt/constants/remote_URLs.rb +1 -1
  5. data/lib/rbt/cookbooks/search_for_tags/search_for_tags.rb +5 -5
  6. data/lib/rbt/gui/gtk3/statistics/statistics.rb +1 -1
  7. data/lib/rbt/gui/gtk3/url_action/url_action.rb +1 -1
  8. data/lib/rbt/gui/unified_gtk/installer/installer.rb +2 -2
  9. data/lib/rbt/installer/handle_installing_and_compiling_programs.rb +2 -2
  10. data/lib/rbt/installer/menu.rb +73 -72
  11. data/lib/rbt/installer/meson_and_ninja_related_code.rb +2 -2
  12. data/lib/rbt/installer/misc.rb +7 -7
  13. data/lib/rbt/make/make.rb +2 -1
  14. data/lib/rbt/misc/map_this_input_to_that_registered_program.rb +1 -1
  15. data/lib/rbt/misc/sed_wrapper.rb +1 -1
  16. data/lib/rbt/toplevel_methods/check_this_cookbook_file_for_errors.rb +2 -1
  17. data/lib/rbt/utility_scripts/expand_cookbooks.rb +5 -4
  18. data/lib/rbt/utility_scripts/report_the_registered_programs.rb +3 -3
  19. data/lib/rbt/version/version.rb +2 -2
  20. data/lib/rbt/yaml/cookbooks/attica.yml +2 -2
  21. data/lib/rbt/yaml/cookbooks/bluezqt.yml +2 -2
  22. data/lib/rbt/yaml/cookbooks/breezeicons.yml +2 -2
  23. data/lib/rbt/yaml/cookbooks/cares.yml +2 -2
  24. data/lib/rbt/yaml/cookbooks/cmake.yml +2 -2
  25. data/lib/rbt/yaml/cookbooks/evolution.yml +2 -2
  26. data/lib/rbt/yaml/cookbooks/fileroller.yml +7 -2
  27. data/lib/rbt/yaml/cookbooks/gdb.yml +7 -2
  28. data/lib/rbt/yaml/cookbooks/gjs.yml +2 -2
  29. data/lib/rbt/yaml/cookbooks/gpgme.yml +2 -2
  30. data/lib/rbt/yaml/cookbooks/kitemmodels.yml +5 -0
  31. data/lib/rbt/yaml/cookbooks/konsole.yml +2 -2
  32. data/lib/rbt/yaml/cookbooks/libseccomp.yml +8 -3
  33. data/lib/rbt/yaml/cookbooks/libvirt.yml +2 -2
  34. data/lib/rbt/yaml/cookbooks/libxkbcommon.yml +2 -2
  35. data/lib/rbt/yaml/cookbooks/linux.yml +2 -2
  36. data/lib/rbt/yaml/cookbooks/mesa.yml +2 -2
  37. data/lib/rbt/yaml/cookbooks/mlt.yml +2 -2
  38. data/lib/rbt/yaml/cookbooks/mupdf.yml +2 -2
  39. data/lib/rbt/yaml/cookbooks/mutter.yml +2 -2
  40. data/lib/rbt/yaml/cookbooks/perl.yml +2 -2
  41. data/lib/rbt/yaml/cookbooks/pipewire.yml +2 -2
  42. data/lib/rbt/yaml/cookbooks/poppler.yml +3 -3
  43. data/lib/rbt/yaml/cookbooks/qbittorrent.yml +2 -2
  44. data/lib/rbt/yaml/cookbooks/rst2html5.yml +5 -0
  45. data/lib/rbt/yaml/cookbooks/sanebackends.yml +4 -0
  46. data/lib/rbt/yaml/cookbooks/shadow.yml +2 -2
  47. data/lib/rbt/yaml/cookbooks/sqliteautoconf.yml +2 -2
  48. data/lib/rbt/yaml/cookbooks/toml.yml +4 -1
  49. data/lib/rbt/yaml/cookbooks/tumbler.yml +2 -2
  50. data/lib/rbt/yaml/cookbooks/unoconv.yml +5 -1
  51. data/lib/rbt/yaml/cookbooks/xfce4appfinder.yml +3 -0
  52. data/lib/rbt/yaml/cookbooks/xfce4powermanager.yml +8 -3
  53. data/lib/rbt/yaml/cookbooks/xfce4settings.yml +2 -2
  54. data/lib/rbt/yaml/cookbooks/xosd.yml +1 -0
  55. data/lib/rbt/yaml/cookbooks/zfs.yml +2 -2
  56. data/lib/rbt/yaml/expanded_cookbooks/attica.yml +8 -8
  57. data/lib/rbt/yaml/expanded_cookbooks/bluezqt.yml +8 -8
  58. data/lib/rbt/yaml/expanded_cookbooks/cares.yml +9 -9
  59. data/lib/rbt/yaml/expanded_cookbooks/cmake.yml +8 -8
  60. data/lib/rbt/yaml/expanded_cookbooks/evolution.yml +8 -8
  61. data/lib/rbt/yaml/expanded_cookbooks/fileroller.yml +12 -11
  62. data/lib/rbt/yaml/expanded_cookbooks/gdb.yml +12 -12
  63. data/lib/rbt/yaml/expanded_cookbooks/gjs.yml +9 -9
  64. data/lib/rbt/yaml/expanded_cookbooks/gpgme.yml +9 -9
  65. data/lib/rbt/yaml/expanded_cookbooks/kitemmodels.yml +3 -3
  66. data/lib/rbt/yaml/expanded_cookbooks/konsole.yml +8 -8
  67. data/lib/rbt/yaml/expanded_cookbooks/ksirk.yml +4 -4
  68. data/lib/rbt/yaml/expanded_cookbooks/libseccomp.yml +12 -12
  69. data/lib/rbt/yaml/expanded_cookbooks/libvirt.yml +9 -9
  70. data/lib/rbt/yaml/expanded_cookbooks/libxkbcommon.yml +9 -9
  71. data/lib/rbt/yaml/expanded_cookbooks/linux.yml +9 -9
  72. data/lib/rbt/yaml/expanded_cookbooks/mesa.yml +9 -9
  73. data/lib/rbt/yaml/expanded_cookbooks/mlt.yml +9 -9
  74. data/lib/rbt/yaml/expanded_cookbooks/mupdf.yml +8 -8
  75. data/lib/rbt/yaml/expanded_cookbooks/mutter.yml +9 -9
  76. data/lib/rbt/yaml/expanded_cookbooks/openssl.yml +1 -1
  77. data/lib/rbt/yaml/expanded_cookbooks/perl.yml +10 -10
  78. data/lib/rbt/yaml/expanded_cookbooks/pipewire.yml +9 -9
  79. data/lib/rbt/yaml/expanded_cookbooks/poppler.yml +9 -9
  80. data/lib/rbt/yaml/expanded_cookbooks/qbittorrent.yml +9 -9
  81. data/lib/rbt/yaml/expanded_cookbooks/rst2html5.yml +2 -2
  82. data/lib/rbt/yaml/expanded_cookbooks/sanebackends.yml +5 -3
  83. data/lib/rbt/yaml/expanded_cookbooks/shadow.yml +8 -8
  84. data/lib/rbt/yaml/expanded_cookbooks/sqliteautoconf.yml +9 -9
  85. data/lib/rbt/yaml/expanded_cookbooks/toml.yml +2 -2
  86. data/lib/rbt/yaml/expanded_cookbooks/tumbler.yml +9 -9
  87. data/lib/rbt/yaml/expanded_cookbooks/unoconv.yml +7 -7
  88. data/lib/rbt/yaml/expanded_cookbooks/xfce4appfinder.yml +3 -3
  89. data/lib/rbt/yaml/expanded_cookbooks/xfce4powermanager.yml +14 -14
  90. data/lib/rbt/yaml/expanded_cookbooks/xfce4settings.yml +8 -8
  91. data/lib/rbt/yaml/expanded_cookbooks/xosd.yml +1 -1
  92. data/lib/rbt/yaml/expanded_cookbooks/zfs.yml +9 -9
  93. data/lib/rbt/yaml/programs_version/available_programs_versions.md +29 -29
  94. data/lib/rbt/yaml/programs_version/programs_version.yml +29 -28
  95. data/lib/rbt/yaml/programs_version/the_expanded_coobkook_dataset_was_last_updated_on_this_day.yml +1 -1
  96. data/lib/rbt/yaml/these_programs_were_updated.yml +28 -0
  97. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 250476d8cb6656934f2d1dc5f6ba0a99a70f5c49ce4f54430c10b1e8af1aef88
4
- data.tar.gz: f063a49c72bf0212163db15c986f2f3d493948d6164a99e3dfe4a09b2023e906
3
+ metadata.gz: 2f43e273aa7b9d4d713ad9f3b332f376c1e18636efe2ff086db836c4831e6f70
4
+ data.tar.gz: bba049fef770670afbd50ac31ff748f3b7bc94f8ee198fa4f418ea9c102ea09a
5
5
  SHA512:
6
- metadata.gz: ec04dba8666b90431d2627fdfeb02327fbedb3e26c53839ac406b31310bfdb164c244fbda13d1cc6a8b7e9fa9a6387174e25c5b5fef22c41bdacfa68e54061bb
7
- data.tar.gz: bfa4efce2c52a2212e7b9a18df5142a2df36f5132d9062187797d3233b0a699b3ca5f795a427dcb74bbda669f5b3e33a0105dcd3680149529bb65b9a4dc4b258
6
+ metadata.gz: 9eadee07dc5d7493fda511e1f6b43c97fbe428da85fc1b2a41dbda4ebf07b12225213f5b162b20c414fbd81c6ec65f8a4afa6585abf31e0121370986fb6dfd89
7
+ data.tar.gz: 7c55f60da4a5c43b55623eb0432124fd0036e22bf95b5a3f28200c9cfe02966b2f81264fddf7923f5a893e7bc19a704c764d916414bfd4bba845d509e763e0c0
data/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![forthebadge](https://forthebadge.com/images/badges/made-with-ruby.svg)](https://www.ruby-lang.org/en/)
6
6
  [![Gem Version](https://badge.fury.io/rb/rbt.svg)](https://badge.fury.io/rb/rbt)
7
7
 
8
- This gem was <b>last updated</b> on the <span style="color: darkblue; font-weight: bold">24.11.2023</span> (dd.mm.yyyy notation), at <span style="color: steelblue; font-weight: bold">18:16:30</span> o'clock.
8
+ This gem was <b>last updated</b> on the <span style="color: darkblue; font-weight: bold">04.12.2023</span> (dd.mm.yyyy notation), at <span style="color: steelblue; font-weight: bold">03:34:01</span> o'clock.
9
9
 
10
10
  ## RBT - The "Ruby Build Tools" Project
11
11
 
@@ -9374,33 +9374,34 @@ that can occur during compilation.
9374
9374
  The following programs were updated with this release,
9375
9375
  compared to the previous release:
9376
9376
 
9377
- rubygems was updated to program version 3.4.22 (on: 11.11.2023-04:40:25)<br>
9378
- gstreamer was updated to program version 1.22.7 (on: 13.11.2023-19:56:16)<br>
9379
- mariadb was updated to program version 11.0.4 (on: 14.11.2023-23:28:10)<br>
9380
- cmake was updated to program version 3.27.8 (on: 15.11.2023-18:05:36)<br>
9381
- cmake was updated to program version 3.27.7 (on: 15.11.2023-18:06:45)<br>
9382
- wireshark was updated to program version 4.2.0 (on: 16.11.2023-02:21:10)<br>
9383
- pipewire was updated to program version 0.3.85 (on: 16.11.2023-14:43:24)<br>
9384
- shotwell was updated to program version 0.32.3 (on: 16.11.2023-22:09:41)<br>
9385
- ibus was updated to program version 1.5.29 (on: 17.11.2023-06:40:23)<br>
9386
- openvpn was updated to program version 2.6.8 (on: 17.11.2023-17:35:03)<br>
9387
- gtk was updated to program version 4.12.4 (on: 18.11.2023-00:32:49)<br>
9388
- xcbutilcursor was updated to program version 0.1.5 (on: 18.11.2023-03:01:39)<br>
9389
- libxrandr was updated to program version 1.5.4 (on: 18.11.2023-03:03:47)<br>
9390
- libx11 was updated to program version 1.8.7 (on: 18.11.2023-03:05:12)<br>
9391
- samtools was updated to program version 1.18 (on: 18.11.2023-07:30:09)<br>
9392
- inkscape was updated to program version 1.3.1 (on: 19.11.2023-04:14:43)<br>
9393
- gettext was updated to program version 0.22.4 (on: 20.11.2023-02:13:21)<br>
9394
- linux was updated to program version 6.6.2 (on: 20.11.2023-18:34:40)<br>
9395
- git was updated to program version 2.43.0 (on: 20.11.2023-20:43:06)<br>
9396
- qbittorrent was updated to program version 4.6.1 (on: 20.11.2023-23:15:27)<br>
9397
- php was updated to program version 8.2.13 (on: 21.11.2023-20:14:09)<br>
9398
- openssl was updated to program version 3.2.0 (on: 23.11.2023-21:57:49)<br>
9399
- gtkmm was updated to program version 4.13.2 (on: 24.11.2023-10:07:17)<br>
9400
- libxslt was updated to program version 1.1.39 (on: 24.11.2023-10:07:17)<br>
9401
- parallel was updated to program version 20231122 (on: 24.11.2023-10:07:17)<br>
9402
- libxml2 was updated to program version 2.12.1 (on: 24.11.2023-10:07:17)<br>
9403
- libdrm was updated to program version 2.4.118 (on: 24.11.2023-10:13:11)<br>
9377
+ shadow was updated to program version 4.14.2 (on: 26.11.2023-06:06:39)<br>
9378
+ sqliteautoconf was updated to program version 3440200 (on: 26.11.2023-06:08:10)<br>
9379
+ perl was updated to program version 5.38.1 (on: 26.11.2023-06:51:53)<br>
9380
+ pipewire was updated to program version 1.0.0 (on: 26.11.2023-12:42:34)<br>
9381
+ qbittorrent was updated to program version 4.6.2 (on: 28.11.2023-10:49:03)<br>
9382
+ cmake was updated to program version 3.27.9 (on: 29.11.2023-04:23:42)<br>
9383
+ linux was updated to program version 6.6.3 (on: 29.11.2023-18:00:36)<br>
9384
+ zfs was updated to program version 2.2.2 (on: 01.12.2023-04:29:23)<br>
9385
+ xfce4settings was updated to program version 4.18.4 (on: 01.12.2023-23:31:42)<br>
9386
+ libvirt was updated to program version 9.10.0 (on: 02.12.2023-14:40:51)<br>
9387
+ poppler was updated to program version 23.12.0 (on: 02.12.2023-18:28:19)<br>
9388
+ linux was updated to program version 6.6.4 (on: 03.12.2023-12:19:14)<br>
9389
+ libseccomp was updated to program version 2.5.5 (on: 03.12.2023-14:41:38)<br>
9390
+ tumbler was updated to program version 4.18.2 (on: 03.12.2023-14:43:54)<br>
9391
+ mesa was updated to program version 23.3.0 (on: 03.12.2023-15:41:59)<br>
9392
+ cares was updated to program version 1.23.0 (on: 03.12.2023-15:43:58)<br>
9393
+ libxkbcommon was updated to program version 1.6.0 (on: 03.12.2023-15:46:35)<br>
9394
+ xfce4powermanager was updated to program version 4.18.3 (on: 03.12.2023-15:48:52)<br>
9395
+ mutter was updated to program version 44.7 (on: 03.12.2023-15:55:05)<br>
9396
+ evolution was updated to program version 3.50.2 (on: 03.12.2023-16:28:45)<br>
9397
+ fileroller was updated to program version 43.1 (on: 03.12.2023-16:29:12)<br>
9398
+ gjs was updated to program version 1.78.1 (on: 03.12.2023-16:29:53)<br>
9399
+ gdb was updated to program version 14.1 (on: 03.12.2023-16:30:29)<br>
9400
+ mlt was updated to program version 7.22.0 (on: 03.12.2023-16:35:40)<br>
9401
+ gpgme was updated to program version 1.23.2 (on: 03.12.2023-16:37:50)<br>
9402
+ konsole was updated to program version 23.08.3 (on: 04.12.2023-01:57:35)<br>
9403
+ attica was updated to program version 5.112.0 (on: 04.12.2023-02:54:18)<br>
9404
+ bluezqt was updated to program version 5.112.0 (on: 04.12.2023-03:31:09)<br>
9404
9405
 
9405
9406
 
9406
9407
  ## Available program versions
@@ -10811,7 +10812,7 @@ cluttergst 3.0.27 07 February 2019 http://ftp.gnome.org/pub
10811
10812
  cluttergtk 1.8.4 09 August 2017 http://ftp.gnome.org/pub/gnome/sources/clutter-gtk/1.8/clutter-gtk-1.8.4.tar.xz
10812
10813
  cluttergtkmm 1.6.0 18 March 2015 http://ftp.gnome.org/pub/GNOME/sources/clutter-gtkmm/1.6/clutter-gtkmm-1.6.0.tar.xz
10813
10814
  cluttermm 1.17.3 01 May 2014 http://ftp.gnome.org/pub/GNOME/sources/cluttermm/1.17/cluttermm-1.17.3.tar.xz
10814
- cmake 3.27.7 07 October 2023 https://github.com/Kitware/CMake/releases/download/v3.27.7/cmake-3.27.7.tar.gz
10815
+ cmake 3.27.7 15 November 2023 https://github.com/Kitware/CMake/releases/download/v3.27.7/cmake-3.27.7.tar.gz
10815
10816
  cmark 0.29.0 26 May 2020 https://github.com/commonmark/cmark/archive/0.29.0.tar.gz
10816
10817
  cmdftp 0.9.7 01 June 2014 http://download.savannah.nongnu.org/releases/cmdftp/cmdftp-0.9.7.tar.gz
10817
10818
  cmdparse 3.0.7 06 March 2021 https://rubygems.org/downloads/cmdparse-3.0.7.gem
@@ -11280,7 +11281,7 @@ geocodeglib 3.26.4 19 September 2022 https://download.gnome.
11280
11281
  geos 3.6.2 20 September 2017 http://download.osgeo.org/geos/geos-3.6.2.tar.bz2
11281
11282
  geshi 1.0.9.0 20 September 2017 https://sourceforge.net/projects/geshi/files/geshi/GeSHi%201.0.9.0/GeSHi-1.0.9.0.tar.bz2
11282
11283
  getmail 5.15 01 January 2021 http://pyropus.ca/software/getmail/old-versions/getmail-5.15.tar.gz
11283
- gettext 0.22.3 05 October 2023 https://ftp.gnu.org/gnu/gettext/gettext-0.22.3.tar.xz
11284
+ gettext 0.22.4 20 November 2023 https://ftp.gnu.org/gnu/gettext/gettext-0.22.4.tar.xz
11284
11285
  gexiv2 0.14.1 06 May 2023 https://download.gnome.org/sources/gexiv2/0.14/gexiv2-0.14.1.tar.xz
11285
11286
  gfbgraph 0.2.5 30 October 2021 https://download.gnome.org/sources/gfbgraph/0.2/gfbgraph-0.2.5.tar.xz
11286
11287
  gftp 2.0.19 01 January 2013 http://gftp.seul.org/gftp-2.0.19.tar.bz2
@@ -11302,7 +11303,7 @@ giostandalone 0.1.2 01 June 2014 http://ftp.gnome.org/pub/GNO
11302
11303
  girara 0.2.6 18 August 2016 https://pwmt.org/projects/girara/download/girara-0.2.6.tar.gz
11303
11304
  girl 9.9.8 27 April 2017 http://ftp.gnome.org/pub/gnome/sources/girl/9.9/girl-9.9.8.tar.xz
11304
11305
  gist 6.0.0 15 April 2021 https://rubygems.org/downloads/gist-6.0.0.gem
11305
- git 2.42.1 04 November 2023 https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.42.1.tar.xz
11306
+ git 2.43.0 20 November 2023 https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.43.0.tar.xz
11306
11307
  gitcola 2.10 27 July 2017 https://github.com/git-cola/git-cola/archive/v2.10.tar.gz
11307
11308
  gitdb 0.6.4 10 August 2017 https://pypi.python.org/packages/e3/95/7e5d7261feb46c0539ac5e451be340ddd64d78c5118f2d893b052c76fe8c/gitdb-0.6.4.tar.gz#md5=44e4366b8bdfd306b075c3a52c96ae1a
11308
11309
  gitg 3.32.0 23 May 2019 http://ftp.gnome.org/pub/gnome/sources/gitg/3.32/gitg-3.32.0.tar.xz
@@ -11555,13 +11556,13 @@ gstpluginsbase 1.22.2 14 April 2023 https://gstreamer.freedeskt
11555
11556
  gstpluginsgood 1.22.3 21 May 2023 https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.22.3.tar.xz
11556
11557
  gstpluginsugly 1.22.0 27 January 2023 https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.22.0.tar.xz
11557
11558
  gstpython 12.10.2022 20 March 2015 http://ftp.gnome.org/pub/GNOME/sources/gst-python/0.10/gst-python-0.10.22.tar.xz
11558
- gstreamer 1.22.6 20 September 2023 https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.22.6.tar.xz
11559
+ gstreamer 1.22.7 13 November 2023 https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.22.7.tar.xz
11559
11560
  gstreamermm 1.10.0 21 October 2017 http://ftp.gnome.org/pub/gnome/sources/gstreamermm/1.10/gstreamermm-1.10.0.tar.xz
11560
11561
  gstrtspserver 1.4.5 02 March 2015 http://gstreamer.freedesktop.org/src/gst-rtsp/gst-rtsp-server-1.4.5.tar.xz
11561
11562
  gsview 4.9 01 June 2014 http://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/gsview-4.9.tar.gz
11562
11563
  gtef 1.99.2 12 March 2017 http://ftp.gnome.org/pub/GNOME/sources/gtef/1.99/gtef-1.99.2.tar.xz
11563
11564
  gthumb 3.12.2 04 April 2022 https://download.gnome.org/sources/gthumb/3.12/gthumb-3.12.2.tar.xz
11564
- gtk 4.13.1 28 September 2023 https://download.gnome.org/sources/gtk/4.13/gtk-4.13.1.tar.xz
11565
+ gtk 4.12.4 18 November 2023 https://download.gnome.org/sources/gtk/4.12/gtk-4.12.4.tar.xz
11565
11566
  gtk+ 3.24.38 23 May 2023 https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.38.tar.xz
11566
11567
  gtkam 0.2.0 01 April 2014 http://sourceforge.net/projects/gphoto/files/gtkam/0.2.0/gtkam-0.2.0.tar.gz
11567
11568
  gtkchtheme 0.3.1 01 December 2012 http://plasmasturm.org/code/gtk-chtheme/gtk-chtheme-0.3.1.tar.bz2
@@ -11574,7 +11575,7 @@ gtkglext 1.2.0 01 November 2012 http://downloads.sourcef
11574
11575
  gtkhtml 4.10.0 21 September 2015 http://ftp.gnome.org/pub/GNOME/sources/gtkhtml/4.10/gtkhtml-4.10.0.tar.xz
11575
11576
  gtkinternetradiolocator 0.0.3 14 July 2018 http://ftp.gnome.org/pub/gnome/sources/gtk-internet-radio-locator/0.0/gtk-internet-radio-locator-0.0.3.tar.xz
11576
11577
  gtkiptables 0.5.0 01 June 2014 http://gtk-iptables.sourceforge.net/
11577
- gtkmm 4.11.3 31 July 2023 https://download.gnome.org/sources/gtkmm/4.11/gtkmm-4.11.3.tar.xz
11578
+ gtkmm 4.13.2 24 November 2023 https://download.gnome.org/sources/gtkmm/4.13/gtkmm-4.13.2.tar.xz
11578
11579
  gtkpacman 1.2 01 December 2012 https://gna.org/projects/gtkpacman/
11579
11580
  gtkperl 0.7010 21 August 2017 http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Gtk-Perl-0.7010.tar.gz
11580
11581
  gtkrecordmydesktop 0.3.8 29 September 2018 https://sourceforge.net/projects/recordmydesktop/files/gtk-recordMyDesktop/0.3.8/gtk-recordmydesktop-0.3.8.tar.gz
@@ -11674,7 +11675,7 @@ i3 4.18 17 February 2020 https://i3wm.org/downloa
11674
11675
  iagno 3.37.91 28 August 2020 http://ftp.gnome.org/pub/gnome/sources/iagno/3.37/iagno-3.37.91.tar.xz
11675
11676
  ianaetc 2.30 21 August 2019 http://anduin.linuxfromscratch.org/LFS/iana-etc-2.30.tar.bz2
11676
11677
  iat 0.1.7 12 April 2019 https://sourceforge.net/projects/iat.berlios/files/iat-0.1.7.tar.bz2
11677
- ibus 1.5.28 21 February 2023 https://github.com/ibus/ibus/releases/download/1.5.28/ibus-1.5.28.tar.gz
11678
+ ibus 1.5.29 17 November 2023 https://github.com/ibus/ibus/releases/download/1.5.29/ibus-1.5.29.tar.gz
11678
11679
  ice 3.4.2 01 June 2014 http://www.zeroc.com/download/Ice/3.4/Ice-3.4.2.tar.gz
11679
11680
  iceauth 1.0.9 04 April 2022 https://www.x.org/releases/individual/app/iceauth-1.0.9.tar.xz
11680
11681
  icebreaker 1.9.8 01 June 2014 http://mattdm.org/icebreaker/1.9.x/icebreaker-1.9.8.tgz
@@ -11711,7 +11712,7 @@ inetutils 2.4 26 October 2022 https://ftp.gnu.org/pub/g
11711
11712
  inih r53 09 June 2021 https://github.com/benhoyt/inih/archive/r53/inih-r53.tar.gz
11712
11713
  initdtools 0.1.3 24 July 2017 http://people.freedesktop.org/~dbn/initd-tools/releases/initd-tools-0.1.3.tar.gz
11713
11714
  initng 0.6.10.2 01 June 2014 http://download.initng.org/initng/v0.6/initng-0.6.10.2.tar.bz2
11714
- inkscape 1.2 24 July 2023 https://inkscape.org/gallery/item/42328/inkscape-1.3.tar.xz
11715
+ inkscape 1.3.1 19 November 2023 https://inkscape.org/gallery/item/44467/inkscape-1.3.1.tar.xz
11715
11716
  inotifytools 3.14 01 June 2014 http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-3.14.tar.gz
11716
11717
  inputproto 2.3.2 31 July 2016 https://www.x.org/releases/individual/proto/inputproto-2.3.2.tar.bz2
11717
11718
  inspec 5.17.4 27 May 2022 https://rubygems.org/downloads/inspec-5.17.4.gem
@@ -12174,7 +12175,7 @@ libdivecomputer 0.4.2 02 June 2015 http://www.libdivecomputer.o
12174
12175
  libdmtx 0.7.4 19 September 2017 https://sourceforge.net/projects/libdmtx/files/libdmtx/0.7.4/libdmtx-0.7.4.tar.gz
12175
12176
  libdmx 1.1.5 05 June 2023 https://www.x.org/releases/individual/lib/libdmx-1.1.5.tar.xz
12176
12177
  libdnet 1.12 01 June 2014 http://libdnet.googlecode.com/files/libdnet-1.12.tgz
12177
- libdrm 2.4.117 21 October 2023 https://dri.freedesktop.org/libdrm/libdrm-2.4.117.tar.xz
12178
+ libdrm 2.4.118 24 November 2023 https://dri.freedesktop.org/libdrm/libdrm-2.4.118.tar.xz
12178
12179
  libdv 1.0.0 27 November 2019 https://sourceforge.net/projects/libdv/files/libdv/1.0.0/libdv-1.0.0.tar.gz
12179
12180
  libdvbpsi 0.2.0 01 June 2014 http://download.videolan.org/pub/libdvbpsi/0.2.0/libdvbpsi-0.2.0.tar.bz2
12180
12181
  libdvdcss 1.4.3 20 April 2021 https://download.videolan.org/pub/libdvdcss/1.4.3/libdvdcss-1.4.3.tar.bz2
@@ -12454,7 +12455,7 @@ libwpe 1.14.1 05 February 2023 https://wpewebkit.org/re
12454
12455
  libwps 0.4.10 17 September 2018 https://sourceforge.net/projects/libwps/files/libwps/libwps-0.4.10/libwps-0.4.10.tar.xz
12455
12456
  libwrapiter 1.2.0 01 June 2014 http://libwrapiter.berlios.de/
12456
12457
  libwwwperl 6.35 29 July 2018 http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/libwww-perl-6.35.tar.gz
12457
- libx11 1.8.6 16 June 2023 https://www.x.org/releases/individual/lib/libX11-1.8.6.tar.xz
12458
+ libx11 1.8.7 18 November 2023 https://www.x.org/releases/individual/lib/libX11-1.8.7.tar.xz
12458
12459
  libxau 1.0.11 12 December 2022 https://www.x.org/releases/individual/lib/libXau-1.0.11.tar.xz
12459
12460
  libxaw 1.0.15 18 March 2023 https://www.x.org/releases/individual/lib/libXaw-1.0.15.tar.xz
12460
12461
  libxaw3d 1.6.5 20 May 2023 https://www.x.org/releases/individual/lib/libXaw3d-1.6.5.tar.xz
@@ -12484,7 +12485,7 @@ libxkbui 1.0.2 01 June 2014 https://www.x.org/releases/i
12484
12485
  libxklavier 5.3 01 September 2013 http://ftp.gnome.org/pub/GNOME/sources/libxklavier/5.3/libxklavier-5.3.tar.xz
12485
12486
  libxls 1.5.1 15 April 2019 https://github.com/libxls/libxls/releases/download/v1.5.1/libxls-1.5.1.tar.gz
12486
12487
  libxml%2b%2b 5.0.3 23 March 2023 https://download.gnome.org/sources/libxml%2B%2B/5.0/libxml%2B%2B-5.0.3.tar.xz
12487
- libxml2 2.10.4 22 May 2023 https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.4.tar.xz
12488
+ libxml2 2.10.4 24 November 2023 https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.1.tar.xz
12488
12489
  libxml2python 2.6.15 01 January 2013 ftp://xmlsoft.org/libxml2/python/libxml2-python-2.6.15.tar.gz
12489
12490
  libxmlb 0.1.7 08 March 2019 https://github.com/hughsie/libxmlb/archive/0.1.7.tar.gz
12490
12491
  libxmp 4.4.1 11 September 2018 https://sourceforge.net/projects/xmp/files/libxmp/4.4.1/libxmp-4.4.1.tar.gz
@@ -12495,12 +12496,12 @@ libxpm 3.5.16 18 April 2023 https://www.x.org/releases/
12495
12496
  libxpresent 1.0.1 19 October 2022 https://www.x.org/releases/individual/lib/libXpresent-1.0.1.tar.xz
12496
12497
  libxprintapputil 1.0.1 13 September 2018 https://www.x.org/releases/individual/lib/libXprintAppUtil-1.0.1.tar.gz
12497
12498
  libxprintutil 1.0.1 01 June 2014 http://xorg.freedesktop.org/releases/individual/lib/libXprintUtil-1.0.1.tar.bz2
12498
- libxrandr 1.5.3 22 November 2022 https://www.x.org/releases/individual/lib/libXrandr-1.5.3.tar.xz
12499
+ libxrandr 1.5.4 18 November 2023 https://www.x.org/releases/individual/lib/libXrandr-1.5.4.tar.xz
12499
12500
  libxrender 0.9.11 24 October 2022 https://www.x.org/releases/individual/lib/libXrender-0.9.11.tar.gz
12500
12501
  libxres 1.2.2 05 December 2022 https://www.x.org/releases/individual/lib/libXres-1.2.2.tar.gz
12501
12502
  libxscrnsaver 1.2.4 05 December 2022 https://www.x.org/releases/individual/lib/libXScrnSaver-1.2.4.tar.gz
12502
12503
  libxshmfence 1.3.2 12 December 2022 https://www.x.org/releases/individual/lib/libxshmfence-1.3.2.tar.xz
12503
- libxslt 1.1.38 08 May 2023 https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.38.tar.xz
12504
+ libxslt 1.1.39 24 November 2023 https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.39.tar.xz
12504
12505
  libxspf 1.2.0 16 February 2017 http://downloads.xiph.org/releases/xspf/libxspf-1.2.0.tar.bz2
12505
12506
  libxt 1.3.0 10 April 2023 https://www.x.org/releases/individual/lib/libXt-1.3.0.tar.xz
12506
12507
  libxtst 1.2.4 28 September 2022 https://www.x.org/releases/individual/lib/libXtst-1.2.4.tar.gz
@@ -12531,7 +12532,7 @@ lineakd 0.9 01 May 2014 http://prdownloads.sourcefor
12531
12532
  linkgrammar 5.2.5 28 September 2015 http://www.abiword.org/downloads/link-grammar/5.2.5/link-grammar-5.2.5.tar.gz
12532
12533
  links 2.29 21 March 2023 http://links.twibright.com/download/links-2.29.tar.bz2
12533
12534
  linlibertine 2.0.9 01 June 2014 http://sourceforge.net/projects/linuxlibertine
12534
- linux 6.6 30 October 2023 https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.6.tar.xz
12535
+ linux 6.6.2 20 November 2023 https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.6.2.tar.xz
12535
12536
  linuxlive 6.2.4 01 June 2014 ftp://ftp.slax.org/Linux-Live/linux-live-6.2.4.tar.gz
12536
12537
  linuxpam 1.5.2 06 September 2021 https://github.com/linux-pam/linux-pam/releases/download/v1.5.2/Linux-PAM-1.5.2.tar.xz
12537
12538
  liquidwar 5.6.5 23 November 2019 http://www.ufoot.org/download/liquidwar/v5/5.6.5/liquidwar-5.6.5.tar.gz
@@ -12631,7 +12632,7 @@ mapmvideo 5.32 01 May 2012 http://sourceforge.net/proje
12631
12632
  marble 23.08.2 12 October 2023 https://download.kde.org/stable/release-service/23.08.2/src/marble-23.08.2.tar.xz
12632
12633
  marcel 1.0.2 27 May 2022 https://rubygems.org/downloads/marcel-1.0.2.gem
12633
12634
  marco 1.26.2 14 July 2023 https://pub.mate-desktop.org/releases/1.26/marco-1.26.2.tar.xz
12634
- mariadb 11.0.3 15 August 2023 https://ftp.osuosl.org/pub/mariadb/mariadb-11.0.3/source/mariadb-11.0.3.tar.gz
12635
+ mariadb 11.0.4 14 November 2023 https://ftp.osuosl.org/pub/mariadb/mariadb-11.0.4/source/mariadb-11.0.4.tar.gz
12635
12636
  markdown 1.0.1 01 July 2011 https://daringfireball.net/projects/downloads/Markdown_1.0.1.zip
12636
12637
  markdownpart 23.08.2 12 October 2023 https://download.kde.org/stable/release-service/23.08.2/src/markdownpart-23.08.2.tar.xz
12637
12638
  markupsafe 2.1.2 26 January 2023 https://files.pythonhosted.org/packages/95/7e/68018b70268fb4a2a605e2be44ab7b4dd7ce7808adae6c5ef32e34f4b55a/MarkupSafe-2.1.2.tar.gz
@@ -12945,7 +12946,7 @@ ogmrip 1.0.1 30 August 2015 http://sourceforge.net/pro
12945
12946
  ogmtools 1.5 01 June 2014 http://www.bunkus.org/videotools/ogmtools/ogmtools-1.5.tar.bz2
12946
12947
  ogre 13.4.4 12 September 2022 https://github.com/OGRECave/ogre/archive/refs/tags/v13.4.4.tar.gz
12947
12948
  oki 0.1.6 01 June 2014 http://free.of.pl/s/szatkus/soft/gry/oki-0.1.6.tar.gz
12948
- okular 23.08.2 12 October 2023 https://download.kde.org/stable/release-service/23.08.2/src/okular-23.08.2.tar.xz
12949
+ okular 23.08.3 16 November 2023 https://download.kde.org/stable/release-service/23.08.3/src/okular-23.08.3.tar.xz
12949
12950
  omake 0.10.5 28 August 2022 http://download.camlcity.org/download/omake-0.10.5.tar.gz
12950
12951
  onig 6.9.9 19 October 2023 https://github.com/kkos/oniguruma/releases/download/v6.9.9/onig-6.9.9.tar.gz
12951
12952
  opal 1.5.0 27 May 2022 https://rubygems.org/downloads/opal-1.5.0.gem
@@ -12972,10 +12973,10 @@ openshot 1.4.3 01 June 2014 http://launchpad.net/opensho
12972
12973
  openshotqt 2.5.1 03 March 2020 https://github.com/OpenShot/openshot-qt/archive/v2.5.1.tar.gz
12973
12974
  opensp 1.5.2 01 June 2014 http://ovh.dl.sourceforge.net/sourceforge/openjade/OpenSP-1.5.2.tar.gz
12974
12975
  openssh 9.4p1 10 August 2023 https://ftp3.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.4p1.tar.gz
12975
- openssl 3.1.3 19 September 2023 https://ftp.openssl.org/source/openssl-3.1.3.tar.gz
12976
+ openssl 3.2.0 23 November 2023 https://ftp.openssl.org/source/openssl-3.2.0.tar.gz
12976
12977
  openssn 1.3 01 December 2012 http://sourceforge.net/projects/openssn/files/openssn-1.3/openssn-1.3.tar.gz
12977
12978
  openttd 13.1 10 June 2023 https://cdn.openttd.org/openttd-releases/13.1/openttd-13.1-source.tar.xz
12978
- openvpn 2.6.7 09 November 2023 https://swupdate.openvpn.org/community/releases/openvpn-2.6.7.tar.gz
12979
+ openvpn 2.6.8 17 November 2023 https://swupdate.openvpn.org/community/releases/openvpn-2.6.8.tar.gz
12979
12980
  openvrml 0.18.9 01 June 2014 http://sourceforge.net/projects/openvrml/files/openvrml/0.18.9/openvrml-0.18.9.tar.gz
12980
12981
  opera 12.00 01 June 2014 http://snapshot.opera.com/unix/bonkers_12.00-1440/opera-next-12.00-1440.x86_64.linux.tar.xz
12981
12982
  ophcrack 3.6.0 01 July 2013 http://downloads.sourceforge.net/project/ophcrack/ophcrack/3.6.0/ophcrack-3.6.0.tar.bz2
@@ -13020,7 +13021,7 @@ pangomm 2.50.1 29 March 2023 https://download.gnome.org/
13020
13021
  pangzero 1.3 01 December 2012 http://sourceforge.net/projects/pangzero/files/pangzero/1.3/pangzero-1.3.tar.gz
13021
13022
  papyrus 0.13.3 28 March 2016 https://sourceforge.net/projects/libpapyrus/files/papyrus/0.13.3/papyrus-0.13.3.tar.gz
13022
13023
  paragui 1.1.8 01 June 2014 https://github.com/pipelka/paragui
13023
- parallel 20231022 25 October 2023 https://ftp.gnu.org/gnu/parallel/parallel-20231022.tar.bz2
13024
+ parallel 20231122 24 November 2023 https://ftp.gnu.org/pub/gnu/parallel/parallel-20231122.tar.bz2
13024
13025
  paratim 0.2.0 01 December 2012 http://paratim.sourceforge.net/
13025
13026
  parley 23.08.2 12 October 2023 https://download.kde.org/stable/release-service/23.08.2/src/parley-23.08.2.tar.xz
13026
13027
  parole 4.18.0 10 June 2023 https://archive.xfce.org/src/apps/parole/4.18/parole-4.18.0.tar.bz2
@@ -13074,7 +13075,7 @@ phodav 3.0 02 July 2022 https://download.gnome.org/s
13074
13075
  phonon 4.12.0 04 November 2023 https://download.kde.org/stable/phonon/4.12.0/phonon-4.12.0.tar.xz
13075
13076
  phononbackendgstreamer 4.9.0 13 October 2017 http://download.kde.org/stable/phonon/phonon-backend-gstreamer/4.9.0/phonon-backend-gstreamer-4.9.0.tar.xz
13076
13077
  phononbackendvlc 0.11.2 07 February 2021 https://download.kde.org/stable/phonon/phonon-backend-vlc/0.11.2/phonon-backend-vlc-0.11.2.tar.xz
13077
- php 8.2.12 27 October 2023 https://www.php.net/distributions/php-8.2.12.tar.xz
13078
+ php 8.2.13 21 November 2023 https://www.php.net/distributions/php-8.2.13.tar.xz
13078
13079
  phpbb 3.2.3 30 September 2018 https://www.phpbb.com/files/release/phpBB-3.2.3.zip
13079
13080
  phpunit 6.3 24.09.2017 https://phar.phpunit.de/phpunit-6.3.phar
13080
13081
  phpwiki 1.5.5 02 August 2017 https://sourceforge.net/projects/phpwiki/files/PhpWiki%201.5%20%28current%29/phpwiki-1.5.5.zip
@@ -13099,7 +13100,7 @@ pip 23.2.1 30 September 2023 https://files.pythonhos
13099
13100
  pipenv 2018.11.26 12 February 2019 https://files.pythonhosted.org/packages/fd/e9/01822318551caa0d62a181ba3b10f0f3757bb1e270da97165bd52db92776/pipenv-2018.11.26.tar.gz
13100
13101
  pipepanic 0.1.3 01 December 2012 http://www.users.waitrose.com/~thunor/pipepanic/#downloads
13101
13102
  pipewalker 0.4.3 01 December 2012 http://sourceforge.net/project/showfiles.php?group_id=198283
13102
- pipewire 0.3.84 02 November 2023 https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/0.3.84/pipewire-0.3.84.tar.bz2
13103
+ pipewire 0.3.85 16 November 2023 https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/0.3.85/pipewire-0.3.85.tar.bz2
13103
13104
  pitivi 2023.03 27 March 2023 https://download.gnome.org/sources/pitivi/2023/pitivi-2023.03.tar.xz
13104
13105
  pixman 0.42.2 03 November 2022 https://www.x.org/releases/individual/lib/pixman-0.42.2.tar.xz
13105
13106
  pjproject 1.14.2 01 June 2014 http://www.pjsip.org/release/1.14.2/pjproject-1.14.2.tar.bz2
@@ -13257,7 +13258,7 @@ pyxdg 0.27 07 December 2020 https://files.pythonhost
13257
13258
  pyxml 0.8.4 01 June 2014 http://mesh.dl.sourceforge.net/sourceforge/pyxml/PyXML-0.8.4.tar.gz
13258
13259
  pyyaml 6.0 06 June 2022 https://files.pythonhosted.org/packages/36/2b/61d51a2c4f25ef062ae3f74576b01638bebad5e045f747ff12643df63844/PyYAML-6.0.tar.gz
13259
13260
  qalculategtk 3.7.0 29 February 2020 https://github.com/Qalculate/qalculate-gtk/releases/download/v3.7.0/qalculate-gtk-3.7.0.tar.gz
13260
- qbittorrent 4.6.0 23 October 2023 https://downloads.sourceforge.net/qbittorrent/qbittorrent-4.6.0.tar.xz
13261
+ qbittorrent 4.6.1 20 November 2023 https://downloads.sourceforge.net/qbittorrent/qbittorrent-4.6.1.tar.xz
13261
13262
  qca 2.3.5 21 October 2022 https://download.kde.org/stable/qca/2.3.5/qca-2.3.5.tar.xz
13262
13263
  qcaqt5 2.1.0.3 22 September 2017 https://download.kde.org/stable/qca-qt5/2.1.0.3/src/qca-qt5-2.1.0.3.tar.xz
13263
13264
  qdbm 1.8.77 12 September 2015 http://sourceforge.net/projects/qdbm/files/qdbm/1.8.77/qdbm-1.8.77.tar.gz
@@ -13398,7 +13399,7 @@ ruby 3.2.2 30 March 2023 https://ftp.ruby-lang.org/p
13398
13399
  ruby2d 0.9.2 21 February 2022 https://rubygems.org/downloads/ruby2d-0.9.2.gem
13399
13400
  ruby2js 4.1.7 05 October 2021 https://rubygems.org/downloads/ruby2js-4.1.7.gem
13400
13401
  rubygame 2.6.4 01 December 2017 https://rubygems.org/downloads/rubygame-2.6.4.gem
13401
- rubygems 3.4.15 02 July 2023 https://rubygems.org/rubygems/rubygems-3.4.15.tgz
13402
+ rubygems 3.4.22 11 November 2023 https://rubygems.org/rubygems/rubygems-3.4.22.tgz
13402
13403
  rubygnome 3.4.7 01 August 2021 https://github.com/ruby-gnome/ruby-gnome/archive/refs/tags/3.4.7.tar.gz
13403
13404
  rubygr 0.0.26 15 April 2021 https://rubygems.org/downloads/ruby-gr-0.0.26.gem
13404
13405
  rubygraphviz 1.2.5 28 May 2020 https://rubygems.org/downloads/ruby-graphviz-1.2.5.gem
@@ -13421,7 +13422,7 @@ rxvtunicode 9.31 05 January 2023 http://dist.schmorp.de/rx
13421
13422
  rygel 0.42.2 01 April 2023 https://download.gnome.org/sources/rygel/0.42/rygel-0.42.2.tar.xz
13422
13423
  sakura 3.8.2 26 April 2021 https://launchpad.net/sakura/trunk/3.8.2/+download/sakura-3.8.2.tar.gz
13423
13424
  samba 4.19.1 10 October 2023 https://us1.samba.org/samba/ftp/stable/samba-4.19.1.tar.gz
13424
- samtools 1.17 18 March 2023 https://github.com/samtools/samtools/releases/download/1.17/samtools-1.17.tar.bz2
13425
+ samtools 1.18 18 November 2023 https://sourceforge.net/projects/samtools/files/samtools/1.18/samtools-1.18.tar.bz2
13425
13426
  sanebackends 1.2.1 19 May 2023 https://gitlab.com/sane-project/backends/uploads/110fc43336d0fb5e514f1fdc7360dd87/sane-backends-1.2.1.tar.gz
13426
13427
  sanefrontends 1.0.14 25 August 2020 https://gitlab.com/sane-project/frontends/uploads/14e5c5a9205b10bd3df04501852eab28/sane-frontends-1.0.14.tar.gz
13427
13428
  sash 3.7 01 May 2014 http://members.tip.net.au/~dbell/programs/sash-3.7.tar.gz
@@ -13500,7 +13501,7 @@ shntool 3.0.7 01 May 2014 http://www.etree.org/shnutil
13500
13501
  shorturl 1.0.0 01 May 2014 https://rubygems.org/downloads/shorturl-1.0.0.gem
13501
13502
  v 18.12.23 18 January 2019 https://github.com/mltframework/shotcut/archive/v18.12.23.tar.gz
13502
13503
  shotgun 0.9.2 02 August 2017 https://rubygems.org/downloads/shotgun-0.9.2.gem
13503
- shotwell 0.32.2 23 July 2023 https://download.gnome.org/sources/shotwell/0.32/shotwell-0.32.2.tar.xz
13504
+ shotwell 0.32.3 16 November 2023 https://download.gnome.org/sources/shotwell/0.32/shotwell-0.32.3.tar.xz
13504
13505
  showfont 1.0.6 01 September 2022 https://www.x.org/releases/individual/app/showfont-1.0.6.tar.xz
13505
13506
  sickle 1.33 02.02.2020 https://github.com/najoshi/sickle/archive/v1.33.tar.gz
13506
13507
  sidekiq 6.2.1 15 April 2021 https://rubygems.org/downloads/sidekiq-6.2.1.gem
@@ -13901,7 +13902,7 @@ wirble 0.1.3 23 March 2017 https://rubygems.org/downlo
13901
13902
  wiredtiger 11.0.0 29 August 2022 https://github.com/wiredtiger/wiredtiger/archive/refs/tags/11.0.0.tar.gz
13902
13903
  wireguard 0.0.20170918 19 September 2017 https://git.zx2c4.com/WireGuard/snapshot/WireGuard-0.0.20170918.tar.xz
13903
13904
  wirelesstools 29 01 May 2014 http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.29.tar.gz
13904
- wireshark 4.0.9 04 October 2023 https://www.wireshark.org/download/src/wireshark-4.0.9.tar.xz
13905
+ wireshark 4.2.0 16 November 2023 https://www.wireshark.org/download/src/wireshark-4.2.0.tar.xz
13905
13906
  wkhtmltox 0.12.5 12 May 2019 https://github.com/wkhtmltopdf/wkhtmltopdf/archive/0.12.5.tar.gz
13906
13907
  wlassistant 0.5.7 01 May 2014 http://wlassistant.sourceforge.net/
13907
13908
  wmctrl 1.07 01 May 2014 http://www.sweb.cz/tripie/utils/wmctrl/dist/wmctrl-1.07.tar.gz
@@ -13941,7 +13942,7 @@ xboard 4.9.1 08 August 2016 http://ftp.gnu.org/gnu/xbo
13941
13942
  xcalc 1.1.2 06 May 2023 https://www.x.org/releases/individual/app/xcalc-1.1.2.tar.xz
13942
13943
  xcbproto 1.16.0 18 August 2023 https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-1.16.0.tar.xz
13943
13944
  xcbutil 0.4.1 23 January 2023 https://xcb.freedesktop.org/dist/xcb-util-0.4.1.tar.xz
13944
- xcbutilcursor 0.1.4 19 October 2022 https://www.x.org/releases/individual/lib/xcb-util-cursor-0.1.4.tar.xz
13945
+ xcbutilcursor 0.1.5 18 November 2023 https://www.x.org/releases/individual/lib/xcb-util-cursor-0.1.5.tar.xz
13945
13946
  xcbutilerrors 1.0.1 19 October 2022 https://www.x.org/releases/individual/lib/xcb-util-errors-1.0.1.tar.xz
13946
13947
  xcbutilimage 0.4.1 19 October 2022 https://www.x.org/releases/individual/lib/xcb-util-image-0.4.1.tar.xz
13947
13948
  xcbutilkeysyms 0.4.1 19 October 2022 https://www.x.org/releases/individual/lib/xcb-util-keysyms-0.4.1.tar.xz
@@ -14262,7 +14263,7 @@ to adhere to the coding standard(s) though - at the least
14262
14263
  document new code extensively.
14263
14264
 
14264
14265
 
14265
- ## Contact information and mandatory 2FA coming up in 2022
14266
+ ## Contact information and mandatory 2FA (no longer) coming up in 2022 / 2023
14266
14267
 
14267
14268
  If your creative mind has ideas and specific suggestions to make this gem
14268
14269
  more useful in general, feel free to drop me an email at any time, via:
@@ -226,9 +226,9 @@ class Commandline < Base
226
226
  if RBT.is_a_registered_program? program_name
227
227
  e "The program #{program_name} is registered."
228
228
  else # else register it.
229
- e 'The program '+sfancy(program_name)+
230
- ' is not registered.'
231
- e 'Thus, delegating towards class '+
229
+ e rev+'The program '+sfancy(program_name)+
230
+ rev+' is not registered.'
231
+ e rev+'Thus, delegating towards class '+
232
232
  steelblue('RBT::Cookbooks::CreateCookbookYamlFile')+
233
233
  '.'
234
234
  mkdir(src_dir?+program_name)
@@ -49,7 +49,7 @@ module RBT
49
49
  #
50
50
  # ========================================================================= #
51
51
  REMOTE_URL_FOR_KDE_FRAMEWORKS =
52
- "#{DOWNLOAD_KDE_ORG}stable/frameworks/5.110/"
52
+ "#{DOWNLOAD_KDE_ORG}stable/frameworks/5.112/"
53
53
 
54
54
  # ========================================================================= #
55
55
  # === REMOTE_URL_FOR_KDE_PORTING_AIDS
@@ -278,8 +278,8 @@ class SearchForTags < Base # === RBT::Cookbooks::SearchForTags
278
278
  }
279
279
  total_filesize = ( total_size.to_f/1024/1024 ).round(2).to_s
280
280
  if be_verbose?
281
- result = N+'The total filesize is '+sfancy(total_size.to_s)+
282
- ' bytes. (This is '+simp(total_filesize)+' MB)'
281
+ result = "#{rev}#{N}The total filesize is #{sfancy(total_size.to_s)} "\
282
+ "#{rev}bytes. (This is #{simp(total_filesize)}#{rev} MB)"
283
283
  e result
284
284
  end
285
285
  end
@@ -614,8 +614,8 @@ class SearchForTags < Base # === RBT::Cookbooks::SearchForTags
614
614
  @array_of_programs = array_with_the_results
615
615
  unless array_with_the_results.empty?
616
616
  if be_verbose?
617
- e; opne 'The results for programs with the tag(s): `'+
618
- sfancy(search_for?.join(' '))+'` are:'+
617
+ e; opne rev+'The results for programs with the tag(s): `'+
618
+ sfancy(search_for?.join(' '))+rev+'` are:'+
619
619
  N+N
620
620
  end
621
621
  # ===================================================================== #
@@ -631,7 +631,7 @@ class SearchForTags < Base # === RBT::Cookbooks::SearchForTags
631
631
  end
632
632
  _ = ''.dup
633
633
  _ << sfancy(index) if @show_index
634
- _ << the_name # Composite index and program-name.
634
+ _ << "#{rev}#{the_name}" # Composite index and program-name.
635
635
  if also_show_url?
636
636
  the_url = url?(the_name)
637
637
  the_url = ' '+('%58s' % the_url)
@@ -385,7 +385,7 @@ treeview.view header button {
385
385
  def self.run(
386
386
  i = ARGV
387
387
  )
388
- require 'gtk_paradise/app/app.rb'
388
+ require 'gtk_paradise/run'
389
389
  _ = ::RBT::GUI::Gtk::Statistics.new(i)
390
390
  r = ::Gtk.run
391
391
  r << _
@@ -188,7 +188,7 @@ class UrlAction < ::Gtk::Box # === RBT::GUI::Gtk::UrlAction
188
188
  def self.run(
189
189
  i = ARGV
190
190
  )
191
- require 'gtk_paradise/app/app.rb'
191
+ require 'gtk_paradise/run'
192
192
  _ = ::RBT::GUI::Gtk::UrlAction.new(i)
193
193
  r = ::Gtk.run
194
194
  r << _
@@ -167,7 +167,7 @@ class Installer < ::Gtk::Box # === RBT::GUI::Gtk::Installer
167
167
  def self.run_gtk2(
168
168
  i = ARGV
169
169
  )
170
- require 'gtk_paradise/app/app.rb'
170
+ require 'gtk_paradise/run'
171
171
  _ = ::RBT::GUI::Gtk::Installer.new(i)
172
172
  r = ::Gtk.run
173
173
  r << _
@@ -182,7 +182,7 @@ class Installer < ::Gtk::Box # === RBT::GUI::Gtk::Installer
182
182
  def self.run_gtk3(
183
183
  i = ARGV
184
184
  )
185
- require 'gtk_paradise/app/app.rb'
185
+ require 'gtk_paradise/run'
186
186
  _ = ::RBT::GUI::Gtk::Installer.new(i)
187
187
  r = ::Gtk.run
188
188
  r << _
@@ -1752,7 +1752,7 @@ class Installer < ::RBT::CompileBase # === RBT::Compile
1752
1752
  # ===================================================================== #
1753
1753
  unless File.exist? program_path
1754
1754
  opne "No archive exists at `#{sfile(program_path)}`."
1755
- opne 'As it was specified to extract the archive in this '\
1755
+ opne rev+'As it was specified to extract the archive in this '\
1756
1756
  'case, yet this'
1757
1757
  opne 'archive could not be found at the above reported path, '\
1758
1758
  'we will exit'
@@ -1923,7 +1923,7 @@ class Installer < ::RBT::CompileBase # === RBT::Compile
1923
1923
  configure_base_dir?.to_s
1924
1924
  )
1925
1925
  cd(cd_into_this_directory)
1926
- opne "The current working directory is now #{sdir(return_pwd)}."
1926
+ opne "#{rev}The current working directory is now #{sdir(return_pwd)}#{rev}."
1927
1927
  # =================================================================== #
1928
1928
  # === (7) Handle patches
1929
1929
  #