Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] c-ares: update to 1.30.0
@ 2024-06-13 20:24 techflashYT
  2024-06-13 20:26 ` classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: techflashYT @ 2024-06-13 20:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/techflashYT/void-packages fix-and-update-c-ares
https://github.com/void-linux/void-packages/pull/50821

c-ares: update to 1.30.0
c-ares' new version is 1.30.0, and the current 1.29.0 doesn't build due to a now-missing download link. Fix both problems at once to get the package building again.

I've tested these changes on several architectures for glibc and musl.

I've also fixed the problems that were brought up in my previous PR (#50739) for this change (changed the commit message, updated the homepage link).  Thanks for the pointers, that was my first attempt at submitting changes to upstream Void before, hopefully this is better.

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - (cross) i686
  - (cross) i686-musl
  - (cross) mips-musl
  - (cross) ppc
  - ppc
  - (cross) armv6l-musl
  - (cross) armv6l
  - (cross) aarch64-musl
  - (cross) aarch64

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix-and-update-c-ares-50821.patch --]
[-- Type: text/x-diff, Size: 1287 bytes --]

From b364e5bca810400181291d5d2b8c228baa5a92a0 Mon Sep 17 00:00:00 2001
From: techflashYT <officialTechflashYT@gmail.com>
Date: Thu, 13 Jun 2024 13:19:44 -0700
Subject: [PATCH] c-ares: update to 1.30.0

---
 srcpkgs/c-ares/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/c-ares/template b/srcpkgs/c-ares/template
index 32a0b0420f1292..8c46e4c4c85d3e 100644
--- a/srcpkgs/c-ares/template
+++ b/srcpkgs/c-ares/template
@@ -1,16 +1,16 @@
 # Template file for 'c-ares'
 pkgname=c-ares
-version=1.29.0
+version=1.30.0
 revision=1
 build_style=gnu-configure
 checkdepends="iana-etc"
 short_desc="Library for asynchronous DNS requests"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="MIT"
-homepage="https://c-ares.haxx.se/"
-changelog="https://c-ares.haxx.se/changelog.html"
-distfiles="https://c-ares.haxx.se/download/c-ares-${version}.tar.gz"
-checksum=0b89fa425b825c4c7bc708494f374ae69340e4d1fdc64523bdbb2750bfc02ea7
+homepage="https://c-ares.org/"
+changelog="https://c-ares.org/changelog.html"
+distfiles="https://github.com/c-ares/c-ares/releases/download/v${version}/c-ares-${version}.tar.gz"
+checksum=4fea312112021bcef081203b1ea020109842feb58cd8a36a3d3f7e0d8bc1138c
 make_check=ci-skip # segfaults only on CI
 
 post_install() {

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

* Re: c-ares: update to 1.30.0
  2024-06-13 20:24 [PR PATCH] c-ares: update to 1.30.0 techflashYT
@ 2024-06-13 20:26 ` classabbyamp
  2024-06-13 20:26 ` [PR PATCH] [Closed]: " classabbyamp
  2024-06-13 20:30 ` techflashYT
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-06-13 20:26 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/50821#issuecomment-2166704382

Comment:
already applied: https://github.com/void-linux/void-packages/commit/891115b52a6976d328354daa4e401b8bbd3a50e2 

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

* Re: [PR PATCH] [Closed]: c-ares: update to 1.30.0
  2024-06-13 20:24 [PR PATCH] c-ares: update to 1.30.0 techflashYT
  2024-06-13 20:26 ` classabbyamp
@ 2024-06-13 20:26 ` classabbyamp
  2024-06-13 20:30 ` techflashYT
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-06-13 20:26 UTC (permalink / raw)
  To: ml

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

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

c-ares: update to 1.30.0
https://github.com/void-linux/void-packages/pull/50821

Description:
c-ares' new version is 1.30.0, and the current 1.29.0 doesn't build due to a now-missing download link. Fix both problems at once to get the package building again.

I've tested these changes on several architectures for glibc and musl.

I've also fixed the problems that were brought up in my previous PR (#50739) for this change (changed the commit message, updated the homepage link).  Thanks for the pointers, that was my first attempt at submitting changes to upstream Void before, hopefully this is better.

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - (cross) i686
  - (cross) i686-musl
  - (cross) mips-musl
  - (cross) ppc
  - ppc
  - (cross) armv6l-musl
  - (cross) armv6l
  - (cross) aarch64-musl
  - (cross) aarch64

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

* Re: c-ares: update to 1.30.0
  2024-06-13 20:24 [PR PATCH] c-ares: update to 1.30.0 techflashYT
  2024-06-13 20:26 ` classabbyamp
  2024-06-13 20:26 ` [PR PATCH] [Closed]: " classabbyamp
@ 2024-06-13 20:30 ` techflashYT
  2 siblings, 0 replies; 4+ messages in thread
From: techflashYT @ 2024-06-13 20:30 UTC (permalink / raw)
  To: ml

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

New comment by techflashYT on void-packages repository

https://github.com/void-linux/void-packages/pull/50821#issuecomment-2166710134

Comment:
:facepalm: oops.
probably should've double checked that first, before trying again, sorry!

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

end of thread, other threads:[~2024-06-13 20:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-13 20:24 [PR PATCH] c-ares: update to 1.30.0 techflashYT
2024-06-13 20:26 ` classabbyamp
2024-06-13 20:26 ` [PR PATCH] [Closed]: " classabbyamp
2024-06-13 20:30 ` techflashYT

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