Skip to content

Commit

Permalink
Welcome pfSense 2.5.1-RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgarga committed Apr 12, 2021
1 parent 3bf54e0 commit 39da595
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 25 deletions.
2 changes: 1 addition & 1 deletion src/etc/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.1-RC
2.5.1-RELEASE
2 changes: 1 addition & 1 deletion tools/builder_defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ export CORE_PKG_REAL_PATH="${CORE_PKG_PATH}/.real_${DATESTRING}"
export CORE_PKG_ALL_PATH="${CORE_PKG_PATH}/All"

export PKG_REPO_BASE=${PKG_REPO_BASE:-"${BUILDER_TOOLS}/templates/pkg_repos"}
export PFSENSE_DEFAULT_REPO="${PRODUCT_NAME}-repo-251"
export PFSENSE_DEFAULT_REPO="${PRODUCT_NAME}-repo"
export PKG_REPO_DEFAULT=${PKG_REPO_DEFAULT:-"${PKG_REPO_BASE}/${PFSENSE_DEFAULT_REPO}.conf"}
export PFSENSE_BUILD_REPO="${PFSENSE_DEFAULT_REPO}"
export PKG_REPO_BUILD=${PKG_REPO_BUILD:-"${PKG_REPO_BASE}/${PFSENSE_BUILD_REPO}.conf"}
Expand Down
2 changes: 1 addition & 1 deletion tools/conf/pfPorts/make.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ALLOW_UNSUPPORTED_SYSTEM=yes

# Define pfSense repos
PFSENSE_REPOS= %%PRODUCT_NAME%%-repo %%PRODUCT_NAME%%-repo-devel %%PRODUCT_NAME%%-repo-245 %%PRODUCT_NAME%%-repo-251
PFSENSE_REPOS= %%PRODUCT_NAME%%-repo %%PRODUCT_NAME%%-repo-devel %%PRODUCT_NAME%%-repo-245

# Generic options
OPTIONS_UNSET_FORCE= DOCS DOXYGEN EXAMPLES INFO MAN MANPAGES X11
Expand Down
1 change: 0 additions & 1 deletion tools/templates/pkg_repos/pfSense-repo-251.abi

This file was deleted.

1 change: 0 additions & 1 deletion tools/templates/pkg_repos/pfSense-repo-251.altabi

This file was deleted.

17 changes: 0 additions & 17 deletions tools/templates/pkg_repos/pfSense-repo-251.conf

This file was deleted.

1 change: 0 additions & 1 deletion tools/templates/pkg_repos/pfSense-repo-251.descr

This file was deleted.

4 changes: 2 additions & 2 deletions tools/templates/pkg_repos/pfSense-repo.conf
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
FreeBSD: { enabled: no }

%%PRODUCT_NAME%%-core: {
url: "%%PKG_REPO_SERVER_RELEASE%%/%%PRODUCT_NAME%%_%%REPO_BRANCH_PREFIX%%v2_5_0_%%ARCH%%-core",
url: "%%PKG_REPO_SERVER_RELEASE%%/%%PRODUCT_NAME%%_%%PKG_REPO_BRANCH_RELEASE%%_%%ARCH%%-core",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/local/share/%%PRODUCT_NAME%%/keys/pkg",
enabled: yes
}

%%PRODUCT_NAME%%: {
url: "%%PKG_REPO_SERVER_RELEASE%%/%%PRODUCT_NAME%%_%%REPO_BRANCH_PREFIX%%v2_5_0_%%ARCH%%-%%PRODUCT_NAME%%_%%REPO_BRANCH_PREFIX%%v2_5_0",
url: "%%PKG_REPO_SERVER_RELEASE%%/%%PRODUCT_NAME%%_%%PKG_REPO_BRANCH_RELEASE%%_%%ARCH%%-%%PRODUCT_NAME%%_%%PKG_REPO_BRANCH_RELEASE%%",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/local/share/%%PRODUCT_NAME%%/keys/pkg",
Expand Down

0 comments on commit 39da595

Please sign in to comment.