Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] openssh: enable gssapi build option by default
@ 2023-07-27  7:21 balejk
  2023-07-29  9:53 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 1 reply; 2+ messages in thread
From: balejk @ 2023-07-27  7:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/balejk/void-packages openssh_enable_gssapi
https://github.com/void-linux/void-packages/pull/45272

openssh: enable gssapi build option by default
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64-musl)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

---
I currently have a use for this feature so it would be helpful if it could be built by default.


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

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

From 11af86b1d5608a4172962d4e10d04f3cb4b18baf Mon Sep 17 00:00:00 2001
From: Karel Balej <balejk@matfyz.cz>
Date: Thu, 27 Jul 2023 09:16:00 +0200
Subject: [PATCH] openssh: enable gssapi build option by default

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

diff --git a/srcpkgs/openssh/template b/srcpkgs/openssh/template
index 8f988bbe219b3..a5c920fb10b2e 100644
--- a/srcpkgs/openssh/template
+++ b/srcpkgs/openssh/template
@@ -1,7 +1,7 @@
 # Template file for 'openssh'
 pkgname=openssh
 version=9.3p2
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--datadir=/usr/share/openssh
  --sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
@@ -31,7 +31,7 @@ make_dirs="/var/chroot/ssh 0755 root root"
 
 # Package build options
 build_options="fido2 gssapi ldns ssl"
-build_options_default="fido2 ldns ssl"
+build_options_default="fido2 gssapi ldns ssl"
 desc_option_fido2="Enable support for FIDO2 USB tokens"
 
 if [ "$build_option_fido2" ]; then

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

* Re: [PR PATCH] [Merged]: openssh: enable gssapi build option by default
  2023-07-27  7:21 [PR PATCH] openssh: enable gssapi build option by default balejk
@ 2023-07-29  9:53 ` leahneukirchen
  0 siblings, 0 replies; 2+ messages in thread
From: leahneukirchen @ 2023-07-29  9:53 UTC (permalink / raw)
  To: ml

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

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

openssh: enable gssapi build option by default
https://github.com/void-linux/void-packages/pull/45272

Description:
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64-musl)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

---
I currently have a use for this feature so it would be helpful if it could be built by default.


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

end of thread, other threads:[~2023-07-29  9:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-27  7:21 [PR PATCH] openssh: enable gssapi build option by default balejk
2023-07-29  9:53 ` [PR PATCH] [Merged]: " leahneukirchen

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