Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] apt: update to 2.1.10.
@ 2020-09-12 17:44 ailiop-git
  2020-09-20  8:43 ` [PR PATCH] [Updated] " ailiop-git
  2020-09-22  1:55 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: ailiop-git @ 2020-09-12 17:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 309 bytes --]

There is a new pull request by ailiop-git against master on the void-packages repository

https://github.com/ailiop-git/void-packages apt
https://github.com/void-linux/void-packages/pull/24857

apt: update to 2.1.10.


A patch file from https://github.com/void-linux/void-packages/pull/24857.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-apt-24857.patch --]
[-- Type: text/x-diff, Size: 1088 bytes --]

From 11bf13ab10549da1aa058750548ae8880227b5b4 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sat, 12 Sep 2020 19:39:41 +0200
Subject: [PATCH] apt: update to 2.1.10.

---
 srcpkgs/apt/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/apt/template b/srcpkgs/apt/template
index 8578ed028e2..2f70f8f72f8 100644
--- a/srcpkgs/apt/template
+++ b/srcpkgs/apt/template
@@ -1,6 +1,6 @@
 # Template file for 'apt'
 pkgname=apt
-version=2.1.7
+version=2.1.10
 revision=1
 build_style=cmake
 configure_args="-DDPKG_DATADIR=/usr/share/dpkg -DCURRENT_VENDOR=debian
@@ -13,7 +13,7 @@ maintainer="Elie ROUDNINSKI <xademax@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://salsa.debian.org/apt-team/apt"
 distfiles="https://github.com/Debian/apt/archive/${version}.tar.gz"
-checksum=0953ca5e906e13400d7b82076f5142303a1c7344e43ac476aca3edfc7de033de
+checksum=527769fc31d57a4c8607e050fb9e9c6f1774585351cfbc27b7ab59f4cdaa48db
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl) broken="error: void value not ignored as it ought to be" ;;

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] apt: update to 2.1.10.
  2020-09-12 17:44 [PR PATCH] apt: update to 2.1.10 ailiop-git
@ 2020-09-20  8:43 ` ailiop-git
  2020-09-22  1:55 ` [PR PATCH] [Merged]: " ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ailiop-git @ 2020-09-20  8:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

There is an updated pull request by ailiop-git against master on the void-packages repository

https://github.com/ailiop-git/void-packages apt
https://github.com/void-linux/void-packages/pull/24857

apt: update to 2.1.10.


A patch file from https://github.com/void-linux/void-packages/pull/24857.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-apt-24857.patch --]
[-- Type: text/x-diff, Size: 1276 bytes --]

From 541a470b83c43838a7f288f27d3c7553bae20f19 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sun, 20 Sep 2020 10:43:32 +0200
Subject: [PATCH] apt: update to 2.1.10.

---
 srcpkgs/apt/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/apt/template b/srcpkgs/apt/template
index 8578ed028e2..27f724abb29 100644
--- a/srcpkgs/apt/template
+++ b/srcpkgs/apt/template
@@ -1,6 +1,6 @@
 # Template file for 'apt'
 pkgname=apt
-version=2.1.7
+version=2.1.10
 revision=1
 build_style=cmake
 configure_args="-DDPKG_DATADIR=/usr/share/dpkg -DCURRENT_VENDOR=debian
@@ -13,7 +13,7 @@ maintainer="Elie ROUDNINSKI <xademax@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://salsa.debian.org/apt-team/apt"
 distfiles="https://github.com/Debian/apt/archive/${version}.tar.gz"
-checksum=0953ca5e906e13400d7b82076f5142303a1c7344e43ac476aca3edfc7de033de
+checksum=527769fc31d57a4c8607e050fb9e9c6f1774585351cfbc27b7ab59f4cdaa48db
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl) broken="error: void value not ignored as it ought to be" ;;
@@ -29,7 +29,6 @@ apt-devel_package() {
 }
 
 apt-doc_package() {
-	archs=noarch
 	short_desc+=" - documentation files"
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: apt: update to 2.1.10.
  2020-09-12 17:44 [PR PATCH] apt: update to 2.1.10 ailiop-git
  2020-09-20  8:43 ` [PR PATCH] [Updated] " ailiop-git
@ 2020-09-22  1:55 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2020-09-22  1:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 156 bytes --]

There's a merged pull request on the void-packages repository

apt: update to 2.1.10.
https://github.com/void-linux/void-packages/pull/24857

Description:


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-22  1:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-12 17:44 [PR PATCH] apt: update to 2.1.10 ailiop-git
2020-09-20  8:43 ` [PR PATCH] [Updated] " ailiop-git
2020-09-22  1:55 ` [PR PATCH] [Merged]: " ahesford

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).