Bug 286632 - security/snowflake-tor: fix typo in snowflake broker rc.d script causing a parsing error
Summary: security/snowflake-tor: fix typo in snowflake broker rc.d script causing a pa...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vinícius Zavam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-06 16:35 UTC by polyduekes
Modified: 2025-05-08 06:11 UTC (History)
0 users

See Also:
egypcio: maintainer-feedback+


Attachments
a patch for this (826 bytes, patch)
2025-05-06 16:35 UTC, polyduekes
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description polyduekes 2025-05-06 16:35:22 UTC
Created attachment 260209 [details]
a patch for this

The Snowflake-broker rc script's name var contains an hyphen instead of a low line, which causes an parsing error leading to output of error "export: -broker_env: bad variable name" upon starting the rc script,or more precisely upon rc offcmd execution
Comment 1 Vinícius Zavam freebsd_committer freebsd_triage 2025-05-07 07:50:29 UTC
ACK;

thanks for the PR and for your patch. much appreciated!

gonna take care of it ASAP.
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-05-08 06:11:15 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=31110b9eeb4a5e7c4ab4a1fbac933141205de423

commit 31110b9eeb4a5e7c4ab4a1fbac933141205de423
Author:     Vinícius Zavam <egypcio@FreeBSD.org>
AuthorDate: 2025-05-08 06:07:28 +0000
Commit:     Vinícius Zavam <egypcio@FreeBSD.org>
CommitDate: 2025-05-08 06:10:37 +0000

    security/snowflake-tor: fix typo in snowflake-broker rc script

    PR:             286632
    Reported by:    polyduekes % proton.me
    Sponsored by:   TorBSD Diversity Project, TDP
    Sponsored by:   The Tor Project

 security/snowflake-tor/Makefile                  | 2 +-
 security/snowflake-tor/files/snowflake-broker.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)