Skip to content

Commit 5cdb33e

Browse files
authored
Merge pull request #3853 from citrus-it/pkgcpuid
cpuid - update from 1.8.2 to 1.8.3
2 parents 1593d55 + daa981f commit 5cdb33e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build/cpuid/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
# http://www.illumos.org/license/CDDL.
1313
# }}}
1414

15-
# Copyright 2022 OmniOS Community Edition (OmniOSce) Association.
15+
# Copyright 2025 OmniOS Community Edition (OmniOSce) Association.
1616

1717
. ../../lib/build.sh
1818

1919
PROG=cpuid
20-
VER=1.8.2
20+
VER=1.8.3
2121
PKG=system/cpuid
2222
SUMMARY="A simple CPUID decoder/dumper for x86/x86_64"
2323
DESC="A program which can dump and extract information from the x86 "

doc/packages.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
| runtime/java/openjdk8 | 1.8.442-06 | https://github.com/openjdk/jdk8u/tags
8282
| runtime/perl | 5.40.1 | https://www.cpan.org/src/README.html
8383
| runtime/python-311 | 3.11.11 | https://www.python.org/downloads/source/
84-
| runtime/python-312 | 3.12.8 | https://www.python.org/downloads/source/
84+
| runtime/python-312 | 3.12.9 | https://www.python.org/downloads/source/
8585
| runtime/python-313 | 3.13.2 | https://www.python.org/downloads/source/
8686
| security/sudo | 1.9.16p2 | https://www.sudo.ws/
8787
| service/network/chrony | 4.5 | https://download.tuxfamily.org/chrony/
@@ -93,7 +93,7 @@
9393
| shell/pipe-viewer | 1.9.31 | http://www.ivarch.com/programs/pv.shtml
9494
| shell/tcsh | 6.24.15 | https://github.com/tcsh-org/tcsh/tags
9595
| shell/zsh | 5.9 | https://sourceforge.net/projects/zsh/files/zsh
96-
| system/cpuid | 1.8.2 | https://github.com/tycho/cpuid/tags
96+
| system/cpuid | 1.8.3 | https://github.com/tycho/cpuid/tags
9797
| system/data/urxvt-terminfo | 9.31 | http://dist.schmorp.de/rxvt-unicode/
9898
| system/library/dbus | 1.16.0 | https://dbus.freedesktop.org/releases/dbus | Odd minor versions are dev/unstable
9999
| system/library/libdbus-glib | 0.112 | https://dbus.freedesktop.org/releases/dbus-glib/

0 commit comments

Comments
 (0)