Update to osinfo-db-20200529.

This commit is contained in:
ajacoutot 2020-05-31 10:36:36 +00:00
parent d14f71fc8c
commit ab835f1316
4 changed files with 77 additions and 6 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.32 2020/05/17 10:51:28 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.33 2020/05/31 10:36:36 ajacoutot Exp $
COMMENT= osinfo database files
V= 20200515
V= 20200529
DISTNAME= osinfo-db-${V}
EXTRACT_SUFX= .tar.xz
@ -14,11 +14,14 @@ USE_GMAKE= No
BUILD_DEPENDS= misc/osinfo/osinfo-db-tools
CONFIGURE_STYLE= # empty
CONFIGURE_STYLE= none # !meson
do-install:
osinfo-db-import --root ${WRKINST} --dir ${TRUEPREFIX}/share/osinfo \
${FULLDISTDIR}/${DISTFILES}
# https://gitlab.com/libosinfo/osinfo-db/-/merge_requests/151
${INSTALL_DATA} ${FILESDIR}/openbsd-6.7.xml \
${PREFIX}/share/osinfo/os/openbsd.org/
# Adding a new OpenBSD release
# ============================
@ -26,6 +29,7 @@ do-install:
# cd osinfo-db/data/os/openbsd.org/
# cp openbsd-X.Y.xml.in openbsd-X.Y+1.xml.in
# - substitute X.Y => X.Y+1, XY => XY+1, XY-2 => XY-1 etc.
# - fix Copyright, release-date, eol-datee
# cd ../../../tests/isodata/openbsd/
# mkdir openbsdX.Y+1 && cd openbsdX.Y+1
# - fetch i386 and amd64 install and boot-only ISOs

View File

@ -1,2 +1,2 @@
SHA256 (osinfo-db-20200515.tar.xz) = kuk3NQW47ObM+PYm5ZKtCUgZqnj20XQpEU7qsGptMdU=
SIZE (osinfo-db-20200515.tar.xz) = 103780
SHA256 (osinfo-db-20200529.tar.xz) = NiC1vu0pvXZj/TVjesIJsMfusSQX7h6lYVBWXmRyeVU=
SIZE (osinfo-db-20200529.tar.xz) = 104668

View File

@ -0,0 +1,63 @@
<libosinfo version="0.0.1">
<!-- Licensed under the GNU General Public License version 2 or later.
See http://www.gnu.org/licenses/ for a copy of the license text -->
<os id="http://openbsd.org/openbsd/6.7">
<short-id>openbsd6.7</short-id>
<_name>OpenBSD 6.7</_name>
<version>6.7</version>
<family>openbsd</family>
<distro>openbsd</distro>
<_vendor>OpenBSD Project</_vendor>
<upgrades id='http://openbsd.org/openbsd/6.6'/>
<derives-from id='http://openbsd.org/openbsd/6.6'/>
<release-date>2020-05-19</release-date>
<eol-date>2021-05-01</eol-date>
<variant id="netinst">
<_name>OpenBSD 6.7</_name>
</variant>
<media arch="i686">
<url>https://cdn.openbsd.org/pub/OpenBSD/6.7/i386/install67.iso</url>
<iso>
<publisher-id>Copyright \(c\) 2020 Theo de Raadt, The OpenBSD project</publisher-id>
<system-id>OpenBSD</system-id>
<volume-id>OpenBSD/i386 6.7 Install CD</volume-id>
<application-id>OpenBSD 6.7 i386 Install CD</application-id>
</iso>
</media>
<media arch="x86_64">
<url>https://cdn.openbsd.org/pub/OpenBSD/6.7/amd64/install67.iso</url>
<iso>
<publisher-id>Copyright \(c\) 2020 Theo de Raadt, The OpenBSD project</publisher-id>
<system-id>OpenBSD</system-id>
<volume-id>OpenBSD/amd64 6.7 Install CD</volume-id>
<application-id>OpenBSD 6.7 amd64 Install CD</application-id>
</iso>
</media>
<media arch="i686">
<variant id="netinst"/>
<url>https://cdn.openbsd.org/pub/OpenBSD/6.7/i386/cd67.iso</url>
<iso>
<publisher-id>Copyright \(c\) 2020 Theo de Raadt, The OpenBSD project</publisher-id>
<volume-id>OpenBSD/i386 6.7 boot-only CD</volume-id>
<system-id>OpenBSD</system-id>
<application-id>OpenBSD 6.7 i386 bootonly CD</application-id>
</iso>
</media>
<media arch="x86_64">
<variant id="netinst"/>
<url>https://cdn.openbsd.org/pub/OpenBSD/6.7/amd64/cd67.iso</url>
<iso>
<publisher-id>Copyright \(c\) 2020 Theo de Raadt, The OpenBSD project</publisher-id>
<volume-id>OpenBSD/amd64 6.7 boot-only CD</volume-id>
<system-id>OpenBSD</system-id>
<application-id>OpenBSD 6.7 amd64 bootonly CD</application-id>
</iso>
</media>
</os>
</libosinfo>

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.25 2020/05/17 10:51:28 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.26 2020/05/31 10:36:37 ajacoutot Exp $
share/osinfo/
share/osinfo/LICENSE
share/osinfo/VERSION
@ -65,6 +65,8 @@ share/osinfo/device/pcisig.com/pci-1af4-1050.d/
share/osinfo/device/pcisig.com/pci-1af4-1050.d/class.xml
share/osinfo/device/pcisig.com/pci-1af4-1052.d/
share/osinfo/device/pcisig.com/pci-1af4-1052.d/class.xml
share/osinfo/device/pcisig.com/pci-1af4-105a.d/
share/osinfo/device/pcisig.com/pci-1af4-105a.d/class.xml
share/osinfo/device/pcisig.com/pci-1b36-0004.d/
share/osinfo/device/pcisig.com/pci-1b36-0004.d/class.xml
share/osinfo/device/pcisig.com/pci-1b36-0100.d/
@ -554,6 +556,7 @@ share/osinfo/os/openbsd.org/openbsd-6.3.xml
share/osinfo/os/openbsd.org/openbsd-6.4.xml
share/osinfo/os/openbsd.org/openbsd-6.5.xml
share/osinfo/os/openbsd.org/openbsd-6.6.xml
share/osinfo/os/openbsd.org/openbsd-6.7.xml
share/osinfo/os/opensuse.org/
share/osinfo/os/opensuse.org/opensuse-10.2.xml
share/osinfo/os/opensuse.org/opensuse-10.3.xml
@ -679,6 +682,7 @@ share/osinfo/os/redhat.com/rhel-7.5.xml
share/osinfo/os/redhat.com/rhel-7.6.xml
share/osinfo/os/redhat.com/rhel-7.7.xml
share/osinfo/os/redhat.com/rhel-7.8.xml
share/osinfo/os/redhat.com/rhel-7.9.xml
share/osinfo/os/redhat.com/rhel-8-unknown.xml
share/osinfo/os/redhat.com/rhel-8.0.xml
share/osinfo/os/redhat.com/rhel-8.1.xml