Compare commits

...

2 Commits

Author SHA1 Message Date
Giles Bradshaw 4e0cd6e312 chore(release): 1.1.0 2020-08-12 11:51:08 +01:00
Giles Bradshaw a2db62061d feat: squid 4.12 ubuntu focal 2020-08-12 11:40:17 +01:00
4 changed files with 12 additions and 5 deletions

View File

@ -2,4 +2,11 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [1.1.0](https://sigyl.com///compare/v1.0.0...v1.1.0) "chore(release): 1.1.0" (2020-08-12)
### Features
* squid 4.12 ubuntu focal ([a2db620](https://sigyl.com///commit/a2db62061d508c298bcac0f180a08568f7d4241c))
## 1.0.0 "chore(release): 1.0.0" (2020-08-11)

View File

@ -1,6 +1,6 @@
ARG DOCKER_PREFIX=
FROM ${DOCKER_PREFIX}ubuntu:artful
FROM ${DOCKER_PREFIX}ubuntu:focal
ARG TRUST_CERT=
@ -19,7 +19,7 @@ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get build-dep -y squid && \
DEBIAN_FRONTEND=noninteractive apt-get install -y wget tar xz-utils libssl-dev
ARG SQUID_VERSION=4.0.21
ARG SQUID_VERSION=4.12
# TODO: verify the squid download with the signing key
RUN mkdir /src \

View File

@ -38,7 +38,7 @@ chown proxy: /dev/stdout
chown proxy: /dev/stderr
# Initialize the certificates database
/usr/libexec/security_file_certgen -c -s /var/spool/squid4/ssl_db
/usr/libexec/security_file_certgen -c -s /var/spool/squid4/ssl_db -M 100MB
chown -R proxy: /var/spool/squid4/ssl_db
#ssl_crtd -c -s

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "squid-4",
"version": "1.0.0",
"version": "1.1.0",
"description": "squid-4 for ssl proxying",
"scripts": {
"release": "standard-version",
@ -16,4 +16,4 @@
"devDependencies": {
"standard-version": "git+https://github.com/gilesbradshaw/standard-version.git"
}
}
}