Skip to content

Commit d30792c

Browse files
committed
Bump version to 1.0.4
- Fix package install to auto-register with pfSense UI - Embed install/deinstall scripts in package manifest
1 parent 379d2ba commit d30792c

File tree

6 files changed

+7
-10
lines changed

6 files changed

+7
-10
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
workflow_dispatch:
88
inputs:
99
version:
10-
description: 'Version to build (e.g., 1.0.3)'
10+
description: 'Version to build (e.g., 1.0.4)'
1111
required: true
12-
default: '1.0.3'
12+
default: '1.0.4'
1313

1414
permissions:
1515
contents: write

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# $FreeBSD$
22

33
PORTNAME= pfSense-pkg-dnscrypt-proxy
4-
PORTVERSION= 1.0.3
4+
PORTVERSION= 1.0.4
55
CATEGORIES= dns
66
MASTER_SITES= # empty
77
DISTFILES= # empty

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ cd pfsense-dnscrypt-proxy
155155
| Variable | Default | Description |
156156
|----------|---------|-------------|
157157
| `DEPLOY_HOST` | `pf` | SSH hostname for pfSense |
158-
| `PORTVERSION` | `1.0.3` | Package version to build |
158+
| `PORTVERSION` | `1.0.4` | Package version to build |
159159

160160
## Upstream PR
161161

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set -e
1616

1717
# --- Configuration ---
1818
PORTNAME="pfSense-pkg-dnscrypt-proxy"
19-
PORTVERSION="${PORTVERSION:-1.0.3}"
19+
PORTVERSION="${PORTVERSION:-1.0.4}"
2020
PREFIX="/usr/local"
2121
DATADIR="${PREFIX}/share/${PORTNAME}"
2222
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
@@ -38,7 +38,7 @@ usage() {
3838
echo ""
3939
echo "Environment variables:"
4040
echo " DEPLOY_HOST pfSense SSH host (default: pf)"
41-
echo " PORTVERSION Package version (default: 1.0.3)"
41+
echo " PORTVERSION Package version (default: 1.0.4)"
4242
}
4343

4444
clean() {

build/+MANIFEST

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "pfSense-pkg-dnscrypt-proxy"
2-
version: "1.0.3"
2+
version: "1.0.4"
33
origin: "dns/pfSense-pkg-dnscrypt-proxy"
44
comment: "pfSense package for DNSCrypt Proxy encrypted DNS client"
55
maintainer: "ports@FreeBSD.org"

build/plist

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,3 @@ pkg/dnscrypt-proxy-servers.xml
1313
share/pfSense-pkg-dnscrypt-proxy/info.xml
1414
www/dnscrypt-proxy-querylog.php
1515
www/shortcuts/pkg_dnscrypt-proxy.inc
16-
@dir bin/dnscrypt-proxy-bin
17-
@dir /etc/inc/priv
18-
@dir /etc/inc

0 commit comments

Comments
 (0)