From owner-svn-ports-head@freebsd.org Fri Apr 19 12:34:13 2019 Return-Path: Delivered-To: svn-ports-head@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 5E8BD158F912; Fri, 19 Apr 2019 12:34:13 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 05ECA74A8B; Fri, 19 Apr 2019 12:34:13 +0000 (UTC) (envelope-from tijl@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 D66EC2E5AC; Fri, 19 Apr 2019 12:34:12 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x3JCYChs072814; Fri, 19 Apr 2019 12:34:12 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3JCYCL2072812; Fri, 19 Apr 2019 12:34:12 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201904191234.x3JCYCL2072812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 19 Apr 2019 12:34:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499348 - head/emulators/linux_base-c6 X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: head/emulators/linux_base-c6 X-SVN-Commit-Revision: 499348 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 05ECA74A8B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.981,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Apr 2019 12:34:13 -0000 Author: tijl Date: Fri Apr 19 12:34:12 2019 New Revision: 499348 URL: https://svnweb.freebsd.org/changeset/ports/499348 Log: Update glibc to 2.12-1.212.el6_10.3. Modified: head/emulators/linux_base-c6/Makefile head/emulators/linux_base-c6/distinfo Modified: head/emulators/linux_base-c6/Makefile ============================================================================== --- head/emulators/linux_base-c6/Makefile Fri Apr 19 12:15:30 2019 (r499347) +++ head/emulators/linux_base-c6/Makefile Fri Apr 19 12:34:12 2019 (r499348) @@ -3,6 +3,7 @@ PORTNAME= c6 PORTVERSION= ${LINUX_DIST_VER} +PORTREVISION= 1 CATEGORIES= emulators linux PKGNAMEPREFIX= linux_base- BIN_DISTNAMES= bash-4.1.2-48.el6 \ @@ -12,7 +13,7 @@ BIN_DISTNAMES= bash-4.1.2-48.el6 \ e2fsprogs-1.41.12-24.el6 \ elfutils-0.164-2.el6 \ findutils-4.4.2-9.el6 \ - glibc-common-2.12-1.212.el6 \ + glibc-common-2.12-1.212.el6_10.3 \ grep-2.20-6.el6 \ info-4.13a-8.el6 \ keyutils-1.4-5.el6 \ @@ -32,7 +33,7 @@ LIB_DISTNAMES= bzip2-libs-1.0.5-7.el6_0 \ gamin-0.1.10-9.el6 \ gdbm-1.8.0-39.el6 \ glib2-2.28.8-10.el6 \ - glibc-2.12-1.212.el6 \ + glibc-2.12-1.212.el6_10.3 \ gmp-4.3.1-13.el6 \ keyutils-libs-1.4-5.el6 \ krb5-libs-1.10.3-65.el6 \ @@ -78,7 +79,7 @@ SRC_DISTFILES= acl-2.2.49-7.el6_9.1${SRC_SUFX}:SOURCE gcc-4.4.7-23.el6${SRC_SUFX}:SOURCE \ gdbm-1.8.0-39.el6${SRC_SUFX}:SOURCE \ glib2-2.28.8-10.el6${SRC_SUFX}:SOURCE \ - glibc-2.12-1.212.el6${SRC_SUFX}:SOURCE \ + glibc-2.12-1.212.el6_10.3${SRC_SUFX}:SOURCE \ gmp-4.3.1-13.el6${SRC_SUFX}:SOURCE \ grep-2.20-6.el6${SRC_SUFX}:SOURCE \ keyutils-1.4-5.el6${SRC_SUFX}:SOURCE \ Modified: head/emulators/linux_base-c6/distinfo ============================================================================== --- head/emulators/linux_base-c6/distinfo Fri Apr 19 12:15:30 2019 (r499347) +++ head/emulators/linux_base-c6/distinfo Fri Apr 19 12:34:12 2019 (r499348) @@ -1,4 +1,4 @@ -TIMESTAMP = 1532346533 +TIMESTAMP = 1555677123 SHA256 (centos/basesystem-10.0-4.el6.noarch.rpm) = 18860007697438e375733bb4a36a599daac2e2ae95d98a74c436a10d0974710e SIZE (centos/basesystem-10.0-4.el6.noarch.rpm) = 4784 SHA256 (centos/bash-4.1.2-48.el6.i686.rpm) = 0300a6935602bb86a6e44dc526993069e79b80a32a02cfaeec7def94e3a2973e @@ -69,14 +69,14 @@ SHA256 (centos/glib2-2.28.8-10.el6.i686.rpm) = 5c5047a SIZE (centos/glib2-2.28.8-10.el6.i686.rpm) = 1739356 SHA256 (centos/glib2-2.28.8-10.el6.x86_64.rpm) = a3945f3e6ee7c6fc8dd11a4f39641a8df6af818198e0a45a1f73f4753f6bd34c SIZE (centos/glib2-2.28.8-10.el6.x86_64.rpm) = 1757180 -SHA256 (centos/glibc-2.12-1.212.el6.i686.rpm) = 6f2146875ca4d93bd48c3c5c148eea2dd75d1d3f17a3c9a7136a06cf97d3cdaa -SIZE (centos/glibc-2.12-1.212.el6.i686.rpm) = 4570452 -SHA256 (centos/glibc-2.12-1.212.el6.x86_64.rpm) = b893707c0dc87a556274feb53c544515a1d3b0fe2743c454dece682f5b7d5719 -SIZE (centos/glibc-2.12-1.212.el6.x86_64.rpm) = 4009628 -SHA256 (centos/glibc-common-2.12-1.212.el6.i686.rpm) = e9e486b3e2fd625cb8fb821ce2d810108ce7ac33b1d4f6357f6aeb51b19cdb16 -SIZE (centos/glibc-common-2.12-1.212.el6.i686.rpm) = 14913320 -SHA256 (centos/glibc-common-2.12-1.212.el6.x86_64.rpm) = 721dfba71f7402d94070fe155f468666f2b785d56a638eec3d6ba3dc97fbef75 -SIZE (centos/glibc-common-2.12-1.212.el6.x86_64.rpm) = 14924656 +SHA256 (centos/glibc-2.12-1.212.el6_10.3.i686.rpm) = 18a17790ec698ecce8da2d3bc72797341287d1693ff7280d825aa9a4b2bb3713 +SIZE (centos/glibc-2.12-1.212.el6_10.3.i686.rpm) = 4570740 +SHA256 (centos/glibc-2.12-1.212.el6_10.3.x86_64.rpm) = 0383c8ba8d870938a5a2ae252a2168e5a291a9b880e9c05537e4874acb8efc50 +SIZE (centos/glibc-2.12-1.212.el6_10.3.x86_64.rpm) = 4010028 +SHA256 (centos/glibc-common-2.12-1.212.el6_10.3.i686.rpm) = 6bf91eda70d82e03f7ce027b12fbb30aa67123d24c31ede804d888ba8ddd585f +SIZE (centos/glibc-common-2.12-1.212.el6_10.3.i686.rpm) = 14913752 +SHA256 (centos/glibc-common-2.12-1.212.el6_10.3.x86_64.rpm) = 5eb095c1ed264f0459c81d13e741cd130d5b5ca37e5277371c5429d621f68434 +SIZE (centos/glibc-common-2.12-1.212.el6_10.3.x86_64.rpm) = 14925088 SHA256 (centos/gmp-4.3.1-13.el6.i686.rpm) = acfe1ea07cd3a1d4a6189ccace58656d2141c999a7b047ab5fc2b280a7b8152e SIZE (centos/gmp-4.3.1-13.el6.i686.rpm) = 229492 SHA256 (centos/gmp-4.3.1-13.el6.x86_64.rpm) = 01df5bd8ea911e79b38feebc9dcc3a3fed43ae24a5174806745c1d4adfc28a3e @@ -247,8 +247,8 @@ SHA256 (centos/gdbm-1.8.0-39.el6.src.rpm) = 13bedebe3e SIZE (centos/gdbm-1.8.0-39.el6.src.rpm) = 153252 SHA256 (centos/glib2-2.28.8-10.el6.src.rpm) = 138f11f112f8e35840249c73d06e7dcd13c58ba671124a5130fd6559c7b3cf15 SIZE (centos/glib2-2.28.8-10.el6.src.rpm) = 7260320 -SHA256 (centos/glibc-2.12-1.212.el6.src.rpm) = 5b49ed4c71e495ebfcb0157675bc17d22604a101f2810f220b2c0f6ba4a01550 -SIZE (centos/glibc-2.12-1.212.el6.src.rpm) = 16765786 +SHA256 (centos/glibc-2.12-1.212.el6_10.3.src.rpm) = 343720baf52d494b96022005cace30033af4e71031b755df0c3c1dfca9f8824f +SIZE (centos/glibc-2.12-1.212.el6_10.3.src.rpm) = 16769925 SHA256 (centos/gmp-4.3.1-13.el6.src.rpm) = 5af062b73a58672978dff7844b35af97589417d30f49bc60c22f67c28c470480 SIZE (centos/gmp-4.3.1-13.el6.src.rpm) = 1921742 SHA256 (centos/grep-2.20-6.el6.src.rpm) = 51abe4885435923e74f15f2c11994430d2e3510f004f4e4c2ab3a0b5a0469657