mirror of
https://github.com/openbsd/ports.git
synced 2025-12-05 23:28:42 +00:00
Update gitea 1.25.1 - > 1.25.2
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.25.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
COMMENT = compact self-hosted Git service
|
||||
|
||||
VERSION = 1.25.1
|
||||
VERSION = 1.25.2
|
||||
DISTNAME = gitea-src-${VERSION}
|
||||
PKGNAME = gitea-${VERSION}
|
||||
|
||||
@@ -20,7 +20,7 @@ MODULES = lang/go
|
||||
|
||||
GO_TAGS = purego sqlite sqlite_unlock_notify
|
||||
MODGO_FLAGS += -tags "${GO_TAGS}"
|
||||
MODGO_LDFLAGS += -X code.gitea.io/gitea/modules/setting.AppWorkPath=${LOCALBASE}/share/gitea
|
||||
MODGO_LDFLAGS += -X code.gitea.io/gitea/modules/setting.AppWorkPath=${LOCALSTATEDIR}/gitea
|
||||
MODGO_LDFLAGS += -X code.gitea.io/gitea/modules/setting.CustomConf=${SYSCONFDIR}/gitea/app.ini
|
||||
MODGO_LDFLAGS += -X code.gitea.io/gitea/modules/setting.CustomPath=${LOCALSTATEDIR}/gitea/custom
|
||||
MODGO_LDFLAGS += -X code.gitea.io/gitea/modules/setting.StaticRootPath=${LOCALBASE}/share/gitea
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (gitea-src-1.25.1.tar.gz) = En+dbvzmnMnL6Sts+EuYcJtFhAf5shxtFbAH1otlYUg=
|
||||
SIZE (gitea-src-1.25.1.tar.gz) = 45722002
|
||||
SHA256 (gitea-src-1.25.2.tar.gz) = uABrOIztRmJ+qlP74F4EKJ7GRBqJ0PCx+O4ztO7HI14=
|
||||
SIZE (gitea-src-1.25.2.tar.gz) = 45978224
|
||||
|
||||
@@ -93,7 +93,7 @@ Index: custom/conf/app.example.ini
|
||||
;;
|
||||
;; OAuth2 authentication secret for access and refresh tokens, change this yourself to a unique string. CLI generate option is helpful in this case. https://docs.gitea.io/en-us/command-line/#generate
|
||||
;; This setting is only needed if JWT_SIGNING_ALGORITHM is set to HS256, HS384 or HS512.
|
||||
@@ -591,14 +591,14 @@ ENABLED = true
|
||||
@@ -596,14 +596,14 @@ ENABLED = true
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Root path for the log files - defaults to "{AppWorkPath}/log"
|
||||
@@ -110,7 +110,7 @@ Index: custom/conf/app.example.ini
|
||||
;;
|
||||
;; Either "Trace", "Debug", "Info", "Warn", "Error" or "None", default is "Info"
|
||||
LEVEL = Info
|
||||
@@ -773,7 +773,7 @@ LEVEL = Info
|
||||
@@ -778,7 +778,7 @@ LEVEL = Info
|
||||
;EMAIL_DOMAIN_BLOCKLIST =
|
||||
;;
|
||||
;; Disallow registration, only allow admins to create accounts.
|
||||
@@ -119,7 +119,7 @@ Index: custom/conf/app.example.ini
|
||||
;;
|
||||
;; Allow registration only using gitea itself, it works only when DISABLE_REGISTRATION is false
|
||||
;ALLOW_ONLY_INTERNAL_REGISTRATION = false
|
||||
@@ -785,7 +785,7 @@ LEVEL = Info
|
||||
@@ -790,7 +790,7 @@ LEVEL = Info
|
||||
;; It could be set to "expensive" to block anonymous users accessing some pages which consume a lot of resources,
|
||||
;; for example: block anonymous AI crawlers from accessing repo code pages.
|
||||
;; The "expensive" mode is experimental and subject to change.
|
||||
@@ -128,7 +128,7 @@ Index: custom/conf/app.example.ini
|
||||
;;
|
||||
;; Mail notification
|
||||
;ENABLE_NOTIFY_MAIL = false
|
||||
@@ -844,11 +844,11 @@ LEVEL = Info
|
||||
@@ -849,11 +849,11 @@ LEVEL = Info
|
||||
;;
|
||||
;; Default value for KeepEmailPrivate
|
||||
;; Each new user will get the value of this setting copied into their profile
|
||||
@@ -142,7 +142,7 @@ Index: custom/conf/app.example.ini
|
||||
;; Default value for IsRestricted
|
||||
;; Every new user will have restricted permissions depending on this setting
|
||||
;DEFAULT_USER_IS_RESTRICTED = false
|
||||
@@ -857,7 +857,7 @@ LEVEL = Info
|
||||
@@ -862,7 +862,7 @@ LEVEL = Info
|
||||
;; Limited is for users visible only to signed users
|
||||
;; Private is for users visible only to members of their organizations
|
||||
;; Public is for users visible for everyone
|
||||
@@ -151,7 +151,7 @@ Index: custom/conf/app.example.ini
|
||||
;;
|
||||
;; Set which visibility modes a user can have
|
||||
;ALLOWED_USER_VISIBILITY_MODES = public,limited,private
|
||||
@@ -866,7 +866,7 @@ LEVEL = Info
|
||||
@@ -871,7 +871,7 @@ LEVEL = Info
|
||||
;; Limited is for organizations visible only to signed users
|
||||
;; Private is for organizations visible only to members of the organization
|
||||
;; Public is for organizations visible to everyone
|
||||
@@ -160,7 +160,7 @@ Index: custom/conf/app.example.ini
|
||||
;;
|
||||
;; Default value for DefaultOrgMemberVisible
|
||||
;; True will make the membership of the users visible when added to the organisation
|
||||
@@ -980,14 +980,14 @@ LEVEL = Info
|
||||
@@ -985,14 +985,14 @@ LEVEL = Info
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
@@ -178,7 +178,7 @@ Index: custom/conf/app.example.ini
|
||||
;;
|
||||
;; DETECTED_CHARSETS_ORDER tie-break order for detected charsets.
|
||||
;; If the charsets have equal confidence, tie-breaking will be done by order in this list
|
||||
@@ -1002,7 +1002,7 @@ LEVEL = Info
|
||||
@@ -1007,7 +1007,7 @@ LEVEL = Info
|
||||
;FORCE_PRIVATE = false
|
||||
;;
|
||||
;; Default privacy setting when creating a new repository, allowed values: last, private, public. Default is last which means the last setting used.
|
||||
@@ -187,7 +187,7 @@ Index: custom/conf/app.example.ini
|
||||
;;
|
||||
;; Default private when using push-to-create
|
||||
;DEFAULT_PUSH_CREATE_PRIVATE = true
|
||||
@@ -1012,7 +1012,7 @@ LEVEL = Info
|
||||
@@ -1017,7 +1017,7 @@ LEVEL = Info
|
||||
;;
|
||||
;; Preferred Licenses to place at the top of the List
|
||||
;; The name here must match the filename in options/license or custom/options/license
|
||||
@@ -196,7 +196,7 @@ Index: custom/conf/app.example.ini
|
||||
;;
|
||||
;; Disable the ability to interact with repositories using the HTTP protocol
|
||||
;DISABLE_HTTP_GIT = false
|
||||
@@ -1286,7 +1286,7 @@ LEVEL = Info
|
||||
@@ -1291,7 +1291,7 @@ LEVEL = Info
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
@@ -205,7 +205,7 @@ Index: custom/conf/app.example.ini
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;
|
||||
@@ -1318,7 +1318,7 @@ LEVEL = Info
|
||||
@@ -1323,7 +1323,7 @@ LEVEL = Info
|
||||
;AMBIGUOUS_UNICODE_DETECTION = true
|
||||
;;
|
||||
;; Whether the email of the user should be shown in the Explore Users page
|
||||
@@ -214,7 +214,7 @@ Index: custom/conf/app.example.ini
|
||||
;;
|
||||
;; Set the default theme for the Gitea install
|
||||
;DEFAULT_THEME = gitea-auto
|
||||
@@ -1488,7 +1488,7 @@ LEVEL = Info
|
||||
@@ -1493,7 +1493,7 @@ LEVEL = Info
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
@@ -223,7 +223,7 @@ Index: custom/conf/app.example.ini
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;
|
||||
@@ -1496,10 +1496,10 @@ LEVEL = Info
|
||||
@@ -1501,10 +1501,10 @@ LEVEL = Info
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;
|
||||
;; Issue indexer type, currently support: bleve, db, elasticsearch or meilisearch default is bleve
|
||||
@@ -236,7 +236,7 @@ Index: custom/conf/app.example.ini
|
||||
;;
|
||||
;; Issue indexer connection string, available when ISSUE_INDEXER_TYPE is elasticsearch (e.g. http://elastic:password@localhost:9200) or meilisearch (e.g. http://:apikey@localhost:7700)
|
||||
;ISSUE_INDEXER_CONN_STR =
|
||||
@@ -1526,7 +1526,7 @@ LEVEL = Info
|
||||
@@ -1531,7 +1531,7 @@ LEVEL = Info
|
||||
;REPO_INDEXER_TYPE = bleve
|
||||
;;
|
||||
;; Index file used for code search. available when `REPO_INDEXER_TYPE` is bleve
|
||||
@@ -245,7 +245,7 @@ Index: custom/conf/app.example.ini
|
||||
;;
|
||||
;; Code indexer connection string, available when `REPO_INDEXER_TYPE` is elasticsearch. i.e. http://elastic:changeme@localhost:9200
|
||||
;REPO_INDEXER_CONN_STR =
|
||||
@@ -1588,12 +1588,12 @@ LEVEL = Info
|
||||
@@ -1593,12 +1593,12 @@ LEVEL = Info
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
@@ -260,7 +260,7 @@ Index: custom/conf/app.example.ini
|
||||
;;
|
||||
;; Default configuration for email notifications for users (user configurable). Options: enabled, onmention, disabled
|
||||
;DEFAULT_EMAIL_NOTIFICATIONS = enabled
|
||||
@@ -1616,7 +1616,7 @@ LEVEL = Info
|
||||
@@ -1621,7 +1621,7 @@ LEVEL = Info
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
@@ -269,7 +269,7 @@ Index: custom/conf/app.example.ini
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;
|
||||
@@ -1637,7 +1637,7 @@ LEVEL = Info
|
||||
@@ -1642,7 +1642,7 @@ LEVEL = Info
|
||||
;; - <username>.livejournal.com
|
||||
;;
|
||||
;; Whether to allow signin in via OpenID
|
||||
@@ -278,7 +278,7 @@ Index: custom/conf/app.example.ini
|
||||
;;
|
||||
;; Whether to allow registering via OpenID
|
||||
;; Do not include to rely on rhw DISABLE_REGISTRATION setting
|
||||
@@ -1727,7 +1727,7 @@ LEVEL = Info
|
||||
@@ -1732,7 +1732,7 @@ LEVEL = Info
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
@@ -287,7 +287,7 @@ Index: custom/conf/app.example.ini
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;
|
||||
@@ -1750,7 +1750,7 @@ LEVEL = Info
|
||||
@@ -1755,7 +1755,7 @@ LEVEL = Info
|
||||
;; If your provider does not explicitly say which protocol it uses but does provide a port,
|
||||
;; you can set SMTP_PORT instead and this will be inferred.
|
||||
;; (Before 1.18, see the notice, this was controlled via MAILER_TYPE and IS_TLS_ENABLED.)
|
||||
@@ -296,7 +296,7 @@ Index: custom/conf/app.example.ini
|
||||
;;
|
||||
;; Mail server address, e.g. smtp.gmail.com.
|
||||
;; For smtp+unix, this should be a path to a unix socket instead.
|
||||
@@ -1778,11 +1778,11 @@ LEVEL = Info
|
||||
@@ -1783,11 +1783,11 @@ LEVEL = Info
|
||||
;;
|
||||
;; Use client certificate in connection.
|
||||
;USE_CLIENT_CERT = false
|
||||
@@ -311,7 +311,7 @@ Index: custom/conf/app.example.ini
|
||||
;;
|
||||
;; Sometimes it is helpful to use a different address on the envelope. Set this to use ENVELOPE_FROM as the from on the envelope. Set to `<>` to send an empty address.
|
||||
;ENVELOPE_FROM =
|
||||
@@ -1798,10 +1798,10 @@ LEVEL = Info
|
||||
@@ -1803,10 +1803,10 @@ LEVEL = Info
|
||||
;PASSWD =
|
||||
;;
|
||||
;; Send mails only in plain text, without HTML alternative
|
||||
@@ -324,7 +324,7 @@ Index: custom/conf/app.example.ini
|
||||
;;
|
||||
;; Specify any extra sendmail arguments
|
||||
;; WARNING: if your sendmail program interprets options you should set this to "--" or terminate these args with "--"
|
||||
@@ -1906,20 +1906,20 @@ LEVEL = Info
|
||||
@@ -1911,20 +1911,20 @@ LEVEL = Info
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
@@ -348,7 +348,7 @@ Index: custom/conf/app.example.ini
|
||||
;;
|
||||
;; Session cookie name
|
||||
;COOKIE_NAME = i_like_gitea
|
||||
@@ -1938,12 +1938,12 @@ LEVEL = Info
|
||||
@@ -1943,12 +1943,12 @@ LEVEL = Info
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
@@ -364,7 +364,7 @@ Index: custom/conf/app.example.ini
|
||||
;;
|
||||
;; How Gitea deals with missing repository avatars
|
||||
;; none = no avatar will be displayed; random = random avatar will be displayed; image = default image will be used
|
||||
@@ -1971,7 +1971,7 @@ LEVEL = Info
|
||||
@@ -1976,7 +1976,7 @@ LEVEL = Info
|
||||
;GRAVATAR_SOURCE = gravatar
|
||||
;;
|
||||
;; This value will always be true in offline mode.
|
||||
@@ -373,7 +373,7 @@ Index: custom/conf/app.example.ini
|
||||
;;
|
||||
;; Federated avatar lookup uses DNS to discover avatar associated
|
||||
;; with emails, see https://www.libravatar.org
|
||||
@@ -1980,7 +1980,7 @@ LEVEL = Info
|
||||
@@ -1985,7 +1985,7 @@ LEVEL = Info
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
@@ -382,7 +382,7 @@ Index: custom/conf/app.example.ini
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;
|
||||
@@ -2006,7 +2006,7 @@ LEVEL = Info
|
||||
@@ -2011,7 +2011,7 @@ LEVEL = Info
|
||||
;;
|
||||
;; Path for attachments. Defaults to `attachments`. Only available when STORAGE_TYPE is `local`
|
||||
;; Relative paths will be resolved to `${AppDataPath}/${attachment.PATH}`
|
||||
@@ -391,7 +391,7 @@ Index: custom/conf/app.example.ini
|
||||
;;
|
||||
;; Minio endpoint to connect only available when STORAGE_TYPE is `minio`
|
||||
;MINIO_ENDPOINT = localhost:9000
|
||||
@@ -2392,10 +2392,10 @@ LEVEL = Info
|
||||
@@ -2397,10 +2397,10 @@ LEVEL = Info
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Check for new Gitea versions
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
@@ -404,7 +404,7 @@ Index: custom/conf/app.example.ini
|
||||
;RUN_AT_START = false
|
||||
;ENABLE_SUCCESS_NOTICE = false
|
||||
;SCHEDULE = @every 168h
|
||||
@@ -2488,13 +2488,13 @@ LEVEL = Info
|
||||
@@ -2493,13 +2493,13 @@ LEVEL = Info
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
@@ -421,7 +421,7 @@ Index: custom/conf/app.example.ini
|
||||
;; Show the "powered by" text in the footer
|
||||
;SHOW_FOOTER_POWERED_BY = true
|
||||
;; Generate sitemap. Defaults to `true`.
|
||||
@@ -2625,7 +2625,7 @@ LEVEL = Info
|
||||
@@ -2630,7 +2630,7 @@ LEVEL = Info
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
@@ -430,7 +430,7 @@ Index: custom/conf/app.example.ini
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;
|
||||
@@ -2732,7 +2732,7 @@ LEVEL = Info
|
||||
@@ -2737,7 +2737,7 @@ LEVEL = Info
|
||||
;STORAGE_TYPE = local
|
||||
;;
|
||||
;; Where your lfs files reside, default is data/lfs.
|
||||
@@ -439,7 +439,7 @@ Index: custom/conf/app.example.ini
|
||||
;;
|
||||
;; Allows the storage driver to redirect to authenticated URLs to serve files directly
|
||||
;; Currently, only `minio` and `azureblob` is supported.
|
||||
@@ -2828,9 +2828,9 @@ LEVEL = Info
|
||||
@@ -2833,9 +2833,9 @@ LEVEL = Info
|
||||
;; Comma separated list of host names requiring proxy. Glob patterns (*) are accepted; use ** to match all hosts.
|
||||
;PROXY_HOSTS =
|
||||
|
||||
|
||||
@@ -1012,7 +1012,7 @@ gitea/assets/css/colorpicker.409405fb.css
|
||||
gitea/assets/css/contributors-graph.d0ee6697.css
|
||||
gitea/assets/css/dropzone.5a752d14.css
|
||||
gitea/assets/css/external-render-iframe.css
|
||||
gitea/assets/css/index-domready.d69eb92f.css
|
||||
gitea/assets/css/index-domready.3e022997.css
|
||||
gitea/assets/css/index.css
|
||||
gitea/assets/css/katex.faca27c4.css
|
||||
gitea/assets/css/monaco.bdcff928.css
|
||||
@@ -1496,9 +1496,9 @@ gitea/assets/js/dropzone.f4cd4916.js
|
||||
gitea/assets/js/easymde.d0a2b653.js
|
||||
gitea/assets/js/eventsource.sharedworker.js
|
||||
gitea/assets/js/external-render-iframe.js
|
||||
gitea/assets/js/index-domready.330f1b79.js
|
||||
gitea/assets/js/index-domready.33b941ba.js
|
||||
gitea/assets/js/index.js
|
||||
gitea/assets/js/index.js.3525cea9.map
|
||||
gitea/assets/js/index.js.7d963e6d.map
|
||||
gitea/assets/js/katex-.5420cb08.js
|
||||
gitea/assets/js/katex.990eba10.js
|
||||
gitea/assets/js/mcaptcha-vanilla-glue.f472abe1.js
|
||||
|
||||
Reference in New Issue
Block a user