Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] hiawatha: update to 11.1.
@ 2022-02-15 14:53 mobinmob
  2022-02-15 14:54 ` [PR PATCH] [Updated] " mobinmob
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mobinmob @ 2022-02-15 14:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages hiawatha
https://github.com/void-linux/void-packages/pull/35639

hiawatha: update to 11.1.
Also:
- use embedded mbedtls (bundles a non-LTS branch)
- remove nghttp2 configure arg and dependency.

@Gottox 
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35639.patch is attached

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

From 43caba9e492b6e1036328e1b59468d086bc35114 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 15 Feb 2022 16:51:52 +0200
Subject: [PATCH] hiawatha: update to 11.1.

Also:
- use embedded mbedtls (bundles a non-LTS branch)
- remove nghttp2 configure arg and dependency.
---
 srcpkgs/hiawatha/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/hiawatha/template b/srcpkgs/hiawatha/template
index 04377f40b88b..4ec8c33fade1 100644
--- a/srcpkgs/hiawatha/template
+++ b/srcpkgs/hiawatha/template
@@ -1,19 +1,18 @@
 # Template file for 'hiawatha'
 pkgname=hiawatha
-version=10.12
+version=11.1
 revision=1
 build_style=cmake
 configure_args="-DLOG_DIR=/var/log/hiawatha -DPID_DIR=/run
  -DWEBROOT_DIR=/srv/www/$pkgname -DWORK_DIR=/var/lib/hiawatha
- -DUSE_SYSTEM_MBEDTLS=ON -DUSE_SYSTEM_NGHTTP2=ON
  -DCMAKE_INSTALL_SYSCONFDIR=/etc"
-makedepends="libxslt-devel mbedtls-devel nghttp2-devel"
+makedepends="libxslt-devel"
 short_desc="Advanced and secure webserver for Unix"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://hiawatha-webserver.org"
 distfiles="${homepage}/files/${pkgname}-${version}.tar.gz"
-checksum=61bf41146c51244769984135529fcffd0f6cb92be18dc12d460effc42f19f50d
+checksum=d21722986f64163e30a560283123cdf4d6cb5ff8188ab754387b26724565268d
 conf_files="/etc/${pkgname}/*.conf /etc/${pkgname}/*.xslt"
 make_dirs="/var/log/hiawatha 0755 root root"
 

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

* Re: [PR PATCH] [Updated] hiawatha: update to 11.1.
  2022-02-15 14:53 [PR PATCH] hiawatha: update to 11.1 mobinmob
@ 2022-02-15 14:54 ` mobinmob
  2022-06-24  2:16 ` github-actions
  2022-06-25 10:41 ` [PR PATCH] [Closed]: " mobinmob
  2 siblings, 0 replies; 4+ messages in thread
From: mobinmob @ 2022-02-15 14:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages hiawatha
https://github.com/void-linux/void-packages/pull/35639

hiawatha: update to 11.1.
Also:
- use embedded mbedtls (bundles a non-LTS branch)
- remove nghttp2 configure arg and dependency.

@Gottox 
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35639.patch is attached

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

From 43caba9e492b6e1036328e1b59468d086bc35114 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 15 Feb 2022 16:51:52 +0200
Subject: [PATCH] hiawatha: update to 11.1.

Also:
- use embedded mbedtls (bundles a non-LTS branch)
- remove nghttp2 configure arg and dependency.
---
 srcpkgs/hiawatha/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/hiawatha/template b/srcpkgs/hiawatha/template
index 04377f40b88b..4ec8c33fade1 100644
--- a/srcpkgs/hiawatha/template
+++ b/srcpkgs/hiawatha/template
@@ -1,19 +1,18 @@
 # Template file for 'hiawatha'
 pkgname=hiawatha
-version=10.12
+version=11.1
 revision=1
 build_style=cmake
 configure_args="-DLOG_DIR=/var/log/hiawatha -DPID_DIR=/run
  -DWEBROOT_DIR=/srv/www/$pkgname -DWORK_DIR=/var/lib/hiawatha
- -DUSE_SYSTEM_MBEDTLS=ON -DUSE_SYSTEM_NGHTTP2=ON
  -DCMAKE_INSTALL_SYSCONFDIR=/etc"
-makedepends="libxslt-devel mbedtls-devel nghttp2-devel"
+makedepends="libxslt-devel"
 short_desc="Advanced and secure webserver for Unix"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://hiawatha-webserver.org"
 distfiles="${homepage}/files/${pkgname}-${version}.tar.gz"
-checksum=61bf41146c51244769984135529fcffd0f6cb92be18dc12d460effc42f19f50d
+checksum=d21722986f64163e30a560283123cdf4d6cb5ff8188ab754387b26724565268d
 conf_files="/etc/${pkgname}/*.conf /etc/${pkgname}/*.xslt"
 make_dirs="/var/log/hiawatha 0755 root root"
 

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

* Re: hiawatha: update to 11.1.
  2022-02-15 14:53 [PR PATCH] hiawatha: update to 11.1 mobinmob
  2022-02-15 14:54 ` [PR PATCH] [Updated] " mobinmob
@ 2022-06-24  2:16 ` github-actions
  2022-06-25 10:41 ` [PR PATCH] [Closed]: " mobinmob
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2022-06-24  2:16 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/35639#issuecomment-1165111361

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] 4+ messages in thread

* Re: [PR PATCH] [Closed]: hiawatha: update to 11.1.
  2022-02-15 14:53 [PR PATCH] hiawatha: update to 11.1 mobinmob
  2022-02-15 14:54 ` [PR PATCH] [Updated] " mobinmob
  2022-06-24  2:16 ` github-actions
@ 2022-06-25 10:41 ` mobinmob
  2 siblings, 0 replies; 4+ messages in thread
From: mobinmob @ 2022-06-25 10:41 UTC (permalink / raw)
  To: ml

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

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

hiawatha: update to 11.1.
https://github.com/void-linux/void-packages/pull/35639

Description:
Also:
- use included mbedtls (bundles a non-LTS branch)
- remove nghttp2 configure arg and dependency.

@Gottox 
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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] 4+ messages in thread

end of thread, other threads:[~2022-06-25 10:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-15 14:53 [PR PATCH] hiawatha: update to 11.1 mobinmob
2022-02-15 14:54 ` [PR PATCH] [Updated] " mobinmob
2022-06-24  2:16 ` github-actions
2022-06-25 10:41 ` [PR PATCH] [Closed]: " mobinmob

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