Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ampache: update to 5.6.1
@ 2023-06-09 12:37 realcharmer
  2023-06-09 12:38 ` [PR REVIEW] " realcharmer
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: realcharmer @ 2023-06-09 12:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages ampache
https://github.com/void-linux/void-packages/pull/44330

ampache: update to 5.6.1
#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

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

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

From d342e1852f51591a74bf973357a54813f22afaf8 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Fri, 9 Jun 2023 14:36:18 +0200
Subject: [PATCH] ampache: update to 5.6.1

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

diff --git a/srcpkgs/ampache/template b/srcpkgs/ampache/template
index d820e758f355..7ff5f5daf3e7 100644
--- a/srcpkgs/ampache/template
+++ b/srcpkgs/ampache/template
@@ -1,16 +1,17 @@
 # Template file for 'ampache'
 pkgname=ampache
-version=5.5.1
+version=5.6.1
 revision=1
 create_wrksrc=yes
 hostmakedepends="unzip"
-depends="php8.1 mariadb"
+depends="php8.2 mariadb"
 short_desc="Web-based tool for managing your audio/video files"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="AGPL-3.0-or-later"
 homepage="https://ampache.org"
+changelog="https://github.com/ampache/ampache/blob/master/docs/CHANGELOG.md"
 distfiles="https://github.com/ampache/ampache/releases/download/${version}/${pkgname}-${version}_all.zip"
-checksum=3e37839058c263be990915759eecab9b5da3ec324638a7ff7d8094516f56a85c
+checksum=95e3c79bb1e9187f56d84afecf1432290a9aaf50b2e8e690d2ae5c0d59fc7b0d
 python_version=3
 
 do_install() {

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

* Re: [PR REVIEW] ampache: update to 5.6.1
  2023-06-09 12:37 [PR PATCH] ampache: update to 5.6.1 realcharmer
@ 2023-06-09 12:38 ` realcharmer
  2023-06-27 10:09 ` Bnyro
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: realcharmer @ 2023-06-09 12:38 UTC (permalink / raw)
  To: ml

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

New review comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/44330#discussion_r1224246128

Comment:
The PHP version bump is not required. Do we want the latest supported version?

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

* Re: [PR REVIEW] ampache: update to 5.6.1
  2023-06-09 12:37 [PR PATCH] ampache: update to 5.6.1 realcharmer
  2023-06-09 12:38 ` [PR REVIEW] " realcharmer
@ 2023-06-27 10:09 ` Bnyro
  2023-09-26  1:45 ` github-actions
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Bnyro @ 2023-06-27 10:09 UTC (permalink / raw)
  To: ml

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

New review comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/44330#discussion_r1243492800

Comment:
Makes sense in my opinion, later versions tend to be more secure so the bump should only have positive impacts (if there are any notable differences at all).

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

* Re: ampache: update to 5.6.1
  2023-06-09 12:37 [PR PATCH] ampache: update to 5.6.1 realcharmer
  2023-06-09 12:38 ` [PR REVIEW] " realcharmer
  2023-06-27 10:09 ` Bnyro
@ 2023-09-26  1:45 ` github-actions
  2023-09-26  8:39 ` [PR PATCH] [Updated] " realcharmer
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2023-09-26  1:45 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/44330#issuecomment-1734702821

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] ampache: update to 5.6.1
  2023-06-09 12:37 [PR PATCH] ampache: update to 5.6.1 realcharmer
                   ` (2 preceding siblings ...)
  2023-09-26  1:45 ` github-actions
@ 2023-09-26  8:39 ` realcharmer
  2023-09-26  8:40 ` ampache: update to 6.0.2 realcharmer
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: realcharmer @ 2023-09-26  8:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages ampache
https://github.com/void-linux/void-packages/pull/44330

ampache: update to 5.6.1
#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

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

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

From 265cbc7bf47adcba06d547da3c2d1a01e9624d85 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Fri, 9 Jun 2023 14:36:18 +0200
Subject: [PATCH] ampache: update to 6.0.2

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

diff --git a/srcpkgs/ampache/template b/srcpkgs/ampache/template
index d820e758f355e..ac6de6c1b34fc 100644
--- a/srcpkgs/ampache/template
+++ b/srcpkgs/ampache/template
@@ -1,16 +1,17 @@
 # Template file for 'ampache'
 pkgname=ampache
-version=5.5.1
+version=6.0.2
 revision=1
 create_wrksrc=yes
 hostmakedepends="unzip"
-depends="php8.1 mariadb"
+depends="php8.2 mariadb"
 short_desc="Web-based tool for managing your audio/video files"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="AGPL-3.0-or-later"
 homepage="https://ampache.org"
-distfiles="https://github.com/ampache/ampache/releases/download/${version}/${pkgname}-${version}_all.zip"
-checksum=3e37839058c263be990915759eecab9b5da3ec324638a7ff7d8094516f56a85c
+changelog="https://github.com/ampache/ampache/blob/master/docs/CHANGELOG.md"
+distfiles="https://github.com/ampache/ampache/releases/download/${version}/${pkgname}-${version}_all_php8.2.zip"
+checksum=3e36fdcda1b5fb135ab28e5b02a7a9f26f912b49357a2db1962207c006b92e7c
 python_version=3
 
 do_install() {

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

* Re: ampache: update to 6.0.2
  2023-06-09 12:37 [PR PATCH] ampache: update to 5.6.1 realcharmer
                   ` (3 preceding siblings ...)
  2023-09-26  8:39 ` [PR PATCH] [Updated] " realcharmer
@ 2023-09-26  8:40 ` realcharmer
  2023-12-26  1:45 ` github-actions
  2024-01-06 13:27 ` [PR PATCH] [Closed]: " realcharmer
  6 siblings, 0 replies; 8+ messages in thread
From: realcharmer @ 2023-09-26  8:40 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/44330#issuecomment-1735089727

Comment:
Updated to version `6.0.2` and rebased to master.

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

* Re: ampache: update to 6.0.2
  2023-06-09 12:37 [PR PATCH] ampache: update to 5.6.1 realcharmer
                   ` (4 preceding siblings ...)
  2023-09-26  8:40 ` ampache: update to 6.0.2 realcharmer
@ 2023-12-26  1:45 ` github-actions
  2024-01-06 13:27 ` [PR PATCH] [Closed]: " realcharmer
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2023-12-26  1:45 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/44330#issuecomment-1869188239

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: ampache: update to 6.0.2
  2023-06-09 12:37 [PR PATCH] ampache: update to 5.6.1 realcharmer
                   ` (5 preceding siblings ...)
  2023-12-26  1:45 ` github-actions
@ 2024-01-06 13:27 ` realcharmer
  6 siblings, 0 replies; 8+ messages in thread
From: realcharmer @ 2024-01-06 13:27 UTC (permalink / raw)
  To: ml

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

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

ampache: update to 6.0.2
https://github.com/void-linux/void-packages/pull/44330

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-09 12:37 [PR PATCH] ampache: update to 5.6.1 realcharmer
2023-06-09 12:38 ` [PR REVIEW] " realcharmer
2023-06-27 10:09 ` Bnyro
2023-09-26  1:45 ` github-actions
2023-09-26  8:39 ` [PR PATCH] [Updated] " realcharmer
2023-09-26  8:40 ` ampache: update to 6.0.2 realcharmer
2023-12-26  1:45 ` github-actions
2024-01-06 13:27 ` [PR PATCH] [Closed]: " realcharmer

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