Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] keepalived: update to 2.2.4.
@ 2021-08-27 14:18 ailiop-git
  2021-08-30 23:08 ` [PR REVIEW] " ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ailiop-git @ 2021-08-27 14:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages keepalived
https://github.com/void-linux/void-packages/pull/32709

keepalived: update to 2.2.4.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### 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
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32709.patch is attached

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

From d88c2d64baa7f4d37b22757ab7408afee534c9e6 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Fri, 27 Aug 2021 13:41:37 +0000
Subject: [PATCH] keepalived: update to 2.2.4.

---
 srcpkgs/keepalived/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/keepalived/template b/srcpkgs/keepalived/template
index af2d38eb6de8..2e3bedfafa08 100644
--- a/srcpkgs/keepalived/template
+++ b/srcpkgs/keepalived/template
@@ -1,6 +1,6 @@
 # Template file for 'keepalived'
 pkgname=keepalived
-version=2.2.2
+version=2.2.4
 revision=1
 build_style=gnu-configure
 configure_args="--enable-sha1"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://www.keepalived.org/"
 distfiles="http://www.keepalived.org/software/${pkgname}-${version}.tar.gz"
-checksum=103692bd5345a4ed9f4581632ea636214fdf53e45682e200aab122c4fa674ece
+checksum=0138d69087d44beaaa589527f0cfa6885958b320a837147d02b6b7df73ebc1df
 
 conf_files="/etc/keepalived/keepalived.conf"
 

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

* Re: [PR REVIEW] keepalived: update to 2.2.4.
  2021-08-27 14:18 [PR PATCH] keepalived: update to 2.2.4 ailiop-git
@ 2021-08-30 23:08 ` ericonr
  2021-08-31  8:31 ` [PR PATCH] [Updated] " ailiop-git
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-08-30 23:08 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32709#discussion_r698866641

Comment:
Please update to https.

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

* Re: [PR PATCH] [Updated] keepalived: update to 2.2.4.
  2021-08-27 14:18 [PR PATCH] keepalived: update to 2.2.4 ailiop-git
  2021-08-30 23:08 ` [PR REVIEW] " ericonr
@ 2021-08-31  8:31 ` ailiop-git
  2022-02-12 16:00 ` paper42
  2022-02-12 16:00 ` [PR PATCH] [Closed]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: ailiop-git @ 2021-08-31  8:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages keepalived
https://github.com/void-linux/void-packages/pull/32709

keepalived: update to 2.2.4.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### 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
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32709.patch is attached

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

From 75e54436a7d9eaccdfa39b0d12a1d7d75835ce34 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Fri, 27 Aug 2021 13:41:37 +0000
Subject: [PATCH] keepalived: update to 2.2.4.

---
 srcpkgs/keepalived/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/keepalived/template b/srcpkgs/keepalived/template
index af2d38eb6de8..354f3923a2d3 100644
--- a/srcpkgs/keepalived/template
+++ b/srcpkgs/keepalived/template
@@ -1,6 +1,6 @@
 # Template file for 'keepalived'
 pkgname=keepalived
-version=2.2.2
+version=2.2.4
 revision=1
 build_style=gnu-configure
 configure_args="--enable-sha1"
@@ -9,9 +9,9 @@ makedepends="openssl-devel libnl3-devel popt-devel libnfnetlink-devel"
 short_desc="Failover and monitoring daemon for LVS clusters"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="http://www.keepalived.org/"
-distfiles="http://www.keepalived.org/software/${pkgname}-${version}.tar.gz"
-checksum=103692bd5345a4ed9f4581632ea636214fdf53e45682e200aab122c4fa674ece
+homepage="https://www.keepalived.org/"
+distfiles="https://www.keepalived.org/software/${pkgname}-${version}.tar.gz"
+checksum=0138d69087d44beaaa589527f0cfa6885958b320a837147d02b6b7df73ebc1df
 
 conf_files="/etc/keepalived/keepalived.conf"
 

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

* Re: keepalived: update to 2.2.4.
  2021-08-27 14:18 [PR PATCH] keepalived: update to 2.2.4 ailiop-git
  2021-08-30 23:08 ` [PR REVIEW] " ericonr
  2021-08-31  8:31 ` [PR PATCH] [Updated] " ailiop-git
@ 2022-02-12 16:00 ` paper42
  2022-02-12 16:00 ` [PR PATCH] [Closed]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-02-12 16:00 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32709#issuecomment-1037268603

Comment:
already done

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

* Re: [PR PATCH] [Closed]: keepalived: update to 2.2.4.
  2021-08-27 14:18 [PR PATCH] keepalived: update to 2.2.4 ailiop-git
                   ` (2 preceding siblings ...)
  2022-02-12 16:00 ` paper42
@ 2022-02-12 16:00 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-02-12 16:00 UTC (permalink / raw)
  To: ml

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

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

keepalived: update to 2.2.4.
https://github.com/void-linux/void-packages/pull/32709

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### 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
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 5+ messages in thread

end of thread, other threads:[~2022-02-12 16:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-27 14:18 [PR PATCH] keepalived: update to 2.2.4 ailiop-git
2021-08-30 23:08 ` [PR REVIEW] " ericonr
2021-08-31  8:31 ` [PR PATCH] [Updated] " ailiop-git
2022-02-12 16:00 ` paper42
2022-02-12 16:00 ` [PR PATCH] [Closed]: " paper42

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