Framework: sync with upstream
Taken from: HardenedBSD
This commit is contained in:
parent
2bd441a212
commit
73806c0712
6 changed files with 22 additions and 5 deletions
2
GIDs
2
GIDs
|
|
@ -171,7 +171,7 @@ _hfm:*:227:
|
|||
osrm:*:228:
|
||||
kismet:*:229:
|
||||
carbon:*:230:
|
||||
# free: 231
|
||||
foundationdb:*:231:
|
||||
# free: 232
|
||||
# free: 233
|
||||
kafka:*:234:
|
||||
|
|
|
|||
2
MOVED
2
MOVED
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
2
UIDs
2
UIDs
|
|
@ -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
|
||||
|
|
|
|||
15
UPDATING
15
UPDATING
|
|
@ -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: bhughes@FreeBSD.org
|
||||
|
||||
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: dinoex@FreeBSD.org
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue