Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dpkg: update to 1.21.12.
@ 2022-12-10 18:30 glaulher
  2022-12-18 13:21 ` glaulher
  2022-12-20 19:37 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 2 replies; 3+ messages in thread
From: glaulher @ 2022-12-10 18:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/glaulher/void-packages dpkg
https://github.com/void-linux/void-packages/pull/40999

dpkg: update to 1.21.12.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **yes**

<!--
#### 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 [skip CI](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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):  
  - armv7l
 

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

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

From d68222c744e2066ca1db482478dc4b53bc012962 Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Sat, 10 Dec 2022 15:28:12 -0300
Subject: [PATCH] dpkg: update to 1.21.12.

---
 srcpkgs/dpkg/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/dpkg/template b/srcpkgs/dpkg/template
index 615c4f12add6..7e6ffbed49bb 100644
--- a/srcpkgs/dpkg/template
+++ b/srcpkgs/dpkg/template
@@ -1,12 +1,12 @@
 # Template file for 'dpkg'
 pkgname=dpkg
-version=1.21.9
+version=1.21.12
 revision=1
 build_style=gnu-configure
 configure_args="--disable-start-stop-daemon --with-libz --with-libbz2
  --with-liblzma"
-hostmakedepends="pkg-config perl tar"
-makedepends="zlib-devel bzip2-devel liblzma-devel ncurses-devel"
+hostmakedepends="pkg-config perl tar po4a"
+makedepends="zlib-devel bzip2-devel liblzma-devel ncurses-devel libmd-devel"
 depends="perl"
 checkdepends="gnupg perl-Test-Pod xz"
 short_desc="Debian Package Manager"
@@ -15,7 +15,7 @@ license="GPL-2.0-or-later"
 homepage="http://packages.debian.org/dpkg"
 changelog="https://git.dpkg.org/git/dpkg/dpkg.git/plain/debian/changelog"
 distfiles="${DEBIAN_SITE}/main/d/dpkg/dpkg_${version}.tar.xz"
-checksum=a0aba375625459260cbc89933a12b3188a713c840e3aaefc14bf2d9adee19642
+checksum=ec7a0e29898f457ea21cc89826601059bce2433d2b4e578a38b2a66d8768559a
 
 dpkg-devel_package() {
 	short_desc+=" - development files"

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

* Re: dpkg: update to 1.21.12.
  2022-12-10 18:30 [PR PATCH] dpkg: update to 1.21.12 glaulher
@ 2022-12-18 13:21 ` glaulher
  2022-12-20 19:37 ` [PR PATCH] [Merged]: " leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: glaulher @ 2022-12-18 13:21 UTC (permalink / raw)
  To: ml

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

New comment by glaulher on void-packages repository

https://github.com/void-linux/void-packages/pull/40999#issuecomment-1356797413

Comment:
This work for me

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

* Re: [PR PATCH] [Merged]: dpkg: update to 1.21.12.
  2022-12-10 18:30 [PR PATCH] dpkg: update to 1.21.12 glaulher
  2022-12-18 13:21 ` glaulher
@ 2022-12-20 19:37 ` leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2022-12-20 19:37 UTC (permalink / raw)
  To: ml

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

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

dpkg: update to 1.21.12.
https://github.com/void-linux/void-packages/pull/40999

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **yes**

<!--
#### 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 [skip CI](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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):  
  - armv7l
 

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

end of thread, other threads:[~2022-12-20 19:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-10 18:30 [PR PATCH] dpkg: update to 1.21.12 glaulher
2022-12-18 13:21 ` glaulher
2022-12-20 19:37 ` [PR PATCH] [Merged]: " leahneukirchen

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