Compare commits

...

3 Commits

Author SHA1 Message Date
ed
cec44aa1dd v1.19.19 2025-10-25 19:18:51 +00:00
ed
e3524d85bd fix for archlinux pkgbuild 2025-10-25 19:02:06 +00:00
ed
1963ed1795 update pkgs to 1.19.18 2025-10-25 14:36:57 +00:00
6 changed files with 41 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
# NOTE: You generally shouldn't use this PKGBUILD on Arch, as it is mainly for testing purposes. Install copyparty using pacman instead. # NOTE: You generally shouldn't use this PKGBUILD on Arch, as it is mainly for testing purposes. Install copyparty using pacman instead.
pkgname=copyparty pkgname=copyparty
pkgver="1.19.17" pkgver="1.19.18"
pkgrel=1 pkgrel=1
pkgdesc="File server with accelerated resumable uploads, dedup, WebDAV, FTP, TFTP, zeroconf, media indexer, thumbnails++" pkgdesc="File server with accelerated resumable uploads, dedup, WebDAV, FTP, TFTP, zeroconf, media indexer, thumbnails++"
arch=("any") arch=("any")
@@ -23,7 +23,7 @@ optdepends=("ffmpeg: thumbnails for videos, images (slower) and audio, music tag
) )
source=("https://github.com/9001/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz") source=("https://github.com/9001/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
backup=("etc/${pkgname}/copyparty.conf" ) backup=("etc/${pkgname}/copyparty.conf" )
sha256sums=("b29c66db6153963b74c7d131800208eb4b4ba3af5dc19336f180e5c8231a0d4e") sha256sums=("2b948ce473b63875eaab3d3b1914582eef23b8b0260a555cd5035e1b5dad5579")
build() { build() {
cd "${srcdir}/${pkgname}-${pkgver}/copyparty/web" cd "${srcdir}/${pkgname}-${pkgver}/copyparty/web"

View File

@@ -2,7 +2,7 @@
pkgname=copyparty pkgname=copyparty
pkgver=1.19.17 pkgver=1.19.18
pkgrel=1 pkgrel=1
pkgdesc="File server with accelerated resumable uploads, dedup, WebDAV, FTP, TFTP, zeroconf, media indexer, thumbnails++" pkgdesc="File server with accelerated resumable uploads, dedup, WebDAV, FTP, TFTP, zeroconf, media indexer, thumbnails++"
arch=("any") arch=("any")
@@ -20,7 +20,7 @@ optdepends=("ffmpeg: thumbnails for videos, images (slower) and audio, music tag
) )
source=("https://github.com/9001/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz") source=("https://github.com/9001/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
backup=("/etc/${pkgname}.d/init" ) backup=("/etc/${pkgname}.d/init" )
sha256sums=("b29c66db6153963b74c7d131800208eb4b4ba3af5dc19336f180e5c8231a0d4e") sha256sums=("2b948ce473b63875eaab3d3b1914582eef23b8b0260a555cd5035e1b5dad5579")
build() { build() {
cd "${srcdir}/${pkgname}-${pkgver}/copyparty/web" cd "${srcdir}/${pkgname}-${pkgver}/copyparty/web"

View File

@@ -1,5 +1,5 @@
{ {
"url": "https://github.com/9001/copyparty/releases/download/v1.19.17/copyparty-1.19.17.tar.gz", "url": "https://github.com/9001/copyparty/releases/download/v1.19.18/copyparty-1.19.18.tar.gz",
"version": "1.19.17", "version": "1.19.18",
"hash": "sha256-spxm22FTljt0x9ExgAII60tLo69dwZM28YDlyCMaDU4=" "hash": "sha256-K5SM5HO2OHXqqz07GRRYLu8juLAmClVc1QNeG12tVXk="
} }

View File

@@ -1,6 +1,6 @@
# coding: utf-8 # coding: utf-8
VERSION = (1, 19, 18) VERSION = (1, 19, 19)
CODENAME = "usernames" CODENAME = "usernames"
BUILD_DT = (2025, 10, 25) BUILD_DT = (2025, 10, 25)

View File

@@ -7,7 +7,9 @@ pk: $(addsuffix .gz, $(wildcard tl/*.js *.js *.css) \
un: $(addsuffix .un, $(wildcard tl/*.gz *.gz a/*.gz)) un: $(addsuffix .un, $(wildcard tl/*.gz *.gz a/*.gz))
%.gz: % %.gz: %
pigz -11 -J 34 -I 573 $< pigz -c11 -J 34 -I 573 <$< >$@
touch -r $< $@
rm $<
%.un: % %.un: %
pigz -d $< pigz -d $<

View File

@@ -1,3 +1,33 @@
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
# 2025-1025-1434 `v1.19.18` copyparty.eu
## 🧪 new features
* #949 when all uploads have finished, the client (both the browser and u2c) sends a message to the server saying it's done db87ea5c
* #941 [copyparty-en.pyz](https://github.com/9001/copyparty/releases/latest/download/copyparty-en.pyz), yet another copyparty variant, with enterprise-friendly tweaks:
* does not include the smb-server, so antivirus doesn't think it's malware 7f5810f1
* english-only, because antivirus apparently hates certain translations too 7f5810f1
* renamed the webdav-config `.bat` to `.txt` because clearly only one of those are "dangerous" b624a387
* show volumes with permssion `h` in the navpane fff7291d
* #937 global-option `--notooltips` to default-disable tooltips a325353b
## 🩹 bugfixes
* #948 fix the u2c `--dr` option when the server is running on windows d3dd3456
* fix crash on startup when using volflags `unlistc*` and the parent folder is not a volume cdd5e78a
* `og` / opengraph / discord-embed fixes:
* using the `h` permission could result in unexpected 404 c9e45c12
* a single-file volume could make filenames in its parent volume unintentionally visible 36ab77e0
* this would only happen when combined with `--og`
* fix some harmless warnings from single-file volumes b1efc006
* fix filesize-colors in selected rows 1c17b63b
## 🔧 other changes
* releases can now also be downloaded from https://copyparty.eu/ 547a7ab1
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
# 2025-1017-2313 `v1.19.17` read:cbz + re:ftp # 2025-1017-2313 `v1.19.17` read:cbz + re:ftp