FreeBSD Bugzilla – Attachment 252850 Details for
Bug 280886
mail/hydroxide: Fix rc.d script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mail/hydroxide
hydroxide.patch (text/plain), 2.69 KB, created by
Yusuf Yaman
on 2024-08-17 15:45:53 UTC
(
hide
)
Description:
mail/hydroxide
Filename:
MIME Type:
Creator:
Yusuf Yaman
Created:
2024-08-17 15:45:53 UTC
Size:
2.69 KB
patch
obsolete
>From 638676d487064e2e338fe11295a1c58e3f74f575 Mon Sep 17 00:00:00 2001 >From: Yusuf Yaman <nxjoseph@protonmail.com> >Date: Sat, 17 Aug 2024 18:40:55 +0300 >Subject: [PATCH] mail/hydroxide: Fix rc.d script > >* rc.d script was not working properly because hydroxide > does want to store some files and users were running > "hydroxide auth" with normal user. Now, hydroxide user > has a home directory, and it does store them there now. > I forked upstream hydroxide and changed the path to > where files will be stored on FreeBSD. > >PR: 280886 >--- > UIDs | 2 +- > mail/hydroxide/Makefile | 4 ++-- > mail/hydroxide/distinfo | 6 +++--- > 3 files changed, 6 insertions(+), 6 deletions(-) > >diff --git a/UIDs b/UIDs >index dda814603f01..c40cb5aaaa37 100644 >--- a/UIDs >+++ b/UIDs >@@ -326,7 +326,7 @@ _wsdd:*:370:370::0:0:Web Service Discovery Daemon:/nonexistent:/usr/sbin/nologin > # free: 378 > # free: 379 > spoofdpi:*:380:380::0:0:SpoofDPI Daemon:/nonexistent:/usr/sbin/nologin >-hydroxide:*:381:381::0:0:Hydroxide Daemon:/nonexistent:/usr/sbin/nologin >+hydroxide:*:381:381::0:0:Hydroxide Daemon:/var/db/hydroxide:/bin/sh > # free: 382 > # free: 383 > # free: 384 >diff --git a/mail/hydroxide/Makefile b/mail/hydroxide/Makefile >index c71c5b725d6b..594006fcfe90 100644 >--- a/mail/hydroxide/Makefile >+++ b/mail/hydroxide/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= hydroxide > DISTVERSIONPREFIX= v > DISTVERSION= 0.2.29 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= mail > > MAINTAINER= nxjoseph@protonmail.com >@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE > > USES= go:modules > USE_GITHUB= yes >-GH_ACCOUNT= emersion >+GH_ACCOUNT= nxjosephofficial > GH_TUPLE= ProtonMail:go-crypto:v1.0.0:protonmail_go_crypto/vendor/github.com/ProtonMail/go-crypto \ > boltdb:bolt:v1.3.1:boltdb_bolt/vendor/github.com/boltdb/bolt \ > cloudflare:circl:v1.3.7:cloudflare_circl/vendor/github.com/cloudflare/circl \ >diff --git a/mail/hydroxide/distinfo b/mail/hydroxide/distinfo >index c38b89cfd806..6f93acce324c 100644 >--- a/mail/hydroxide/distinfo >+++ b/mail/hydroxide/distinfo >@@ -1,6 +1,6 @@ >-TIMESTAMP = 1719692102 >-SHA256 (emersion-hydroxide-v0.2.29_GH0.tar.gz) = 96f1f1cc058544365a31d9b9c64fe44073092b36f95784c044b88641849448bc >-SIZE (emersion-hydroxide-v0.2.29_GH0.tar.gz) = 45566 >+TIMESTAMP = 1723902839 >+SHA256 (nxjosephofficial-hydroxide-v0.2.29_GH0.tar.gz) = 504732b22d97d95db73e799878fa5dc974a151b491cd4c11867970d6aadbf45e >+SIZE (nxjosephofficial-hydroxide-v0.2.29_GH0.tar.gz) = 45559 > SHA256 (ProtonMail-go-crypto-v1.0.0_GH0.tar.gz) = 596e264d2df6beb3ec40e47286f86960845ab227cb635150ef3bd35a90a79e43 > SIZE (ProtonMail-go-crypto-v1.0.0_GH0.tar.gz) = 333515 > SHA256 (boltdb-bolt-v1.3.1_GH0.tar.gz) = b5ae498b780f535a5d308c188dee1329b3536275d29ad6758876084c0b8586a8 >-- >2.46.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
nxjoseph
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 280886
: 252850 |
252851
|
252852
|
252853
|
252870