rbt 0.11.89 → 0.11.91
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.
- checksums.yaml +4 -4
- data/README.md +111 -26
- data/bin/root_prefix +7 -0
- data/doc/README.gen +77 -1
- data/doc/deprecated/README.md +3 -3
- data/doc/deprecated/deprecated_rbt.cgi +1 -25
- data/lib/rbt/installer/initialize.rb +183 -0
- data/lib/rbt/installer/installer.rb +1 -165
- data/lib/rbt/installer/menu.rb +29 -23
- data/lib/rbt/installer/misc.rb +46 -39
- data/lib/rbt/toplevel_methods/available_programs.rb +1 -1
- data/lib/rbt/version/version.rb +2 -2
- data/lib/rbt/yaml/chained_programs/chained_programs.yml +20 -17
- data/lib/rbt/yaml/configuration/use_porg.yml +1 -1
- data/lib/rbt/yaml/cookbook_aliases.yml +2 -0
- data/lib/rbt/yaml/cookbooks/a2ps.yml +5 -2
- data/lib/rbt/yaml/cookbooks/adwaitaicontheme.yml +4 -1
- data/lib/rbt/yaml/cookbooks/atspi2atk.yml +5 -0
- data/lib/rbt/yaml/cookbooks/bind.yml +2 -2
- data/lib/rbt/yaml/cookbooks/bison.yml +9 -1
- data/lib/rbt/yaml/cookbooks/calibre.yml +2 -2
- data/lib/rbt/yaml/cookbooks/cracklib.yml +2 -2
- data/lib/rbt/yaml/cookbooks/evolution.yml +2 -2
- data/lib/rbt/yaml/cookbooks/gcc.yml +6 -4
- data/lib/rbt/yaml/cookbooks/geanyplugins.yml +2 -2
- data/lib/rbt/yaml/cookbooks/gnomeonlineaccounts.yml +7 -2
- data/lib/rbt/yaml/cookbooks/gnomescreenshot.yml +1 -0
- data/lib/rbt/yaml/cookbooks/gstpluginsbad.yml +2 -2
- data/lib/rbt/yaml/cookbooks/gstpluginsbase.yml +2 -2
- data/lib/rbt/yaml/cookbooks/gtk.yml +3 -1
- data/lib/rbt/yaml/cookbooks/imlib2.yml +2 -2
- data/lib/rbt/yaml/cookbooks/isl.yml +6 -1
- data/lib/rbt/yaml/cookbooks/libavif.yml +35 -0
- data/lib/rbt/yaml/cookbooks/libdrm.yml +19 -1
- data/lib/rbt/yaml/cookbooks/libintlperl.yml +14 -0
- data/lib/rbt/yaml/cookbooks/libsecret.yml +18 -0
- data/lib/rbt/yaml/cookbooks/libxaw.yml +2 -2
- data/lib/rbt/yaml/cookbooks/linux.yml +2 -2
- data/lib/rbt/yaml/cookbooks/llvm.yml +16 -20
- data/lib/rbt/yaml/cookbooks/matedesktop.yml +2 -2
- data/lib/rbt/yaml/cookbooks/nautilus.yml +3 -3
- data/lib/rbt/yaml/cookbooks/ncurses.yml +5 -0
- data/lib/rbt/yaml/cookbooks/nss.yml +2 -1
- data/lib/rbt/yaml/cookbooks/openssh.yml +2 -2
- data/lib/rbt/yaml/cookbooks/samtools.yml +2 -2
- data/lib/rbt/yaml/cookbooks/sanefrontends.yml +3 -0
- data/lib/rbt/yaml/cookbooks/scummvm.yml +3 -3
- data/lib/rbt/yaml/cookbooks/sway.yml +7 -4
- data/lib/rbt/yaml/cookbooks/tesseract.yml +1 -1
- data/lib/rbt/yaml/cookbooks/transmission.yml +2 -2
- data/lib/rbt/yaml/cookbooks/unifdef.yml +21 -0
- data/lib/rbt/yaml/cookbooks/waylandprotocols.yml +2 -1
- data/lib/rbt/yaml/cookbooks/webkitgtk.yml +3 -3
- data/lib/rbt/yaml/cookbooks/xvidcore.yml +4 -2
- data/lib/rbt/yaml/cookbooks/xz.yml +2 -2
- data/lib/rbt/yaml/expanded_cookbooks/a2ps.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/adwaitaicontheme.yml +1 -1
- data/lib/rbt/yaml/expanded_cookbooks/atspi2atk.yml +5 -4
- data/lib/rbt/yaml/expanded_cookbooks/bind.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/bison.yml +5 -4
- data/lib/rbt/yaml/expanded_cookbooks/calibre.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/cracklib.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/evolution.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/gcc.yml +19 -19
- data/lib/rbt/yaml/expanded_cookbooks/geanyplugins.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/git.yml +7 -17
- data/lib/rbt/yaml/expanded_cookbooks/gnomeonlineaccounts.yml +11 -11
- data/lib/rbt/yaml/expanded_cookbooks/gnomescreenshot.yml +1 -1
- data/lib/rbt/yaml/expanded_cookbooks/gstpluginsbad.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/gstpluginsbase.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/gtk.yml +7 -7
- data/lib/rbt/yaml/expanded_cookbooks/imlib2.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/isl.yml +6 -5
- data/lib/rbt/yaml/expanded_cookbooks/kbproto.yml +5 -2
- data/lib/rbt/yaml/expanded_cookbooks/libavif.yml +96 -0
- data/lib/rbt/yaml/expanded_cookbooks/libdrm.yml +17 -2
- data/lib/rbt/yaml/expanded_cookbooks/libintlperl.yml +91 -0
- data/lib/rbt/yaml/expanded_cookbooks/libsecret.yml +17 -2
- data/lib/rbt/yaml/expanded_cookbooks/libxaw.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/linux.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/llvm.yml +16 -20
- data/lib/rbt/yaml/expanded_cookbooks/matedesktop.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/nautilus.yml +10 -10
- data/lib/rbt/yaml/expanded_cookbooks/ncurses.yml +3 -3
- data/lib/rbt/yaml/expanded_cookbooks/nss.yml +9 -8
- data/lib/rbt/yaml/expanded_cookbooks/openldap.yml +8 -9
- data/lib/rbt/yaml/expanded_cookbooks/openssh.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/openssl.yml +5 -0
- data/lib/rbt/yaml/expanded_cookbooks/samtools.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/sanefrontends.yml +3 -3
- data/lib/rbt/yaml/expanded_cookbooks/scummvm.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/sway.yml +17 -16
- data/lib/rbt/yaml/expanded_cookbooks/tesseract.yml +1 -1
- data/lib/rbt/yaml/expanded_cookbooks/transmission.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/unifdef.yml +88 -0
- data/lib/rbt/yaml/expanded_cookbooks/waylandprotocols.yml +2 -2
- data/lib/rbt/yaml/expanded_cookbooks/webkitgtk.yml +10 -10
- data/lib/rbt/yaml/expanded_cookbooks/xvidcore.yml +1 -1
- data/lib/rbt/yaml/expanded_cookbooks/xz.yml +9 -9
- data/lib/rbt/yaml/programs_version/available_programs_versions.md +25 -22
- data/lib/rbt/yaml/programs_version/programs_version.yml +20 -18
- data/lib/rbt/yaml/programs_version/the_expanded_coobkook_dataset_was_last_updated_on_this_day.yml +1 -1
- data/lib/rbt/yaml/these_programs_were_updated.yml +23 -0
- metadata +16 -7
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
:apply_patch: false
|
3
|
-
:archive_size:
|
3
|
+
:archive_size: 40042140
|
4
4
|
:archive_type: ".tar.xz"
|
5
5
|
:autosymlink_lib64: t
|
6
6
|
:base_dir: "/home/x/src/webkitgtk/"
|
@@ -29,7 +29,7 @@
|
|
29
29
|
:extra_information: "\nThis package does not have a working testsuite.\n\nHowever,
|
30
30
|
there are two useable basic graphical web browsers in the\nsource directory:\n\n
|
31
31
|
\ Programs/GtkLauncher and\n Programs/MiniBrowser\n\nIf launching any one fails,
|
32
|
-
there is a problem with the build
|
32
|
+
there is a problem with the build.\n\nAs of version 2.5.1, webkitgtk has switched
|
33
33
|
to cmake.\n\nIf you have ICU version 59 or greater, you may have to make\nuse of
|
34
34
|
the following sed commands to get webkitgtk compiled:\n\n sed -i 's/unsigned short/char16_t/'
|
35
35
|
Source/JavaScriptCore/API/JSStringRef.h\nSource/WebKit2/Shared/API/c/WKString.h
|
@@ -262,7 +262,7 @@
|
|
262
262
|
:installation_steps: []
|
263
263
|
:is_an_active_project: true
|
264
264
|
:keep_extracted: true
|
265
|
-
:last_update:
|
265
|
+
:last_update: 18 Mar 2023
|
266
266
|
:libexec:
|
267
267
|
:libraries:
|
268
268
|
- libjavascriptcoregtk-4.0.so
|
@@ -290,7 +290,7 @@
|
|
290
290
|
ninja
|
291
291
|
ninja install
|
292
292
|
:may_we_modify_the_configure_options: true
|
293
|
-
:md5sum:
|
293
|
+
:md5sum: ece1da414dcc455ad08c6b5673a125e4
|
294
294
|
:meson_configure_options:
|
295
295
|
:mirror: ''
|
296
296
|
:modify_the_makefile: false
|
@@ -305,14 +305,14 @@
|
|
305
305
|
:pre_configure_steps: []
|
306
306
|
:pre_make_commands: []
|
307
307
|
:pre_make_install_sed: []
|
308
|
-
:prefix: "/home/Programs/Webkitgtk/2.
|
308
|
+
:prefix: "/home/Programs/Webkitgtk/2.40.0/"
|
309
309
|
:preinstall: []
|
310
310
|
:program_compile_name: ''
|
311
|
-
:program_full_name: webkitgtk-2.
|
311
|
+
:program_full_name: webkitgtk-2.40.0.tar.xz
|
312
312
|
:program_name: webkitgtk
|
313
|
-
:program_name_and_program_version: webkitgtk-2.
|
314
|
-
:program_path: "/home/x/src/webkitgtk/webkitgtk-2.
|
315
|
-
:program_version: 2.
|
313
|
+
:program_name_and_program_version: webkitgtk-2.40.0
|
314
|
+
:program_path: "/home/x/src/webkitgtk/webkitgtk-2.40.0.tar.xz"
|
315
|
+
:program_version: 2.40.0
|
316
316
|
:required_deps_on:
|
317
317
|
- cmake
|
318
318
|
- gperf
|
@@ -340,7 +340,7 @@
|
|
340
340
|
:symlink_pkgconfig_files: true
|
341
341
|
:tags:
|
342
342
|
- internet
|
343
|
-
:url1: https://webkitgtk.org/releases/webkitgtk-2.
|
343
|
+
:url1: https://webkitgtk.org/releases/webkitgtk-2.40.0.tar.xz
|
344
344
|
:url2: https://webkitgtk.org/releases/?C=M;O=D
|
345
345
|
:use_autoconf: false
|
346
346
|
:use_autogen: false
|
@@ -12,7 +12,7 @@
|
|
12
12
|
:cmake_configure_options:
|
13
13
|
:configure_base_dir: build/generic/
|
14
14
|
:configure_command_to_use: configure
|
15
|
-
:configure_options: "--
|
15
|
+
:configure_options: "--disable-static"
|
16
16
|
:configure_options_explained: ''
|
17
17
|
:copy_source: false
|
18
18
|
:description: " XviD is an MPEG-4 compliant video CODEC. It became famous several
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
:apply_patch: false
|
3
|
-
:archive_size:
|
3
|
+
:archive_size: 1611636
|
4
4
|
:archive_type: ".tar.xz"
|
5
5
|
:autosymlink_lib64:
|
6
6
|
:base_dir: "/home/x/src/xz/"
|
@@ -76,7 +76,7 @@
|
|
76
76
|
:installation_steps: []
|
77
77
|
:is_an_active_project: true
|
78
78
|
:keep_extracted: false
|
79
|
-
:last_update:
|
79
|
+
:last_update: 18 Mar 2023
|
80
80
|
:libexec:
|
81
81
|
:libraries:
|
82
82
|
- liblzma.so
|
@@ -87,7 +87,7 @@
|
|
87
87
|
:m4_files: []
|
88
88
|
:manual_steps:
|
89
89
|
:may_we_modify_the_configure_options: true
|
90
|
-
:md5sum:
|
90
|
+
:md5sum: 1dcdf002d9a69f48ff67be84964af0d8
|
91
91
|
:meson_configure_options:
|
92
92
|
:mirror: ''
|
93
93
|
:modify_the_makefile: false
|
@@ -100,14 +100,14 @@
|
|
100
100
|
:pre_configure_steps: []
|
101
101
|
:pre_make_commands: []
|
102
102
|
:pre_make_install_sed: []
|
103
|
-
:prefix: "/home/Programs/Xz/5.4.
|
103
|
+
:prefix: "/home/Programs/Xz/5.4.2/"
|
104
104
|
:preinstall: []
|
105
105
|
:program_compile_name: ''
|
106
|
-
:program_full_name: xz-5.4.
|
106
|
+
:program_full_name: xz-5.4.2.tar.xz
|
107
107
|
:program_name: xz
|
108
|
-
:program_name_and_program_version: xz-5.4.
|
109
|
-
:program_path: "/home/x/src/xz/xz-5.4.
|
110
|
-
:program_version: 5.4.
|
108
|
+
:program_name_and_program_version: xz-5.4.2
|
109
|
+
:program_path: "/home/x/src/xz/xz-5.4.2.tar.xz"
|
110
|
+
:program_version: 5.4.2
|
111
111
|
:required_deps_on: []
|
112
112
|
:run_configure: true
|
113
113
|
:run_ldconfig: true
|
@@ -123,7 +123,7 @@
|
|
123
123
|
:symlink_pkgconfig_files: true
|
124
124
|
:tags:
|
125
125
|
- archive
|
126
|
-
:url1: https://tukaani.org/xz/xz-5.4.
|
126
|
+
:url1: https://tukaani.org/xz/xz-5.4.2.tar.xz
|
127
127
|
:url2: http://tukaani.org/xz/
|
128
128
|
:use_autoconf: false
|
129
129
|
:use_autogen: false
|
@@ -2,7 +2,7 @@
|
|
2
2
|
3ddesktop 0.2.9 01 Jun 2014 https://sourceforge.net/projects/desk3d/files/3ddesktop/0.2.9/3ddesktop-0.2.9.tar.gz
|
3
3
|
3dpong 0.5 01 May 2014 ftp://ftp.billsgames.com/unix/x/3dpong/src/3dpong-0.5.tar.gz
|
4
4
|
a2png 0.1.5 01 Jun 2014 http://sourceforge.net/projects/a2png/files/a2png/0.1.5/a2png-0.1.5.tar.gz
|
5
|
-
a2ps 4.15
|
5
|
+
a2ps 4.15.1 18 Mar 2023 https://ftp.gnu.org/pub/gnu/a2ps/a2ps-4.15.1.tar.gz
|
6
6
|
a52dec 0.7.4 01 Oct 2013 http://liba52.sourceforge.net/files/a52dec-0.7.4.tar.gz
|
7
7
|
aalib 1.4rc5 01 Jan 2013 http://sourceforge.net/projects/aa-project/files/aa-lib/1.4rc5/aalib-1.4rc5.tar.gz
|
8
8
|
aamath 0.3 01 May 2014 http://fuse.superglue.se/aamath/aamath-0.3.tar.gz
|
@@ -194,7 +194,7 @@ bigdecimal 3.1.2 27 May 2022 https://rubygems.org/downloa
|
|
194
194
|
bigreqsproto 1.1.2 01 Jun 2014 http://xorg.freedesktop.org/releases/individual/proto/bigreqsproto-1.1.2.tar.bz2
|
195
195
|
bijiben 40.1 30 Apr 2021 https://download.gnome.org/sources/bijiben/40/bijiben-40.1.tar.xz
|
196
196
|
biloba 0.9.3 12 Mar 2019 https://sourceforge.net/projects/biloba/files/Biloba/0.9.3/biloba-0.9.3.tar.gz
|
197
|
-
bind 9.
|
197
|
+
bind 9.19.11 15 Mar 2023 https://ftp.isc.org/isc/bind9/9.19.11/bind-9.19.11.tar.xz
|
198
198
|
biniax 1.2 01 Jan 2013 http://mordred.dir.bg/biniax/download.htm
|
199
199
|
binutils 2.40 14 Jan 2023 https://ftp.gnu.org/gnu/binutils/binutils-2.40.tar.bz2
|
200
200
|
bio 2.0.4 17 Sep 2022 https://rubygems.org/downloads/bio-2.0.4.gem
|
@@ -280,7 +280,7 @@ cajun 4.2 01 Jun 2014 https://sourceforge.net/proj
|
|
280
280
|
cal3d 0.11.0 28 Jul 2016 http://download.gna.org/cal3d/sources/cal3d-0.11.0.tar.gz
|
281
281
|
calendarsupport 22.12.3 02 Mar 2023 https://download.kde.org/stable/release-service/22.12.3/src/calendarsupport-22.12.3.tar.xz
|
282
282
|
calf 0.90.0 28 Nov 2017 https://github.com/calf-studio-gear/calf/archive/0.90.0.tar.gz
|
283
|
-
calibre 6.14.
|
283
|
+
calibre 6.14.1 16 Mar 2023 https://download.calibre-ebook.com/6.14.1/calibre-6.14.1.tar.xz
|
284
284
|
california 0.4.0 24 Mar 2015 http://ftp.gnome.org/pub/GNOME/sources/california/0.4/california-0.4.0.tar.xz
|
285
285
|
callgrind 0.9.12 01 Jun 2014 https://kcachegrind.sourceforge.net/callgrind-0.9.12.tar.gz
|
286
286
|
calligra 3.2.1 17 Jun 2020 https://download.kde.org/stable/calligra/3.2.1/calligra-3.2.1.tar.xz
|
@@ -410,7 +410,7 @@ cpio 2.13 08 Nov 2019 http://ftp.gnu.org/pub/gnu/c
|
|
410
410
|
cppunit 1.12.1 01 Nov 2012 https://sourceforge.net/projects/cppunit/files/cppunit/1.12.1/cppunit-1.12.1.tar.gz
|
411
411
|
cpufreqd 2.4.2 24 Dec 2015 https://sourceforge.net/projects/cpufreqd/files/Source%20packages/2.4.2/cpufreqd-2.4.2.tar.bz2
|
412
412
|
cpux 4.2.0 14 Nov 2021 https://github.com/X0rg/CPU-X/releases
|
413
|
-
cracklib 2.9.
|
413
|
+
cracklib 2.9.10 18 Mar 2023 https://github.com/cracklib/cracklib/releases/download/v2.9.10/cracklib-2.9.10.tar.gz
|
414
414
|
crass 1.0.6 28 May 2020 https://rubygems.org/downloads/crass-1.0.6.gem
|
415
415
|
cream 0.43 01 Jun 2014 https://sourceforge.net/projects/cream/files/Cream/0.43/cream-0.43.tar.gz
|
416
416
|
crimson 0.5.3 01 Jan 2013 http://crimson.seul.org/files/crimson-0.5.3.tar.bz2
|
@@ -627,7 +627,7 @@ evilvte 0.5.2~pre1 01 Jun 2013 http://www.calno.com/evilvte
|
|
627
627
|
evilwm 1.1.1 24 Feb 2017 http://www.6809.org.uk/evilwm/evilwm-1.1.1.tar.gz
|
628
628
|
evince 42.4 29 Oct 2022 https://download.gnome.org/sources/evince/42/evince-42.4.tar.xz
|
629
629
|
evisum 0.2.6 29 Nov 2019 https://download.enlightenment.org/rel/apps/evisum/evisum-0.2.6.tar.xz
|
630
|
-
evolution 3.
|
630
|
+
evolution 3.48.0 17 Mar 2023 https://download.gnome.org/sources/evolution/3.48/evolution-3.48.0.tar.xz
|
631
631
|
evolutiondataserver 3.46.4 23 Feb 2023 https://download.gnome.org/sources/evolution-data-server/3.46/evolution-data-server-3.46.4.tar.xz
|
632
632
|
evolutionews 3.46.1 21 Oct 2022 https://download.gnome.org/sources/evolution-ews/3.46/evolution-ews-3.46.1.tar.xz
|
633
633
|
evolutionmapi 3.42.1 29 Oct 2021 https://download.gnome.org/sources/evolution-mapi/3.42/evolution-mapi-3.42.1.tar.xz
|
@@ -819,7 +819,7 @@ gdl 3.40.0 27 Aug 2021 https://download.gnome.org/s
|
|
819
819
|
gdm 42.0 25 Mar 2022 https://download.gnome.org/sources/gdm/42/gdm-42.0.tar.xz
|
820
820
|
gdsl 1.8 25 Apr 2015 http://download.gna.org/gdsl/gdsl-1.8.tar.gz
|
821
821
|
geany 1.38 17 Oct 2021 http://download.geany.org/geany-1.38.tar.gz
|
822
|
-
geanyplugins
|
822
|
+
geanyplugins 1.38 18 Mar 2023 https://plugins.geany.org/geany-plugins/geany-plugins-1.38.tar.gz
|
823
823
|
geary 43.0 30 Sep 2022 https://download.gnome.org/sources/geary/43/geary-43.0.tar.xz
|
824
824
|
gedit 44.2 24 Jan 2023 https://download.gnome.org/sources/gedit/44/gedit-44.2.tar.xz
|
825
825
|
geditcodeassistance 3.16.0 30 Apr 2015 http://ftp.gnome.org/pub/GNOME/sources/gedit-code-assistance/3.16/gedit-code-assistance-3.16.0.tar.xz
|
@@ -963,7 +963,7 @@ gnomenetstatus 2.28.2 02 Aug 2017 http://ftp.gnome.org/pub/GNO
|
|
963
963
|
gnomenettool 42.0 07 Apr 2022 https://download.gnome.org/sources/gnome-nettool/42/gnome-nettool-42.0.tar.xz
|
964
964
|
gnomenetwork 1.99.5 01 Jun 2014 ftp://ftp.gnome.org/pub/GNOME/sources/gnome-network/1.99/gnome-network-1.99.5.tar.bz2
|
965
965
|
gnomenibbles 3.38.1 05 Oct 2020 http://ftp.gnome.org/pub/gnome/sources/gnome-nibbles/3.38/gnome-nibbles-3.38.1.tar.xz
|
966
|
-
gnomeonlineaccounts 3.
|
966
|
+
gnomeonlineaccounts 3.48.0 18 March 2023 https://download.gnome.org/sources/gnome-online-accounts/3.48/gnome-online-accounts-3.48.0.tar.xz
|
967
967
|
gnomeonlineminers 3.34.0 11 Sep 2019 http://ftp.gnome.org/pub/gnome/sources/gnome-online-miners/3.34/gnome-online-miners-3.34.0.tar.xz
|
968
968
|
gnomepackagekit 3.30.0 05 Sep 2018 http://ftp.gnome.org/pub/gnome/sources/gnome-packagekit/3.30/gnome-packagekit-3.30.0.tar.xz
|
969
969
|
gnomepanel 3.42.0 24 Oct 2021 https://download.gnome.org/sources/gnome-panel/3.42/gnome-panel-3.42.0.tar.xz
|
@@ -1106,8 +1106,8 @@ gssdp 1.6.2 21 Dec 2022 https://download.gnome.org/s
|
|
1106
1106
|
gstdebugger 0.90.0 09 Oct 2015 http://ftp.gnome.org/pub/GNOME/sources/gst-debugger/0.90/gst-debugger-0.90.0.tar.xz
|
1107
1107
|
gsteditingservices 1.17.1 10 Aug 2020 https://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-1.17.1.tar.xz
|
1108
1108
|
gstlibav 1.18.0 09 Sep 2020 https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.18.0.tar.xz
|
1109
|
-
gstpluginsbad 1.
|
1110
|
-
gstpluginsbase 1.22.
|
1109
|
+
gstpluginsbad 1.22.1 18 Mar 2023 https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.22.1.tar.xz
|
1110
|
+
gstpluginsbase 1.22.1 18 Mar 2023 https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.22.1.tar.xz
|
1111
1111
|
gstpluginsgood 1.22.1 05 Mar 2023 https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.22.1.tar.xz
|
1112
1112
|
gstpluginsugly 1.22.0 27 Jan 2023 https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.22.0.tar.xz
|
1113
1113
|
gstpython 12.10.2022 20 Mar 2015 http://ftp.gnome.org/pub/GNOME/sources/gst-python/0.10/gst-python-0.10.22.tar.xz
|
@@ -1117,7 +1117,7 @@ gstrtspserver 1.4.5 02 Mar 2015 http://gstreamer.freedesktop
|
|
1117
1117
|
gsview 4.9 01 Jun 2014 http://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/gsview-4.9.tar.gz
|
1118
1118
|
gtef 1.99.2 12 Mar 2017 http://ftp.gnome.org/pub/GNOME/sources/gtef/1.99/gtef-1.99.2.tar.xz
|
1119
1119
|
gthumb 3.12.2 04 Apr 2022 https://download.gnome.org/sources/gthumb/3.12/gthumb-3.12.2.tar.xz
|
1120
|
-
gtk 4.
|
1120
|
+
gtk 4.8.3 15 Mar 2023 https://download.gnome.org/sources/gtk/4.10/gtk-4.10.1.tar.xz
|
1121
1121
|
gtk+ 3.24.37 04 Mar 2023 https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.37.tar.xz
|
1122
1122
|
gtkam 0.2.0 01 Apr 2014 http://sourceforge.net/projects/gphoto/files/gtkam/0.2.0/gtkam-0.2.0.tar.gz
|
1123
1123
|
gtkchtheme 0.3.1 01 Dec 2012 http://plasmasturm.org/code/gtk-chtheme/gtk-chtheme-0.3.1.tar.bz2
|
@@ -1259,7 +1259,7 @@ imaging 1.1.6 01 Jun 2014 http://effbot.org/downloads/
|
|
1259
1259
|
imake 1.0.8 17 Mar 2019 http://xorg.freedesktop.org/releases/individual/util/imake-1.0.8.tar.bz2
|
1260
1260
|
img2pdf 0.4.4 04 Jul 2022 https://files.pythonhosted.org/packages/95/b5/f933f482a811fb9a7b3707f60e28f2925fed84726e5a6283ba07fdd54f49/img2pdf-0.4.4.tar.gz
|
1261
1261
|
imlib 1.9.15 01 Sep 2013 http://ftp.gnome.org/pub/GNOME/sources/imlib/1.9/imlib-1.9.15.tar.bz2
|
1262
|
-
imlib2 1.
|
1262
|
+
imlib2 1.11.0 18 Mar 2023 https://downloads.sourceforge.net/enlightenment/imlib2-1.11.0.tar.xz
|
1263
1263
|
inch 0.8.0 01 May 2018 https://rubygems.org/downloads/inch-0.8.0.gem
|
1264
1264
|
incidenceeditor 22.12.3 02 Mar 2023 https://download.kde.org/stable/release-service/22.12.3/src/incidenceeditor-22.12.3.tar.xz
|
1265
1265
|
incron 0.5.10 20 Sep 2018 http://inotify.aiken.cz/download/incron/incron-0.5.10.tar.bz2
|
@@ -1679,6 +1679,7 @@ libatomicops 7.6.14 31 Aug 2022 https://github.com/ivmai/lib
|
|
1679
1679
|
libav 11.3 22 May 2015 https://libav.org/releases/libav-11.3.tar.xz
|
1680
1680
|
libavc1394 0.5.4 01 Jun 2014 https://sourceforge.net/projects/libavc1394/files/libavc1394/libavc1394-0.5.4.tar.gz
|
1681
1681
|
libavg 0.7.0 01 Jun 2014 http://www.libavg.de/libavg-0.7.0.tar.gz
|
1682
|
+
libavif 18.03.2023 18 March 2023
|
1682
1683
|
libbash 0.9.10 01 Jun 2014 http://surfnet.dl.sourceforge.net/sourceforge/libbash/libbash-0.9.10.tar.bz2
|
1683
1684
|
libblockdev 2.28 18 Sep 2022 https://github.com/storaged-project/libblockdev/releases/download/2.28-1/libblockdev-2.28.tar.gz
|
1684
1685
|
libbluray 1.3.4 02 Dec 2022 https://download.videolan.org/pub/videolan/libbluray/1.3.4/libbluray-1.3.4.tar.bz2
|
@@ -1810,6 +1811,7 @@ libidn 1.41 27 Jun 2022 https://ftp.gnu.org/pub/gnu/
|
|
1810
1811
|
libidn2 2.3.4 24 Oct 2022 https://ftp.gnu.org/pub/gnu/libidn/libidn2-2.3.4.tar.gz
|
1811
1812
|
libimobiledevice 1.3.0 10 Sep 2022 https://github.com/libimobiledevice/libimobiledevice/releases/download/1.3.0/libimobiledevice-1.3.0.tar.bz2
|
1812
1813
|
libinput 1.22.1 19 Jan 2023 https://gitlab.freedesktop.org/libinput/libinput/-/archive/1.22.1/libinput-1.22.1.tar.bz2
|
1814
|
+
libintlperl 1.33 17 March 2023 https://cpan.metacpan.org/authors/id/G/GU/GUIDO/libintl-perl-1.33.tar.gz
|
1813
1815
|
libiodbc 3.52.15 22 Feb 2023 https://downloads.sourceforge.net/iodbc/libiodbc-3.52.15.tar.gz
|
1814
1816
|
libisoburn 1.5.2 29 Oct 2019 http://files.libburnia-project.org/releases/libisoburn-1.5.2.tar.gz
|
1815
1817
|
libisofs 1.5.2 29 Oct 2019 http://files.libburnia-project.org/releases/libisofs-1.5.2.tar.gz
|
@@ -2002,7 +2004,7 @@ libwrapiter 1.2.0 01 Jun 2014 http://libwrapiter.berlios.d
|
|
2002
2004
|
libwwwperl 6.35 29 Jul 2018 http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/libwww-perl-6.35.tar.gz
|
2003
2005
|
libx11 1.8.4 06 Feb 2023 https://www.x.org/releases/individual/lib/libX11-1.8.4.tar.xz
|
2004
2006
|
libxau 1.0.11 12 Dec 2022 https://www.x.org/releases/individual/lib/libXau-1.0.11.tar.xz
|
2005
|
-
libxaw 1.0.
|
2007
|
+
libxaw 1.0.15 18 Mar 2023 https://www.x.org/releases/individual/lib/libXaw-1.0.15.tar.xz
|
2006
2008
|
libxaw3d 1.6.4 28 Aug 2022 https://www.x.org/releases/individual/lib/libXaw3d-1.6.4.tar.xz
|
2007
2009
|
libxaw3dxft 1.6.2h 06 Oct 2020 https://sourceforge.net/projects/sf-xpaint/files/libxaw3dxft/libXaw3dXft-1.6.2h.tar.bz2
|
2008
2010
|
libxcb 1.15 06 May 2022 https://www.x.org/archive/individual/lib/libxcb-1.15.tar.xz
|
@@ -2077,7 +2079,7 @@ lineakd 0.9 01 May 2014 http://prdownloads.sourcefor
|
|
2077
2079
|
linkgrammar 5.2.5 28 Sep 2015 http://www.abiword.org/downloads/link-grammar/5.2.5/link-grammar-5.2.5.tar.gz
|
2078
2080
|
links 2.28 01 Oct 2022 http://links.twibright.com/download/links-2.28.tar.bz2
|
2079
2081
|
linlibertine 2.0.9 01 Jun 2014 http://sourceforge.net/projects/linuxlibertine
|
2080
|
-
linux 6.2.
|
2082
|
+
linux 6.2.7 18 Mar 2023 https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.2.7.tar.xz
|
2081
2083
|
linuxlive 6.2.4 01 Jun 2014 ftp://ftp.slax.org/Linux-Live/linux-live-6.2.4.tar.gz
|
2082
2084
|
linuxpam 1.5.2 06 Sep 2021 https://github.com/linux-pam/linux-pam/releases/download/v1.5.2/Linux-PAM-1.5.2.tar.xz
|
2083
2085
|
liquidwar 5.6.5 23 Nov 2019 http://www.ufoot.org/download/liquidwar/v5/5.6.5/liquidwar-5.6.5.tar.gz
|
@@ -2188,7 +2190,7 @@ matebackgrounds 1.26.0 20 Aug 2021 https://pub.mate-desktop.org
|
|
2188
2190
|
matecalc 1.26.0 20 Aug 2021 https://pub.mate-desktop.org/releases/1.26/mate-calc-1.26.0.tar.xz
|
2189
2191
|
matecommon 1.26.0 20 Aug 2021 https://pub.mate-desktop.org/releases/1.26/mate-common-1.26.0.tar.xz
|
2190
2192
|
matecontrolcenter 1.26.0 20 Aug 2021 https://pub.mate-desktop.org/releases/1.26/mate-control-center-1.26.0.tar.xz
|
2191
|
-
matedesktop 1.26.
|
2193
|
+
matedesktop 1.26.1 16 Mar 2023 https://pub.mate-desktop.org/releases/1.26/mate-desktop-1.26.1.tar.xz
|
2192
2194
|
mateicontheme 1.26.0 20 Aug 2021 https://pub.mate-desktop.org/releases/1.26/mate-icon-theme-1.26.0.tar.xz
|
2193
2195
|
mateiconthemefaenza 1.20.0 07 Feb 2018 https://pub.mate-desktop.org/releases/1.20/mate-icon-theme-faenza-1.20.0.tar.xz
|
2194
2196
|
mateindicatorapplet 1.26.0 20 Aug 2021 https://pub.mate-desktop.org/releases/1.26/mate-indicator-applet-1.26.0.tar.xz
|
@@ -2392,7 +2394,7 @@ nas 1.9.3.src 01 Aug 2013 http://sourceforge.net/proje
|
|
2392
2394
|
nasm 2.16.01 23 Dec 2022 https://www.nasm.us/pub/nasm/releasebuilds/2.16.01/nasm-2.16.01.tar.xz
|
2393
2395
|
nast 0.2.0 05 Jun 2014 http://download.berlios.de/nast/nast-0.2.0.tar.gz
|
2394
2396
|
nativepackageinstaller 1.1.4 27 May 2022 https://rubygems.org/downloads/native-package-installer-1.1.4.gem
|
2395
|
-
nautilus
|
2397
|
+
nautilus 44.0 18 Mar 2023 https://download.gnome.org/sources/nautilus/44/nautilus-44.0.tar.xz
|
2396
2398
|
nautilusactions 3.2.4 01 Aug 2014 http://ftp.gnome.org/pub/GNOME/sources/nautilus-actions/3.2/nautilus-actions-3.2.4.tar.xz
|
2397
2399
|
nautiluscdburner 2.22.1 01 Jun 2014 http://ftp.gnome.org/pub/GNOME/sources/nautilus-cd-burner/2.22/nautilus-cd-burner-2.22.1.tar.bz2
|
2398
2400
|
nautilusmedia 0.8.1 01 Jun 2014 http://ftp.gnome.org/pub/GNOME/sources/nautilus-media/0.8/nautilus-media-0.8.1.tar.bz2
|
@@ -2513,7 +2515,7 @@ openscenegraph 2.4.0 01 Jun 2014 OpenSceneGraph-2.4.0
|
|
2513
2515
|
openshot 1.4.3 01 Jun 2014 http://launchpad.net/openshot/1.4/1.4.3/+download/openshot-1.4.3.tar.gz
|
2514
2516
|
openshotqt 2.5.1 03 Mar 2020 https://github.com/OpenShot/openshot-qt/archive/v2.5.1.tar.gz
|
2515
2517
|
opensp 1.5.2 01 Jun 2014 http://ovh.dl.sourceforge.net/sourceforge/openjade/OpenSP-1.5.2.tar.gz
|
2516
|
-
openssh 9.
|
2518
|
+
openssh 9.3p1 16 Mar 2023 https://ftp3.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.3p1.tar.gz
|
2517
2519
|
openssl 3.1.0 15 Mar 2023 https://ftp.openssl.org/source/openssl-3.1.0.tar.gz
|
2518
2520
|
openssn 1.3 01 Dec 2012 http://sourceforge.net/projects/openssn/files/openssn-1.3/openssn-1.3.tar.gz
|
2519
2521
|
openttd 1.10.3 11 Aug 2020 https://cdn.openttd.org/openttd-releases/1.10.3/openttd-1.10.3-source.tar.xz
|
@@ -2961,7 +2963,7 @@ rxvtunicode 9.31 05 Jan 2023 http://dist.schmorp.de/rxvt-
|
|
2961
2963
|
rygel 0.42.1 11 Feb 2023 https://download.gnome.org/sources/rygel/0.42/rygel-0.42.1.tar.xz
|
2962
2964
|
sakura 3.8.2 26 Apr 2021 https://launchpad.net/sakura/trunk/3.8.2/+download/sakura-3.8.2.tar.gz
|
2963
2965
|
samba 4.18.0 08 Mar 2023 https://us1.samba.org/samba/ftp/stable/samba-4.18.0.tar.gz
|
2964
|
-
samtools 1.
|
2966
|
+
samtools 1.17 18 Mar 2023 https://github.com/samtools/samtools/releases/download/1.17/samtools-1.17.tar.bz2
|
2965
2967
|
sanebackends 1.1.1 29 Aug 2022 https://gitlab.com/sane-project/backends/uploads/7d30fab4e115029d91027b6a58d64b43/sane-backends-1.1.1.tar.gz
|
2966
2968
|
sanefrontends 1.0.14 25 Aug 2020 https://gitlab.com/sane-project/frontends/uploads/14e5c5a9205b10bd3df04501852eab28/sane-frontends-1.0.14.tar.gz
|
2967
2969
|
sash 3.7 01 May 2014 http://members.tip.net.au/~dbell/programs/sash-3.7.tar.gz
|
@@ -2984,7 +2986,7 @@ scrnsaverproto 1.2.2 01 May 2014 http://xorg.freedesktop.org/
|
|
2984
2986
|
scrollkeeper 0.3.14 01 Mar 2014 ftp://ftp.gnome.org/pub/GNOME/sources/scrollkeeper/0.3/scrollkeeper-0.3.14.tar.bz2
|
2985
2987
|
scrot 0.8 01 May 2014 http://linuxbrit.co.uk/downloads/scrot-0.8.tar.gz
|
2986
2988
|
scruffy 0.2.6 02 Dec 2017 https://rubygems.org/downloads/scruffy-0.2.6.gem
|
2987
|
-
scummvm 2.
|
2989
|
+
scummvm 2.7.0 17 Mar 2023 https://downloads.scummvm.org/frs/scummvm/2.7.0/scummvm-2.7.0.tar.xz
|
2988
2990
|
sddm 0.16.0 10 Oct 2017 https://github.com/sddm/sddm/releases/download/v0.16.0/sddm-0.16.0.tar.xz
|
2989
2991
|
sddmkcm 5.27.2 28 Feb 2023 https://download.kde.org/stable/plasma/5.27.2/sddm-kcm-5.27.2.tar.xz
|
2990
2992
|
sdl 1.2.15 01 Jun 2013 https://www.libsdl.org/release/SDL-1.2.15.tar.gz
|
@@ -3167,7 +3169,7 @@ suspendutils 1.0 01 Sep 2013 http://sourceforge.net/proje
|
|
3167
3169
|
sussen 0.90 01 May 2014 http://dev.mmgsecurity.com/projects/sussen/
|
3168
3170
|
svgalib 1.9.25 01 Aug 2013 http://www.svgalib.org/svgalib-1.9.25.tar.gz
|
3169
3171
|
svgpart 22.12.3 02 Mar 2023 https://download.kde.org/stable/release-service/22.12.3/src/svgpart-22.12.3.tar.xz
|
3170
|
-
sway 1.
|
3172
|
+
sway 1.8.1 16 Mar 2023 https://github.com/swaywm/sway/releases/download/1.8.1/sway-1.8.1.tar.gz
|
3171
3173
|
swbis 1.13.1 06 Nov 2018 https://ftp.gnu.org/pub/gnu/swbis/swbis-1.13.1.tar.gz
|
3172
3174
|
sweep 0.9.1 01 May 2014 http://www.metadecks.org/software/sweep/download/sweep-0.9.1.tar.bz2
|
3173
3175
|
sweeper 22.12.3 02 Mar 2023 https://download.kde.org/stable/release-service/22.12.3/src/sweeper-22.12.3.tar.xz
|
@@ -3281,7 +3283,7 @@ tracker 3.4.2 05 Dec 2022 https://download.gnome.org/s
|
|
3281
3283
|
trackerminers 3.4.2 05 Dec 2022 https://download.gnome.org/sources/tracker-miners/3.4/tracker-miners-3.4.2.tar.xz
|
3282
3284
|
trackfs 0.0.7 01 May 2014 http://www.mr511.de/software/trackfs-0.0.7.tar.gz
|
3283
3285
|
tramp 2.5.4 02 Dec 2022 https://ftp.gnu.org/pub/gnu/tramp/tramp-2.5.4.tar.gz
|
3284
|
-
transmission 4.0.
|
3286
|
+
transmission 4.0.2 16 Mar 2023 https://github.com/transmission/transmission/releases/download/4.0.2/transmission-4.0.2.tar.xz
|
3285
3287
|
transset 1.0.3 04 Dec 2022 https://www.x.org/releases/individual/app/transset-1.0.3.tar.xz
|
3286
3288
|
trapproto 3.4.3 01 May 2014 http://xorg.freedesktop.org/releases/individual/proto/trapproto-3.4.3.tar.bz2
|
3287
3289
|
tree 2.0.1 05 Jan 2022 ftp://mama.indstate.edu/linux/tree/tree-2.0.1.tgz
|
@@ -3336,6 +3338,7 @@ unhash 0.7 01 May 2014 http://www.geocities.com/dxp
|
|
3336
3338
|
unicodecollate 1.28 24 Sep 2020 http://search.cpan.org/CPAN/authors/id/S/SA/SADAHIRO/Unicode-Collate-1.28.tar.gz
|
3337
3339
|
unicorn 6.1.0 26 Aug 2022 https://rubygems.org/downloads/unicorn-6.1.0.gem
|
3338
3340
|
unieject 6 01 May 2014 http://prdownloads.sourceforge.net/unieject/unieject-6.tar.bz2
|
3341
|
+
unifdef 2.12 18 March 2023 https://dotat.at/prog/unifdef/unifdef-2.12.tar.xz
|
3339
3342
|
union 1.0.6 06 Nov 2018 https://rubygems.org/downloads/union-1.0.6.gem
|
3340
3343
|
unionfsfuse 0.25 01 May 2014 http://podgorny.cz/unionfs-fuse/releases/unionfs-fuse-0.25.tar.bz2
|
3341
3344
|
units 2.22 06 Sep 2022 https://ftp.gnu.org/pub/gnu/units/units-2.22.tar.gz
|
@@ -3413,7 +3416,7 @@ waylandprotocols 1.31 30 Nov 2022 https://gitlab.freedesktop.o
|
|
3413
3416
|
wcd 6.0.1-beta3 08 Aug 2017 https://waterlan.home.xs4all.nl/wcd/wcd-6.0.1-beta3.tar.gz
|
3414
3417
|
wdiff 1.2.2 05 Mar 2021 https://ftp.gnu.org/gnu/wdiff/wdiff-1.2.2.tar.gz
|
3415
3418
|
webkit r189384 22 Dec 2015 http://builds.nightly.webkit.org/files/trunk/src/WebKit-r189384.tar.bz2
|
3416
|
-
webkitgtk 2.
|
3419
|
+
webkitgtk 2.40.0 18 Mar 2023 https://webkitgtk.org/releases/webkitgtk-2.40.0.tar.xz
|
3417
3420
|
webmin 2.003 27 Nov 2022 http://downloads.sourceforge.net/webadmin/webmin-2.003.tar.gz
|
3418
3421
|
webrick 1.8.1 13 Mar 2023 https://rubygems.org/downloads/webrick-1.8.1.gem
|
3419
3422
|
websocketdriver 0.7.2 28 May 2020 https://rubygems.org/downloads/websocket-driver-0.7.2.gem
|
@@ -3729,7 +3732,7 @@ xwd 1.0.8 05 Aug 2021 http://xorg.freedesktop.org/
|
|
3729
3732
|
xwininfo 1.1.5 16 Jul 2019 https://xorg.freedesktop.org/releases/individual/app/xwininfo-1.1.5.tar.bz2
|
3730
3733
|
xwud 1.0.6 12 Jul 2022 https://www.x.org/releases/individual/app/xwud-1.0.6.tar.xz
|
3731
3734
|
xxhash 0.8.1 17 Sep 2022 https://github.com/Cyan4973/xxHash/archive/refs/tags/v0.8.1.tar.gz
|
3732
|
-
xz 5.4.
|
3735
|
+
xz 5.4.2 18 Mar 2023 https://tukaani.org/xz/xz-5.4.2.tar.xz
|
3733
3736
|
yabause 0.9.14 17 Feb 2017 https://sourceforge.net/projects/yabause/files/yabause/0.9.14/yabause-0.9.14.tar.gz
|
3734
3737
|
yaf 2.12.2 01 May 2014 https://tools.netsa.cert.org/releases/yaf-2.12.2.tar.gz
|
3735
3738
|
yafc 1.3.7 14 Sep 2017 http://www.yafc-ftp.com/downloads/yafc-1.3.7.tar.xz
|
@@ -2,7 +2,7 @@
|
|
2
2
|
3ddesktop: "0.2.9"
|
3
3
|
3dpong: "0.5"
|
4
4
|
a2png: "0.1.5"
|
5
|
-
a2ps: "4.15"
|
5
|
+
a2ps: "4.15.1"
|
6
6
|
a52dec: "0.7.4"
|
7
7
|
aalib: "1.4rc5"
|
8
8
|
aamath: "0.3"
|
@@ -192,7 +192,7 @@ bigdecimal: "3.1.2"
|
|
192
192
|
bigreqsproto: "1.1.2"
|
193
193
|
bijiben: "40.1"
|
194
194
|
biloba: "0.9.3"
|
195
|
-
bind: "9.
|
195
|
+
bind: "9.19.11"
|
196
196
|
biniax: "1.2"
|
197
197
|
binutils: "2.40"
|
198
198
|
bio: "2.0.4"
|
@@ -277,7 +277,7 @@ cajun: "4.2"
|
|
277
277
|
cal3d: "0.11.0"
|
278
278
|
calendarsupport: "22.12.3"
|
279
279
|
calf: "0.90.0"
|
280
|
-
calibre: "6.14.
|
280
|
+
calibre: "6.14.1"
|
281
281
|
california: "0.4.0"
|
282
282
|
callgrind: "0.9.12"
|
283
283
|
calligra: "3.2.1"
|
@@ -405,7 +405,7 @@ cpio: "2.13"
|
|
405
405
|
cppunit: "1.12.1"
|
406
406
|
cpufreqd: "2.4.2"
|
407
407
|
cpux: "4.2.0"
|
408
|
-
cracklib: "2.9.
|
408
|
+
cracklib: "2.9.10"
|
409
409
|
crass: "1.0.6"
|
410
410
|
cream: "0.43"
|
411
411
|
crimson: "0.5.3"
|
@@ -619,7 +619,7 @@ evilvte: "0.5.2~pre1"
|
|
619
619
|
evilwm: "1.1.1"
|
620
620
|
evince: "42.4"
|
621
621
|
evisum: "0.2.6"
|
622
|
-
evolution: "3.
|
622
|
+
evolution: "3.48.0"
|
623
623
|
evolutiondataserver: "3.42.3"
|
624
624
|
evolutionews: "3.42.1"
|
625
625
|
evolutionmapi: "3.42.1"
|
@@ -1249,7 +1249,7 @@ imaging: "1.1.6"
|
|
1249
1249
|
imake: "1.0.8"
|
1250
1250
|
img2pdf: "0.4.4"
|
1251
1251
|
imlib: "1.9.15"
|
1252
|
-
imlib2: "1.
|
1252
|
+
imlib2: "1.11.0"
|
1253
1253
|
inch: "0.8.0"
|
1254
1254
|
incidenceeditor: "22.12.3"
|
1255
1255
|
incron: "0.5.10"
|
@@ -1988,7 +1988,7 @@ libwrapiter: "1.2.0"
|
|
1988
1988
|
libwwwperl: "6.35"
|
1989
1989
|
libx11: "1.8.4"
|
1990
1990
|
libxau: "1.0.11"
|
1991
|
-
libxaw: "1.0.
|
1991
|
+
libxaw: "1.0.15"
|
1992
1992
|
libxaw3d: "1.6.4"
|
1993
1993
|
libxaw3dxft: "1.6.2h"
|
1994
1994
|
libxcb: "1.15"
|
@@ -2062,7 +2062,7 @@ lineakd: "0.9"
|
|
2062
2062
|
linkgrammar: "5.2.5"
|
2063
2063
|
links: "2.28"
|
2064
2064
|
linlibertine: "2.0.9"
|
2065
|
-
linux: "6.2.
|
2065
|
+
linux: "6.2.7"
|
2066
2066
|
linuxlive: "6.2.4"
|
2067
2067
|
linuxpam: "1.5.2"
|
2068
2068
|
liquidwar: "5.6.5"
|
@@ -2373,7 +2373,7 @@ nas: "1.9.3.src"
|
|
2373
2373
|
nasm: "2.16.01"
|
2374
2374
|
nast: "0.2.0"
|
2375
2375
|
nativepackageinstaller: "1.1.4"
|
2376
|
-
nautilus: "
|
2376
|
+
nautilus: "44.0"
|
2377
2377
|
nautilusactions: "3.2.4"
|
2378
2378
|
nautiluscdburner: "2.22.1"
|
2379
2379
|
nautilusmedia: "0.8.1"
|
@@ -2494,7 +2494,7 @@ openscenegraph: "2.4.0"
|
|
2494
2494
|
openshot: "1.4.3"
|
2495
2495
|
openshotqt: "2.5.1"
|
2496
2496
|
opensp: "1.5.2"
|
2497
|
-
openssh: "9.
|
2497
|
+
openssh: "9.3p1"
|
2498
2498
|
openssl: "3.1.0"
|
2499
2499
|
openssn: "1.3"
|
2500
2500
|
openttd: "1.10.3"
|
@@ -2934,7 +2934,7 @@ rxvtunicode: "9.30"
|
|
2934
2934
|
rygel: "0.42.1"
|
2935
2935
|
sakura: "3.8.2"
|
2936
2936
|
samba: "4.18.0"
|
2937
|
-
samtools: "1.
|
2937
|
+
samtools: "1.17"
|
2938
2938
|
sanebackends: "1.1.1"
|
2939
2939
|
sanefrontends: "1.0.14"
|
2940
2940
|
sash: "3.7"
|
@@ -2957,7 +2957,7 @@ scrnsaverproto: "1.2.2"
|
|
2957
2957
|
scrollkeeper: "0.3.14"
|
2958
2958
|
scrot: "0.8"
|
2959
2959
|
scruffy: "0.2.6"
|
2960
|
-
scummvm: "2.
|
2960
|
+
scummvm: "2.7.0"
|
2961
2961
|
sddm: "0.16.0"
|
2962
2962
|
sddmkcm: "5.25.5"
|
2963
2963
|
sdl: "1.2.15"
|
@@ -3137,7 +3137,7 @@ suspendutils: "1.0"
|
|
3137
3137
|
sussen: "0.90"
|
3138
3138
|
svgalib: "1.9.25"
|
3139
3139
|
svgpart: "22.12.3"
|
3140
|
-
sway: "1.
|
3140
|
+
sway: "1.8.1"
|
3141
3141
|
swbis: "1.13.1"
|
3142
3142
|
sweep: "0.9.1"
|
3143
3143
|
sweeper: "22.12.3"
|
@@ -3251,7 +3251,7 @@ tracker: "3.4.2"
|
|
3251
3251
|
trackerminers: "3.3.1"
|
3252
3252
|
trackfs: "0.0.7"
|
3253
3253
|
tramp: "2.5.4"
|
3254
|
-
transmission: "4.0.
|
3254
|
+
transmission: "4.0.2"
|
3255
3255
|
transset: "1.0.3"
|
3256
3256
|
trapproto: "3.4.3"
|
3257
3257
|
tree: "2.0.1"
|
@@ -3381,7 +3381,7 @@ waylandprotocols: "1.24"
|
|
3381
3381
|
wcd: "6.0.1-beta3"
|
3382
3382
|
wdiff: "1.2.2"
|
3383
3383
|
webkit: "r189384"
|
3384
|
-
webkitgtk: "2.
|
3384
|
+
webkitgtk: "2.40.0"
|
3385
3385
|
webmin: "1.993"
|
3386
3386
|
webrick: "1.8.1"
|
3387
3387
|
websocketdriver: "0.7.2"
|
@@ -3695,7 +3695,7 @@ xwayland: "22.1.8"
|
|
3695
3695
|
xwd: "1.0.8"
|
3696
3696
|
xwininfo: "1.1.5"
|
3697
3697
|
xwud: "1.0.6"
|
3698
|
-
xz: "5.4.
|
3698
|
+
xz: "5.4.2"
|
3699
3699
|
yabause: "0.9.14"
|
3700
3700
|
yaf: "2.12.2"
|
3701
3701
|
yafc: "1.3.7"
|
@@ -3816,8 +3816,8 @@ simple-scan: "42.5"
|
|
3816
3816
|
xapian-core: "1.4.22"
|
3817
3817
|
gnome-radio: "64.0"
|
3818
3818
|
sqlite-autoconf: "3410000"
|
3819
|
-
gst-plugins-bad: "1.
|
3820
|
-
gst-plugins-base: "1.22.
|
3819
|
+
gst-plugins-bad: "1.22.1"
|
3820
|
+
gst-plugins-base: "1.22.1"
|
3821
3821
|
gnome-applets: "3.46.0"
|
3822
3822
|
protobuf-cpp: "3.21.7"
|
3823
3823
|
xkeyboard-config: "2.38"
|
@@ -3929,3 +3929,5 @@ libtorrent-rasterbar: "2.0.8"
|
|
3929
3929
|
flatpak-kcm: "5.27.2"
|
3930
3930
|
plasma-welcome: "5.27.2"
|
3931
3931
|
template-glib: "3.36.1"
|
3932
|
+
mate-desktop: "1.26.1"
|
3933
|
+
geany-plugins: "1.38"
|
data/lib/rbt/yaml/programs_version/the_expanded_coobkook_dataset_was_last_updated_on_this_day.yml
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
18.03.2023
|
@@ -2960,3 +2960,26 @@
|
|
2960
2960
|
- ccache # program_version: 4.8.0 15.03.2023-15:58:09
|
2961
2961
|
- ccache # program_version: 4.8 15.03.2023-15:59:07
|
2962
2962
|
- gobjectintrospection # program_version: 1.76.0 15.03.2023-16:00:07
|
2963
|
+
- bind # program_version: 9.19.0 15.03.2023-18:10:22
|
2964
|
+
- bind # program_version: 9.19.11 15.03.2023-18:11:18
|
2965
|
+
- openssh # program_version: 9.3p1 16.03.2023-02:14:21
|
2966
|
+
- matedesktop # program_version: 1.26.1 16.03.2023-02:14:56
|
2967
|
+
- transmission # program_version: 4.0.2 16.03.2023-02:16:23
|
2968
|
+
- calibre # program_version: 6.14.1 16.03.2023-14:58:29
|
2969
|
+
- sway # program_version: 1.8.1 16.03.2023-19:58:33
|
2970
|
+
- scummvm # program_version: 2.7.0 17.03.2023-03:15:15
|
2971
|
+
- evolution # program_version: 3.48.0 17.03.2023-08:39:43
|
2972
|
+
- a2ps # program_version: 4.15.1 18.03.2023-02:33:15
|
2973
|
+
- libxaw # program_version: 1.0.15 18.03.2023-02:52:30
|
2974
|
+
- libxaw # program_version: 1.0.15 18.03.2023-02:54:07
|
2975
|
+
- cracklib # program_version: 2.9.10 18.03.2023-03:07:31
|
2976
|
+
- imlib2 # program_version: 1.10.0 18.03.2023-03:10:09
|
2977
|
+
- imlib2 # program_version: 1.11.0 18.03.2023-03:10:32
|
2978
|
+
- webkitgtk # program_version: 2.40.0 18.03.2023-03:19:32
|
2979
|
+
- samtools # program_version: 1.17 18.03.2023-04:08:43
|
2980
|
+
- gstpluginsbase # program_version: 1.22.1 18.03.2023-06:00:40
|
2981
|
+
- gstpluginsbad # program_version: 1.22.1 18.03.2023-06:06:55
|
2982
|
+
- nautilus # program_version: 44.0 18.03.2023-18:05:39
|
2983
|
+
- linux # program_version: 6.2.7 18.03.2023-18:41:20
|
2984
|
+
- xz # program_version: 5.4.2 18.03.2023-20:33:52
|
2985
|
+
- geanyplugins # program_version: 1.38 18.03.2023-21:25:03
|