From: TinfoilSubmarine <TinfoilSubmarine@users.noreply.github.com> To: ml@inbox.vuxu.org Subject: [PR PATCH] postgresql14: update to 14.2. Date: Tue, 19 Apr 2022 20:25:31 +0200 [thread overview] Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36770@inbox.vuxu.org> (raw) [-- Attachment #1: Type: text/plain, Size: 1298 bytes --] There is a new pull request by TinfoilSubmarine against master on the void-packages repository https://github.com/TinfoilSubmarine/void-packages pg142 https://github.com/void-linux/void-packages/pull/36770 postgresql14: update to 14.2. <!-- Uncomment relevant sections and delete options which are not applicable --> #### Testing the changes - I tested the changes in this PR: postgresql14: **YES** postgis-postgresql14: **NO** <!-- #### New package - This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO** --> <!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration and test at least one native build and, if supported, at least one cross build. Ignore this section if this PR is not skipping CI. --> <!-- #### Local build testing - I built this PR locally for my native architecture, (ARCH-LIBC) - I built this PR locally for these architectures (if supported. mark crossbuilds): - aarch64-musl - armv7l - armv6l-musl --> A patch file from https://github.com/void-linux/void-packages/pull/36770.patch is attached [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #2: github-pr-pg142-36770.patch --] [-- Type: text/x-diff, Size: 2312 bytes --] From aa02632237f3941a768e16c14f627b3cda9fb0bb Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer <joel@beckmeyer.us> Date: Tue, 19 Apr 2022 14:16:51 -0400 Subject: [PATCH 1/2] postgresql14: update to 14.2. --- srcpkgs/postgresql14/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/postgresql14/template b/srcpkgs/postgresql14/template index 94ba16bffbc6..44401317eab3 100644 --- a/srcpkgs/postgresql14/template +++ b/srcpkgs/postgresql14/template @@ -1,6 +1,6 @@ # Template file for 'postgresql14' pkgname=postgresql14 -version=14.1 +version=14.2 revision=1 wrksrc="postgresql-${version}" build_style=gnu-configure @@ -22,7 +22,7 @@ license="PostgreSQL" homepage="https://www.postgresql.org" changelog="https://www.postgresql.org/docs/current/release-${version//./-}.html" distfiles="https://ftp.postgresql.org/pub/source/v${version}/postgresql-${version}.tar.bz2" -checksum=4d3c101ea7ae38982f06bdc73758b53727fb6402ecd9382006fa5ecc7c2ca41f +checksum=2cf78b2e468912f8101d695db5340cf313c2e9f68a612fb71427524e8c9a977a conf_files=" /${_sysconfdir}/default/postgresql From 562be7527bc2c640bd9e225abba9474d6dd32b11 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer <joel@beckmeyer.us> Date: Tue, 19 Apr 2022 14:16:59 -0400 Subject: [PATCH 2/2] postgis-postgresql14: update to 3.2.1. --- srcpkgs/postgis-postgresql14/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/postgis-postgresql14/template b/srcpkgs/postgis-postgresql14/template index 6ce4231b1726..d65c09c09bcf 100644 --- a/srcpkgs/postgis-postgresql14/template +++ b/srcpkgs/postgis-postgresql14/template @@ -1,6 +1,6 @@ # Template file for 'postgis-postgresql14' pkgname=postgis-postgresql14 -version=3.1.4 +version=3.2.1 revision=1 wrksrc="postgis-${version}" build_style=gnu-configure @@ -20,7 +20,7 @@ license="GPL-2.0-or-later" homepage="https://postgis.net/" changelog="https://git.osgeo.org/gitea/postgis/postgis/raw/tag/${version}/NEWS" distfiles="https://download.osgeo.org/postgis/source/postgis-${version}.tar.gz" -checksum=dc8e3fe8bc532e422f5d724c5a7c437f6555511716f6410d4d2db9762e1a3796 +checksum=fbab68dde6ca3934b24ba08c8ab0cff2594f57f93deab41a15c82ae1bb69893e nocross="FIXME: Cannot run test program to determine PROJ version" pre_configure() {
next reply other threads:[~2022-04-19 18:25 UTC|newest] Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-04-19 18:25 TinfoilSubmarine [this message] 2022-04-19 18:52 ` [PR PATCH] [Updated] " TinfoilSubmarine 2022-04-19 19:00 ` Chocimier 2022-04-19 19:14 ` [PR PATCH] [Updated] " TinfoilSubmarine 2022-04-19 19:14 ` TinfoilSubmarine 2022-05-07 21:49 ` Chocimier 2022-05-13 18:23 ` [PR REVIEW] " paper42 2022-05-16 15:56 ` [PR PATCH] [Updated] " TinfoilSubmarine 2022-05-20 13:53 ` postgresql14: update to 14.3 TinfoilSubmarine 2022-07-04 20:05 ` Chocimier 2022-07-04 20:05 ` [PR PATCH] [Closed]: " Chocimier
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36770@inbox.vuxu.org \ --to=tinfoilsubmarine@users.noreply.github.com \ --cc=ml@inbox.vuxu.org \ --subject='Re: [PR PATCH] postgresql14: update to 14.2.' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).