Skip to content

Commit

Permalink
daily
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed May 5, 2024
1 parent db743f8 commit 9117035
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 70 deletions.
15 changes: 6 additions & 9 deletions debian-setup/packages/s3ql
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/bash
#
# Install S3QL 4.0.0 on Python 3.9
# Install S3QL 5.2.0 on Python 3.9
#

set -e -x

export PYTHONPATH="/opt/s3ql/lib/python3.9/site-packages"

set -e -x

py_pip_install()
{
pip3 install --no-cache-dir --ignore-installed --no-warn-script-location --prefix "/opt/s3ql/" "$@"
Expand All @@ -27,12 +27,9 @@ py_make_launcher()

Pkg_install_quiet python3-dev build-essential pkg-config libffi-dev libattr1-dev libsqlite3-dev libfuse3-dev fuse3 psmisc

# S3QL installation needs pyfuse3
py_pip_install 'pyfuse3 >= 3.2.0, < 4.0'
# dpkg-query --show --showformat='${Version}' libsqlite3-dev
py_pip_install \
'https://github.com/rogerbinns/apsw/releases/download/3.34.0-r1/apsw-3.34.0-r1.zip' \
'https://github.com/s3ql/s3ql/releases/download/release-4.0.0/s3ql-4.0.0.tar.gz'
# S3QL needs pyfuse3, pip distributed apsw contains sqlite3
py_pip_install 'pyfuse3 >= 3.2.0, < 4.0' 'apsw >= 3.42.0'
py_pip_install 'https://github.com/s3ql/s3ql/releases/download/s3ql-5.2.0/s3ql-5.2.0.tar.gz'

# Link all S3QL commands
for BIN_PATH in /opt/s3ql/bin/*s3ql*; do
Expand Down
1 change: 1 addition & 0 deletions mail/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ Deprecated.
- https://glockapps.com/
- https://spamcheck.postmarkapp.com/
- checkmyauth@auth.returnpath.net
- https://testi.at/

#### HTML content and CSS inlining

Expand Down
4 changes: 4 additions & 0 deletions security/myattackers-ipsets/ipset/datacamp.ipset
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ add datacamp 193.150.70.0/24
add datacamp 193.218.190.0/24

# AS206092 - IPXO / SECFIREWALL
add datacamp 37.140.223.0/24
# Legaco, Panq
add datacamp 45.86.200.0/24
add datacamp 45.92.229.0/24
Expand All @@ -52,6 +53,9 @@ add datacamp 45.8.19.0/24
add datacamp 166.1.12.0/24
add datacamp 191.101.41.0/24

# AS42831 / Legaco
#add datacamp 185.192.70.0/24

# AS137409 - Global Secure Layer
# GSL Networks
add datacamp 212.30.37.0/24
Expand Down
61 changes: 0 additions & 61 deletions virtualization/python-s3ql-test-b2/Dockerfile

This file was deleted.

0 comments on commit 9117035

Please sign in to comment.