diff --git a/tools/create_profiles.py b/tools/create_profiles.py index 326346b..1eae6c1 100644 --- a/tools/create_profiles.py +++ b/tools/create_profiles.py @@ -12,7 +12,7 @@ def _find_tarballs(logger): 'babeltrace2': 'https://www.efficios.com/files/babeltrace/', 'elfutils': 'https://sourceware.org/elfutils/ftp/', 'glib': 'https://ftp.gnome.org/pub/gnome/sources/glib/', - 'libxml2': 'ftp://xmlsoft.org/libxml2/', + 'libxml2': 'https://download.gnome.org/sources/libxml2/', 'lttng-modules': 'https://lttng.org/files/lttng-modules/', 'lttng-tools': 'https://lttng.org/files/lttng-tools/', 'lttng-ust': 'https://lttng.org/files/lttng-ust/', diff --git a/vlttng/profiles/babeltrace2-2.0.7.yml b/vlttng/profiles/babeltrace2-2.0.7.yml new file mode 100644 index 0000000..60beffc --- /dev/null +++ b/vlttng/profiles/babeltrace2-2.0.7.yml @@ -0,0 +1,3 @@ +projects: + babeltrace2: + source: https://www.efficios.com/files/babeltrace/babeltrace2-2.0.7.tar.bz2 diff --git a/vlttng/profiles/babeltrace2-2.1.0-rc1.yml b/vlttng/profiles/babeltrace2-2.1.0-rc1.yml new file mode 100644 index 0000000..4619ed4 --- /dev/null +++ b/vlttng/profiles/babeltrace2-2.1.0-rc1.yml @@ -0,0 +1,3 @@ +projects: + babeltrace2: + source: https://www.efficios.com/files/babeltrace/babeltrace2-2.1.0-rc1.tar.bz2 diff --git a/vlttng/profiles/babeltrace2-2.1.0.yml b/vlttng/profiles/babeltrace2-2.1.0.yml new file mode 100644 index 0000000..a2dfdf5 --- /dev/null +++ b/vlttng/profiles/babeltrace2-2.1.0.yml @@ -0,0 +1,3 @@ +projects: + babeltrace2: + source: https://www.efficios.com/files/babeltrace/babeltrace2-2.1.0.tar.bz2 diff --git a/vlttng/profiles/babeltrace2-2.1.1.yml b/vlttng/profiles/babeltrace2-2.1.1.yml new file mode 100644 index 0000000..ff687c6 --- /dev/null +++ b/vlttng/profiles/babeltrace2-2.1.1.yml @@ -0,0 +1,3 @@ +projects: + babeltrace2: + source: https://www.efficios.com/files/babeltrace/babeltrace2-2.1.1.tar.bz2 diff --git a/vlttng/profiles/babeltrace2-2.1.2.yml b/vlttng/profiles/babeltrace2-2.1.2.yml new file mode 100644 index 0000000..b0331f0 --- /dev/null +++ b/vlttng/profiles/babeltrace2-2.1.2.yml @@ -0,0 +1,3 @@ +projects: + babeltrace2: + source: https://www.efficios.com/files/babeltrace/babeltrace2-2.1.2.tar.bz2 diff --git a/vlttng/profiles/glib-2.0.3.yml b/vlttng/profiles/glib-2.0.3.yml index c8fd67a..98002c4 100644 --- a/vlttng/profiles/glib-2.0.3.yml +++ b/vlttng/profiles/glib-2.0.3.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.0/glib-2.0.3.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.0/glib-2.0.3.tar.gz diff --git a/vlttng/profiles/glib-2.0.6.yml b/vlttng/profiles/glib-2.0.6.yml index 1d9f0db..1b1a6a7 100644 --- a/vlttng/profiles/glib-2.0.6.yml +++ b/vlttng/profiles/glib-2.0.6.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.0/glib-2.0.6.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.0/glib-2.0.6.tar.bz2 diff --git a/vlttng/profiles/glib-2.1.3.yml b/vlttng/profiles/glib-2.1.3.yml index 23c0bd4..1a05db4 100644 --- a/vlttng/profiles/glib-2.1.3.yml +++ b/vlttng/profiles/glib-2.1.3.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.1/glib-2.1.3.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.1/glib-2.1.3.tar.bz2 diff --git a/vlttng/profiles/glib-2.1.4.yml b/vlttng/profiles/glib-2.1.4.yml index 8654869..8c31d42 100644 --- a/vlttng/profiles/glib-2.1.4.yml +++ b/vlttng/profiles/glib-2.1.4.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.1/glib-2.1.4.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.1/glib-2.1.4.tar.bz2 diff --git a/vlttng/profiles/glib-2.1.5.yml b/vlttng/profiles/glib-2.1.5.yml index 995429f..be5ad4d 100644 --- a/vlttng/profiles/glib-2.1.5.yml +++ b/vlttng/profiles/glib-2.1.5.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.1/glib-2.1.5.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.1/glib-2.1.5.tar.gz diff --git a/vlttng/profiles/glib-2.10.0.yml b/vlttng/profiles/glib-2.10.0.yml index c83b891..07aa9c1 100644 --- a/vlttng/profiles/glib-2.10.0.yml +++ b/vlttng/profiles/glib-2.10.0.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.10/glib-2.10.0.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.10/glib-2.10.0.tar.gz diff --git a/vlttng/profiles/glib-2.10.2.yml b/vlttng/profiles/glib-2.10.2.yml index 8f90223..a34565d 100644 --- a/vlttng/profiles/glib-2.10.2.yml +++ b/vlttng/profiles/glib-2.10.2.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.10/glib-2.10.2.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.10/glib-2.10.2.tar.bz2 diff --git a/vlttng/profiles/glib-2.11.1.yml b/vlttng/profiles/glib-2.11.1.yml index b450b91..fed5b87 100644 --- a/vlttng/profiles/glib-2.11.1.yml +++ b/vlttng/profiles/glib-2.11.1.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.11/glib-2.11.1.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.11/glib-2.11.1.tar.bz2 diff --git a/vlttng/profiles/glib-2.11.2.yml b/vlttng/profiles/glib-2.11.2.yml index 0bac059..2f673f2 100644 --- a/vlttng/profiles/glib-2.11.2.yml +++ b/vlttng/profiles/glib-2.11.2.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.11/glib-2.11.2.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.11/glib-2.11.2.tar.bz2 diff --git a/vlttng/profiles/glib-2.11.3.yml b/vlttng/profiles/glib-2.11.3.yml index 97658c5..675cf2e 100644 --- a/vlttng/profiles/glib-2.11.3.yml +++ b/vlttng/profiles/glib-2.11.3.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.11/glib-2.11.3.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.11/glib-2.11.3.tar.gz diff --git a/vlttng/profiles/glib-2.12.13.yml b/vlttng/profiles/glib-2.12.13.yml index 5e0a6c9..088c76e 100644 --- a/vlttng/profiles/glib-2.12.13.yml +++ b/vlttng/profiles/glib-2.12.13.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.12/glib-2.12.13.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.12/glib-2.12.13.tar.gz diff --git a/vlttng/profiles/glib-2.12.3.yml b/vlttng/profiles/glib-2.12.3.yml index 886c51d..78da5cf 100644 --- a/vlttng/profiles/glib-2.12.3.yml +++ b/vlttng/profiles/glib-2.12.3.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.12/glib-2.12.3.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.12/glib-2.12.3.tar.bz2 diff --git a/vlttng/profiles/glib-2.12.6.yml b/vlttng/profiles/glib-2.12.6.yml index 4c709fc..0ad66be 100644 --- a/vlttng/profiles/glib-2.12.6.yml +++ b/vlttng/profiles/glib-2.12.6.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.12/glib-2.12.6.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.12/glib-2.12.6.tar.gz diff --git a/vlttng/profiles/glib-2.13.1.yml b/vlttng/profiles/glib-2.13.1.yml index 380245a..242013e 100644 --- a/vlttng/profiles/glib-2.13.1.yml +++ b/vlttng/profiles/glib-2.13.1.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.13/glib-2.13.1.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.13/glib-2.13.1.tar.gz diff --git a/vlttng/profiles/glib-2.13.5.yml b/vlttng/profiles/glib-2.13.5.yml index b82f734..ce68491 100644 --- a/vlttng/profiles/glib-2.13.5.yml +++ b/vlttng/profiles/glib-2.13.5.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.13/glib-2.13.5.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.13/glib-2.13.5.tar.bz2 diff --git a/vlttng/profiles/glib-2.13.6.yml b/vlttng/profiles/glib-2.13.6.yml index 9f56cf7..504b8ba 100644 --- a/vlttng/profiles/glib-2.13.6.yml +++ b/vlttng/profiles/glib-2.13.6.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.13/glib-2.13.6.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.13/glib-2.13.6.tar.bz2 diff --git a/vlttng/profiles/glib-2.14.0.yml b/vlttng/profiles/glib-2.14.0.yml index 3652ad9..d6c36cd 100644 --- a/vlttng/profiles/glib-2.14.0.yml +++ b/vlttng/profiles/glib-2.14.0.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.14/glib-2.14.0.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.14/glib-2.14.0.tar.gz diff --git a/vlttng/profiles/glib-2.14.2.yml b/vlttng/profiles/glib-2.14.2.yml index 63db4e6..286294f 100644 --- a/vlttng/profiles/glib-2.14.2.yml +++ b/vlttng/profiles/glib-2.14.2.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.14/glib-2.14.2.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.14/glib-2.14.2.tar.bz2 diff --git a/vlttng/profiles/glib-2.14.6.yml b/vlttng/profiles/glib-2.14.6.yml index 481ec63..6b21db6 100644 --- a/vlttng/profiles/glib-2.14.6.yml +++ b/vlttng/profiles/glib-2.14.6.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.14/glib-2.14.6.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.14/glib-2.14.6.tar.bz2 diff --git a/vlttng/profiles/glib-2.15.3.yml b/vlttng/profiles/glib-2.15.3.yml index bfe5c97..a99086b 100644 --- a/vlttng/profiles/glib-2.15.3.yml +++ b/vlttng/profiles/glib-2.15.3.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.15/glib-2.15.3.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.15/glib-2.15.3.tar.bz2 diff --git a/vlttng/profiles/glib-2.15.6.yml b/vlttng/profiles/glib-2.15.6.yml index b33744e..a937ba7 100644 --- a/vlttng/profiles/glib-2.15.6.yml +++ b/vlttng/profiles/glib-2.15.6.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.15/glib-2.15.6.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.15/glib-2.15.6.tar.gz diff --git a/vlttng/profiles/glib-2.16.1.yml b/vlttng/profiles/glib-2.16.1.yml index 0cf2d06..616c9d1 100644 --- a/vlttng/profiles/glib-2.16.1.yml +++ b/vlttng/profiles/glib-2.16.1.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.16/glib-2.16.1.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.16/glib-2.16.1.tar.gz diff --git a/vlttng/profiles/glib-2.16.2.yml b/vlttng/profiles/glib-2.16.2.yml index 500e0b4..b92c848 100644 --- a/vlttng/profiles/glib-2.16.2.yml +++ b/vlttng/profiles/glib-2.16.2.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.16/glib-2.16.2.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.16/glib-2.16.2.tar.gz diff --git a/vlttng/profiles/glib-2.16.3.yml b/vlttng/profiles/glib-2.16.3.yml index 161d743..e071d73 100644 --- a/vlttng/profiles/glib-2.16.3.yml +++ b/vlttng/profiles/glib-2.16.3.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.16/glib-2.16.3.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.16/glib-2.16.3.tar.gz diff --git a/vlttng/profiles/glib-2.16.4.yml b/vlttng/profiles/glib-2.16.4.yml index 4bc57c5..0b8af36 100644 --- a/vlttng/profiles/glib-2.16.4.yml +++ b/vlttng/profiles/glib-2.16.4.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.16/glib-2.16.4.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.16/glib-2.16.4.tar.gz diff --git a/vlttng/profiles/glib-2.16.5.yml b/vlttng/profiles/glib-2.16.5.yml index 90394c3..fa043cc 100644 --- a/vlttng/profiles/glib-2.16.5.yml +++ b/vlttng/profiles/glib-2.16.5.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.16/glib-2.16.5.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.16/glib-2.16.5.tar.bz2 diff --git a/vlttng/profiles/glib-2.16.6.yml b/vlttng/profiles/glib-2.16.6.yml index aa133c9..89f8a9d 100644 --- a/vlttng/profiles/glib-2.16.6.yml +++ b/vlttng/profiles/glib-2.16.6.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.16/glib-2.16.6.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.16/glib-2.16.6.tar.gz diff --git a/vlttng/profiles/glib-2.17.1.yml b/vlttng/profiles/glib-2.17.1.yml index eb5a5f8..3d36217 100644 --- a/vlttng/profiles/glib-2.17.1.yml +++ b/vlttng/profiles/glib-2.17.1.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.17/glib-2.17.1.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.17/glib-2.17.1.tar.gz diff --git a/vlttng/profiles/glib-2.17.2.yml b/vlttng/profiles/glib-2.17.2.yml index 9a454de..002cbf3 100644 --- a/vlttng/profiles/glib-2.17.2.yml +++ b/vlttng/profiles/glib-2.17.2.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.17/glib-2.17.2.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.17/glib-2.17.2.tar.gz diff --git a/vlttng/profiles/glib-2.17.4.yml b/vlttng/profiles/glib-2.17.4.yml index caef6b4..9077930 100644 --- a/vlttng/profiles/glib-2.17.4.yml +++ b/vlttng/profiles/glib-2.17.4.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.17/glib-2.17.4.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.17/glib-2.17.4.tar.bz2 diff --git a/vlttng/profiles/glib-2.17.6.yml b/vlttng/profiles/glib-2.17.6.yml index 9ffcc6b..6af2265 100644 --- a/vlttng/profiles/glib-2.17.6.yml +++ b/vlttng/profiles/glib-2.17.6.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.17/glib-2.17.6.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.17/glib-2.17.6.tar.bz2 diff --git a/vlttng/profiles/glib-2.18.2.yml b/vlttng/profiles/glib-2.18.2.yml index 28edc39..1895492 100644 --- a/vlttng/profiles/glib-2.18.2.yml +++ b/vlttng/profiles/glib-2.18.2.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.18/glib-2.18.2.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.18/glib-2.18.2.tar.gz diff --git a/vlttng/profiles/glib-2.19.1.yml b/vlttng/profiles/glib-2.19.1.yml index 8be758b..ea9da90 100644 --- a/vlttng/profiles/glib-2.19.1.yml +++ b/vlttng/profiles/glib-2.19.1.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.19/glib-2.19.1.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.19/glib-2.19.1.tar.gz diff --git a/vlttng/profiles/glib-2.19.2.yml b/vlttng/profiles/glib-2.19.2.yml index 1f8ff45..3816df6 100644 --- a/vlttng/profiles/glib-2.19.2.yml +++ b/vlttng/profiles/glib-2.19.2.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.19/glib-2.19.2.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.19/glib-2.19.2.tar.bz2 diff --git a/vlttng/profiles/glib-2.19.6.yml b/vlttng/profiles/glib-2.19.6.yml index 3141ba7..9985ee6 100644 --- a/vlttng/profiles/glib-2.19.6.yml +++ b/vlttng/profiles/glib-2.19.6.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.19/glib-2.19.6.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.19/glib-2.19.6.tar.bz2 diff --git a/vlttng/profiles/glib-2.19.8.yml b/vlttng/profiles/glib-2.19.8.yml index f6b6c6d..33eb8b0 100644 --- a/vlttng/profiles/glib-2.19.8.yml +++ b/vlttng/profiles/glib-2.19.8.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.19/glib-2.19.8.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.19/glib-2.19.8.tar.gz diff --git a/vlttng/profiles/glib-2.2.0.yml b/vlttng/profiles/glib-2.2.0.yml index 81e9ff5..29cd614 100644 --- a/vlttng/profiles/glib-2.2.0.yml +++ b/vlttng/profiles/glib-2.2.0.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.2/glib-2.2.0.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.2/glib-2.2.0.tar.bz2 diff --git a/vlttng/profiles/glib-2.2.3.yml b/vlttng/profiles/glib-2.2.3.yml index 0f2b4c5..6af45c3 100644 --- a/vlttng/profiles/glib-2.2.3.yml +++ b/vlttng/profiles/glib-2.2.3.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.2/glib-2.2.3.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.2/glib-2.2.3.tar.bz2 diff --git a/vlttng/profiles/glib-2.20.1.yml b/vlttng/profiles/glib-2.20.1.yml index bf60738..f773377 100644 --- a/vlttng/profiles/glib-2.20.1.yml +++ b/vlttng/profiles/glib-2.20.1.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.20/glib-2.20.1.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.20/glib-2.20.1.tar.bz2 diff --git a/vlttng/profiles/glib-2.20.2.yml b/vlttng/profiles/glib-2.20.2.yml index ae023c9..5e767d7 100644 --- a/vlttng/profiles/glib-2.20.2.yml +++ b/vlttng/profiles/glib-2.20.2.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.20/glib-2.20.2.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.20/glib-2.20.2.tar.bz2 diff --git a/vlttng/profiles/glib-2.20.3.yml b/vlttng/profiles/glib-2.20.3.yml index 5f7081d..0e60dfe 100644 --- a/vlttng/profiles/glib-2.20.3.yml +++ b/vlttng/profiles/glib-2.20.3.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.20/glib-2.20.3.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.20/glib-2.20.3.tar.gz diff --git a/vlttng/profiles/glib-2.20.4.yml b/vlttng/profiles/glib-2.20.4.yml index 22e44a3..7b4c109 100644 --- a/vlttng/profiles/glib-2.20.4.yml +++ b/vlttng/profiles/glib-2.20.4.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.20/glib-2.20.4.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.20/glib-2.20.4.tar.gz diff --git a/vlttng/profiles/glib-2.21.1.yml b/vlttng/profiles/glib-2.21.1.yml index 7232023..52c62f2 100644 --- a/vlttng/profiles/glib-2.21.1.yml +++ b/vlttng/profiles/glib-2.21.1.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.21/glib-2.21.1.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.21/glib-2.21.1.tar.bz2 diff --git a/vlttng/profiles/glib-2.21.3.yml b/vlttng/profiles/glib-2.21.3.yml index a8e6dd8..1ff3cf4 100644 --- a/vlttng/profiles/glib-2.21.3.yml +++ b/vlttng/profiles/glib-2.21.3.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.21/glib-2.21.3.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.21/glib-2.21.3.tar.bz2 diff --git a/vlttng/profiles/glib-2.21.4.yml b/vlttng/profiles/glib-2.21.4.yml index bf2887c..1e2c2a5 100644 --- a/vlttng/profiles/glib-2.21.4.yml +++ b/vlttng/profiles/glib-2.21.4.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.21/glib-2.21.4.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.21/glib-2.21.4.tar.gz diff --git a/vlttng/profiles/glib-2.21.6.yml b/vlttng/profiles/glib-2.21.6.yml index 71be5b3..7ef6926 100644 --- a/vlttng/profiles/glib-2.21.6.yml +++ b/vlttng/profiles/glib-2.21.6.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.21/glib-2.21.6.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.21/glib-2.21.6.tar.gz diff --git a/vlttng/profiles/glib-2.22.1.yml b/vlttng/profiles/glib-2.22.1.yml index e54c9f7..201f6b6 100644 --- a/vlttng/profiles/glib-2.22.1.yml +++ b/vlttng/profiles/glib-2.22.1.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.22/glib-2.22.1.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.22/glib-2.22.1.tar.gz diff --git a/vlttng/profiles/glib-2.22.3.yml b/vlttng/profiles/glib-2.22.3.yml index b62c090..5b74943 100644 --- a/vlttng/profiles/glib-2.22.3.yml +++ b/vlttng/profiles/glib-2.22.3.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.22/glib-2.22.3.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.22/glib-2.22.3.tar.gz diff --git a/vlttng/profiles/glib-2.22.4.yml b/vlttng/profiles/glib-2.22.4.yml index d336f38..d318c9b 100644 --- a/vlttng/profiles/glib-2.22.4.yml +++ b/vlttng/profiles/glib-2.22.4.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.22/glib-2.22.4.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.22/glib-2.22.4.tar.bz2 diff --git a/vlttng/profiles/glib-2.23.0.yml b/vlttng/profiles/glib-2.23.0.yml index 525b78b..c315bde 100644 --- a/vlttng/profiles/glib-2.23.0.yml +++ b/vlttng/profiles/glib-2.23.0.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.23/glib-2.23.0.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.23/glib-2.23.0.tar.bz2 diff --git a/vlttng/profiles/glib-2.23.1.yml b/vlttng/profiles/glib-2.23.1.yml index f715ca2..974b8aa 100644 --- a/vlttng/profiles/glib-2.23.1.yml +++ b/vlttng/profiles/glib-2.23.1.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.23/glib-2.23.1.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.23/glib-2.23.1.tar.gz diff --git a/vlttng/profiles/glib-2.23.3.yml b/vlttng/profiles/glib-2.23.3.yml index 3360518..400df23 100644 --- a/vlttng/profiles/glib-2.23.3.yml +++ b/vlttng/profiles/glib-2.23.3.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.23/glib-2.23.3.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.23/glib-2.23.3.tar.gz diff --git a/vlttng/profiles/glib-2.24.1.yml b/vlttng/profiles/glib-2.24.1.yml index 77e5911..73e14ac 100644 --- a/vlttng/profiles/glib-2.24.1.yml +++ b/vlttng/profiles/glib-2.24.1.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.24/glib-2.24.1.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.24/glib-2.24.1.tar.gz diff --git a/vlttng/profiles/glib-2.24.2.yml b/vlttng/profiles/glib-2.24.2.yml index 2a09073..d26cc1e 100644 --- a/vlttng/profiles/glib-2.24.2.yml +++ b/vlttng/profiles/glib-2.24.2.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.24/glib-2.24.2.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.24/glib-2.24.2.tar.gz diff --git a/vlttng/profiles/glib-2.25.1.yml b/vlttng/profiles/glib-2.25.1.yml index 00fff73..673f8ca 100644 --- a/vlttng/profiles/glib-2.25.1.yml +++ b/vlttng/profiles/glib-2.25.1.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.25/glib-2.25.1.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.25/glib-2.25.1.tar.gz diff --git a/vlttng/profiles/glib-2.25.10.yml b/vlttng/profiles/glib-2.25.10.yml index f2c4926..bb8acc4 100644 --- a/vlttng/profiles/glib-2.25.10.yml +++ b/vlttng/profiles/glib-2.25.10.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.25/glib-2.25.10.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.25/glib-2.25.10.tar.gz diff --git a/vlttng/profiles/glib-2.25.11.yml b/vlttng/profiles/glib-2.25.11.yml index ab8eacf..029f7f6 100644 --- a/vlttng/profiles/glib-2.25.11.yml +++ b/vlttng/profiles/glib-2.25.11.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.25/glib-2.25.11.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.25/glib-2.25.11.tar.gz diff --git a/vlttng/profiles/glib-2.25.15.yml b/vlttng/profiles/glib-2.25.15.yml index 2f05d8a..406faf6 100644 --- a/vlttng/profiles/glib-2.25.15.yml +++ b/vlttng/profiles/glib-2.25.15.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.25/glib-2.25.15.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.25/glib-2.25.15.tar.bz2 diff --git a/vlttng/profiles/glib-2.25.16.yml b/vlttng/profiles/glib-2.25.16.yml index 9d62dc2..802b19b 100644 --- a/vlttng/profiles/glib-2.25.16.yml +++ b/vlttng/profiles/glib-2.25.16.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.25/glib-2.25.16.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.25/glib-2.25.16.tar.gz diff --git a/vlttng/profiles/glib-2.25.3.yml b/vlttng/profiles/glib-2.25.3.yml index 7bb7929..6b28805 100644 --- a/vlttng/profiles/glib-2.25.3.yml +++ b/vlttng/profiles/glib-2.25.3.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.25/glib-2.25.3.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.25/glib-2.25.3.tar.bz2 diff --git a/vlttng/profiles/glib-2.25.7.yml b/vlttng/profiles/glib-2.25.7.yml index 5f08343..054118f 100644 --- a/vlttng/profiles/glib-2.25.7.yml +++ b/vlttng/profiles/glib-2.25.7.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.25/glib-2.25.7.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.25/glib-2.25.7.tar.gz diff --git a/vlttng/profiles/glib-2.25.8.yml b/vlttng/profiles/glib-2.25.8.yml index 332b527..3914c45 100644 --- a/vlttng/profiles/glib-2.25.8.yml +++ b/vlttng/profiles/glib-2.25.8.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.25/glib-2.25.8.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.25/glib-2.25.8.tar.bz2 diff --git a/vlttng/profiles/glib-2.25.9.yml b/vlttng/profiles/glib-2.25.9.yml index 6d35d89..2a2503d 100644 --- a/vlttng/profiles/glib-2.25.9.yml +++ b/vlttng/profiles/glib-2.25.9.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.25/glib-2.25.9.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.25/glib-2.25.9.tar.bz2 diff --git a/vlttng/profiles/glib-2.26.1.yml b/vlttng/profiles/glib-2.26.1.yml index 50b2983..2d06548 100644 --- a/vlttng/profiles/glib-2.26.1.yml +++ b/vlttng/profiles/glib-2.26.1.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.26/glib-2.26.1.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.26/glib-2.26.1.tar.bz2 diff --git a/vlttng/profiles/glib-2.27.0.yml b/vlttng/profiles/glib-2.27.0.yml index 72715f5..047dfc7 100644 --- a/vlttng/profiles/glib-2.27.0.yml +++ b/vlttng/profiles/glib-2.27.0.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.27/glib-2.27.0.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.27/glib-2.27.0.tar.gz diff --git a/vlttng/profiles/glib-2.27.1.yml b/vlttng/profiles/glib-2.27.1.yml index 051790d..2f34a81 100644 --- a/vlttng/profiles/glib-2.27.1.yml +++ b/vlttng/profiles/glib-2.27.1.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.27/glib-2.27.1.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.27/glib-2.27.1.tar.bz2 diff --git a/vlttng/profiles/glib-2.27.2.yml b/vlttng/profiles/glib-2.27.2.yml index f2064b4..4206fdd 100644 --- a/vlttng/profiles/glib-2.27.2.yml +++ b/vlttng/profiles/glib-2.27.2.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.27/glib-2.27.2.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.27/glib-2.27.2.tar.gz diff --git a/vlttng/profiles/glib-2.27.3.yml b/vlttng/profiles/glib-2.27.3.yml index 636b31e..23e16b2 100644 --- a/vlttng/profiles/glib-2.27.3.yml +++ b/vlttng/profiles/glib-2.27.3.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.27/glib-2.27.3.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.27/glib-2.27.3.tar.bz2 diff --git a/vlttng/profiles/glib-2.27.5.yml b/vlttng/profiles/glib-2.27.5.yml index 50b1184..b39eee8 100644 --- a/vlttng/profiles/glib-2.27.5.yml +++ b/vlttng/profiles/glib-2.27.5.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.27/glib-2.27.5.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.27/glib-2.27.5.tar.bz2 diff --git a/vlttng/profiles/glib-2.27.91.yml b/vlttng/profiles/glib-2.27.91.yml index ba49591..b94e39c 100644 --- a/vlttng/profiles/glib-2.27.91.yml +++ b/vlttng/profiles/glib-2.27.91.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.27/glib-2.27.91.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.27/glib-2.27.91.tar.bz2 diff --git a/vlttng/profiles/glib-2.28.1.yml b/vlttng/profiles/glib-2.28.1.yml index 4137332..7ae2b52 100644 --- a/vlttng/profiles/glib-2.28.1.yml +++ b/vlttng/profiles/glib-2.28.1.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.28/glib-2.28.1.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.28/glib-2.28.1.tar.gz diff --git a/vlttng/profiles/glib-2.28.3.yml b/vlttng/profiles/glib-2.28.3.yml index bd67247..912acb6 100644 --- a/vlttng/profiles/glib-2.28.3.yml +++ b/vlttng/profiles/glib-2.28.3.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.28/glib-2.28.3.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.28/glib-2.28.3.tar.bz2 diff --git a/vlttng/profiles/glib-2.28.5.yml b/vlttng/profiles/glib-2.28.5.yml index fd46482..161a875 100644 --- a/vlttng/profiles/glib-2.28.5.yml +++ b/vlttng/profiles/glib-2.28.5.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.28/glib-2.28.5.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.28/glib-2.28.5.tar.gz diff --git a/vlttng/profiles/glib-2.28.7.yml b/vlttng/profiles/glib-2.28.7.yml index 5c98b49..5374489 100644 --- a/vlttng/profiles/glib-2.28.7.yml +++ b/vlttng/profiles/glib-2.28.7.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.28/glib-2.28.7.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.28/glib-2.28.7.tar.bz2 diff --git a/vlttng/profiles/glib-2.29.10.yml b/vlttng/profiles/glib-2.29.10.yml index a3934b7..454ebd9 100644 --- a/vlttng/profiles/glib-2.29.10.yml +++ b/vlttng/profiles/glib-2.29.10.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.29/glib-2.29.10.tar.xz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.29/glib-2.29.10.tar.bz2 diff --git a/vlttng/profiles/glib-2.29.16.yml b/vlttng/profiles/glib-2.29.16.yml index 51c9462..00388a7 100644 --- a/vlttng/profiles/glib-2.29.16.yml +++ b/vlttng/profiles/glib-2.29.16.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.29/glib-2.29.16.tar.xz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.29/glib-2.29.16.tar.bz2 diff --git a/vlttng/profiles/glib-2.29.18.yml b/vlttng/profiles/glib-2.29.18.yml index ec2535a..25f9936 100644 --- a/vlttng/profiles/glib-2.29.18.yml +++ b/vlttng/profiles/glib-2.29.18.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.29/glib-2.29.18.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.29/glib-2.29.18.tar.xz diff --git a/vlttng/profiles/glib-2.3.0.yml b/vlttng/profiles/glib-2.3.0.yml index 93345a3..30d6859 100644 --- a/vlttng/profiles/glib-2.3.0.yml +++ b/vlttng/profiles/glib-2.3.0.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.3/glib-2.3.0.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.3/glib-2.3.0.tar.gz diff --git a/vlttng/profiles/glib-2.3.1.yml b/vlttng/profiles/glib-2.3.1.yml index e35cd81..bee96e4 100644 --- a/vlttng/profiles/glib-2.3.1.yml +++ b/vlttng/profiles/glib-2.3.1.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.3/glib-2.3.1.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.3/glib-2.3.1.tar.gz diff --git a/vlttng/profiles/glib-2.3.2.yml b/vlttng/profiles/glib-2.3.2.yml index 274eccc..4fe5dd3 100644 --- a/vlttng/profiles/glib-2.3.2.yml +++ b/vlttng/profiles/glib-2.3.2.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.3/glib-2.3.2.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.3/glib-2.3.2.tar.bz2 diff --git a/vlttng/profiles/glib-2.3.5.yml b/vlttng/profiles/glib-2.3.5.yml index 5009cf1..2895202 100644 --- a/vlttng/profiles/glib-2.3.5.yml +++ b/vlttng/profiles/glib-2.3.5.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.3/glib-2.3.5.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.3/glib-2.3.5.tar.gz diff --git a/vlttng/profiles/glib-2.3.6.yml b/vlttng/profiles/glib-2.3.6.yml index 8ba8f0d..96c4e46 100644 --- a/vlttng/profiles/glib-2.3.6.yml +++ b/vlttng/profiles/glib-2.3.6.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.3/glib-2.3.6.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.3/glib-2.3.6.tar.bz2 diff --git a/vlttng/profiles/glib-2.30.0.yml b/vlttng/profiles/glib-2.30.0.yml index 02b60aa..1573a98 100644 --- a/vlttng/profiles/glib-2.30.0.yml +++ b/vlttng/profiles/glib-2.30.0.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.30/glib-2.30.0.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.30/glib-2.30.0.tar.xz diff --git a/vlttng/profiles/glib-2.30.1.yml b/vlttng/profiles/glib-2.30.1.yml index ae4ebde..ec90eb6 100644 --- a/vlttng/profiles/glib-2.30.1.yml +++ b/vlttng/profiles/glib-2.30.1.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.30/glib-2.30.1.tar.xz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.30/glib-2.30.1.tar.bz2 diff --git a/vlttng/profiles/glib-2.30.2.yml b/vlttng/profiles/glib-2.30.2.yml index 9d6b9cb..10cbdd0 100644 --- a/vlttng/profiles/glib-2.30.2.yml +++ b/vlttng/profiles/glib-2.30.2.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.30/glib-2.30.2.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.30/glib-2.30.2.tar.xz diff --git a/vlttng/profiles/glib-2.31.0.yml b/vlttng/profiles/glib-2.31.0.yml index 9ee0529..36fab41 100644 --- a/vlttng/profiles/glib-2.31.0.yml +++ b/vlttng/profiles/glib-2.31.0.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.31/glib-2.31.0.tar.xz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.31/glib-2.31.0.tar.bz2 diff --git a/vlttng/profiles/glib-2.4.1.yml b/vlttng/profiles/glib-2.4.1.yml index 02dd3c6..c8233e5 100644 --- a/vlttng/profiles/glib-2.4.1.yml +++ b/vlttng/profiles/glib-2.4.1.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.4/glib-2.4.1.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.4/glib-2.4.1.tar.bz2 diff --git a/vlttng/profiles/glib-2.4.2.yml b/vlttng/profiles/glib-2.4.2.yml index 648b5b5..b1b60d6 100644 --- a/vlttng/profiles/glib-2.4.2.yml +++ b/vlttng/profiles/glib-2.4.2.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.4/glib-2.4.2.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.4/glib-2.4.2.tar.gz diff --git a/vlttng/profiles/glib-2.4.7.yml b/vlttng/profiles/glib-2.4.7.yml index 5f434db..afec292 100644 --- a/vlttng/profiles/glib-2.4.7.yml +++ b/vlttng/profiles/glib-2.4.7.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.4/glib-2.4.7.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.4/glib-2.4.7.tar.gz diff --git a/vlttng/profiles/glib-2.4.8.yml b/vlttng/profiles/glib-2.4.8.yml index c941959..4d014ea 100644 --- a/vlttng/profiles/glib-2.4.8.yml +++ b/vlttng/profiles/glib-2.4.8.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.4/glib-2.4.8.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.4/glib-2.4.8.tar.bz2 diff --git a/vlttng/profiles/glib-2.5.0.yml b/vlttng/profiles/glib-2.5.0.yml index f0bbcb5..19dd876 100644 --- a/vlttng/profiles/glib-2.5.0.yml +++ b/vlttng/profiles/glib-2.5.0.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.5/glib-2.5.0.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.5/glib-2.5.0.tar.bz2 diff --git a/vlttng/profiles/glib-2.5.1.yml b/vlttng/profiles/glib-2.5.1.yml index 729c521..29aee9f 100644 --- a/vlttng/profiles/glib-2.5.1.yml +++ b/vlttng/profiles/glib-2.5.1.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.5/glib-2.5.1.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.5/glib-2.5.1.tar.bz2 diff --git a/vlttng/profiles/glib-2.5.2.yml b/vlttng/profiles/glib-2.5.2.yml index 2b9c3ca..73ac09e 100644 --- a/vlttng/profiles/glib-2.5.2.yml +++ b/vlttng/profiles/glib-2.5.2.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.5/glib-2.5.2.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.5/glib-2.5.2.tar.bz2 diff --git a/vlttng/profiles/glib-2.5.3.yml b/vlttng/profiles/glib-2.5.3.yml index a002d85..c9f89a3 100644 --- a/vlttng/profiles/glib-2.5.3.yml +++ b/vlttng/profiles/glib-2.5.3.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.5/glib-2.5.3.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.5/glib-2.5.3.tar.gz diff --git a/vlttng/profiles/glib-2.6.0.yml b/vlttng/profiles/glib-2.6.0.yml index 1a6e988..834e790 100644 --- a/vlttng/profiles/glib-2.6.0.yml +++ b/vlttng/profiles/glib-2.6.0.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.6/glib-2.6.0.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.6/glib-2.6.0.tar.gz diff --git a/vlttng/profiles/glib-2.6.1.yml b/vlttng/profiles/glib-2.6.1.yml index 8747461..a4c8cb0 100644 --- a/vlttng/profiles/glib-2.6.1.yml +++ b/vlttng/profiles/glib-2.6.1.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.6/glib-2.6.1.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.6/glib-2.6.1.tar.gz diff --git a/vlttng/profiles/glib-2.6.2.yml b/vlttng/profiles/glib-2.6.2.yml index d673723..b3d03a3 100644 --- a/vlttng/profiles/glib-2.6.2.yml +++ b/vlttng/profiles/glib-2.6.2.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.6/glib-2.6.2.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.6/glib-2.6.2.tar.gz diff --git a/vlttng/profiles/glib-2.6.3.yml b/vlttng/profiles/glib-2.6.3.yml index 486787f..0a65c44 100644 --- a/vlttng/profiles/glib-2.6.3.yml +++ b/vlttng/profiles/glib-2.6.3.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.6/glib-2.6.3.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.6/glib-2.6.3.tar.gz diff --git a/vlttng/profiles/glib-2.6.4.yml b/vlttng/profiles/glib-2.6.4.yml index 3918e66..b821e89 100644 --- a/vlttng/profiles/glib-2.6.4.yml +++ b/vlttng/profiles/glib-2.6.4.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.6/glib-2.6.4.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.6/glib-2.6.4.tar.bz2 diff --git a/vlttng/profiles/glib-2.6.5.yml b/vlttng/profiles/glib-2.6.5.yml index 5e3a12f..fa64c5e 100644 --- a/vlttng/profiles/glib-2.6.5.yml +++ b/vlttng/profiles/glib-2.6.5.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.6/glib-2.6.5.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.6/glib-2.6.5.tar.bz2 diff --git a/vlttng/profiles/glib-2.7.0.yml b/vlttng/profiles/glib-2.7.0.yml index 9bfa175..58e6840 100644 --- a/vlttng/profiles/glib-2.7.0.yml +++ b/vlttng/profiles/glib-2.7.0.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.7/glib-2.7.0.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.7/glib-2.7.0.tar.gz diff --git a/vlttng/profiles/glib-2.7.2.yml b/vlttng/profiles/glib-2.7.2.yml index 7d73754..e2dd9e5 100644 --- a/vlttng/profiles/glib-2.7.2.yml +++ b/vlttng/profiles/glib-2.7.2.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.7/glib-2.7.2.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.7/glib-2.7.2.tar.gz diff --git a/vlttng/profiles/glib-2.7.3.yml b/vlttng/profiles/glib-2.7.3.yml index 7c99b94..a767fc1 100644 --- a/vlttng/profiles/glib-2.7.3.yml +++ b/vlttng/profiles/glib-2.7.3.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.7/glib-2.7.3.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.7/glib-2.7.3.tar.bz2 diff --git a/vlttng/profiles/glib-2.7.4.yml b/vlttng/profiles/glib-2.7.4.yml index 1b05a67..dd3df82 100644 --- a/vlttng/profiles/glib-2.7.4.yml +++ b/vlttng/profiles/glib-2.7.4.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.7/glib-2.7.4.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.7/glib-2.7.4.tar.gz diff --git a/vlttng/profiles/glib-2.7.6.yml b/vlttng/profiles/glib-2.7.6.yml index 70b7a13..00c38fa 100644 --- a/vlttng/profiles/glib-2.7.6.yml +++ b/vlttng/profiles/glib-2.7.6.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.7/glib-2.7.6.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.7/glib-2.7.6.tar.bz2 diff --git a/vlttng/profiles/glib-2.7.7.yml b/vlttng/profiles/glib-2.7.7.yml index 68fa575..3a654ac 100644 --- a/vlttng/profiles/glib-2.7.7.yml +++ b/vlttng/profiles/glib-2.7.7.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.7/glib-2.7.7.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.7/glib-2.7.7.tar.bz2 diff --git a/vlttng/profiles/glib-2.8.0.yml b/vlttng/profiles/glib-2.8.0.yml index 7b3a263..4c9ff0f 100644 --- a/vlttng/profiles/glib-2.8.0.yml +++ b/vlttng/profiles/glib-2.8.0.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.8/glib-2.8.0.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.8/glib-2.8.0.tar.gz diff --git a/vlttng/profiles/glib-2.8.2.yml b/vlttng/profiles/glib-2.8.2.yml index 46c916a..bc2c0dd 100644 --- a/vlttng/profiles/glib-2.8.2.yml +++ b/vlttng/profiles/glib-2.8.2.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.8/glib-2.8.2.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.8/glib-2.8.2.tar.bz2 diff --git a/vlttng/profiles/glib-2.8.3.yml b/vlttng/profiles/glib-2.8.3.yml index a4a9692..7018a84 100644 --- a/vlttng/profiles/glib-2.8.3.yml +++ b/vlttng/profiles/glib-2.8.3.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.8/glib-2.8.3.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.8/glib-2.8.3.tar.gz diff --git a/vlttng/profiles/glib-2.8.4.yml b/vlttng/profiles/glib-2.8.4.yml index d1c55ae..e7f81bf 100644 --- a/vlttng/profiles/glib-2.8.4.yml +++ b/vlttng/profiles/glib-2.8.4.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.8/glib-2.8.4.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.8/glib-2.8.4.tar.gz diff --git a/vlttng/profiles/glib-2.8.5.yml b/vlttng/profiles/glib-2.8.5.yml index efee25b..c616584 100644 --- a/vlttng/profiles/glib-2.8.5.yml +++ b/vlttng/profiles/glib-2.8.5.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.8/glib-2.8.5.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.8/glib-2.8.5.tar.bz2 diff --git a/vlttng/profiles/glib-2.82.1.yml b/vlttng/profiles/glib-2.82.1.yml new file mode 100644 index 0000000..1ecd3eb --- /dev/null +++ b/vlttng/profiles/glib-2.82.1.yml @@ -0,0 +1,5 @@ +projects: + glib: + configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace + --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.82/glib-2.82.1.tar.xz diff --git a/vlttng/profiles/glib-2.82.2.yml b/vlttng/profiles/glib-2.82.2.yml new file mode 100644 index 0000000..0de3137 --- /dev/null +++ b/vlttng/profiles/glib-2.82.2.yml @@ -0,0 +1,5 @@ +projects: + glib: + configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace + --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.82/glib-2.82.2.tar.xz diff --git a/vlttng/profiles/glib-2.82.3.yml b/vlttng/profiles/glib-2.82.3.yml new file mode 100644 index 0000000..4e5db26 --- /dev/null +++ b/vlttng/profiles/glib-2.82.3.yml @@ -0,0 +1,5 @@ +projects: + glib: + configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace + --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.82/glib-2.82.3.tar.xz diff --git a/vlttng/profiles/glib-2.82.4.yml b/vlttng/profiles/glib-2.82.4.yml new file mode 100644 index 0000000..6c3ce54 --- /dev/null +++ b/vlttng/profiles/glib-2.82.4.yml @@ -0,0 +1,5 @@ +projects: + glib: + configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace + --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.82/glib-2.82.4.tar.xz diff --git a/vlttng/profiles/glib-2.82.5.yml b/vlttng/profiles/glib-2.82.5.yml new file mode 100644 index 0000000..f17e82d --- /dev/null +++ b/vlttng/profiles/glib-2.82.5.yml @@ -0,0 +1,5 @@ +projects: + glib: + configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace + --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.82/glib-2.82.5.tar.xz diff --git a/vlttng/profiles/glib-2.83.0.yml b/vlttng/profiles/glib-2.83.0.yml new file mode 100644 index 0000000..372bd05 --- /dev/null +++ b/vlttng/profiles/glib-2.83.0.yml @@ -0,0 +1,5 @@ +projects: + glib: + configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace + --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.83/glib-2.83.0.tar.xz diff --git a/vlttng/profiles/glib-2.83.2.yml b/vlttng/profiles/glib-2.83.2.yml new file mode 100644 index 0000000..bbb7444 --- /dev/null +++ b/vlttng/profiles/glib-2.83.2.yml @@ -0,0 +1,5 @@ +projects: + glib: + configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace + --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.83/glib-2.83.2.tar.xz diff --git a/vlttng/profiles/glib-2.83.3.yml b/vlttng/profiles/glib-2.83.3.yml new file mode 100644 index 0000000..7a78897 --- /dev/null +++ b/vlttng/profiles/glib-2.83.3.yml @@ -0,0 +1,5 @@ +projects: + glib: + configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace + --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.83/glib-2.83.3.tar.xz diff --git a/vlttng/profiles/glib-2.83.4.yml b/vlttng/profiles/glib-2.83.4.yml new file mode 100644 index 0000000..62a615f --- /dev/null +++ b/vlttng/profiles/glib-2.83.4.yml @@ -0,0 +1,5 @@ +projects: + glib: + configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace + --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.83/glib-2.83.4.tar.xz diff --git a/vlttng/profiles/glib-2.83.5.yml b/vlttng/profiles/glib-2.83.5.yml new file mode 100644 index 0000000..f5ed83b --- /dev/null +++ b/vlttng/profiles/glib-2.83.5.yml @@ -0,0 +1,5 @@ +projects: + glib: + configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace + --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.83/glib-2.83.5.tar.xz diff --git a/vlttng/profiles/glib-2.84.0.yml b/vlttng/profiles/glib-2.84.0.yml new file mode 100644 index 0000000..0bf0556 --- /dev/null +++ b/vlttng/profiles/glib-2.84.0.yml @@ -0,0 +1,5 @@ +projects: + glib: + configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace + --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.84/glib-2.84.0.tar.xz diff --git a/vlttng/profiles/glib-2.84.1.yml b/vlttng/profiles/glib-2.84.1.yml new file mode 100644 index 0000000..8889641 --- /dev/null +++ b/vlttng/profiles/glib-2.84.1.yml @@ -0,0 +1,5 @@ +projects: + glib: + configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace + --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.84/glib-2.84.1.tar.xz diff --git a/vlttng/profiles/glib-2.84.2.yml b/vlttng/profiles/glib-2.84.2.yml new file mode 100644 index 0000000..df5644c --- /dev/null +++ b/vlttng/profiles/glib-2.84.2.yml @@ -0,0 +1,5 @@ +projects: + glib: + configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace + --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.84/glib-2.84.2.tar.xz diff --git a/vlttng/profiles/glib-2.84.3.yml b/vlttng/profiles/glib-2.84.3.yml new file mode 100644 index 0000000..23d65cc --- /dev/null +++ b/vlttng/profiles/glib-2.84.3.yml @@ -0,0 +1,5 @@ +projects: + glib: + configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace + --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.84/glib-2.84.3.tar.xz diff --git a/vlttng/profiles/glib-2.84.4.yml b/vlttng/profiles/glib-2.84.4.yml new file mode 100644 index 0000000..ba82e58 --- /dev/null +++ b/vlttng/profiles/glib-2.84.4.yml @@ -0,0 +1,5 @@ +projects: + glib: + configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace + --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.84/glib-2.84.4.tar.xz diff --git a/vlttng/profiles/glib-2.85.0.yml b/vlttng/profiles/glib-2.85.0.yml new file mode 100644 index 0000000..527604b --- /dev/null +++ b/vlttng/profiles/glib-2.85.0.yml @@ -0,0 +1,5 @@ +projects: + glib: + configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace + --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.85/glib-2.85.0.tar.xz diff --git a/vlttng/profiles/glib-2.85.1.yml b/vlttng/profiles/glib-2.85.1.yml new file mode 100644 index 0000000..a012c0b --- /dev/null +++ b/vlttng/profiles/glib-2.85.1.yml @@ -0,0 +1,5 @@ +projects: + glib: + configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace + --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.85/glib-2.85.1.tar.xz diff --git a/vlttng/profiles/glib-2.85.2.yml b/vlttng/profiles/glib-2.85.2.yml new file mode 100644 index 0000000..2cb3d4f --- /dev/null +++ b/vlttng/profiles/glib-2.85.2.yml @@ -0,0 +1,5 @@ +projects: + glib: + configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace + --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.85/glib-2.85.2.tar.xz diff --git a/vlttng/profiles/glib-2.85.3.yml b/vlttng/profiles/glib-2.85.3.yml new file mode 100644 index 0000000..18a96d4 --- /dev/null +++ b/vlttng/profiles/glib-2.85.3.yml @@ -0,0 +1,5 @@ +projects: + glib: + configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace + --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.85/glib-2.85.3.tar.xz diff --git a/vlttng/profiles/glib-2.85.4.yml b/vlttng/profiles/glib-2.85.4.yml new file mode 100644 index 0000000..64b2e33 --- /dev/null +++ b/vlttng/profiles/glib-2.85.4.yml @@ -0,0 +1,5 @@ +projects: + glib: + configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace + --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.85/glib-2.85.4.tar.xz diff --git a/vlttng/profiles/glib-2.86.0.yml b/vlttng/profiles/glib-2.86.0.yml new file mode 100644 index 0000000..b42779b --- /dev/null +++ b/vlttng/profiles/glib-2.86.0.yml @@ -0,0 +1,5 @@ +projects: + glib: + configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace + --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.86/glib-2.86.0.tar.xz diff --git a/vlttng/profiles/glib-2.9.0.yml b/vlttng/profiles/glib-2.9.0.yml index 41d520e..9b7151d 100644 --- a/vlttng/profiles/glib-2.9.0.yml +++ b/vlttng/profiles/glib-2.9.0.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.9/glib-2.9.0.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.9/glib-2.9.0.tar.gz diff --git a/vlttng/profiles/glib-2.9.2.yml b/vlttng/profiles/glib-2.9.2.yml index 6cd20e0..54b9868 100644 --- a/vlttng/profiles/glib-2.9.2.yml +++ b/vlttng/profiles/glib-2.9.2.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.9/glib-2.9.2.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.9/glib-2.9.2.tar.bz2 diff --git a/vlttng/profiles/glib-2.9.4.yml b/vlttng/profiles/glib-2.9.4.yml index 73966fe..15c4dca 100644 --- a/vlttng/profiles/glib-2.9.4.yml +++ b/vlttng/profiles/glib-2.9.4.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.9/glib-2.9.4.tar.bz2 + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.9/glib-2.9.4.tar.gz diff --git a/vlttng/profiles/glib-2.9.5.yml b/vlttng/profiles/glib-2.9.5.yml index c498894..b144075 100644 --- a/vlttng/profiles/glib-2.9.5.yml +++ b/vlttng/profiles/glib-2.9.5.yml @@ -2,4 +2,4 @@ projects: glib: configure: --with-pcre=internal --disable-xattr --disable-selinux --disable-dtrace --disable-systemtap --disable-gtk-doc --disable-man --disable-coverage - source: https://ftp.gnome.org/pub/gnome/sources/glib/2.9/glib-2.9.5.tar.gz + source: https://ftp.gnome.org/pub/gnome/sources/glib/2.9/glib-2.9.5.tar.bz2 diff --git a/vlttng/profiles/libxml2-2.0.0.yml b/vlttng/profiles/libxml2-2.0.0.yml new file mode 100644 index 0000000..1aba566 --- /dev/null +++ b/vlttng/profiles/libxml2-2.0.0.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.0/libxml2-2.0.0.tar.gz diff --git a/vlttng/profiles/libxml2-2.1.0.yml b/vlttng/profiles/libxml2-2.1.0.yml new file mode 100644 index 0000000..0b05649 --- /dev/null +++ b/vlttng/profiles/libxml2-2.1.0.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.1/libxml2-2.1.0.tar.gz diff --git a/vlttng/profiles/libxml2-2.1.1.yml b/vlttng/profiles/libxml2-2.1.1.yml new file mode 100644 index 0000000..bc6531c --- /dev/null +++ b/vlttng/profiles/libxml2-2.1.1.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.1/libxml2-2.1.1.tar.gz diff --git a/vlttng/profiles/libxml2-2.10.0.yml b/vlttng/profiles/libxml2-2.10.0.yml new file mode 100644 index 0000000..db33014 --- /dev/null +++ b/vlttng/profiles/libxml2-2.10.0.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.0.tar.xz diff --git a/vlttng/profiles/libxml2-2.10.1.yml b/vlttng/profiles/libxml2-2.10.1.yml new file mode 100644 index 0000000..03e3863 --- /dev/null +++ b/vlttng/profiles/libxml2-2.10.1.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.1.tar.xz diff --git a/vlttng/profiles/libxml2-2.10.2.yml b/vlttng/profiles/libxml2-2.10.2.yml new file mode 100644 index 0000000..8482a80 --- /dev/null +++ b/vlttng/profiles/libxml2-2.10.2.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.2.tar.xz diff --git a/vlttng/profiles/libxml2-2.10.3.yml b/vlttng/profiles/libxml2-2.10.3.yml new file mode 100644 index 0000000..ef0c50e --- /dev/null +++ b/vlttng/profiles/libxml2-2.10.3.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.3.tar.xz diff --git a/vlttng/profiles/libxml2-2.10.4.yml b/vlttng/profiles/libxml2-2.10.4.yml new file mode 100644 index 0000000..b3eac50 --- /dev/null +++ b/vlttng/profiles/libxml2-2.10.4.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.4.tar.xz diff --git a/vlttng/profiles/libxml2-2.11.0.yml b/vlttng/profiles/libxml2-2.11.0.yml new file mode 100644 index 0000000..076a994 --- /dev/null +++ b/vlttng/profiles/libxml2-2.11.0.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.0.tar.xz diff --git a/vlttng/profiles/libxml2-2.11.1.yml b/vlttng/profiles/libxml2-2.11.1.yml new file mode 100644 index 0000000..b6b89ec --- /dev/null +++ b/vlttng/profiles/libxml2-2.11.1.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.1.tar.xz diff --git a/vlttng/profiles/libxml2-2.11.2.yml b/vlttng/profiles/libxml2-2.11.2.yml new file mode 100644 index 0000000..6915e8e --- /dev/null +++ b/vlttng/profiles/libxml2-2.11.2.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.2.tar.xz diff --git a/vlttng/profiles/libxml2-2.11.3.yml b/vlttng/profiles/libxml2-2.11.3.yml new file mode 100644 index 0000000..af71472 --- /dev/null +++ b/vlttng/profiles/libxml2-2.11.3.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.3.tar.xz diff --git a/vlttng/profiles/libxml2-2.11.4.yml b/vlttng/profiles/libxml2-2.11.4.yml new file mode 100644 index 0000000..01b8f42 --- /dev/null +++ b/vlttng/profiles/libxml2-2.11.4.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.4.tar.xz diff --git a/vlttng/profiles/libxml2-2.11.5.yml b/vlttng/profiles/libxml2-2.11.5.yml new file mode 100644 index 0000000..1b752f1 --- /dev/null +++ b/vlttng/profiles/libxml2-2.11.5.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.5.tar.xz diff --git a/vlttng/profiles/libxml2-2.11.6.yml b/vlttng/profiles/libxml2-2.11.6.yml new file mode 100644 index 0000000..e0e3f74 --- /dev/null +++ b/vlttng/profiles/libxml2-2.11.6.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.6.tar.xz diff --git a/vlttng/profiles/libxml2-2.11.7.yml b/vlttng/profiles/libxml2-2.11.7.yml new file mode 100644 index 0000000..676e598 --- /dev/null +++ b/vlttng/profiles/libxml2-2.11.7.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.7.tar.xz diff --git a/vlttng/profiles/libxml2-2.11.8.yml b/vlttng/profiles/libxml2-2.11.8.yml new file mode 100644 index 0000000..5ee17d6 --- /dev/null +++ b/vlttng/profiles/libxml2-2.11.8.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.8.tar.xz diff --git a/vlttng/profiles/libxml2-2.11.9.yml b/vlttng/profiles/libxml2-2.11.9.yml new file mode 100644 index 0000000..d46b656 --- /dev/null +++ b/vlttng/profiles/libxml2-2.11.9.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.9.tar.xz diff --git a/vlttng/profiles/libxml2-2.12.0.yml b/vlttng/profiles/libxml2-2.12.0.yml new file mode 100644 index 0000000..a92b6a7 --- /dev/null +++ b/vlttng/profiles/libxml2-2.12.0.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.0.tar.xz diff --git a/vlttng/profiles/libxml2-2.12.1.yml b/vlttng/profiles/libxml2-2.12.1.yml new file mode 100644 index 0000000..79827af --- /dev/null +++ b/vlttng/profiles/libxml2-2.12.1.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.1.tar.xz diff --git a/vlttng/profiles/libxml2-2.12.10.yml b/vlttng/profiles/libxml2-2.12.10.yml new file mode 100644 index 0000000..5e342ee --- /dev/null +++ b/vlttng/profiles/libxml2-2.12.10.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.10.tar.xz diff --git a/vlttng/profiles/libxml2-2.12.2.yml b/vlttng/profiles/libxml2-2.12.2.yml new file mode 100644 index 0000000..ca89239 --- /dev/null +++ b/vlttng/profiles/libxml2-2.12.2.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.2.tar.xz diff --git a/vlttng/profiles/libxml2-2.12.3.yml b/vlttng/profiles/libxml2-2.12.3.yml new file mode 100644 index 0000000..b5594d4 --- /dev/null +++ b/vlttng/profiles/libxml2-2.12.3.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.3.tar.xz diff --git a/vlttng/profiles/libxml2-2.12.4.yml b/vlttng/profiles/libxml2-2.12.4.yml new file mode 100644 index 0000000..43858b1 --- /dev/null +++ b/vlttng/profiles/libxml2-2.12.4.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.4.tar.xz diff --git a/vlttng/profiles/libxml2-2.12.5.yml b/vlttng/profiles/libxml2-2.12.5.yml new file mode 100644 index 0000000..301d6a6 --- /dev/null +++ b/vlttng/profiles/libxml2-2.12.5.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.5.tar.xz diff --git a/vlttng/profiles/libxml2-2.12.6.yml b/vlttng/profiles/libxml2-2.12.6.yml new file mode 100644 index 0000000..35e27ce --- /dev/null +++ b/vlttng/profiles/libxml2-2.12.6.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.6.tar.xz diff --git a/vlttng/profiles/libxml2-2.12.7.yml b/vlttng/profiles/libxml2-2.12.7.yml new file mode 100644 index 0000000..0ee8be6 --- /dev/null +++ b/vlttng/profiles/libxml2-2.12.7.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.7.tar.xz diff --git a/vlttng/profiles/libxml2-2.12.8.yml b/vlttng/profiles/libxml2-2.12.8.yml new file mode 100644 index 0000000..46333e4 --- /dev/null +++ b/vlttng/profiles/libxml2-2.12.8.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.8.tar.xz diff --git a/vlttng/profiles/libxml2-2.12.9.yml b/vlttng/profiles/libxml2-2.12.9.yml new file mode 100644 index 0000000..5c9f9b9 --- /dev/null +++ b/vlttng/profiles/libxml2-2.12.9.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.9.tar.xz diff --git a/vlttng/profiles/libxml2-2.13.0.yml b/vlttng/profiles/libxml2-2.13.0.yml new file mode 100644 index 0000000..5de8bd7 --- /dev/null +++ b/vlttng/profiles/libxml2-2.13.0.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.0.tar.xz diff --git a/vlttng/profiles/libxml2-2.13.1.yml b/vlttng/profiles/libxml2-2.13.1.yml new file mode 100644 index 0000000..6e36f32 --- /dev/null +++ b/vlttng/profiles/libxml2-2.13.1.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.1.tar.xz diff --git a/vlttng/profiles/libxml2-2.13.2.yml b/vlttng/profiles/libxml2-2.13.2.yml new file mode 100644 index 0000000..53e38ff --- /dev/null +++ b/vlttng/profiles/libxml2-2.13.2.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.2.tar.xz diff --git a/vlttng/profiles/libxml2-2.13.3.yml b/vlttng/profiles/libxml2-2.13.3.yml new file mode 100644 index 0000000..bdb7f1f --- /dev/null +++ b/vlttng/profiles/libxml2-2.13.3.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.3.tar.xz diff --git a/vlttng/profiles/libxml2-2.13.4.yml b/vlttng/profiles/libxml2-2.13.4.yml new file mode 100644 index 0000000..046b77f --- /dev/null +++ b/vlttng/profiles/libxml2-2.13.4.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.4.tar.xz diff --git a/vlttng/profiles/libxml2-2.13.5.yml b/vlttng/profiles/libxml2-2.13.5.yml new file mode 100644 index 0000000..e003c63 --- /dev/null +++ b/vlttng/profiles/libxml2-2.13.5.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.5.tar.xz diff --git a/vlttng/profiles/libxml2-2.13.6.yml b/vlttng/profiles/libxml2-2.13.6.yml new file mode 100644 index 0000000..4a8c75c --- /dev/null +++ b/vlttng/profiles/libxml2-2.13.6.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.6.tar.xz diff --git a/vlttng/profiles/libxml2-2.13.7.yml b/vlttng/profiles/libxml2-2.13.7.yml new file mode 100644 index 0000000..c4154af --- /dev/null +++ b/vlttng/profiles/libxml2-2.13.7.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.7.tar.xz diff --git a/vlttng/profiles/libxml2-2.13.8.yml b/vlttng/profiles/libxml2-2.13.8.yml new file mode 100644 index 0000000..7c353a9 --- /dev/null +++ b/vlttng/profiles/libxml2-2.13.8.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.8.tar.xz diff --git a/vlttng/profiles/libxml2-2.13.9.yml b/vlttng/profiles/libxml2-2.13.9.yml new file mode 100644 index 0000000..b7d070d --- /dev/null +++ b/vlttng/profiles/libxml2-2.13.9.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.9.tar.xz diff --git a/vlttng/profiles/libxml2-2.14.0.yml b/vlttng/profiles/libxml2-2.14.0.yml new file mode 100644 index 0000000..17ef8e7 --- /dev/null +++ b/vlttng/profiles/libxml2-2.14.0.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.14/libxml2-2.14.0.tar.xz diff --git a/vlttng/profiles/libxml2-2.14.1.yml b/vlttng/profiles/libxml2-2.14.1.yml new file mode 100644 index 0000000..6fde3d2 --- /dev/null +++ b/vlttng/profiles/libxml2-2.14.1.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.14/libxml2-2.14.1.tar.xz diff --git a/vlttng/profiles/libxml2-2.14.2.yml b/vlttng/profiles/libxml2-2.14.2.yml new file mode 100644 index 0000000..43871b2 --- /dev/null +++ b/vlttng/profiles/libxml2-2.14.2.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.14/libxml2-2.14.2.tar.xz diff --git a/vlttng/profiles/libxml2-2.14.3.yml b/vlttng/profiles/libxml2-2.14.3.yml new file mode 100644 index 0000000..fd00693 --- /dev/null +++ b/vlttng/profiles/libxml2-2.14.3.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.14/libxml2-2.14.3.tar.xz diff --git a/vlttng/profiles/libxml2-2.14.4.yml b/vlttng/profiles/libxml2-2.14.4.yml new file mode 100644 index 0000000..c5664bb --- /dev/null +++ b/vlttng/profiles/libxml2-2.14.4.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.14/libxml2-2.14.4.tar.xz diff --git a/vlttng/profiles/libxml2-2.14.5.yml b/vlttng/profiles/libxml2-2.14.5.yml new file mode 100644 index 0000000..62f7bf0 --- /dev/null +++ b/vlttng/profiles/libxml2-2.14.5.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.14/libxml2-2.14.5.tar.xz diff --git a/vlttng/profiles/libxml2-2.14.6.yml b/vlttng/profiles/libxml2-2.14.6.yml new file mode 100644 index 0000000..6cf6622 --- /dev/null +++ b/vlttng/profiles/libxml2-2.14.6.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.14/libxml2-2.14.6.tar.xz diff --git a/vlttng/profiles/libxml2-2.15.0.yml b/vlttng/profiles/libxml2-2.15.0.yml new file mode 100644 index 0000000..a54d156 --- /dev/null +++ b/vlttng/profiles/libxml2-2.15.0.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.15/libxml2-2.15.0.tar.xz diff --git a/vlttng/profiles/libxml2-2.2.0.yml b/vlttng/profiles/libxml2-2.2.0.yml new file mode 100644 index 0000000..cbda8a6 --- /dev/null +++ b/vlttng/profiles/libxml2-2.2.0.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.2/libxml2-2.2.0.tar.gz diff --git a/vlttng/profiles/libxml2-2.2.1.yml b/vlttng/profiles/libxml2-2.2.1.yml new file mode 100644 index 0000000..bcc7d97 --- /dev/null +++ b/vlttng/profiles/libxml2-2.2.1.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.2/libxml2-2.2.1.tar.gz diff --git a/vlttng/profiles/libxml2-2.2.11.yml b/vlttng/profiles/libxml2-2.2.11.yml new file mode 100644 index 0000000..a578428 --- /dev/null +++ b/vlttng/profiles/libxml2-2.2.11.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.2/libxml2-2.2.11.tar.gz diff --git a/vlttng/profiles/libxml2-2.2.12.yml b/vlttng/profiles/libxml2-2.2.12.yml new file mode 100644 index 0000000..f9c52e7 --- /dev/null +++ b/vlttng/profiles/libxml2-2.2.12.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.2/libxml2-2.2.12.tar.gz diff --git a/vlttng/profiles/libxml2-2.2.2.yml b/vlttng/profiles/libxml2-2.2.2.yml new file mode 100644 index 0000000..0f65943 --- /dev/null +++ b/vlttng/profiles/libxml2-2.2.2.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.2/libxml2-2.2.2.tar.gz diff --git a/vlttng/profiles/libxml2-2.2.3.yml b/vlttng/profiles/libxml2-2.2.3.yml new file mode 100644 index 0000000..e9eea9b --- /dev/null +++ b/vlttng/profiles/libxml2-2.2.3.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.2/libxml2-2.2.3.tar.gz diff --git a/vlttng/profiles/libxml2-2.3.0.yml b/vlttng/profiles/libxml2-2.3.0.yml new file mode 100644 index 0000000..4854967 --- /dev/null +++ b/vlttng/profiles/libxml2-2.3.0.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.3/libxml2-2.3.0.tar.gz diff --git a/vlttng/profiles/libxml2-2.3.1.yml b/vlttng/profiles/libxml2-2.3.1.yml new file mode 100644 index 0000000..23ccf08 --- /dev/null +++ b/vlttng/profiles/libxml2-2.3.1.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.3/libxml2-2.3.1.tar.gz diff --git a/vlttng/profiles/libxml2-2.3.10.yml b/vlttng/profiles/libxml2-2.3.10.yml new file mode 100644 index 0000000..3eca4c7 --- /dev/null +++ b/vlttng/profiles/libxml2-2.3.10.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.3/libxml2-2.3.10.tar.gz diff --git a/vlttng/profiles/libxml2-2.3.11.yml b/vlttng/profiles/libxml2-2.3.11.yml new file mode 100644 index 0000000..9a99f91 --- /dev/null +++ b/vlttng/profiles/libxml2-2.3.11.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.3/libxml2-2.3.11.tar.gz diff --git a/vlttng/profiles/libxml2-2.3.12.yml b/vlttng/profiles/libxml2-2.3.12.yml new file mode 100644 index 0000000..c482373 --- /dev/null +++ b/vlttng/profiles/libxml2-2.3.12.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.3/libxml2-2.3.12.tar.gz diff --git a/vlttng/profiles/libxml2-2.3.13.yml b/vlttng/profiles/libxml2-2.3.13.yml new file mode 100644 index 0000000..97d81ad --- /dev/null +++ b/vlttng/profiles/libxml2-2.3.13.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.3/libxml2-2.3.13.tar.gz diff --git a/vlttng/profiles/libxml2-2.3.14.yml b/vlttng/profiles/libxml2-2.3.14.yml new file mode 100644 index 0000000..698bf63 --- /dev/null +++ b/vlttng/profiles/libxml2-2.3.14.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.3/libxml2-2.3.14.tar.gz diff --git a/vlttng/profiles/libxml2-2.3.2.yml b/vlttng/profiles/libxml2-2.3.2.yml new file mode 100644 index 0000000..a4eecab --- /dev/null +++ b/vlttng/profiles/libxml2-2.3.2.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.3/libxml2-2.3.2.tar.gz diff --git a/vlttng/profiles/libxml2-2.3.3.yml b/vlttng/profiles/libxml2-2.3.3.yml new file mode 100644 index 0000000..ffa6442 --- /dev/null +++ b/vlttng/profiles/libxml2-2.3.3.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.3/libxml2-2.3.3.tar.gz diff --git a/vlttng/profiles/libxml2-2.3.4.yml b/vlttng/profiles/libxml2-2.3.4.yml new file mode 100644 index 0000000..829a494 --- /dev/null +++ b/vlttng/profiles/libxml2-2.3.4.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.3/libxml2-2.3.4.tar.gz diff --git a/vlttng/profiles/libxml2-2.3.5.yml b/vlttng/profiles/libxml2-2.3.5.yml new file mode 100644 index 0000000..ac2e79d --- /dev/null +++ b/vlttng/profiles/libxml2-2.3.5.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.3/libxml2-2.3.5.tar.gz diff --git a/vlttng/profiles/libxml2-2.3.6.yml b/vlttng/profiles/libxml2-2.3.6.yml new file mode 100644 index 0000000..0b1a861 --- /dev/null +++ b/vlttng/profiles/libxml2-2.3.6.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.3/libxml2-2.3.6.tar.gz diff --git a/vlttng/profiles/libxml2-2.3.7.yml b/vlttng/profiles/libxml2-2.3.7.yml new file mode 100644 index 0000000..eec4038 --- /dev/null +++ b/vlttng/profiles/libxml2-2.3.7.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.3/libxml2-2.3.7.tar.gz diff --git a/vlttng/profiles/libxml2-2.3.8.yml b/vlttng/profiles/libxml2-2.3.8.yml new file mode 100644 index 0000000..ed75041 --- /dev/null +++ b/vlttng/profiles/libxml2-2.3.8.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.3/libxml2-2.3.8.tar.gz diff --git a/vlttng/profiles/libxml2-2.3.9.yml b/vlttng/profiles/libxml2-2.3.9.yml new file mode 100644 index 0000000..e82b8dc --- /dev/null +++ b/vlttng/profiles/libxml2-2.3.9.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.3/libxml2-2.3.9.tar.gz diff --git a/vlttng/profiles/libxml2-2.4.0.yml b/vlttng/profiles/libxml2-2.4.0.yml new file mode 100644 index 0000000..0c149ea --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.0.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.0.tar.gz diff --git a/vlttng/profiles/libxml2-2.4.1.yml b/vlttng/profiles/libxml2-2.4.1.yml new file mode 100644 index 0000000..ec1e2a9 --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.1.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.1.tar.gz diff --git a/vlttng/profiles/libxml2-2.4.10.yml b/vlttng/profiles/libxml2-2.4.10.yml new file mode 100644 index 0000000..7426ce6 --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.10.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.10.tar.gz diff --git a/vlttng/profiles/libxml2-2.4.11.yml b/vlttng/profiles/libxml2-2.4.11.yml new file mode 100644 index 0000000..9291607 --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.11.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.11.tar.gz diff --git a/vlttng/profiles/libxml2-2.4.12.yml b/vlttng/profiles/libxml2-2.4.12.yml new file mode 100644 index 0000000..602c2c4 --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.12.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.12.tar.gz diff --git a/vlttng/profiles/libxml2-2.4.13.yml b/vlttng/profiles/libxml2-2.4.13.yml new file mode 100644 index 0000000..666946a --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.13.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.13.tar.bz2 diff --git a/vlttng/profiles/libxml2-2.4.14.yml b/vlttng/profiles/libxml2-2.4.14.yml new file mode 100644 index 0000000..b0fabfe --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.14.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.14.tar.bz2 diff --git a/vlttng/profiles/libxml2-2.4.15.yml b/vlttng/profiles/libxml2-2.4.15.yml new file mode 100644 index 0000000..7bd0b57 --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.15.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.15.tar.gz diff --git a/vlttng/profiles/libxml2-2.4.16.yml b/vlttng/profiles/libxml2-2.4.16.yml new file mode 100644 index 0000000..82f74e6 --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.16.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.16.tar.bz2 diff --git a/vlttng/profiles/libxml2-2.4.17.yml b/vlttng/profiles/libxml2-2.4.17.yml new file mode 100644 index 0000000..353e5de --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.17.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.17.tar.gz diff --git a/vlttng/profiles/libxml2-2.4.18.yml b/vlttng/profiles/libxml2-2.4.18.yml new file mode 100644 index 0000000..edf8b73 --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.18.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.18.tar.gz diff --git a/vlttng/profiles/libxml2-2.4.19.yml b/vlttng/profiles/libxml2-2.4.19.yml new file mode 100644 index 0000000..1c160e0 --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.19.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.19.tar.bz2 diff --git a/vlttng/profiles/libxml2-2.4.2.yml b/vlttng/profiles/libxml2-2.4.2.yml new file mode 100644 index 0000000..c906fbe --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.2.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.2.tar.gz diff --git a/vlttng/profiles/libxml2-2.4.20.yml b/vlttng/profiles/libxml2-2.4.20.yml new file mode 100644 index 0000000..9821721 --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.20.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.20.tar.gz diff --git a/vlttng/profiles/libxml2-2.4.21.yml b/vlttng/profiles/libxml2-2.4.21.yml new file mode 100644 index 0000000..268b1e9 --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.21.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.21.tar.gz diff --git a/vlttng/profiles/libxml2-2.4.22.yml b/vlttng/profiles/libxml2-2.4.22.yml new file mode 100644 index 0000000..b6e3943 --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.22.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.22.tar.gz diff --git a/vlttng/profiles/libxml2-2.4.23.yml b/vlttng/profiles/libxml2-2.4.23.yml new file mode 100644 index 0000000..d42c230 --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.23.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.23.tar.gz diff --git a/vlttng/profiles/libxml2-2.4.24.yml b/vlttng/profiles/libxml2-2.4.24.yml new file mode 100644 index 0000000..e4cf974 --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.24.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.24.tar.bz2 diff --git a/vlttng/profiles/libxml2-2.4.25.yml b/vlttng/profiles/libxml2-2.4.25.yml new file mode 100644 index 0000000..3dffcbc --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.25.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.25.tar.gz diff --git a/vlttng/profiles/libxml2-2.4.26.yml b/vlttng/profiles/libxml2-2.4.26.yml new file mode 100644 index 0000000..34d36dd --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.26.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.26.tar.gz diff --git a/vlttng/profiles/libxml2-2.4.27.yml b/vlttng/profiles/libxml2-2.4.27.yml new file mode 100644 index 0000000..b49814f --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.27.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.27.tar.gz diff --git a/vlttng/profiles/libxml2-2.4.28.yml b/vlttng/profiles/libxml2-2.4.28.yml new file mode 100644 index 0000000..848f3aa --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.28.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.28.tar.gz diff --git a/vlttng/profiles/libxml2-2.4.29.yml b/vlttng/profiles/libxml2-2.4.29.yml new file mode 100644 index 0000000..11954f7 --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.29.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.29.tar.bz2 diff --git a/vlttng/profiles/libxml2-2.4.3.yml b/vlttng/profiles/libxml2-2.4.3.yml new file mode 100644 index 0000000..30e7264 --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.3.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.3.tar.gz diff --git a/vlttng/profiles/libxml2-2.4.30.yml b/vlttng/profiles/libxml2-2.4.30.yml new file mode 100644 index 0000000..e54b4b4 --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.30.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.30.tar.gz diff --git a/vlttng/profiles/libxml2-2.4.4.yml b/vlttng/profiles/libxml2-2.4.4.yml new file mode 100644 index 0000000..e16ec0e --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.4.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.4.tar.gz diff --git a/vlttng/profiles/libxml2-2.4.5.yml b/vlttng/profiles/libxml2-2.4.5.yml new file mode 100644 index 0000000..ac5e93e --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.5.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.5.tar.gz diff --git a/vlttng/profiles/libxml2-2.4.6.yml b/vlttng/profiles/libxml2-2.4.6.yml new file mode 100644 index 0000000..d8352ef --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.6.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.6.tar.gz diff --git a/vlttng/profiles/libxml2-2.4.7.yml b/vlttng/profiles/libxml2-2.4.7.yml new file mode 100644 index 0000000..67100b3 --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.7.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.7.tar.gz diff --git a/vlttng/profiles/libxml2-2.4.8.yml b/vlttng/profiles/libxml2-2.4.8.yml new file mode 100644 index 0000000..d18ce40 --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.8.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.8.tar.gz diff --git a/vlttng/profiles/libxml2-2.4.9.yml b/vlttng/profiles/libxml2-2.4.9.yml new file mode 100644 index 0000000..d075b1b --- /dev/null +++ b/vlttng/profiles/libxml2-2.4.9.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.4/libxml2-2.4.9.tar.gz diff --git a/vlttng/profiles/libxml2-2.5.0.yml b/vlttng/profiles/libxml2-2.5.0.yml new file mode 100644 index 0000000..38992f7 --- /dev/null +++ b/vlttng/profiles/libxml2-2.5.0.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.5/libxml2-2.5.0.tar.gz diff --git a/vlttng/profiles/libxml2-2.5.1.yml b/vlttng/profiles/libxml2-2.5.1.yml new file mode 100644 index 0000000..f415273 --- /dev/null +++ b/vlttng/profiles/libxml2-2.5.1.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.5/libxml2-2.5.1.tar.bz2 diff --git a/vlttng/profiles/libxml2-2.5.10.yml b/vlttng/profiles/libxml2-2.5.10.yml new file mode 100644 index 0000000..7de9a98 --- /dev/null +++ b/vlttng/profiles/libxml2-2.5.10.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.5/libxml2-2.5.10.tar.bz2 diff --git a/vlttng/profiles/libxml2-2.5.11.yml b/vlttng/profiles/libxml2-2.5.11.yml new file mode 100644 index 0000000..d76a112 --- /dev/null +++ b/vlttng/profiles/libxml2-2.5.11.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.5/libxml2-2.5.11.tar.gz diff --git a/vlttng/profiles/libxml2-2.5.2.yml b/vlttng/profiles/libxml2-2.5.2.yml new file mode 100644 index 0000000..aa0a722 --- /dev/null +++ b/vlttng/profiles/libxml2-2.5.2.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.5/libxml2-2.5.2.tar.bz2 diff --git a/vlttng/profiles/libxml2-2.5.3.yml b/vlttng/profiles/libxml2-2.5.3.yml new file mode 100644 index 0000000..f481d8a --- /dev/null +++ b/vlttng/profiles/libxml2-2.5.3.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.5/libxml2-2.5.3.tar.bz2 diff --git a/vlttng/profiles/libxml2-2.5.4.yml b/vlttng/profiles/libxml2-2.5.4.yml new file mode 100644 index 0000000..cdf63ab --- /dev/null +++ b/vlttng/profiles/libxml2-2.5.4.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.5/libxml2-2.5.4.tar.bz2 diff --git a/vlttng/profiles/libxml2-2.5.5.yml b/vlttng/profiles/libxml2-2.5.5.yml new file mode 100644 index 0000000..e51dd38 --- /dev/null +++ b/vlttng/profiles/libxml2-2.5.5.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.5/libxml2-2.5.5.tar.bz2 diff --git a/vlttng/profiles/libxml2-2.5.6.yml b/vlttng/profiles/libxml2-2.5.6.yml new file mode 100644 index 0000000..e0c72fd --- /dev/null +++ b/vlttng/profiles/libxml2-2.5.6.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.5/libxml2-2.5.6.tar.gz diff --git a/vlttng/profiles/libxml2-2.5.7.yml b/vlttng/profiles/libxml2-2.5.7.yml new file mode 100644 index 0000000..f87840c --- /dev/null +++ b/vlttng/profiles/libxml2-2.5.7.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.5/libxml2-2.5.7.tar.gz diff --git a/vlttng/profiles/libxml2-2.5.8.yml b/vlttng/profiles/libxml2-2.5.8.yml new file mode 100644 index 0000000..3c3d8ec --- /dev/null +++ b/vlttng/profiles/libxml2-2.5.8.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.5/libxml2-2.5.8.tar.bz2 diff --git a/vlttng/profiles/libxml2-2.5.9.yml b/vlttng/profiles/libxml2-2.5.9.yml new file mode 100644 index 0000000..b276636 --- /dev/null +++ b/vlttng/profiles/libxml2-2.5.9.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.5/libxml2-2.5.9.tar.gz diff --git a/vlttng/profiles/libxml2-2.6.0.yml b/vlttng/profiles/libxml2-2.6.0.yml new file mode 100644 index 0000000..806de31 --- /dev/null +++ b/vlttng/profiles/libxml2-2.6.0.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.6/libxml2-2.6.0.tar.bz2 diff --git a/vlttng/profiles/libxml2-2.6.1.yml b/vlttng/profiles/libxml2-2.6.1.yml new file mode 100644 index 0000000..ac501e6 --- /dev/null +++ b/vlttng/profiles/libxml2-2.6.1.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.6/libxml2-2.6.1.tar.gz diff --git a/vlttng/profiles/libxml2-2.6.11.yml b/vlttng/profiles/libxml2-2.6.11.yml new file mode 100644 index 0000000..44c3f46 --- /dev/null +++ b/vlttng/profiles/libxml2-2.6.11.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.6/libxml2-2.6.11.tar.bz2 diff --git a/vlttng/profiles/libxml2-2.6.12.yml b/vlttng/profiles/libxml2-2.6.12.yml new file mode 100644 index 0000000..90c49d5 --- /dev/null +++ b/vlttng/profiles/libxml2-2.6.12.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.6/libxml2-2.6.12.tar.gz diff --git a/vlttng/profiles/libxml2-2.6.13.yml b/vlttng/profiles/libxml2-2.6.13.yml new file mode 100644 index 0000000..40ebe06 --- /dev/null +++ b/vlttng/profiles/libxml2-2.6.13.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.6/libxml2-2.6.13.tar.gz diff --git a/vlttng/profiles/libxml2-2.6.14.yml b/vlttng/profiles/libxml2-2.6.14.yml new file mode 100644 index 0000000..34bac6d --- /dev/null +++ b/vlttng/profiles/libxml2-2.6.14.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.6/libxml2-2.6.14.tar.gz diff --git a/vlttng/profiles/libxml2-2.6.15.yml b/vlttng/profiles/libxml2-2.6.15.yml new file mode 100644 index 0000000..b6f9780 --- /dev/null +++ b/vlttng/profiles/libxml2-2.6.15.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.6/libxml2-2.6.15.tar.gz diff --git a/vlttng/profiles/libxml2-2.6.16.yml b/vlttng/profiles/libxml2-2.6.16.yml new file mode 100644 index 0000000..73a2fc4 --- /dev/null +++ b/vlttng/profiles/libxml2-2.6.16.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.6/libxml2-2.6.16.tar.bz2 diff --git a/vlttng/profiles/libxml2-2.6.17.yml b/vlttng/profiles/libxml2-2.6.17.yml new file mode 100644 index 0000000..671e3fb --- /dev/null +++ b/vlttng/profiles/libxml2-2.6.17.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.6/libxml2-2.6.17.tar.bz2 diff --git a/vlttng/profiles/libxml2-2.6.18.yml b/vlttng/profiles/libxml2-2.6.18.yml new file mode 100644 index 0000000..d4ac738 --- /dev/null +++ b/vlttng/profiles/libxml2-2.6.18.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.6/libxml2-2.6.18.tar.gz diff --git a/vlttng/profiles/libxml2-2.6.19.yml b/vlttng/profiles/libxml2-2.6.19.yml new file mode 100644 index 0000000..7b5350e --- /dev/null +++ b/vlttng/profiles/libxml2-2.6.19.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.6/libxml2-2.6.19.tar.gz diff --git a/vlttng/profiles/libxml2-2.6.2.yml b/vlttng/profiles/libxml2-2.6.2.yml new file mode 100644 index 0000000..2998458 --- /dev/null +++ b/vlttng/profiles/libxml2-2.6.2.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.6/libxml2-2.6.2.tar.gz diff --git a/vlttng/profiles/libxml2-2.6.20.yml b/vlttng/profiles/libxml2-2.6.20.yml new file mode 100644 index 0000000..0612b90 --- /dev/null +++ b/vlttng/profiles/libxml2-2.6.20.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.6/libxml2-2.6.20.tar.gz diff --git a/vlttng/profiles/libxml2-2.6.21.yml b/vlttng/profiles/libxml2-2.6.21.yml new file mode 100644 index 0000000..3b6c8a5 --- /dev/null +++ b/vlttng/profiles/libxml2-2.6.21.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.6/libxml2-2.6.21.tar.gz diff --git a/vlttng/profiles/libxml2-2.6.22.yml b/vlttng/profiles/libxml2-2.6.22.yml new file mode 100644 index 0000000..b4b2772 --- /dev/null +++ b/vlttng/profiles/libxml2-2.6.22.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.6/libxml2-2.6.22.tar.bz2 diff --git a/vlttng/profiles/libxml2-2.6.23.yml b/vlttng/profiles/libxml2-2.6.23.yml new file mode 100644 index 0000000..fd69106 --- /dev/null +++ b/vlttng/profiles/libxml2-2.6.23.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.6/libxml2-2.6.23.tar.gz diff --git a/vlttng/profiles/libxml2-2.6.24.yml b/vlttng/profiles/libxml2-2.6.24.yml new file mode 100644 index 0000000..821105f --- /dev/null +++ b/vlttng/profiles/libxml2-2.6.24.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.6/libxml2-2.6.24.tar.bz2 diff --git a/vlttng/profiles/libxml2-2.6.26.yml b/vlttng/profiles/libxml2-2.6.26.yml new file mode 100644 index 0000000..f2c8fc3 --- /dev/null +++ b/vlttng/profiles/libxml2-2.6.26.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.6/libxml2-2.6.26.tar.bz2 diff --git a/vlttng/profiles/libxml2-2.6.27.yml b/vlttng/profiles/libxml2-2.6.27.yml new file mode 100644 index 0000000..dd36f70 --- /dev/null +++ b/vlttng/profiles/libxml2-2.6.27.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.6/libxml2-2.6.27.tar.gz diff --git a/vlttng/profiles/libxml2-2.6.3.yml b/vlttng/profiles/libxml2-2.6.3.yml new file mode 100644 index 0000000..232b984 --- /dev/null +++ b/vlttng/profiles/libxml2-2.6.3.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.6/libxml2-2.6.3.tar.gz diff --git a/vlttng/profiles/libxml2-2.6.30.yml b/vlttng/profiles/libxml2-2.6.30.yml new file mode 100644 index 0000000..632752a --- /dev/null +++ b/vlttng/profiles/libxml2-2.6.30.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.6/libxml2-2.6.30.tar.bz2 diff --git a/vlttng/profiles/libxml2-2.6.4.yml b/vlttng/profiles/libxml2-2.6.4.yml new file mode 100644 index 0000000..c255476 --- /dev/null +++ b/vlttng/profiles/libxml2-2.6.4.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.6/libxml2-2.6.4.tar.bz2 diff --git a/vlttng/profiles/libxml2-2.6.5.yml b/vlttng/profiles/libxml2-2.6.5.yml new file mode 100644 index 0000000..6fc2467 --- /dev/null +++ b/vlttng/profiles/libxml2-2.6.5.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.6/libxml2-2.6.5.tar.gz diff --git a/vlttng/profiles/libxml2-2.6.6.yml b/vlttng/profiles/libxml2-2.6.6.yml new file mode 100644 index 0000000..8b92fb7 --- /dev/null +++ b/vlttng/profiles/libxml2-2.6.6.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.6/libxml2-2.6.6.tar.gz diff --git a/vlttng/profiles/libxml2-2.6.7.yml b/vlttng/profiles/libxml2-2.6.7.yml new file mode 100644 index 0000000..c595c18 --- /dev/null +++ b/vlttng/profiles/libxml2-2.6.7.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.6/libxml2-2.6.7.tar.gz diff --git a/vlttng/profiles/libxml2-2.6.8.yml b/vlttng/profiles/libxml2-2.6.8.yml new file mode 100644 index 0000000..22df942 --- /dev/null +++ b/vlttng/profiles/libxml2-2.6.8.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.6/libxml2-2.6.8.tar.bz2 diff --git a/vlttng/profiles/libxml2-2.6.9.yml b/vlttng/profiles/libxml2-2.6.9.yml new file mode 100644 index 0000000..093c586 --- /dev/null +++ b/vlttng/profiles/libxml2-2.6.9.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.6/libxml2-2.6.9.tar.bz2 diff --git a/vlttng/profiles/libxml2-2.7.2.yml b/vlttng/profiles/libxml2-2.7.2.yml index a1d555e..f88f7c2 100644 --- a/vlttng/profiles/libxml2-2.7.2.yml +++ b/vlttng/profiles/libxml2-2.7.2.yml @@ -1,4 +1,4 @@ projects: libxml2: configure: --without-coverage --with-threads --without-python - source: ftp://xmlsoft.org/libxml2/libxml2-2.7.2.tar.gz + source: https://download.gnome.org/sources/libxml2/2.7/libxml2-2.7.2.tar.xz diff --git a/vlttng/profiles/libxml2-2.7.3.yml b/vlttng/profiles/libxml2-2.7.3.yml index 5ff68b2..b1d4146 100644 --- a/vlttng/profiles/libxml2-2.7.3.yml +++ b/vlttng/profiles/libxml2-2.7.3.yml @@ -1,4 +1,4 @@ projects: libxml2: configure: --without-coverage --with-threads --without-python - source: ftp://xmlsoft.org/libxml2/libxml2-2.7.3.tar.gz + source: https://download.gnome.org/sources/libxml2/2.7/libxml2-2.7.3.tar.xz diff --git a/vlttng/profiles/libxml2-2.7.4.yml b/vlttng/profiles/libxml2-2.7.4.yml index 7bbf93e..64426d0 100644 --- a/vlttng/profiles/libxml2-2.7.4.yml +++ b/vlttng/profiles/libxml2-2.7.4.yml @@ -1,4 +1,4 @@ projects: libxml2: configure: --without-coverage --with-threads --without-python - source: ftp://xmlsoft.org/libxml2/libxml2-2.7.4.tar.gz + source: https://download.gnome.org/sources/libxml2/2.7/libxml2-2.7.4.tar.xz diff --git a/vlttng/profiles/libxml2-2.7.5.yml b/vlttng/profiles/libxml2-2.7.5.yml index 5d0fa72..2e972b9 100644 --- a/vlttng/profiles/libxml2-2.7.5.yml +++ b/vlttng/profiles/libxml2-2.7.5.yml @@ -1,4 +1,4 @@ projects: libxml2: configure: --without-coverage --with-threads --without-python - source: ftp://xmlsoft.org/libxml2/libxml2-2.7.5.tar.gz + source: https://download.gnome.org/sources/libxml2/2.7/libxml2-2.7.5.tar.xz diff --git a/vlttng/profiles/libxml2-2.7.6.yml b/vlttng/profiles/libxml2-2.7.6.yml index 24795c0..04cb959 100644 --- a/vlttng/profiles/libxml2-2.7.6.yml +++ b/vlttng/profiles/libxml2-2.7.6.yml @@ -1,4 +1,4 @@ projects: libxml2: configure: --without-coverage --with-threads --without-python - source: ftp://xmlsoft.org/libxml2/libxml2-2.7.6.tar.gz + source: https://download.gnome.org/sources/libxml2/2.7/libxml2-2.7.6.tar.xz diff --git a/vlttng/profiles/libxml2-2.7.7.yml b/vlttng/profiles/libxml2-2.7.7.yml index 2c71f61..3e12dc0 100644 --- a/vlttng/profiles/libxml2-2.7.7.yml +++ b/vlttng/profiles/libxml2-2.7.7.yml @@ -1,4 +1,4 @@ projects: libxml2: configure: --without-coverage --with-threads --without-python - source: ftp://xmlsoft.org/libxml2/libxml2-2.7.7.tar.gz + source: https://download.gnome.org/sources/libxml2/2.7/libxml2-2.7.7.tar.xz diff --git a/vlttng/profiles/libxml2-2.7.8.yml b/vlttng/profiles/libxml2-2.7.8.yml index 22bf932..689aa9e 100644 --- a/vlttng/profiles/libxml2-2.7.8.yml +++ b/vlttng/profiles/libxml2-2.7.8.yml @@ -1,4 +1,4 @@ projects: libxml2: configure: --without-coverage --with-threads --without-python - source: ftp://xmlsoft.org/libxml2/libxml2-2.7.8.tar.gz + source: https://download.gnome.org/sources/libxml2/2.7/libxml2-2.7.8.tar.xz diff --git a/vlttng/profiles/libxml2-2.8.0.yml b/vlttng/profiles/libxml2-2.8.0.yml index 96d6a95..4627af2 100644 --- a/vlttng/profiles/libxml2-2.8.0.yml +++ b/vlttng/profiles/libxml2-2.8.0.yml @@ -1,4 +1,4 @@ projects: libxml2: configure: --without-coverage --with-threads --without-python - source: ftp://xmlsoft.org/libxml2/libxml2-2.8.0.tar.gz + source: https://download.gnome.org/sources/libxml2/2.8/libxml2-2.8.0.tar.xz diff --git a/vlttng/profiles/libxml2-2.9.0.yml b/vlttng/profiles/libxml2-2.9.0.yml index d387d44..c8b0ad6 100644 --- a/vlttng/profiles/libxml2-2.9.0.yml +++ b/vlttng/profiles/libxml2-2.9.0.yml @@ -1,4 +1,4 @@ projects: libxml2: configure: --without-coverage --with-threads --without-python - source: ftp://xmlsoft.org/libxml2/libxml2-2.9.0.tar.gz + source: https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.0.tar.xz diff --git a/vlttng/profiles/libxml2-2.9.1.yml b/vlttng/profiles/libxml2-2.9.1.yml index b03adb3..b5a0e30 100644 --- a/vlttng/profiles/libxml2-2.9.1.yml +++ b/vlttng/profiles/libxml2-2.9.1.yml @@ -1,4 +1,4 @@ projects: libxml2: configure: --without-coverage --with-threads --without-python - source: ftp://xmlsoft.org/libxml2/libxml2-2.9.1.tar.gz + source: https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.1.tar.xz diff --git a/vlttng/profiles/libxml2-2.9.10.yml b/vlttng/profiles/libxml2-2.9.10.yml index 9a8b571..c5f9088 100644 --- a/vlttng/profiles/libxml2-2.9.10.yml +++ b/vlttng/profiles/libxml2-2.9.10.yml @@ -1,4 +1,4 @@ projects: libxml2: configure: --without-coverage --with-threads --without-python - source: ftp://xmlsoft.org/libxml2/libxml2-2.9.10.tar.gz + source: https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.10.tar.xz diff --git a/vlttng/profiles/libxml2-2.9.11.yml b/vlttng/profiles/libxml2-2.9.11.yml index e566c02..f05eaec 100644 --- a/vlttng/profiles/libxml2-2.9.11.yml +++ b/vlttng/profiles/libxml2-2.9.11.yml @@ -1,4 +1,4 @@ projects: libxml2: configure: --without-coverage --with-threads --without-python - source: ftp://xmlsoft.org/libxml2/libxml2-2.9.11.tar.gz + source: https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.11.tar.xz diff --git a/vlttng/profiles/libxml2-2.9.12.yml b/vlttng/profiles/libxml2-2.9.12.yml index 2fcdbd1..c840e90 100644 --- a/vlttng/profiles/libxml2-2.9.12.yml +++ b/vlttng/profiles/libxml2-2.9.12.yml @@ -1,4 +1,4 @@ projects: libxml2: configure: --without-coverage --with-threads --without-python - source: ftp://xmlsoft.org/libxml2/libxml2-2.9.12.tar.gz + source: https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.12.tar.xz diff --git a/vlttng/profiles/libxml2-2.9.13.yml b/vlttng/profiles/libxml2-2.9.13.yml new file mode 100644 index 0000000..be73d61 --- /dev/null +++ b/vlttng/profiles/libxml2-2.9.13.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.13.tar.xz diff --git a/vlttng/profiles/libxml2-2.9.14.yml b/vlttng/profiles/libxml2-2.9.14.yml new file mode 100644 index 0000000..70d303c --- /dev/null +++ b/vlttng/profiles/libxml2-2.9.14.yml @@ -0,0 +1,4 @@ +projects: + libxml2: + configure: --without-coverage --with-threads --without-python + source: https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.14.tar.xz diff --git a/vlttng/profiles/libxml2-2.9.2.yml b/vlttng/profiles/libxml2-2.9.2.yml index 5230cb9..75a5975 100644 --- a/vlttng/profiles/libxml2-2.9.2.yml +++ b/vlttng/profiles/libxml2-2.9.2.yml @@ -1,4 +1,4 @@ projects: libxml2: configure: --without-coverage --with-threads --without-python - source: ftp://xmlsoft.org/libxml2/libxml2-2.9.2.tar.gz + source: https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.2.tar.xz diff --git a/vlttng/profiles/libxml2-2.9.3.yml b/vlttng/profiles/libxml2-2.9.3.yml index 7925ca6..de925f4 100644 --- a/vlttng/profiles/libxml2-2.9.3.yml +++ b/vlttng/profiles/libxml2-2.9.3.yml @@ -1,4 +1,4 @@ projects: libxml2: configure: --without-coverage --with-threads --without-python - source: ftp://xmlsoft.org/libxml2/libxml2-2.9.3.tar.gz + source: https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.3.tar.xz diff --git a/vlttng/profiles/libxml2-2.9.4.yml b/vlttng/profiles/libxml2-2.9.4.yml index 57a3cfb..3603000 100644 --- a/vlttng/profiles/libxml2-2.9.4.yml +++ b/vlttng/profiles/libxml2-2.9.4.yml @@ -1,4 +1,4 @@ projects: libxml2: configure: --without-coverage --with-threads --without-python - source: ftp://xmlsoft.org/libxml2/libxml2-2.9.4.tar.gz + source: https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.4.tar.xz diff --git a/vlttng/profiles/libxml2-2.9.5.yml b/vlttng/profiles/libxml2-2.9.5.yml index a136e00..2ed97e1 100644 --- a/vlttng/profiles/libxml2-2.9.5.yml +++ b/vlttng/profiles/libxml2-2.9.5.yml @@ -1,4 +1,4 @@ projects: libxml2: configure: --without-coverage --with-threads --without-python - source: ftp://xmlsoft.org/libxml2/libxml2-2.9.5.tar.gz + source: https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.5.tar.xz diff --git a/vlttng/profiles/libxml2-2.9.6.yml b/vlttng/profiles/libxml2-2.9.6.yml index 8b95fe4..2e1fac8 100644 --- a/vlttng/profiles/libxml2-2.9.6.yml +++ b/vlttng/profiles/libxml2-2.9.6.yml @@ -1,4 +1,4 @@ projects: libxml2: configure: --without-coverage --with-threads --without-python - source: ftp://xmlsoft.org/libxml2/libxml2-2.9.6.tar.gz + source: https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.6.tar.xz diff --git a/vlttng/profiles/libxml2-2.9.7.yml b/vlttng/profiles/libxml2-2.9.7.yml index d2749ed..1ece2f7 100644 --- a/vlttng/profiles/libxml2-2.9.7.yml +++ b/vlttng/profiles/libxml2-2.9.7.yml @@ -1,4 +1,4 @@ projects: libxml2: configure: --without-coverage --with-threads --without-python - source: ftp://xmlsoft.org/libxml2/libxml2-2.9.7.tar.gz + source: https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.7.tar.xz diff --git a/vlttng/profiles/libxml2-2.9.8.yml b/vlttng/profiles/libxml2-2.9.8.yml index b31ff33..a23081e 100644 --- a/vlttng/profiles/libxml2-2.9.8.yml +++ b/vlttng/profiles/libxml2-2.9.8.yml @@ -1,4 +1,4 @@ projects: libxml2: configure: --without-coverage --with-threads --without-python - source: ftp://xmlsoft.org/libxml2/libxml2-2.9.8.tar.gz + source: https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.8.tar.xz diff --git a/vlttng/profiles/libxml2-2.9.9.yml b/vlttng/profiles/libxml2-2.9.9.yml index f40313a..8986fc9 100644 --- a/vlttng/profiles/libxml2-2.9.9.yml +++ b/vlttng/profiles/libxml2-2.9.9.yml @@ -1,4 +1,4 @@ projects: libxml2: configure: --without-coverage --with-threads --without-python - source: ftp://xmlsoft.org/libxml2/libxml2-2.9.9.tar.gz + source: https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.9.tar.xz diff --git a/vlttng/profiles/lttng-modules-2.12.19.yml b/vlttng/profiles/lttng-modules-2.12.19.yml new file mode 100644 index 0000000..11726cf --- /dev/null +++ b/vlttng/profiles/lttng-modules-2.12.19.yml @@ -0,0 +1,3 @@ +projects: + lttng-modules: + source: https://lttng.org/files/lttng-modules/lttng-modules-2.12.19.tar.bz2 diff --git a/vlttng/profiles/lttng-modules-2.13.15.yml b/vlttng/profiles/lttng-modules-2.13.15.yml new file mode 100644 index 0000000..8242bc1 --- /dev/null +++ b/vlttng/profiles/lttng-modules-2.13.15.yml @@ -0,0 +1,3 @@ +projects: + lttng-modules: + source: https://lttng.org/files/lttng-modules/lttng-modules-2.13.15.tar.bz2 diff --git a/vlttng/profiles/lttng-modules-2.13.16.yml b/vlttng/profiles/lttng-modules-2.13.16.yml new file mode 100644 index 0000000..eb006b2 --- /dev/null +++ b/vlttng/profiles/lttng-modules-2.13.16.yml @@ -0,0 +1,3 @@ +projects: + lttng-modules: + source: https://lttng.org/files/lttng-modules/lttng-modules-2.13.16.tar.bz2 diff --git a/vlttng/profiles/lttng-modules-2.13.17.yml b/vlttng/profiles/lttng-modules-2.13.17.yml new file mode 100644 index 0000000..09ec0fa --- /dev/null +++ b/vlttng/profiles/lttng-modules-2.13.17.yml @@ -0,0 +1,3 @@ +projects: + lttng-modules: + source: https://lttng.org/files/lttng-modules/lttng-modules-2.13.17.tar.bz2 diff --git a/vlttng/profiles/lttng-modules-2.13.18.yml b/vlttng/profiles/lttng-modules-2.13.18.yml new file mode 100644 index 0000000..e33c93f --- /dev/null +++ b/vlttng/profiles/lttng-modules-2.13.18.yml @@ -0,0 +1,3 @@ +projects: + lttng-modules: + source: https://lttng.org/files/lttng-modules/lttng-modules-2.13.18.tar.bz2 diff --git a/vlttng/profiles/lttng-modules-2.13.19.yml b/vlttng/profiles/lttng-modules-2.13.19.yml new file mode 100644 index 0000000..6e0413c --- /dev/null +++ b/vlttng/profiles/lttng-modules-2.13.19.yml @@ -0,0 +1,3 @@ +projects: + lttng-modules: + source: https://lttng.org/files/lttng-modules/lttng-modules-2.13.19.tar.bz2 diff --git a/vlttng/profiles/lttng-modules-2.13.20.yml b/vlttng/profiles/lttng-modules-2.13.20.yml new file mode 100644 index 0000000..0098933 --- /dev/null +++ b/vlttng/profiles/lttng-modules-2.13.20.yml @@ -0,0 +1,3 @@ +projects: + lttng-modules: + source: https://lttng.org/files/lttng-modules/lttng-modules-2.13.20.tar.bz2 diff --git a/vlttng/profiles/lttng-modules-2.13.21.yml b/vlttng/profiles/lttng-modules-2.13.21.yml new file mode 100644 index 0000000..87e1b63 --- /dev/null +++ b/vlttng/profiles/lttng-modules-2.13.21.yml @@ -0,0 +1,3 @@ +projects: + lttng-modules: + source: https://lttng.org/files/lttng-modules/lttng-modules-2.13.21.tar.bz2 diff --git a/vlttng/profiles/lttng-modules-2.14.0-rc1.yml b/vlttng/profiles/lttng-modules-2.14.0-rc1.yml new file mode 100644 index 0000000..10f43c4 --- /dev/null +++ b/vlttng/profiles/lttng-modules-2.14.0-rc1.yml @@ -0,0 +1,3 @@ +projects: + lttng-modules: + source: https://lttng.org/files/lttng-modules/lttng-modules-2.14.0-rc1.tar.bz2 diff --git a/vlttng/profiles/lttng-modules-2.14.0-rc2.yml b/vlttng/profiles/lttng-modules-2.14.0-rc2.yml new file mode 100644 index 0000000..ddc3e69 --- /dev/null +++ b/vlttng/profiles/lttng-modules-2.14.0-rc2.yml @@ -0,0 +1,3 @@ +projects: + lttng-modules: + source: https://lttng.org/files/lttng-modules/lttng-modules-2.14.0-rc2.tar.bz2 diff --git a/vlttng/profiles/lttng-modules-2.14.0.yml b/vlttng/profiles/lttng-modules-2.14.0.yml new file mode 100644 index 0000000..7b0344e --- /dev/null +++ b/vlttng/profiles/lttng-modules-2.14.0.yml @@ -0,0 +1,3 @@ +projects: + lttng-modules: + source: https://lttng.org/files/lttng-modules/lttng-modules-2.14.0.tar.bz2 diff --git a/vlttng/profiles/lttng-modules-2.14.1.yml b/vlttng/profiles/lttng-modules-2.14.1.yml new file mode 100644 index 0000000..89d9bab --- /dev/null +++ b/vlttng/profiles/lttng-modules-2.14.1.yml @@ -0,0 +1,3 @@ +projects: + lttng-modules: + source: https://lttng.org/files/lttng-modules/lttng-modules-2.14.1.tar.bz2 diff --git a/vlttng/profiles/lttng-modules-2.14.2.yml b/vlttng/profiles/lttng-modules-2.14.2.yml new file mode 100644 index 0000000..b9b9e2e --- /dev/null +++ b/vlttng/profiles/lttng-modules-2.14.2.yml @@ -0,0 +1,3 @@ +projects: + lttng-modules: + source: https://lttng.org/files/lttng-modules/lttng-modules-2.14.2.tar.bz2 diff --git a/vlttng/profiles/lttng-tools-2.12.17.yml b/vlttng/profiles/lttng-tools-2.12.17.yml new file mode 100644 index 0000000..9d9b55a --- /dev/null +++ b/vlttng/profiles/lttng-tools-2.12.17.yml @@ -0,0 +1,3 @@ +projects: + lttng-tools: + source: https://lttng.org/files/lttng-tools/lttng-tools-2.12.17.tar.bz2 diff --git a/vlttng/profiles/lttng-tools-2.13.15.yml b/vlttng/profiles/lttng-tools-2.13.15.yml new file mode 100644 index 0000000..ccbfb13 --- /dev/null +++ b/vlttng/profiles/lttng-tools-2.13.15.yml @@ -0,0 +1,3 @@ +projects: + lttng-tools: + source: https://lttng.org/files/lttng-tools/lttng-tools-2.13.15.tar.bz2 diff --git a/vlttng/profiles/lttng-tools-2.14.0-rc1.yml b/vlttng/profiles/lttng-tools-2.14.0-rc1.yml new file mode 100644 index 0000000..31122b7 --- /dev/null +++ b/vlttng/profiles/lttng-tools-2.14.0-rc1.yml @@ -0,0 +1,3 @@ +projects: + lttng-tools: + source: https://lttng.org/files/lttng-tools/lttng-tools-2.14.0-rc1.tar.bz2 diff --git a/vlttng/profiles/lttng-tools-2.14.0.yml b/vlttng/profiles/lttng-tools-2.14.0.yml new file mode 100644 index 0000000..3d6c0df --- /dev/null +++ b/vlttng/profiles/lttng-tools-2.14.0.yml @@ -0,0 +1,3 @@ +projects: + lttng-tools: + source: https://lttng.org/files/lttng-tools/lttng-tools-2.14.0.tar.bz2 diff --git a/vlttng/profiles/lttng-ust-2.13.9.yml b/vlttng/profiles/lttng-ust-2.13.9.yml new file mode 100644 index 0000000..4a44be5 --- /dev/null +++ b/vlttng/profiles/lttng-ust-2.13.9.yml @@ -0,0 +1,3 @@ +projects: + lttng-ust: + source: https://lttng.org/files/lttng-ust/lttng-ust-2.13.9.tar.bz2 diff --git a/vlttng/profiles/lttng-ust-2.14.0-rc1.yml b/vlttng/profiles/lttng-ust-2.14.0-rc1.yml new file mode 100644 index 0000000..5930146 --- /dev/null +++ b/vlttng/profiles/lttng-ust-2.14.0-rc1.yml @@ -0,0 +1,3 @@ +projects: + lttng-ust: + source: https://lttng.org/files/lttng-ust/lttng-ust-2.14.0-rc1.tar.bz2 diff --git a/vlttng/profiles/lttng-ust-2.14.0-rc2.yml b/vlttng/profiles/lttng-ust-2.14.0-rc2.yml new file mode 100644 index 0000000..b4f5b36 --- /dev/null +++ b/vlttng/profiles/lttng-ust-2.14.0-rc2.yml @@ -0,0 +1,3 @@ +projects: + lttng-ust: + source: https://lttng.org/files/lttng-ust/lttng-ust-2.14.0-rc2.tar.bz2 diff --git a/vlttng/profiles/lttng-ust-2.14.0.yml b/vlttng/profiles/lttng-ust-2.14.0.yml new file mode 100644 index 0000000..76a201a --- /dev/null +++ b/vlttng/profiles/lttng-ust-2.14.0.yml @@ -0,0 +1,3 @@ +projects: + lttng-ust: + source: https://lttng.org/files/lttng-ust/lttng-ust-2.14.0.tar.bz2 diff --git a/vlttng/profiles/urcu-0.15.0.yml b/vlttng/profiles/urcu-0.15.0.yml new file mode 100644 index 0000000..387e8f7 --- /dev/null +++ b/vlttng/profiles/urcu-0.15.0.yml @@ -0,0 +1,3 @@ +projects: + urcu: + source: https://lttng.org/files/urcu/userspace-rcu-0.15.0.tar.bz2 diff --git a/vlttng/profiles/urcu-0.15.1.yml b/vlttng/profiles/urcu-0.15.1.yml new file mode 100644 index 0000000..90166a6 --- /dev/null +++ b/vlttng/profiles/urcu-0.15.1.yml @@ -0,0 +1,3 @@ +projects: + urcu: + source: https://lttng.org/files/urcu/userspace-rcu-0.15.1.tar.bz2 diff --git a/vlttng/profiles/urcu-0.15.2.yml b/vlttng/profiles/urcu-0.15.2.yml new file mode 100644 index 0000000..d273cc9 --- /dev/null +++ b/vlttng/profiles/urcu-0.15.2.yml @@ -0,0 +1,3 @@ +projects: + urcu: + source: https://lttng.org/files/urcu/userspace-rcu-0.15.2.tar.bz2 diff --git a/vlttng/profiles/urcu-0.15.3.yml b/vlttng/profiles/urcu-0.15.3.yml new file mode 100644 index 0000000..eb63992 --- /dev/null +++ b/vlttng/profiles/urcu-0.15.3.yml @@ -0,0 +1,3 @@ +projects: + urcu: + source: https://lttng.org/files/urcu/userspace-rcu-0.15.3.tar.bz2