summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
-rw-r--r--changelog.md103
3 files changed, 10 insertions, 105 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a6cf9044405..b55c2d6bcb4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ezshare
pkgdesc = Easily share files, folders and clipboard over LAN - Like Google Drive but without internet
- pkgver = 1.10.0
+ pkgver = 1.10.2
pkgrel = 1
url = https://github.com/mifi/ezshare
changelog = changelog.md
@@ -10,10 +10,10 @@ pkgbase = ezshare
makedepends = jq
depends = glibc
depends = nodejs
- noextract = ezshare-1.10.0.tgz
- source = https://registry.npmjs.org/ezshare/-/ezshare-1.10.0.tgz
+ noextract = ezshare-1.10.2.tgz
+ source = https://registry.npmjs.org/ezshare/-/ezshare-1.10.2.tgz
source = https://raw.githubusercontent.com/mifi/ezshare/master/LICENSE
- b2sums = 67a0ec4b4286865a8e65ef4bc86a4ccaeed1d42c791e483da1c3a42fd1e1b9814f45cfb8a7c5596b5be583ead02d9d086c148fb65c87efbb42c373125b516118
+ b2sums = 8b1f39e35ce6e3797cefac3f5a5abf40d5ad41fdaa44904e9e0ddc222ae128cca83ea07da404f74b81b0c83c90cb3111b81e1df0676325fdafd29998c2a3bd5f
b2sums = d4c7472ae3e92a22ca856eb72895a0862af5c283f21cc978ceef69af25f14dcc8e708a26154f697e9e22e4051e7bfa91e958e62aa3b4f6bf8c45f75f02cb6d13
pkgname = ezshare
diff --git a/PKGBUILD b/PKGBUILD
index afef048e7ed0..64350cc0fc75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_npmname=ezshare
pkgname=$_npmname
-pkgver=1.10.0
+pkgver=1.10.2
pkgrel=1
pkgdesc="Easily share files, folders and clipboard over LAN - Like Google Drive but without internet"
@@ -20,7 +20,7 @@ changelog="changelog.md"
source=("https://registry.npmjs.org/${_npmname}/-/${_npmname}-${pkgver}.tgz"
"https://raw.githubusercontent.com/mifi/ezshare/master/LICENSE")
noextract=("${_npmname}-${pkgver}.tgz")
-b2sums=('67a0ec4b4286865a8e65ef4bc86a4ccaeed1d42c791e483da1c3a42fd1e1b9814f45cfb8a7c5596b5be583ead02d9d086c148fb65c87efbb42c373125b516118'
+b2sums=('8b1f39e35ce6e3797cefac3f5a5abf40d5ad41fdaa44904e9e0ddc222ae128cca83ea07da404f74b81b0c83c90cb3111b81e1df0676325fdafd29998c2a3bd5f'
'd4c7472ae3e92a22ca856eb72895a0862af5c283f21cc978ceef69af25f14dcc8e708a26154f697e9e22e4051e7bfa91e958e62aa3b4f6bf8c45f75f02cb6d13')
# Document: https://wiki.archlinux.org/title/Node.js_package_guidelines
diff --git a/changelog.md b/changelog.md
index 0590ac932bbf..863292d8d437 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,102 +1,7 @@
# Name:
-### URL: https://github.com/mifi/ezshare/releases/tag/v1.10.0
-### published at '2024-03-17T09:55:06Z' by mifi
+### URL: https://github.com/mifi/ezshare/releases/tag/v1.10.2
+### published at '2024-04-10T09:36:28Z' by mifi
---
-- update readme df4d362
-- make artifacts 5271ec4
-- Merge pull request #74 from shhossain/master a877c3e
-- fixup f9dfd2d
-- Merge branch 'master' into pr/74 c9cce8a
-- workaround bug 897f057
-- set maxLength to 255 a534fae
-- upgrades 2bf3e77
-- upgrade frontend too 32464e9
-- upgrade gha stuff b1e9922
-- upgrade to berry 3bc8857
-- Merge pull request #86 from mifi/dependabot/npm_and_yarn/ezshare-frontend/follow-redirects-1.15.6 6bd5800
-- Merge pull request #85 from mifi/dependabot/npm_and_yarn/follow-redirects-1.15.6 b07dc7e
-- Bump follow-redirects from 1.15.5 to 1.15.6 in /ezshare-frontend 8fe6207
-- Bump follow-redirects from 1.15.4 to 1.15.6 12a6535
-- Merge pull request #82 from mifi/dependabot/npm_and_yarn/ezshare-frontend/axios-0.28.0 7abcfd3
-- Bump axios from 0.21.2 to 0.28.0 in /ezshare-frontend aad3114
-- Merge pull request #81 from mifi/dependabot/npm_and_yarn/ezshare-frontend/ip-1.1.9 9eb51cb
-- Bump ip from 1.1.5 to 1.1.9 in /ezshare-frontend 704123a
-- Merge pull request #77 from mifi/dependabot/npm_and_yarn/follow-redirects-1.15.4 fd59b72
-- Merge pull request #78 from mifi/dependabot/npm_and_yarn/ezshare-frontend/follow-redirects-1.15.4 ab94ec9
-- Bump follow-redirects from 1.14.8 to 1.15.4 in /ezshare-frontend 3facb03
-- Bump follow-redirects from 1.14.8 to 1.15.4 8954f96
-- Add support for resumable downloads in app.js 5684598
-- Create LICENSE 1478fc0
-- Merge pull request #70 from mifi/dependabot/npm_and_yarn/ezshare-frontend/browserify-sign-4.2.2 4658891
-- Bump browserify-sign from 4.0.4 to 4.2.2 in /ezshare-frontend b801368
-- Merge pull request #69 from mifi/dependabot/npm_and_yarn/ezshare-frontend/babel/traverse-7.23.2 cc06b20
-- Bump @babel/traverse from 7.9.0 to 7.23.2 in /ezshare-frontend 6161bd6
-- Merge pull request #68 from mifi/dependabot/npm_and_yarn/ezshare-frontend/word-wrap-1.2.4 15cfb52
-- Bump word-wrap from 1.2.3 to 1.2.4 in /ezshare-frontend 588a43e
-- Merge pull request #66 from mifi/dependabot/npm_and_yarn/ezshare-frontend/semver-5.7.2 21bdaa5
-- Bump semver from 5.7.1 to 5.7.2 in /ezshare-frontend e597aba
-- Merge pull request #67 from mifi/dependabot/npm_and_yarn/semver-5.7.2 dea03c8
-- Bump semver from 5.7.1 to 5.7.2 6472ec7
-- Merge pull request #64 from mifi/dependabot/npm_and_yarn/ezshare-frontend/json5-1.0.2 99c4369
-- Bump json5 from 1.0.1 to 1.0.2 in /ezshare-frontend f244c9c
-- Merge pull request #60 from mifi/dependabot/npm_and_yarn/ezshare-frontend/qs-6.5.3 74d73bd
-- Bump qs from 6.5.2 to 6.5.3 in /ezshare-frontend 1337563
-- Merge pull request #62 from mifi/dependabot/npm_and_yarn/ezshare-frontend/express-4.18.2 7e1020c
-- Bump express from 4.17.1 to 4.18.2 in /ezshare-frontend 5815d76
-- Merge pull request #61 from mifi/dependabot/npm_and_yarn/express-4.17.3 18c8aa7
-- Bump express from 4.17.1 to 4.17.3 ddcf8ff
-- Merge pull request #59 from mifi/dependabot/npm_and_yarn/minimatch-3.1.2 ef81cdc
-- Bump minimatch from 3.0.4 to 3.1.2 b5d5ec6
-- Merge pull request #58 from mifi/dependabot/npm_and_yarn/ezshare-frontend/decode-uri-component-0.2.2 4b89189
-- Bump decode-uri-component from 0.2.0 to 0.2.2 in /ezshare-frontend accd301
-- Update README.md 2664dee
-- Merge pull request #57 from mifi/dependabot/npm_and_yarn/ezshare-frontend/terser-4.8.1 f67b0a2
-- Bump terser from 4.6.7 to 4.8.1 in /ezshare-frontend c8b2b3d
-- Merge pull request #56 from mifi/dependabot/npm_and_yarn/ezshare-frontend/eventsource-1.1.1 2c63324
-- Bump eventsource from 1.0.7 to 1.1.1 in /ezshare-frontend 8654a79
-- Merge pull request #53 from mifi/dependabot/npm_and_yarn/async-2.6.4 bd88a8c
-- Merge pull request #55 from mifi/dependabot/npm_and_yarn/ansi-regex-4.1.1 8d1e0e0
-- Bump async from 2.6.3 to 2.6.4 ba257cd
-- Bump ansi-regex from 4.1.0 to 4.1.1 1f13069
-- Merge pull request #54 from mifi/dependabot/npm_and_yarn/ezshare-frontend/async-2.6.4 fcce1a9
-- Bump async from 2.6.3 to 2.6.4 in /ezshare-frontend a626a6c
-- Merge pull request #52 from mifi/dependabot/npm_and_yarn/ezshare-frontend/url-parse-1.5.10 7669f75
-- Bump url-parse from 1.5.7 to 1.5.10 in /ezshare-frontend 89e2208
-- Merge pull request #51 from mifi/dependabot/npm_and_yarn/ezshare-frontend/url-parse-1.5.7 d1862c8
-- Bump url-parse from 1.5.3 to 1.5.7 in /ezshare-frontend 2112541
-- Merge pull request #47 from mifi/dependabot/npm_and_yarn/ezshare-frontend/ajv-6.12.6 9ca6803
-- Merge pull request #48 from mifi/dependabot/npm_and_yarn/follow-redirects-1.14.8 823cacb
-- Merge pull request #49 from mifi/dependabot/npm_and_yarn/ezshare-frontend/follow-redirects-1.14.8 abd3c24
-- Bump follow-redirects from 1.14.7 to 1.14.8 in /ezshare-frontend d4b1518
-- Bump follow-redirects from 1.14.7 to 1.14.8 1e7ac33
-- Bump ajv from 6.12.0 to 6.12.6 in /ezshare-frontend 1a068a3
-- Merge pull request #45 from mifi/dependabot/npm_and_yarn/ezshare-frontend/follow-redirects-1.14.7 f59ba00
-- Merge pull request #46 from mifi/dependabot/npm_and_yarn/follow-redirects-1.14.7 6e809b1
-- Bump follow-redirects from 1.13.0 to 1.14.7 2188932
-- Bump follow-redirects from 1.14.4 to 1.14.7 in /ezshare-frontend 43c6acb
-- Merge pull request #44 from mifi/dependabot/npm_and_yarn/ezshare-frontend/axios-0.21.2 23c17b9
-- Bump axios from 0.21.1 to 0.21.2 in /ezshare-frontend 9caa0d4
-- Merge pull request #35 from mifi/dependabot/npm_and_yarn/ezshare-frontend/dns-packet-1.3.4 32844ff
-- Merge pull request #43 from mifi/dependabot/npm_and_yarn/ezshare-frontend/tmpl-1.0.5 e2612b0
-- Bump tmpl from 1.0.4 to 1.0.5 in /ezshare-frontend 17416b9
-- Merge pull request #42 from mifi/dependabot/npm_and_yarn/ezshare-frontend/url-parse-1.5.3 09626da
-- Merge pull request #41 from mifi/dependabot/npm_and_yarn/ezshare-frontend/color-string-1.6.0 52cff3c
-- Merge pull request #40 from mifi/dependabot/npm_and_yarn/ezshare-frontend/ws-5.2.3 c11ebf7
-- Bump url-parse from 1.5.1 to 1.5.3 in /ezshare-frontend f63c88b
-- Bump color-string from 1.5.3 to 1.6.0 in /ezshare-frontend 99a993c
-- Bump ws from 5.2.2 to 5.2.3 in /ezshare-frontend 3717bf3
-- Merge pull request #38 from mifi/dependabot/npm_and_yarn/path-parse-1.0.7 67cdf75
-- Merge pull request #39 from mifi/dependabot/npm_and_yarn/ezshare-frontend/path-parse-1.0.7 872fc83
-- Bump path-parse from 1.0.6 to 1.0.7 in /ezshare-frontend ce88513
-- Bump path-parse from 1.0.6 to 1.0.7 383f02f
-- Merge pull request #37 from mifi/dependabot/npm_and_yarn/trim-newlines-3.0.1 26d2d9c
-- Bump trim-newlines from 3.0.0 to 3.0.1 022bba1
-- Merge pull request #36 from mifi/dependabot/npm_and_yarn/ezshare-frontend/merge-deep-3.0.3 ef90eb8
-- Bump merge-deep from 3.0.2 to 3.0.3 in /ezshare-frontend 21ad6ea
-- Bump dns-packet from 1.3.1 to 1.3.4 in /ezshare-frontend 4a1e7e4
-- Merge pull request #34 from mifi/dependabot/npm_and_yarn/hosted-git-info-2.8.9 d323d19
-- Merge pull request #33 from mifi/dependabot/npm_and_yarn/ezshare-frontend/hosted-git-info-2.8.9 24844cb
-- Bump hosted-git-info from 2.8.8 to 2.8.9 64c8e52
-- Bump hosted-git-info from 2.8.8 to 2.8.9 in /ezshare-frontend 14f2b2b
+- fix yarn pack 19457ad
-https://github.com/mifi/ezshare/compare/v1.9.0...v1.10.0
+https://github.com/mifi/ezshare/compare/v1.10.1...v1.10.2