View | Details | Raw Unified | Return to bug 209582
Collapse All | Expand All

(-)UPDATING (+15 lines)
Lines 5-10 Link Here
5
You should get into the habit of checking this file for changes each time
5
You should get into the habit of checking this file for changes each time
6
you update your ports collection, before attempting any port upgrades.
6
you update your ports collection, before attempting any port upgrades.
7
7
8
20161028:
9
  AFFECTS: users of security/openssl and security/openssl-devel
10
  AUTHOR: brnrd@freebsd.org
11
12
  The shared library versions of OpenSSL have been bumped to avoid
13
  issues with ports' and base's OpenSSL not being binary compatible.
14
15
  Please rebuild all ports that depend on OpenSSL if you use OpenSSL
16
  from ports.
17
18
  If you use portmaster:
19
        portmaster -r openssl
20
  If you use portupgrade:
21
        portupgrade -fr security/openssl
22
8
20161026:
23
20161026:
9
  AFFECTS: users of net-p2p/deluge
24
  AFFECTS: users of net-p2p/deluge
10
  AUTHOR: rm@FreeBSD.org
25
  AUTHOR: rm@FreeBSD.org
(-)security/openssl/version.mk (-1 / +1 lines)
Line 1 Link Here
1
OPENSSL_SHLIBVER?=	8
1
OPENSSL_SHLIBVER?=	9
(-)security/openssl-devel/version.mk (-1 / +1 lines)
Line 1 Link Here
1
OPENSSL_SHLIBVER?=	9
1
OPENSSL_SHLIBVER?=	10

Return to bug 209582