Skip to content

Commit

Permalink
Framework: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: HardenedBSD
  • Loading branch information
fichtner committed May 1, 2018
1 parent 2bd441a commit 73806c0
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 5 deletions.
2 changes: 1 addition & 1 deletion GIDs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ _hfm:*:227:
osrm:*:228:
kismet:*:229:
carbon:*:230:
# free: 231
foundationdb:*:231:
# free: 232
# free: 233
kafka:*:234:
Expand Down
2 changes: 2 additions & 0 deletions MOVED
Original file line number Diff line number Diff line change
Expand Up @@ -10176,3 +10176,5 @@ devel/kdevelop-php-docs|devel/kdevelop-php-docs-kde4|2018-04-28|Make room for KD
devel/kdevplatform|devel/kdevplatform-kde4|2018-04-28|Make room for KDevelop upgrade
lang/py-clojure_py||2018-04-30|Has expired: Upstream disappeared and it does not build with latest setuptools (39.0.1)
textproc/rubygem-escape_utils-rails4|textproc/rubygem-escape_utils|2018-04-30|Has expired: Use textproc/rubygem-escape_utils instead
databases/rubygem-seed-fu236|databases/rubygem-seed-fu|2018-05-01|Has expired: Obsoleted by update of www/gitlab. Please use databases/rubygem-seed-fu
security/polarssl13||2018-05-01|Has expired: has reached end of life
4 changes: 2 additions & 2 deletions Mk/Uses/gecko.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ RUN_DEPENDS+= libxul>=45:www/libxul
.elif ${gecko_ARGS:Mfirefox}

_GECKO_DEFAULT_VERSION= 52
_GECKO_VERSIONS= 52 59
_GECKO_VERSIONS= 52 60
_GECKO_TYPE= firefox

# Dependence lines for different Firefox versions
52_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr
59_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox
60_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox

.if exists(${LOCALBASE}/bin/firefox)
_GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null
Expand Down
2 changes: 1 addition & 1 deletion Mk/bsd.gecko.mk
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ post-patch-SNDIO-on:
.endif

.if ${PORT_OPTIONS:MRUST} || ${MOZILLA_VER:R:R} >= 54
BUILD_DEPENDS+= ${RUST_PORT:T}>=1.22.1:${RUST_PORT}
BUILD_DEPENDS+= ${RUST_PORT:T}>=1.24:${RUST_PORT}
RUST_PORT?= lang/rust
. if ${MOZILLA_VER:R:R} < 54
MOZ_OPTIONS+= --enable-rust
Expand Down
2 changes: 1 addition & 1 deletion UIDs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ _hfm:*:227:227::0:0:hfm daemon:/nonexistent:/usr/sbin/nologin
osrm:*:228:228::0:0:osrm:/nonexistent:/usr/sbin/nologin
# free: 229
carbon:*:230:230::0:0:osrm:/nonexistent:/usr/sbin/nologin
# free: 231
foundationdb:*:231:231::0:0:foundationdb:/nonexistent:/usr/sbin/nologin
# free: 232
# free: 233
kafka:*:234:234::0:0:Apache Kafka user:/nonexistent:/usr/sbin/nologin
Expand Down
15 changes: 15 additions & 0 deletions UPDATING
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.

20180501:
AFFECTS: users of www/node
AUTHOR: [email protected]

The www/node port has been udpated to Node.js v10.0.0, the latest
upstream release. This is a major release, including many significant
changes. Users are encouraged to read the release announcements before
upgrading:

https://nodejs.org/en/blog/release/v10.0.0/

In particular, Node.js now depends on OpenSSL 1.1.0h, so the
BUNDLED_SSL option is enabled by default. Users can disable this
option when using security/openssl-devel as their default SSL library.

20180430:
AFFECTS: users of news/nntp
AUTHOR: [email protected]
Expand Down

0 comments on commit 73806c0

Please sign in to comment.