Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xmlsec1: update to 1.3.0.
@ 2023-04-15 21:42 mhmdanas
  2023-06-19 14:40 ` [PR PATCH] [Updated] " mhmdanas
  2023-06-23 19:55 ` [PR PATCH] [Merged]: xmlsec1: update to 1.3.1 Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: mhmdanas @ 2023-04-15 21:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1235 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.0
https://github.com/void-linux/void-packages/pull/43469

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

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

@Gottox

<!--
#### 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/43469.patch is attached

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

From 08245e10d0b038fed764b300be4edcaad97ab27a Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 15 Apr 2023 22:40:37 +0100
Subject: [PATCH] xmlsec1: update to 1.3.0.

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

diff --git a/srcpkgs/xmlsec1/template b/srcpkgs/xmlsec1/template
index d57bd4b9f645..025fa3f25d35 100644
--- a/srcpkgs/xmlsec1/template
+++ b/srcpkgs/xmlsec1/template
@@ -1,9 +1,9 @@
 # Template file for 'xmlsec1'
 pkgname=xmlsec1
-version=1.2.37
+version=1.3.0
 revision=1
 build_style=gnu-configure
-hostmakedepends="automake libtool pkg-config gnutls-devel"
+hostmakedepends="pkg-config"
 makedepends="libxslt-devel libltdl-devel libgcrypt-devel gnutls-devel
  nspr-devel nss-devel"
 short_desc="XML Security Library is a C library based on LibXML2"
@@ -12,11 +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=5f8dfbcb6d1e56bddd0b5ec2e00a3d0ca5342a9f57c24dffde5c796b2be2871c
-
-pre_configure() {
-	autoreconf -if
-}
+checksum=df3ad2548288411fc3d44c20879e4c4e90684a1a4fb76a06ae444f957171c9a6
 
 post_install() {
 	if [ "$CROSS_BUILD" ]; then

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

* Re: [PR PATCH] [Updated] xmlsec1: update to 1.3.0.
  2023-04-15 21:42 [PR PATCH] xmlsec1: update to 1.3.0 mhmdanas
@ 2023-06-19 14:40 ` mhmdanas
  2023-06-23 19:55 ` [PR PATCH] [Merged]: xmlsec1: update to 1.3.1 Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: mhmdanas @ 2023-06-19 14:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages xmlsec1-1.3.0
https://github.com/void-linux/void-packages/pull/43469

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

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

@Gottox

<!--
#### 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/43469.patch is attached

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

From 41469dcdccc554a571ef9b7836a4f56dafecba77 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 15 Apr 2023 22:40:37 +0100
Subject: [PATCH] xmlsec1: update to 1.3.1.

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

diff --git a/srcpkgs/xmlsec1/template b/srcpkgs/xmlsec1/template
index d57bd4b9f645..9cd74e808365 100644
--- a/srcpkgs/xmlsec1/template
+++ b/srcpkgs/xmlsec1/template
@@ -1,9 +1,9 @@
 # Template file for 'xmlsec1'
 pkgname=xmlsec1
-version=1.2.37
+version=1.3.1
 revision=1
 build_style=gnu-configure
-hostmakedepends="automake libtool pkg-config gnutls-devel"
+hostmakedepends="pkg-config"
 makedepends="libxslt-devel libltdl-devel libgcrypt-devel gnutls-devel
  nspr-devel nss-devel"
 short_desc="XML Security Library is a C library based on LibXML2"
@@ -12,11 +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=5f8dfbcb6d1e56bddd0b5ec2e00a3d0ca5342a9f57c24dffde5c796b2be2871c
-
-pre_configure() {
-	autoreconf -if
-}
+checksum=10f48384d4fd1afc05fea545b74fbf7c152582f0a895c189f164d55270400c63
 
 post_install() {
 	if [ "$CROSS_BUILD" ]; then

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

* Re: [PR PATCH] [Merged]: xmlsec1: update to 1.3.1.
  2023-04-15 21:42 [PR PATCH] xmlsec1: update to 1.3.0 mhmdanas
  2023-06-19 14:40 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-06-23 19:55 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-06-23 19:55 UTC (permalink / raw)
  To: ml

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

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

xmlsec1: update to 1.3.1.
https://github.com/void-linux/void-packages/pull/43469

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

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

@Gottox

<!--
#### 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-06-23 19:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-15 21:42 [PR PATCH] xmlsec1: update to 1.3.0 mhmdanas
2023-06-19 14:40 ` [PR PATCH] [Updated] " mhmdanas
2023-06-23 19:55 ` [PR PATCH] [Merged]: xmlsec1: update to 1.3.1 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).