Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] anope update to 2.0.10, orphan package
@ 2021-09-27  8:42 pr2502
  2021-09-27 14:13 ` ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pr2502 @ 2021-09-27  8:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pr2502/void-ports update-package-anope
https://github.com/void-linux/void-packages/pull/33147

anope update to 2.0.10, orphan package
I don't use this anope anymore but I was asked if I could update it because of security fixes, I've bumped the version and confirmed it builds and runs but I don't have the setup anymore to test it more.

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc, runs)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl (cross build, didn't try running)
  - [x] armv7l (cross build, didn't try running)
  - [x] armv6l-musl (cross build, didn't try running)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-package-anope-33147.patch --]
[-- Type: text/x-diff, Size: 2149 bytes --]

From e6e8af5d53ca71246cb111903cf0d46f227db43e Mon Sep 17 00:00:00 2001
From: Frantisek Fladung <ametisf@gmail.com>
Date: Mon, 27 Sep 2021 10:22:37 +0200
Subject: [PATCH 1/2] anope: update to 2.0.10

---
 srcpkgs/anope/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/anope/template b/srcpkgs/anope/template
index 56b3d16d3042..6a333cbab885 100644
--- a/srcpkgs/anope/template
+++ b/srcpkgs/anope/template
@@ -1,8 +1,7 @@
 # Template file for 'anope'
 pkgname=anope
-version=2.0.7
-revision=2
-wrksrc="${pkgname}-${version}-source"
+version=2.0.10
+revision=1
 build_style=cmake
 make_cmd=make
 configure_args="-DINSTDIR=../install -DRUNGROUP=_anope -DDEFUMASK=077
@@ -12,8 +11,8 @@ short_desc="Set of IRC Services designed for flexibility and ease of use"
 maintainer="ametisf <ametisf@gmail.com>"
 license="GPL-2.0-only"
 homepage="https://www.anope.org/"
-distfiles="https://github.com/anope/anope/releases/download/${version}/anope-${version}-source.tar.gz"
-checksum=4507d6c127b3bc5a95414217049e01e2b605b1f817d5519b8e5d03acebc5dbab
+distfiles="https://github.com/anope/anope/archive/refs/tags/${version}.tar.gz"
+checksum=9ca27ca990c5e67e55a2f2541d05b20c06e612d8fccd89ad49be7dc825a0f0d2
 
 system_accounts="_anope"
 make_dirs="

From 318c03750e9d837bb10539721db9a2866356c8fb Mon Sep 17 00:00:00 2001
From: Frantisek Fladung <ametisf@gmail.com>
Date: Mon, 27 Sep 2021 10:23:06 +0200
Subject: [PATCH 2/2] anope: orphan package

---
 srcpkgs/anope/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/anope/template b/srcpkgs/anope/template
index 6a333cbab885..77b9d4b4f6d1 100644
--- a/srcpkgs/anope/template
+++ b/srcpkgs/anope/template
@@ -8,7 +8,7 @@ configure_args="-DINSTDIR=../install -DRUNGROUP=_anope -DDEFUMASK=077
  -DUSE_PCH=OFF"
 hostmakedepends="gettext"
 short_desc="Set of IRC Services designed for flexibility and ease of use"
-maintainer="ametisf <ametisf@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://www.anope.org/"
 distfiles="https://github.com/anope/anope/archive/refs/tags/${version}.tar.gz"

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

* Re: anope update to 2.0.10, orphan package
  2021-09-27  8:42 [PR PATCH] anope update to 2.0.10, orphan package pr2502
@ 2021-09-27 14:13 ` ericonr
  2021-09-27 14:47 ` [PR PATCH] [Updated] " pr2502
  2021-09-29 18:37 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-09-27 14:13 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33147#issuecomment-927915810

Comment:
Please squash the commits together :)

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

* Re: [PR PATCH] [Updated] anope update to 2.0.10, orphan package
  2021-09-27  8:42 [PR PATCH] anope update to 2.0.10, orphan package pr2502
  2021-09-27 14:13 ` ericonr
@ 2021-09-27 14:47 ` pr2502
  2021-09-29 18:37 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: pr2502 @ 2021-09-27 14:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pr2502/void-ports update-package-anope
https://github.com/void-linux/void-packages/pull/33147

anope update to 2.0.10, orphan package
I don't use this anope anymore but I was asked if I could update it because of security fixes, I've bumped the version and confirmed it builds and runs but I don't have the setup anymore to test it more.

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc, runs)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl (cross build, didn't try running)
  - [x] armv7l (cross build, didn't try running)
  - [x] armv6l-musl (cross build, didn't try running)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-package-anope-33147.patch --]
[-- Type: text/x-diff, Size: 1367 bytes --]

From 9cc5eca3245913a631c9492a345cb0d70c8b22d9 Mon Sep 17 00:00:00 2001
From: Frantisek Fladung <ametisf@gmail.com>
Date: Mon, 27 Sep 2021 10:22:37 +0200
Subject: [PATCH] anope: update to 2.0.10, orphan package

---
 srcpkgs/anope/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/anope/template b/srcpkgs/anope/template
index 56b3d16d3042..77b9d4b4f6d1 100644
--- a/srcpkgs/anope/template
+++ b/srcpkgs/anope/template
@@ -1,19 +1,18 @@
 # Template file for 'anope'
 pkgname=anope
-version=2.0.7
-revision=2
-wrksrc="${pkgname}-${version}-source"
+version=2.0.10
+revision=1
 build_style=cmake
 make_cmd=make
 configure_args="-DINSTDIR=../install -DRUNGROUP=_anope -DDEFUMASK=077
  -DUSE_PCH=OFF"
 hostmakedepends="gettext"
 short_desc="Set of IRC Services designed for flexibility and ease of use"
-maintainer="ametisf <ametisf@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://www.anope.org/"
-distfiles="https://github.com/anope/anope/releases/download/${version}/anope-${version}-source.tar.gz"
-checksum=4507d6c127b3bc5a95414217049e01e2b605b1f817d5519b8e5d03acebc5dbab
+distfiles="https://github.com/anope/anope/archive/refs/tags/${version}.tar.gz"
+checksum=9ca27ca990c5e67e55a2f2541d05b20c06e612d8fccd89ad49be7dc825a0f0d2
 
 system_accounts="_anope"
 make_dirs="

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

* Re: [PR PATCH] [Merged]: anope update to 2.0.10, orphan package
  2021-09-27  8:42 [PR PATCH] anope update to 2.0.10, orphan package pr2502
  2021-09-27 14:13 ` ericonr
  2021-09-27 14:47 ` [PR PATCH] [Updated] " pr2502
@ 2021-09-29 18:37 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-09-29 18:37 UTC (permalink / raw)
  To: ml

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

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

anope update to 2.0.10, orphan package
https://github.com/void-linux/void-packages/pull/33147

Description:
I don't use anope anymore but I was asked if I could update it because of security fixes, I've bumped the version and confirmed it builds and runs but I don't have the setup anymore to test it more.

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc, runs)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl (cross build, didn't try running)
  - [x] armv7l (cross build, didn't try running)
  - [x] armv6l-musl (cross build, didn't try running)


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

end of thread, other threads:[~2021-09-29 18:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-27  8:42 [PR PATCH] anope update to 2.0.10, orphan package pr2502
2021-09-27 14:13 ` ericonr
2021-09-27 14:47 ` [PR PATCH] [Updated] " pr2502
2021-09-29 18:37 ` [PR PATCH] [Merged]: " ericonr

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