summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/compat14x/Makefile5
-rw-r--r--misc/compat15x/Makefile55
-rw-r--r--misc/compat15x/distinfo9
-rw-r--r--misc/compat15x/pkg-descr12
-rw-r--r--misc/compat15x/pkg-plist.aarch642
-rw-r--r--misc/compat15x/pkg-plist.amd644
-rw-r--r--misc/compat15x/pkg-plist.powerpc644
-rw-r--r--misc/compat15x/pkg-plist.powerpc64le2
-rw-r--r--misc/crush/Makefile2
-rw-r--r--misc/crush/distinfo10
-rw-r--r--misc/jbidwatcher/Makefile4
-rw-r--r--misc/jbidwatcher/files/patch-build.xml11
-rw-r--r--misc/lifelines/Makefile4
-rw-r--r--misc/lifelines/files/patch-configure.ac18
-rw-r--r--misc/lifelines/files/patch-intl_Makefile.in38
-rw-r--r--misc/osinfo-db/Makefile2
-rw-r--r--misc/osinfo-db/distinfo6
-rw-r--r--misc/osinfo-db/pkg-plist19
19 files changed, 158 insertions, 50 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 895094ad6fce..a1ceed0025e3 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -66,6 +66,7 @@
SUBDIR += compat12x
SUBDIR += compat13x
SUBDIR += compat14x
+ SUBDIR += compat15x
SUBDIR += compat4x
SUBDIR += compat5x
SUBDIR += compat6x
diff --git a/misc/compat14x/Makefile b/misc/compat14x/Makefile
index 3be2c6237878..6a6282ae5097 100644
--- a/misc/compat14x/Makefile
+++ b/misc/compat14x/Makefile
@@ -1,5 +1,6 @@
PORTNAME= compat14x
PORTVERSION= 14.2.1402000.20251120
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= LOCAL/arrowd
PKGNAMESUFFIX= -${ARCH}
@@ -63,6 +64,10 @@ OPTIONS_SUB= yes
IGNORE= is for FreeBSD 14.x and newer
.endif
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1600000
+RUN_DEPENDS+= compat15x-${ARCH}>=0:misc/compat15x
+.endif
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MCOMPAT32}
diff --git a/misc/compat15x/Makefile b/misc/compat15x/Makefile
new file mode 100644
index 000000000000..65ce7d37ca21
--- /dev/null
+++ b/misc/compat15x/Makefile
@@ -0,0 +1,55 @@
+PORTNAME= compat15x
+PORTVERSION= 15.0.1500068.20251213
+CATEGORIES= misc
+MASTER_SITES= LOCAL/arrowd
+PKGNAMESUFFIX= -${ARCH}
+DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERSION}
+
+MAINTAINER= arrowd@FreeBSD.org
+COMMENT= Convenience package to install the compat15x libraries
+
+LICENSE= BSD2CLAUSE
+
+USES= tar:xz
+NO_BUILD= yes
+ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le
+PLIST= ${PKGDIR}/pkg-plist.${ARCH}
+TARGET_DIR= ${PREFIX}/lib/compat
+TARGET32_DIR= ${PREFIX}/lib32/compat
+USE_LDCONFIG= ${TARGET_DIR}
+
+COMPAT_LIBS= libtpool.so.2 \
+ libuutil.so.2
+
+OPTIONS_DEFINE= COMPAT32
+OPTIONS_DEFAULT=COMPAT32
+OPTIONS_EXCLUDE_aarch64=COMPAT32
+OPTIONS_EXCLUDE_i386=COMPAT32
+OPTIONS_EXCLUDE_powerpc=COMPAT32
+OPTIONS_EXCLUDE_powerpc64le=COMPAT32
+COMPAT32_DESC= Install 32-bit compat libraries
+OPTIONS_SUB= yes
+
+.include "${.CURDIR}/../compat4x/Makefile.makedist"
+
+.include <bsd.port.pre.mk>
+
+.if ${OSREL:R} < 15
+IGNORE= is for FreeBSD 15.x and newer
+.endif
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MCOMPAT32}
+USE_LDCONFIG32= ${TARGET32_DIR}
+.endif
+
+do-install:
+ @${MKDIR} -m 0755 ${STAGEDIR}${TARGET_DIR}
+ (cd ${WRKSRC}/lib && ${INSTALL_LIB} *.so.* ${STAGEDIR}${TARGET_DIR})
+
+do-install-COMPAT32-on:
+ @${MKDIR} ${STAGEDIR}${TARGET32_DIR}
+ (cd ${WRKSRC}/lib32 && ${INSTALL_LIB} *.so.* ${STAGEDIR}${TARGET32_DIR})
+
+.include <bsd.port.post.mk>
diff --git a/misc/compat15x/distinfo b/misc/compat15x/distinfo
new file mode 100644
index 000000000000..334b47738e31
--- /dev/null
+++ b/misc/compat15x/distinfo
@@ -0,0 +1,9 @@
+TIMESTAMP = 1765627127
+SHA256 (compat15x-aarch64-15.0.1500068.20251213.tar.xz) = 4f355f169f8f2550c6e3abd94c7a9565bc66d111f6be3aa1b3cba964dc0e57b8
+SIZE (compat15x-aarch64-15.0.1500068.20251213.tar.xz) = 19956
+SHA256 (compat15x-amd64-15.0.1500068.20251213.tar.xz) = e1b081491d8be8edfc6afedafc4553abaed1cd8abb3e7fb1f28dcd367fd1a944
+SIZE (compat15x-amd64-15.0.1500068.20251213.tar.xz) = 21740
+SHA256 (compat15x-powerpc64-15.0.1500068.20251213.tar.xz) = c442e7c2d756f98c3e778b3f9a9f5986c715cea36dde6759071953ab8501aaab
+SIZE (compat15x-powerpc64-15.0.1500068.20251213.tar.xz) = 20868
+SHA256 (compat15x-powerpc64le-15.0.1500068.20251213.tar.xz) = 454981717576dddb46098868c75b8efada9aa3c9af20361a8439ca396f26c830
+SIZE (compat15x-powerpc64le-15.0.1500068.20251213.tar.xz) = 12824
diff --git a/misc/compat15x/pkg-descr b/misc/compat15x/pkg-descr
new file mode 100644
index 000000000000..325495520d19
--- /dev/null
+++ b/misc/compat15x/pkg-descr
@@ -0,0 +1,12 @@
+This package provides the compat15x libraries for your
+system, so you can use legacy binaries that depend on them.
+
+Ports usage example:
+
+--
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 1600000
+LIB_DEPENDS+= libtpool.so.2:misc/compat15x
+.endif
+--
diff --git a/misc/compat15x/pkg-plist.aarch64 b/misc/compat15x/pkg-plist.aarch64
new file mode 100644
index 000000000000..1afdb5a82492
--- /dev/null
+++ b/misc/compat15x/pkg-plist.aarch64
@@ -0,0 +1,2 @@
+lib/compat/libtpool.so.2
+lib/compat/libuutil.so.2
diff --git a/misc/compat15x/pkg-plist.amd64 b/misc/compat15x/pkg-plist.amd64
new file mode 100644
index 000000000000..676b50ba1b74
--- /dev/null
+++ b/misc/compat15x/pkg-plist.amd64
@@ -0,0 +1,4 @@
+lib/compat/libtpool.so.2
+lib/compat/libuutil.so.2
+%%COMPAT32%%lib32/compat/libtpool.so.2
+%%COMPAT32%%lib32/compat/libuutil.so.2
diff --git a/misc/compat15x/pkg-plist.powerpc64 b/misc/compat15x/pkg-plist.powerpc64
new file mode 100644
index 000000000000..676b50ba1b74
--- /dev/null
+++ b/misc/compat15x/pkg-plist.powerpc64
@@ -0,0 +1,4 @@
+lib/compat/libtpool.so.2
+lib/compat/libuutil.so.2
+%%COMPAT32%%lib32/compat/libtpool.so.2
+%%COMPAT32%%lib32/compat/libuutil.so.2
diff --git a/misc/compat15x/pkg-plist.powerpc64le b/misc/compat15x/pkg-plist.powerpc64le
new file mode 100644
index 000000000000..1afdb5a82492
--- /dev/null
+++ b/misc/compat15x/pkg-plist.powerpc64le
@@ -0,0 +1,2 @@
+lib/compat/libtpool.so.2
+lib/compat/libuutil.so.2
diff --git a/misc/crush/Makefile b/misc/crush/Makefile
index 8e7fd4e83a3f..7d54a10fdffa 100644
--- a/misc/crush/Makefile
+++ b/misc/crush/Makefile
@@ -1,6 +1,6 @@
PORTNAME= crush
DISTVERSIONPREFIX= v
-DISTVERSION= 0.22.1
+DISTVERSION= 0.24.0
CATEGORIES= misc devel
MAINTAINER= tagattie@FreeBSD.org
diff --git a/misc/crush/distinfo b/misc/crush/distinfo
index 25beb3b832a2..d6da04ca6575 100644
--- a/misc/crush/distinfo
+++ b/misc/crush/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1765328649
-SHA256 (go/misc_crush/crush-v0.22.1/v0.22.1.mod) = d12b8dbd8fc253e7502ac500bc735d37f0ac9bfc9b86078d5ebea084738ae0c5
-SIZE (go/misc_crush/crush-v0.22.1/v0.22.1.mod) = 8906
-SHA256 (go/misc_crush/crush-v0.22.1/v0.22.1.zip) = a89dc3f308fa19c96e931adb10333f79525afc8b55db5b163f4ff389fddff43a
-SIZE (go/misc_crush/crush-v0.22.1/v0.22.1.zip) = 3537666
+TIMESTAMP = 1765601498
+SHA256 (go/misc_crush/crush-v0.24.0/v0.24.0.mod) = e405be62797195602b85a9c7f63100de00417693c24b751ce528ecbc39b05efc
+SIZE (go/misc_crush/crush-v0.24.0/v0.24.0.mod) = 8959
+SHA256 (go/misc_crush/crush-v0.24.0/v0.24.0.zip) = 89a4b2a5b06d24e285a4214fa24f9d02aba7445f68f8e2d5125e0b5763743e1f
+SIZE (go/misc_crush/crush-v0.24.0/v0.24.0.zip) = 3478949
diff --git a/misc/jbidwatcher/Makefile b/misc/jbidwatcher/Makefile
index 787cd4b42555..e412a2404f75 100644
--- a/misc/jbidwatcher/Makefile
+++ b/misc/jbidwatcher/Makefile
@@ -8,7 +8,11 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Java-based application allowing you to monitor eBay auctions
WWW= https://www.jbidwatcher.com/
+DEPRECATED= unmaintained, upstream website is gone, no users in the ports tree
+EXPIRATION_DATE= 2026-04-14
+
USES= java:ant,run tar:bzip2
+JAVA_VERSION= 8 11
ALL_TARGET= jar
diff --git a/misc/jbidwatcher/files/patch-build.xml b/misc/jbidwatcher/files/patch-build.xml
new file mode 100644
index 000000000000..5e8621f1d5a2
--- /dev/null
+++ b/misc/jbidwatcher/files/patch-build.xml
@@ -0,0 +1,11 @@
+--- build.xml.orig 2025-12-14 15:56:48 UTC
++++ build.xml
+@@ -83,7 +83,7 @@
+ <target name="compile" depends="init">
+ <echo level="info" message="Compiling all classes." />
+ <mkdir dir="${build.dir}" />
+- <javac srcdir="${src.dir}" destdir="${build.dir}" includeantruntime="false" debug="on" source="1.5" target="1.5">
++ <javac srcdir="${src.dir}" destdir="${build.dir}" includeantruntime="false" debug="on">
+ <classpath refid="project.class.path" />
+ <include name="**/*.java" />
+ </javac>
diff --git a/misc/lifelines/Makefile b/misc/lifelines/Makefile
index 5e31de237797..dda1ba095ed9 100644
--- a/misc/lifelines/Makefile
+++ b/misc/lifelines/Makefile
@@ -10,7 +10,7 @@ WWW= https://lifelines.github.io/lifelines/
LICENSE= MIT
-USES= autoreconf bison gmake iconv ncurses
+USES= autoreconf bison gettext-tools gmake iconv ncurses
GNU_CONFIGURE= yes
CONFIGURE_ENV= YACC="bison -y"
@@ -35,7 +35,7 @@ BUILDDOCS_BUILD_DEPENDS= dblatex:textproc/dblatex \
xmlto:textproc/xmlto
BUILDDOCS_CONFIGURE_WITH= docs
-NLS_USES= gettext
+NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
pre-patch:
diff --git a/misc/lifelines/files/patch-configure.ac b/misc/lifelines/files/patch-configure.ac
new file mode 100644
index 000000000000..60e9b9ead875
--- /dev/null
+++ b/misc/lifelines/files/patch-configure.ac
@@ -0,0 +1,18 @@
+--- configure.ac.orig 2016-03-17 00:15:34 UTC
++++ configure.ac
+@@ -11,6 +11,7 @@ AC_CONFIG_AUX_DIR(build/autotools)
+ AC_PREREQ(2.50)
+ AC_REVISION([for lifelines, built with autoconf] AC_ACVERSION)
+ AC_CONFIG_AUX_DIR(build/autotools)
++AC_CONFIG_MACRO_DIRS([build/autotools])
+ AC_CANONICAL_HOST
+
+ dnl Use 'foreign' to avoid requiring GNU files in top-level.
+@@ -48,6 +49,7 @@ AM_GNU_GETTEXT(,need-ngettext)
+ dnl These languages should be a copy of po/LINGUAS
+ ALL_LINGUAS="da de el eo es fr it nl pl rw sv"
+ AM_GNU_GETTEXT(,need-ngettext)
++AM_GNU_GETTEXT_VERSION([0.11.5])
+
+ dnl codeset conversion library
+ AM_ICONV
diff --git a/misc/lifelines/files/patch-intl_Makefile.in b/misc/lifelines/files/patch-intl_Makefile.in
deleted file mode 100644
index 6790415d8117..000000000000
--- a/misc/lifelines/files/patch-intl_Makefile.in
+++ /dev/null
@@ -1,38 +0,0 @@
---- intl/Makefile.in.orig 2015-12-22 22:00:40 UTC
-+++ intl/Makefile.in
-@@ -152,35 +152,6 @@ install-exec: all
- else \
- : ; \
- fi
-- if test '@USE_INCLUDED_LIBINTL@' = yes; then \
-- test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(libdir); \
-- temp=$(DESTDIR)$(libdir)/t-charset.alias; \
-- dest=$(DESTDIR)$(libdir)/charset.alias; \
-- if test -f $(DESTDIR)$(libdir)/charset.alias; then \
-- orig=$(DESTDIR)$(libdir)/charset.alias; \
-- sed -f ref-add.sed $$orig > $$temp; \
-- $(INSTALL_DATA) $$temp $$dest; \
-- rm -f $$temp; \
-- else \
-- if test @GLIBC21@ = no; then \
-- orig=charset.alias; \
-- sed -f ref-add.sed $$orig > $$temp; \
-- $(INSTALL_DATA) $$temp $$dest; \
-- rm -f $$temp; \
-- fi; \
-- fi; \
-- $(mkinstalldirs) $(DESTDIR)$(localedir); \
-- test -f $(DESTDIR)$(localedir)/locale.alias \
-- && orig=$(DESTDIR)$(localedir)/locale.alias \
-- || orig=$(srcdir)/locale.alias; \
-- temp=$(DESTDIR)$(localedir)/t-locale.alias; \
-- dest=$(DESTDIR)$(localedir)/locale.alias; \
-- sed -f ref-add.sed $$orig > $$temp; \
-- $(INSTALL_DATA) $$temp $$dest; \
-- rm -f $$temp; \
-- else \
-- : ; \
-- fi
- install-data: all
- if test "$(PACKAGE)" = "gettext"; then \
- $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \
diff --git a/misc/osinfo-db/Makefile b/misc/osinfo-db/Makefile
index 5ea678665d1e..5ddc4d220781 100644
--- a/misc/osinfo-db/Makefile
+++ b/misc/osinfo-db/Makefile
@@ -1,5 +1,5 @@
PORTNAME= osinfo-db
-PORTVERSION= 20250606
+PORTVERSION= 20251212
CATEGORIES= misc
MASTER_SITES= https://releases.pagure.org/libosinfo/
diff --git a/misc/osinfo-db/distinfo b/misc/osinfo-db/distinfo
index b5bce8d0e1a6..c4c695cee507 100644
--- a/misc/osinfo-db/distinfo
+++ b/misc/osinfo-db/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1749367009
-SHA256 (osinfo-db-20250606.tar.xz) = 9940aa47df298073c51dcf8a4dcc855f494ab864c24cdbda46bd897957357fe1
-SIZE (osinfo-db-20250606.tar.xz) = 164344
+TIMESTAMP = 1765609173
+SHA256 (osinfo-db-20251212.tar.xz) = 06379250c91306c98cb9726af44eae5909dfdd5449f90331e904ae1221d8d5e7
+SIZE (osinfo-db-20251212.tar.xz) = 174228
diff --git a/misc/osinfo-db/pkg-plist b/misc/osinfo-db/pkg-plist
index 5a374f528b5a..1f7f8e766c4a 100644
--- a/misc/osinfo-db/pkg-plist
+++ b/misc/osinfo-db/pkg-plist
@@ -32,6 +32,7 @@ share/osinfo/device/pcisig.com/pci-1af4-1048.d/class.xml
share/osinfo/device/pcisig.com/pci-1af4-1049.d/class.xml
share/osinfo/device/pcisig.com/pci-1af4-1050.d/class.xml
share/osinfo/device/pcisig.com/pci-1af4-1052.d/class.xml
+share/osinfo/device/pcisig.com/pci-1af4-1053.d/class.xml
share/osinfo/device/pcisig.com/pci-1af4-1058.d/class.xml
share/osinfo/device/pcisig.com/pci-1af4-105a.d/class.xml
share/osinfo/device/pcisig.com/pci-1b36-0004.d/class.xml
@@ -85,6 +86,8 @@ share/osinfo/os/alpinelinux.org/alpinelinux-3.18.xml
share/osinfo/os/alpinelinux.org/alpinelinux-3.19.xml
share/osinfo/os/alpinelinux.org/alpinelinux-3.20.xml
share/osinfo/os/alpinelinux.org/alpinelinux-3.21.xml
+share/osinfo/os/alpinelinux.org/alpinelinux-3.22.xml
+share/osinfo/os/alpinelinux.org/alpinelinux-3.23.xml
share/osinfo/os/alpinelinux.org/alpinelinux-3.5.xml
share/osinfo/os/alpinelinux.org/alpinelinux-3.6.xml
share/osinfo/os/alpinelinux.org/alpinelinux-3.7.xml
@@ -94,6 +97,9 @@ share/osinfo/os/altlinux.org/alt-10.0.xml
share/osinfo/os/altlinux.org/alt-10.1.xml
share/osinfo/os/altlinux.org/alt-10.2.xml
share/osinfo/os/altlinux.org/alt-10.3.xml
+share/osinfo/os/altlinux.org/alt-10.4.xml
+share/osinfo/os/altlinux.org/alt-11.0.xml
+share/osinfo/os/altlinux.org/alt-11.1.xml
share/osinfo/os/altlinux.org/alt-8.0.xml
share/osinfo/os/altlinux.org/alt-8.1.xml
share/osinfo/os/altlinux.org/alt-8.2.xml
@@ -322,6 +328,7 @@ share/osinfo/os/fedoraproject.org/fedora-4.xml
share/osinfo/os/fedoraproject.org/fedora-40.xml
share/osinfo/os/fedoraproject.org/fedora-41.xml
share/osinfo/os/fedoraproject.org/fedora-42.xml
+share/osinfo/os/fedoraproject.org/fedora-43.xml
share/osinfo/os/fedoraproject.org/fedora-5.xml
share/osinfo/os/fedoraproject.org/fedora-6.xml
share/osinfo/os/fedoraproject.org/fedora-7.xml
@@ -344,6 +351,8 @@ share/osinfo/os/fedoraproject.org/silverblue-38.xml
share/osinfo/os/fedoraproject.org/silverblue-39.xml
share/osinfo/os/fedoraproject.org/silverblue-40.xml
share/osinfo/os/fedoraproject.org/silverblue-41.xml
+share/osinfo/os/fedoraproject.org/silverblue-42.xml
+share/osinfo/os/fedoraproject.org/silverblue-43.xml
share/osinfo/os/fedoraproject.org/silverblue-rawhide.xml
share/osinfo/os/fedoraproject.org/silverblue-unknown.xml
share/osinfo/os/freebsd.org/freebsd-1.0.xml
@@ -370,6 +379,8 @@ share/osinfo/os/freebsd.org/freebsd-13.4.xml
share/osinfo/os/freebsd.org/freebsd-14.0.xml
share/osinfo/os/freebsd.org/freebsd-14.1.xml
share/osinfo/os/freebsd.org/freebsd-14.2.xml
+share/osinfo/os/freebsd.org/freebsd-14.3.xml
+share/osinfo/os/freebsd.org/freebsd-15.0.xml
share/osinfo/os/freebsd.org/freebsd-2.0.5.xml
share/osinfo/os/freebsd.org/freebsd-2.0.xml
share/osinfo/os/freebsd.org/freebsd-2.2.8.xml
@@ -418,6 +429,7 @@ share/osinfo/os/freedos.org/freedos-1.2.xml
share/osinfo/os/freedos.org/freedos-1.3.xml
share/osinfo/os/freenix.net/freenix-14.2.xml
share/osinfo/os/gentoo.org/gentoo-rolling.xml
+share/osinfo/os/getsol.us/solus-rolling.xml
share/osinfo/os/gnome.org/gnome-3.6.xml
share/osinfo/os/gnome.org/gnome-3.8.xml
share/osinfo/os/gnome.org/gnome-continuous-3.10.xml
@@ -570,6 +582,7 @@ share/osinfo/os/nixos.org/nixos-23.11.xml
share/osinfo/os/nixos.org/nixos-24.05.xml
share/osinfo/os/nixos.org/nixos-24.11.xml
share/osinfo/os/nixos.org/nixos-25.05.xml
+share/osinfo/os/nixos.org/nixos-25.11.xml
share/osinfo/os/nixos.org/nixos-unknown.xml
share/osinfo/os/nixos.org/nixos-unstable.xml
share/osinfo/os/novell.com/netware-4.xml
@@ -620,6 +633,7 @@ share/osinfo/os/openbsd.org/openbsd-7.3.xml
share/osinfo/os/openbsd.org/openbsd-7.4.xml
share/osinfo/os/openbsd.org/openbsd-7.5.xml
share/osinfo/os/openbsd.org/openbsd-7.6.xml
+share/osinfo/os/openbsd.org/openbsd-7.7.xml
share/osinfo/os/openindiana.org/hipster-rolling.xml
share/osinfo/os/opensuse.org/opensuse-10.2.xml
share/osinfo/os/opensuse.org/opensuse-10.3.xml
@@ -640,10 +654,12 @@ share/osinfo/os/opensuse.org/opensuse-15.3.xml
share/osinfo/os/opensuse.org/opensuse-15.4.xml
share/osinfo/os/opensuse.org/opensuse-15.5.xml
share/osinfo/os/opensuse.org/opensuse-15.6.xml
+share/osinfo/os/opensuse.org/opensuse-16.0.xml
share/osinfo/os/opensuse.org/opensuse-42.1.xml
share/osinfo/os/opensuse.org/opensuse-42.2.xml
share/osinfo/os/opensuse.org/opensuse-42.3.xml
share/osinfo/os/opensuse.org/opensuse-factory.xml
+share/osinfo/os/opensuse.org/opensuse-microos.xml
share/osinfo/os/opensuse.org/opensuse-tumbleweed.xml
share/osinfo/os/opensuse.org/opensuse-unknown.xml
share/osinfo/os/oracle.com/oel-4.4.xml
@@ -819,6 +835,8 @@ share/osinfo/os/redhat.com/rhl-7.3.xml
share/osinfo/os/redhat.com/rhl-7.xml
share/osinfo/os/redhat.com/rhl-8.0.xml
share/osinfo/os/redhat.com/rhl-9.xml
+share/osinfo/os/rockylinux.org/rocky-10-unknown.xml
+share/osinfo/os/rockylinux.org/rocky-10.xml
share/osinfo/os/rockylinux.org/rocky-8-unknown.xml
share/osinfo/os/rockylinux.org/rocky-8.4.xml
share/osinfo/os/rockylinux.org/rocky-8.5.xml
@@ -908,6 +926,7 @@ share/osinfo/os/suse.com/sle-15.3.xml
share/osinfo/os/suse.com/sle-15.4.xml
share/osinfo/os/suse.com/sle-15.5.xml
share/osinfo/os/suse.com/sle-15.6.xml
+share/osinfo/os/suse.com/sle-15.7.xml
share/osinfo/os/suse.com/sle-15.xml
share/osinfo/os/suse.com/sle-unknown.xml
share/osinfo/os/suse.com/sled-10.1.xml