Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154735519
D56658.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D56658.diff
View Options
diff --git a/filesystems/versitygw/Makefile b/filesystems/versitygw/Makefile
--- a/filesystems/versitygw/Makefile
+++ b/filesystems/versitygw/Makefile
@@ -1,7 +1,6 @@
PORTNAME= versitygw
DISTVERSIONPREFIX= v
-DISTVERSION= 1.3.1
-PORTREVISION= 1
+DISTVERSION= 1.4.1
CATEGORIES= filesystems www
MAINTAINER= dch@FreeBSD.org
diff --git a/filesystems/versitygw/distinfo b/filesystems/versitygw/distinfo
--- a/filesystems/versitygw/distinfo
+++ b/filesystems/versitygw/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1772623467
-SHA256 (go/filesystems_versitygw/versitygw-v1.3.1/v1.3.1.mod) = 76ed4ec2b86db6a3f8822fa170d6fa12542bd3c5006295dea20db514f7c67242
-SIZE (go/filesystems_versitygw/versitygw-v1.3.1/v1.3.1.mod) = 4036
-SHA256 (go/filesystems_versitygw/versitygw-v1.3.1/v1.3.1.zip) = 137b45b24e82372fa470fd75537091c4d313231ab94012096d3365540b7e440e
-SIZE (go/filesystems_versitygw/versitygw-v1.3.1/v1.3.1.zip) = 1495095
+TIMESTAMP = 1777279313
+SHA256 (go/filesystems_versitygw/versitygw-v1.4.1/v1.4.1.mod) = 2d2cf358532b8adba657b54c842c2ae9422cbd3b900fe0028dc4bd2bf1b6cb2b
+SIZE (go/filesystems_versitygw/versitygw-v1.4.1/v1.4.1.mod) = 3976
+SHA256 (go/filesystems_versitygw/versitygw-v1.4.1/v1.4.1.zip) = d04c013092c995e5c6015d54eab7d1a7957240a44795d8f55392afac8d876eb8
+SIZE (go/filesystems_versitygw/versitygw-v1.4.1/v1.4.1.zip) = 1609982
diff --git a/filesystems/versitygw/files/versitygw.in b/filesystems/versitygw/files/versitygw.in
--- a/filesystems/versitygw/files/versitygw.in
+++ b/filesystems/versitygw/files/versitygw.in
@@ -10,18 +10,18 @@
# versitygw_enable (bool): Set it to YES to enable versitygw.
# Default is "NO".
# versitygw_user (user): Set user to run versitygw.
-# Default is "versitygw".
+# Default is "www".
# versitygw_group (group): Set group to run versitygw.
-# Default is "versitygw".
+# Default is "www".
# versitygw_options (string): Provide additional runtime options.
# Default is "".
-# versitygw_readonly (file): Disallow writes.
+# versitygw_readonly (string): Disallow writes.
# Default is "yes".
# versitygw_access_log (file): Path for access logs.
-# Default is "/var/log/versitgw/access.log".
+# Default is "/var/log/versitygw/access.log".
# versitygw_admin_log (file): Path for admin logs.
-# Default is "/var/log/versitgw/admin.log".
-# versitygw_listen (file): IP:port to listen on.
+# Default is "/var/log/versitygw/admin.log".
+# versitygw_listen (string): IP:port to listen on.
# Default is "localhost:7070".
. /etc/rc.subr
@@ -60,6 +60,7 @@
--admin-access-log ${versitygw_admin_log} \
${versitygw_is_readonly} \
--port ${versitygw_listen} \
+ ${versitygw_options} \
posix ${versitygw_directory}"
monitor_cmd=versitygw_monitor
@@ -86,9 +87,6 @@
install -o ${versitygw_user} -g ${versitygw_group} /dev/null ${pidfile};
fi
- if [ ! -d ${versitygw_dir} ]; then
- install -d -o ${versitygw_user} -g ${versitygw_group} ${versitygw_dir}
- fi
}
run_rc_command "$1"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 30, 8:24 AM (8 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32467939
Default Alt Text
D56658.diff (2 KB)
Attached To
Mode
D56658: filesystems/versitygw: update to 1.4.1
Attached
Detach File
Event Timeline
Log In to Comment