Navigation Menu

Skip to content

Commit

Permalink
net/gemserv: Update to 0.6.6
Browse files Browse the repository at this point in the history
ChangeLog: https://git.sr.ht/~int80h/gemserv/tree/v0.6.6/item/README#L79

This update fixes a security issue for which there is no CVE assigned:

https://git.sr.ht/~int80h/gemserv/refs

PR:		265800
Reported by:	contact@evilham.com
Approved by:	ea@uoga.net (maintainer)
  • Loading branch information
evilham authored and Fernando Apesteguía committed Jan 26, 2023
1 parent 1073faa commit 740042a
Show file tree
Hide file tree
Showing 8 changed files with 391 additions and 307 deletions.
80 changes: 1 addition & 79 deletions net/gemserv/Makefile
@@ -1,7 +1,6 @@
PORTNAME= gemserv
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.5
PORTREVISION= 17
DISTVERSION= 0.6.6
CATEGORIES= net
MASTER_SITES= https://git.sr.ht/~int80h/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${PORTVERSION}${EXTRACT_SUFX}
Expand All @@ -17,83 +16,6 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENSE
USES= cargo ssl
USE_RC_SUBR= gemserv

CARGO_CRATES= atty-0.2.14 \
autocfg-1.0.1 \
bitflags-1.2.1 \
bytes-0.5.6 \
cc-1.0.66 \
cfg-if-0.1.10 \
cfg-if-1.0.0 \
chrono-0.4.19 \
colored-1.9.3 \
foreign-types-0.3.2 \
foreign-types-shared-0.1.1 \
form_urlencoded-1.0.0 \
futures-core-0.3.8 \
futures-macro-0.3.8 \
futures-task-0.3.8 \
futures-util-0.3.8 \
idna-0.2.0 \
iovec-0.1.4 \
lazy_static-1.4.0 \
libc-0.2.81 \
log-0.4.11 \
matches-0.1.8 \
memchr-2.3.4 \
mime-0.3.16 \
mime_guess-2.0.3 \
mio-0.6.23 \
mio-uds-0.6.8 \
net2-0.2.37 \
num-integer-0.1.44 \
num-traits-0.2.14 \
num_cpus-1.13.0 \
once_cell-1.5.2 \
openssl-0.10.32 \
percent-encoding-2.1.0 \
pin-project-1.0.2 \
pin-project-internal-1.0.2 \
pin-project-lite-0.1.11 \
pin-utils-0.1.0 \
pkg-config-0.3.19 \
proc-macro-hack-0.5.19 \
proc-macro-nested-0.1.6 \
proc-macro2-1.0.24 \
quote-1.0.8 \
serde-1.0.118 \
serde_derive-1.0.118 \
signal-hook-registry-1.3.0 \
simple_logger-1.11.0 \
slab-0.4.2 \
syn-1.0.55 \
time-0.1.44 \
tinyvec-1.1.0 \
tinyvec_macros-0.1.0 \
tokio-0.2.24 \
tokio-openssl-0.4.0 \
toml-0.5.8 \
unicase-2.6.0 \
unicode-bidi-0.3.4 \
unicode-normalization-0.1.16 \
unicode-xid-0.2.1 \
url-2.2.0 \
version_check-0.9.2 \
winapi-0.2.8 \
winapi-0.3.9 \
mio-named-pipes-0.1.7 \
openssl-sys-0.9.61 \
hermit-abi-0.1.18 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
fuchsia-zircon-0.3.3 \
fuchsia-zircon-sys-0.3.3 \
kernel32-sys-0.2.2 \
miow-0.2.2 \
miow-0.3.7 \
wasi-0.10.0+wasi-snapshot-preview1 \
winapi-build-0.1.1 \
ws2_32-sys-0.2.1 \
vcpkg-0.2.12
CARGO_FEATURES=

SUB_FILES= config.toml.sample index.gmi.sample
Expand Down
103 changes: 103 additions & 0 deletions net/gemserv/Makefile.crates
@@ -0,0 +1,103 @@
CARGO_CRATES= aho-corasick-0.7.18 \
atty-0.2.14 \
autocfg-1.0.1 \
base64-0.13.0 \
bitflags-1.2.1 \
block-buffer-0.9.0 \
bumpalo-3.8.0 \
bytes-1.1.0 \
cc-1.0.72 \
cfg-if-1.0.0 \
chrono-0.4.19 \
colored-1.9.3 \
cpufeatures-0.2.1 \
data-encoding-2.3.2 \
der-oid-macro-0.5.0 \
der-parser-6.0.0 \
digest-0.9.0 \
form_urlencoded-1.0.1 \
futures-core-0.3.19 \
futures-macro-0.3.19 \
futures-task-0.3.19 \
futures-util-0.3.19 \
generic-array-0.14.4 \
half-1.7.1 \
hermit-abi-0.1.19 \
idna-0.2.3 \
instant-0.1.12 \
itoa-0.4.8 \
js-sys-0.3.55 \
lazy_static-1.4.0 \
libc-0.2.112 \
lock_api-0.4.5 \
log-0.4.14 \
matches-0.1.9 \
memchr-2.4.1 \
mime-0.3.16 \
minimal-lexical-0.2.1 \
mio-0.7.14 \
miow-0.3.7 \
new_mime_guess-3.0.2 \
nom-7.1.0 \
ntapi-0.3.6 \
num-bigint-0.4.3 \
num-integer-0.1.44 \
num-traits-0.2.14 \
num_cpus-1.13.1 \
oid-registry-0.2.0 \
once_cell-1.9.0 \
opaque-debug-0.3.0 \
parking_lot-0.11.2 \
parking_lot_core-0.8.5 \
percent-encoding-2.1.0 \
pin-project-lite-0.2.7 \
pin-utils-0.1.0 \
proc-macro2-1.0.34 \
quote-1.0.10 \
redox_syscall-0.2.10 \
regex-1.5.4 \
regex-syntax-0.6.25 \
ring-0.16.20 \
rusticata-macros-4.0.0 \
rustls-0.20.2 \
rustls-pemfile-0.2.1 \
scopeguard-1.1.0 \
sct-0.7.0 \
serde-1.0.132 \
serde_derive-1.0.132 \
sha2-0.9.8 \
signal-hook-registry-1.4.0 \
simple_logger-1.16.0 \
slab-0.4.5 \
smallvec-1.7.0 \
spin-0.5.2 \
syn-1.0.83 \
thiserror-1.0.30 \
thiserror-impl-1.0.30 \
time-0.3.5 \
time-macros-0.2.3 \
tinyvec-1.5.1 \
tinyvec_macros-0.1.0 \
tokio-1.15.0 \
tokio-macros-1.7.0 \
tokio-rustls-0.23.2 \
toml-0.5.8 \
typenum-1.14.0 \
unicase-2.6.0 \
unicode-bidi-0.3.7 \
unicode-normalization-0.1.19 \
unicode-xid-0.2.2 \
untrusted-0.7.1 \
url-2.2.2 \
version_check-0.9.3 \
wasm-bindgen-0.2.78 \
wasm-bindgen-backend-0.2.78 \
wasm-bindgen-macro-0.2.78 \
wasm-bindgen-macro-support-0.2.78 \
wasm-bindgen-shared-0.2.78 \
web-sys-0.3.55 \
webpki-0.22.0 \
winapi-0.3.9 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
x509-parser-0.12.0

0 comments on commit 740042a

Please sign in to comment.