From owner-svn-ports-all@freebsd.org Fri Mar 23 12:19:10 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37A86F66E49; Fri, 23 Mar 2018 12:19:10 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DDCE97107B; Fri, 23 Mar 2018 12:19:09 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D8CE91FC0E; Fri, 23 Mar 2018 12:19:09 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2NCJ9vo070945; Fri, 23 Mar 2018 12:19:09 GMT (envelope-from eugen@FreeBSD.org) Received: (from eugen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2NCJ9IP070942; Fri, 23 Mar 2018 12:19:09 GMT (envelope-from eugen@FreeBSD.org) Message-Id: <201803231219.w2NCJ9IP070942@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eugen set sender to eugen@FreeBSD.org using -f From: Eugene Grosbein Date: Fri, 23 Mar 2018 12:19:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465350 - in head/sysutils/cpupdate: . files X-SVN-Group: ports-head X-SVN-Commit-Author: eugen X-SVN-Commit-Paths: in head/sysutils/cpupdate: . files X-SVN-Commit-Revision: 465350 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2018 12:19:10 -0000 Author: eugen Date: Fri Mar 23 12:19:09 2018 New Revision: 465350 URL: https://svnweb.freebsd.org/changeset/ports/465350 Log: sysutils/cpupdate: update to g20180323 In new version: - fix comment in the startup script on "cpupdate_flags" defaults for rc.conf; - catch up with recent changes of platomav/CPUMicrocodes: updated to MCE DB r62. - removed patch that was integrated (auto load cpuctl.ko, compiler warning); - fixed crash when no supported CPU found (*); Reported by: Eitan Adler (*) Deleted: head/sysutils/cpupdate/files/patch-cpupdate.c Modified: head/sysutils/cpupdate/Makefile head/sysutils/cpupdate/distinfo head/sysutils/cpupdate/files/cpupdate.in Modified: head/sysutils/cpupdate/Makefile ============================================================================== --- head/sysutils/cpupdate/Makefile Fri Mar 23 11:53:11 2018 (r465349) +++ head/sysutils/cpupdate/Makefile Fri Mar 23 12:19:09 2018 (r465350) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cpupdate -DISTVERSION= g20180320 +DISTVERSION= g20180323 CATEGORIES= sysutils MAINTAINER= eugen@FreeBSD.org @@ -22,13 +22,13 @@ SUB_LIST= CPM_DIR=${CPM_DIR} INTEL_DIR=${INTEL_DIR} USE_GITHUB= yes GH_ACCOUNT= kernschmelze GH_PROJECT= ${PORTNAME} -GH_TAGNAME= b0df539 +GH_TAGNAME= 7633a43 PLIST_FILES= sbin/${PORTNAME} man/man8/${PORTNAME}.8.gz CPM_ACCOUNT= platomav CPM_PROJECT= CPUMicrocodes -CPM_TAGNAME= 2ece631 +CPM_TAGNAME= a0371d6 OPTIONS_DEFINE= CPM INTEL CPM_DESC= Download platomav/CPUMicrocodes collection Modified: head/sysutils/cpupdate/distinfo ============================================================================== --- head/sysutils/cpupdate/distinfo Fri Mar 23 11:53:11 2018 (r465349) +++ head/sysutils/cpupdate/distinfo Fri Mar 23 12:19:09 2018 (r465350) @@ -1,7 +1,7 @@ -TIMESTAMP = 1521545124 +TIMESTAMP = 1521807121 SHA256 (microcode-20180312.tgz) = 0b381face2df1b0a829dc4fa8fa93f47f39e11b1c9c22ebd44f8614657c1e779 SIZE (microcode-20180312.tgz) = 3789662 -SHA256 (kernschmelze-cpupdate-g20180320-b0df539_GH0.tar.gz) = 5edb60b1ce5534f85c83676dc475e44800f4e5a2d4df7376ba0187e9b5cc17e9 -SIZE (kernschmelze-cpupdate-g20180320-b0df539_GH0.tar.gz) = 4566043 -SHA256 (platomav-CPUMicrocodes-2ece631_GH0.tar.gz) = bc45bad50b1c2bf86e0a4810d98d8e84328e84dd506d45774079bc87cfb01e15 -SIZE (platomav-CPUMicrocodes-2ece631_GH0.tar.gz) = 4577042 +SHA256 (kernschmelze-cpupdate-g20180323-7633a43_GH0.tar.gz) = b6a595223b7e70fbdf170b51d6aee4d907b36e080c18d076b6a17ae16bd63d28 +SIZE (kernschmelze-cpupdate-g20180323-7633a43_GH0.tar.gz) = 4566592 +SHA256 (platomav-CPUMicrocodes-a0371d6_GH0.tar.gz) = 9c0b37018e3a5abaae5d02a73bd83e70e889055ed2fdccac0353d221193ba915 +SIZE (platomav-CPUMicrocodes-a0371d6_GH0.tar.gz) = 4595189 Modified: head/sysutils/cpupdate/files/cpupdate.in ============================================================================== --- head/sysutils/cpupdate/files/cpupdate.in Fri Mar 23 11:53:11 2018 (r465349) +++ head/sysutils/cpupdate/files/cpupdate.in Fri Mar 23 12:19:09 2018 (r465350) @@ -13,7 +13,7 @@ # cpupdate_enable (bool): Set to NO by default. # Set it to YES to enable cpupdate. # cpupdate_flags (string): Command line flags for cpupdate. -# Default is "". +# Default is "-w -u". . /etc/rc.subr