Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package updates 20241110 #1542

Merged
merged 3 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/gitea/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

PROG=gitea
PKG=ooce/application/gitea
VER=1.22.2
VER=1.22.3
SUMMARY="Git with a cup of tea"
DESC="Git with a cup of tea, painless self-hosted git service"

Expand Down
2 changes: 1 addition & 1 deletion build/links/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
. ../../lib/build.sh

PROG=links
VER=2.29
VER=2.30
PKG=ooce/application/links
SUMMARY="Text mode web browser"
DESC="$PROG - $SUMMARY"
Expand Down
12 changes: 0 additions & 12 deletions build/links/patches/configure.patch

This file was deleted.

1 change: 0 additions & 1 deletion build/links/patches/series

This file was deleted.

2 changes: 1 addition & 1 deletion build/listmonk/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

PROG=listmonk
PKG=ooce/application/listmonk
VER=3.0.0
VER=4.0.1
SUMMARY="$PROG"
DESC="Self-hosted newsletter & mailing list manager"

Expand Down
8 changes: 4 additions & 4 deletions build/listmonk/patches/frontend-node-modules.patch
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
diff -wpruN --no-dereference '--exclude=*.orig' a~/frontend/package.json a/frontend/package.json
--- a~/frontend/package.json 1970-01-01 00:00:00
+++ a/frontend/package.json 1970-01-01 00:00:00
@@ -31,7 +31,6 @@
@@ -32,7 +32,6 @@
"devDependencies": {
"@vitejs/plugin-vue2": "^2.3.1",
"@vue/eslint-config-airbnb": "^7.0.1",
- "cypress": "13.6.1",
- "cypress": "13.15.0",
"cypress-file-upload": "^5.0.2",
"eslint": "^8.56.0",
"eslint-define-config": "^2.0.0",
@@ -41,5 +40,8 @@
"vite": "^5.0.12",
@@ -42,5 +41,8 @@
"vite": "^5.1.8",
"vue-eslint-parser": "^9.3.2",
"vue-template-compiler": "^2.6.12"
+ },
Expand Down
6 changes: 3 additions & 3 deletions doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
| :------ | :------ | :--- | :--------- |
| ooce/application/alpine | 2.26 | https://alpineapp.email/ | [omniosorg](https://github.com/omniosorg)
| ooce/application/fcgiwrap | 1.1.0 | https://github.com/gnosek/fcgiwrap/tags | [omniosorg](https://github.com/omniosorg)
| ooce/application/gitea | 1.22.2 | https://github.com/go-gitea/gitea/releases | [omniosorg](https://github.com/omniosorg)
| ooce/application/gitea | 1.22.3 | https://github.com/go-gitea/gitea/releases | [omniosorg](https://github.com/omniosorg)
| ooce/application/gnuplot | 6.0.1 | https://sourceforge.net/projects/gnuplot/files/gnuplot/ http://www.gnuplot.info/ | [omniosorg](https://github.com/omniosorg)
| ooce/application/graphviz | 2.44.1 | https://www2.graphviz.org/Packages/stable/portable_source/ https://graphviz.org/download/source/ | [omniosorg](https://github.com/omniosorg)
| ooce/application/imagemagick | 7.1.1-38 | https://imagemagick.org/archive/ | [omniosorg](https://github.com/omniosorg)
| ooce/application/links | 2.29 | http://links.twibright.com/download.php | [omniosorg](https://github.com/omniosorg)
| ooce/application/listmonk | 3.0.0 | https://github.com/knadh/listmonk/releases | [omniosorg](https://github.com/omniosorg)
| ooce/application/links | 2.30 | http://links.twibright.com/download.php | [omniosorg](https://github.com/omniosorg)
| ooce/application/listmonk | 4.0.1 | https://github.com/knadh/listmonk/releases | [omniosorg](https://github.com/omniosorg)
| ooce/application/mattermost | 9.11.4 | https://docs.mattermost.com/about/version-archive.html | [omniosorg](https://github.com/omniosorg)
| ooce/application/mc | 4.8.32 | http://ftp.midnight-commander.org/?C=N;O=D | [omniosorg](https://github.com/omniosorg)
| ooce/application/munin | 2.0.69 | https://github.com/munin-monitoring/munin/releases | [omniosorg](https://github.com/omniosorg)
Expand Down
Loading