Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Sep 2020 10:02:02 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547886 - head/ports-mgmt/pkg
Message-ID:  <202009071002.087A22Tp067211@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: manu
Date: Mon Sep  7 10:02:01 2020
New Revision: 547886
URL: https://svnweb.freebsd.org/changeset/ports/547886

Log:
  ports-mgmt/pkg: Update to 1.15
  
  Changes from 1.14.99.6 to 1.14.99.7
  - Default the OSVERSION check to false
  - Fix some errors related to getpwname_r/getgrnam_r
  - Add RISC-V ABI aliases
  - Add '%X' to pkg-query, this print the internal package checksum
  
  Changes from 1.14.99.5 to 1.14.99.6
  - Run lua scripts before shell scripts
  - unbreak build with -fno-common
  
  Changes from 1.14.99.4 to 1.14.99.5
  - Fix lua script during pkg_delete
  - Return file type for lua_stat
  
  Changes from 1.14.99.3 to 1.14.99.4
  - Add function to lua scripts:
    * Simple stat()
    * filecopy to copy a file preserving its attributes
    * filecmp to compare files
    * update sqlite to latest version
    * Add a new 'hash' mode to pkg repo to make repositories CDN friendly
    * Isolate transport protocol to be able to easily change implementations
      in the futur
    * Fix invalid json in even_pipe
    * lots of portability fixes
  
  Changes from 1.14.99.2 to 1.14.99.3
  - Fix linking on FreeBSD
  
  Changes from 1.14.99.1 to 1.14.99.2
  - Fix hanging if a script spawn a process and
    it still run after the scripts finish
  - Prevent potential hang with lua scripts
  - For http mirror first try to get the list from the
    full path and then fallback on the root one if we
    didn't find anything.
  - Add a debug message if obtaining the lock fails
  
  hanges from 1.13.99.7 to 1.14.99.1
  - parallelize the run of the tests
  - Fix VERSION_MINOR expansion
  - Fix chflags tests
  - Bring back pkg create -n but in a consistent way
  - Improve build of sqlite
  - Use mmap in sqlite
  - Update sqlite to latest version
  - Document pkg_create(3)
  - Prepare the land for futur proof remote dependency handling
  - Update usage of pkg set -A and pkg set -v
  - Add pkg create -l (compression level)
  
  PR:		249035 (exp-run)
  Approved by:	bapt

Modified:
  head/ports-mgmt/pkg/Makefile
  head/ports-mgmt/pkg/distinfo

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Mon Sep  7 09:36:48 2020	(r547885)
+++ head/ports-mgmt/pkg/Makefile	Mon Sep  7 10:02:01 2020	(r547886)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.14.7
+DISTVERSION=	1.15.0
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 #MASTER_SITES=	\

Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo	Mon Sep  7 09:36:48 2020	(r547885)
+++ head/ports-mgmt/pkg/distinfo	Mon Sep  7 10:02:01 2020	(r547886)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1597738923
-SHA256 (freebsd-pkg-1.14.7_GH0.tar.gz) = 5d1089c8944928ffc85fefe5fcf7204a9e8b72e988f34eb641aba26f38ef48a2
-SIZE (freebsd-pkg-1.14.7_GH0.tar.gz) = 3406609
+TIMESTAMP = 1599472703
+SHA256 (freebsd-pkg-1.15.0_GH0.tar.gz) = 9b2bd4b0f9c510a259ab763a8ec8e5754bebad71e163c7de02db40eb71ff1097
+SIZE (freebsd-pkg-1.15.0_GH0.tar.gz) = 3822740



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009071002.087A22Tp067211>