Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xmlsec1: update to 1.3.2.
@ 2023-12-16  2:40 mhmdanas
  2023-12-16 15:14 ` mhmdanas
  2023-12-22 17:41 ` [PR PATCH] [Closed]: " Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: mhmdanas @ 2023-12-16  2:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages xmlsec1-1.3.2
https://github.com/void-linux/void-packages/pull/47784

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/47784.patch is attached

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

From ed559faf9a493e69ab57f11938ed42574e5b0966 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Sat, 16 Dec 2023 02:40:14 +0000
Subject: [PATCH] xmlsec1: update to 1.3.2.

---
 srcpkgs/xmlsec1/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xmlsec1/template b/srcpkgs/xmlsec1/template
index ac9186236191a..a4d9792bd2d37 100644
--- a/srcpkgs/xmlsec1/template
+++ b/srcpkgs/xmlsec1/template
@@ -1,7 +1,7 @@
 # Template file for 'xmlsec1'
 pkgname=xmlsec1
-version=1.3.1
-revision=2
+version=1.3.2
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="libxslt-devel libltdl-devel libgcrypt-devel gnutls-devel
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://www.aleksey.com/xmlsec/"
 changelog="https://www.aleksey.com/xmlsec/news.html"
 distfiles="https://www.aleksey.com/xmlsec/download/xmlsec1-${version}.tar.gz"
-checksum=10f48384d4fd1afc05fea545b74fbf7c152582f0a895c189f164d55270400c63
+checksum=4003c56b3d356d21b1db7775318540fad6bfedaf5f117e8f7c010811219be3cf
 
 post_install() {
 	if [ "$CROSS_BUILD" ]; then

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

* Re: xmlsec1: update to 1.3.2.
  2023-12-16  2:40 [PR PATCH] xmlsec1: update to 1.3.2 mhmdanas
@ 2023-12-16 15:14 ` mhmdanas
  2023-12-22 17:41 ` [PR PATCH] [Closed]: " Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: mhmdanas @ 2023-12-16 15:14 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/47784#issuecomment-1858840768

Comment:
Just tested and seems like i686 test failure also occurs on master (though I had to update the `distfiles` URL for the current version in master because upstream moves old tarballs to a different location).

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

* Re: [PR PATCH] [Closed]: xmlsec1: update to 1.3.2.
  2023-12-16  2:40 [PR PATCH] xmlsec1: update to 1.3.2 mhmdanas
  2023-12-16 15:14 ` mhmdanas
@ 2023-12-22 17:41 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-12-22 17:41 UTC (permalink / raw)
  To: ml

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

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

xmlsec1: update to 1.3.2.
https://github.com/void-linux/void-packages/pull/47784

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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
-->


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

end of thread, other threads:[~2023-12-22 17:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-16  2:40 [PR PATCH] xmlsec1: update to 1.3.2 mhmdanas
2023-12-16 15:14 ` mhmdanas
2023-12-22 17:41 ` [PR PATCH] [Closed]: " Duncaen

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