Skip to content

Commit

Permalink
pkg: revert openssl3 support
Browse files Browse the repository at this point in the history
This change makes pkg generate a signature that is incompatible with
previous keys, it is better to have pkg broken for openssl3 and die
instead of having a backward incompatibility
  • Loading branch information
bapt committed Jun 27, 2023
1 parent 860a4da commit f23812a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 198 deletions.
2 changes: 1 addition & 1 deletion ports-mgmt/pkg-devel/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PORTNAME= pkg
DISTVERSION= 1.19.99.2
_PKG_VERSION= ${DISTVERSION}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= ports-mgmt
PKGNAMESUFFIX= -devel

Expand Down
98 changes: 0 additions & 98 deletions ports-mgmt/pkg-devel/files/patch-openssl3

This file was deleted.

2 changes: 1 addition & 1 deletion ports-mgmt/pkg/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= pkg
DISTVERSION= 1.19.1
PORTREVISION= 2
PORTREVISION= 3
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt

Expand Down
98 changes: 0 additions & 98 deletions ports-mgmt/pkg/files/patch-openssl3

This file was deleted.

0 comments on commit f23812a

Please sign in to comment.