1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
Commit Graph

2124 Commits

Author SHA1 Message Date
Ben Woods
20d10694c1 Add note to UPDATING for net-p2p/transmission-daemon explaining how to
allow client access with the new DNS rebinding mitigations.

PR:		225150
MFH:		2018Q1
Security:	https://www.vuxml.org/freebsd/3e5b8bd3-0c32-452f-a60e-beab7b762351.html
2018-01-14 23:29:04 +00:00
Adam Weinberger
63669c3057 Just tell people to delete vim-lite and install vim-console 2018-01-11 20:57:34 +00:00
Adam Weinberger
bd7f4e1d0f Rename editors/vim-lite to editors/vim-console. The vim-console port isn't
actually any lighter---it's built with exactly the same feature-set as
the main vim port. The only difference is lack of gtk20 GUI, and the
language bindings are off by default.

An UPDATING entry is included.
2018-01-11 20:29:52 +00:00
Tobias C. Berner
37dfd0410b Document issues during the upgrade of www/qt5-webengine
PR:		225020
Reported by:	Marco Beishuizen <mbeis@xs4all.nl>, Vladimir Omelchuk <admin@vladiom.com.ua>
2018-01-09 20:41:19 +00:00
Adam Weinberger
85f2733fed Add a note about the gpg invocation from (neo)mutt changing from 2.0
to 2.2. The recommendation is just to use gpgme, but I'm including
a (neo)muttrc command from David Wolfskill for people who prefer to
roll their own.

Reported by:	David Wolfskill
2018-01-07 15:49:44 +00:00
Bradley T. Hughes
fb07b9fac2 devel/awscli: use USE_PTYHON=noflavors, remove PKGNAMEPREFIX
The introduction of flavors caused the awscli package to be renamed to
py27-awscli. Since this package is preinstalled on all AWS EC2 instances
running a FreeBSD image, apply POLA and rename the package back to
awscli. The assumption is that the rename was unintentional.

Approved by:	mat (co-mentor)
MFH:		2018Q1
Differential Revision:	https://reviews.freebsd.org/D13555
2018-01-02 13:52:49 +00:00
Ashish SHUKLA
6d97442a71 - Add a note to UPDATING about recently discovered ejabberd build issue
PR:		224606
Reported by:	dewayne@heuristicsystems.com.au
2017-12-30 06:58:29 +00:00
Danilo G. Baio
e1aab1356a dns/dnscrypt-proxy: Replace 'cisco' (OpenDNS) resolver by 'random'
This update replaces the default resolver used by
dnscrypt-proxy (cisco/OpenDNS) by a random one that
does not log entries and supports dnssec.

- Improve pkg-message's.
- Fix MASTER_SITES.
- Reorder Makefile variable's.
- Update WWW.

PR:		223222
Submitted by:	Vinícius Zavam <egypcio@googlemail.com>
Reviewed by:	dbaio, garga, mat
Approved by:	Leo Vandewoestijne <freebsd@dns-lab.com>
		(maintainer, previous patch, then timeout)
Differential Revision:	https://reviews.freebsd.org/D12775
2017-12-23 14:16:18 +00:00
Antoine Brodin
ddd8c8640e Change default version of samba from 4.4 to 4.6
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D13529
2017-12-23 07:03:21 +00:00
Yuri Victorovich
80c876d85e devel/gogs: Changed user from gogs to git; Moved ini file under /usr/local/etc
PR:		224113
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13469
2017-12-18 23:57:06 +00:00
Guido Falsi
82b8c66259 - Convert GUILE1 and GUILE2 options to flavors in the gnucash port
- Make the guile2 flavor the new default. Users requiring guile1
  can use that flavor
- Add note in UPDATING, since the default is changing

Reviewed by:	mat
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D13478
2017-12-15 17:19:56 +00:00
Adam Weinberger
e018bfc0ab Move the deprecated variables announcement from CHANGES to UPDATING.
These are user variables, not just developer variables.
2017-12-14 20:35:39 +00:00
Adam Weinberger
f800405c46 Add a short entry about FLAVORS 2017-12-06 13:56:27 +00:00
Kirill Ponomarev
b0df3b8b9c Add info about recursor passthrough removal in dns/powerdns
Reported by:	brd
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D13375
2017-12-05 16:28:28 +00:00
Kurt Jaeger
b433dc3a26 sysutils/dsbmd: update 0.4.1 -> 0.5
PR:		223973
Submitted by:	Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
2017-12-03 10:12:38 +00:00
Bryan Drewery
57703565cf FLAVORS needs Poudriere 3.2+ 2017-11-30 18:03:51 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Danilo G. Baio
70a9cd5182 security/p5-openxpki[-i18n]: Update to 1.19.4
PR:		223326
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
2017-11-26 20:53:15 +00:00
Kurt Jaeger
d573ffd406 mail/sympa: update 6.2.16 -> 6.2.22
Please note:

- Web's static dirs have moved to a single dedicated directory.
- Users should review webserver's /static configuration (examples in
  share/examples/sympa).

PR:		223793
Submitted by:	geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer)
Relnotes:	https://github.com/sympa-community/sympa/blob/6.2.22/NEWS.md
2017-11-26 20:29:06 +00:00
Ben Woods
f40e3cdfa2 sysutils/zrepl: Update to 0.0.2
- Include UPDATING message about breaking changes in zrepl.yml
- Update dependencies to match Gopkg.lock changes [1]
- Take maintainership, approves by lifanov via email previously

  [1] https://github.com/zrepl/zrepl/compare/0.0.1...0.0.2#files_bucket

Approved by:	lifanov (maintainer)
Differential Revision:	https://reviews.freebsd.org/D13163
2017-11-20 15:40:31 +00:00
Tobias Kortkamp
1f2a4fab13 graphics/netpbm: Fix build with older netpbm versions installed
The build currently fails when older netpbm version are still
installed in the build environment e.g. when upgrading from 10.35.98
to 10.80.00 the build fails with

ppmtompeg.o: In function `main':
ppmtompeg.c:(.text+0x9a5): undefined reference to `pm_strfree'
ppmtompeg.o: In function `getUserFrameFile':
ppmtompeg.c:(.text+0xcb1): undefined reference to `pm_asprintf'
ppmtompeg.c:(.text+0xcfb): undefined reference to `pm_strfree'
ppmtompeg.c:(.text+0xd04): undefined reference to `pm_strfree'

- Use explicit paths when linking with libnetpbm
- Remove UPDATING entry that previously recommended deinstalling
  netpbm first when using portmaster/portupgrade

PR:		223724
2017-11-18 00:51:34 +00:00
Nikolai Lifanov
4e9d4be535 update sysutils/terraform to 0.11.0
This update contains several incompatible changes.
Please follow the upgrade guide when updating.

Changes: https://github.com/hashicorp/terraform/blob/v0.11.0/CHANGELOG.md
Upgrade guide: https://www.terraform.io/upgrade-guides/0-11.html
2017-11-17 19:22:24 +00:00
Bryan Drewery
707b5178bb Note poudriere-options -p issue. 2017-11-14 23:14:08 +00:00
Thomas Zander
d28956b743 Provide UPDATING entry for renaming of devel/oniguruma6 to devel/oniguruma
PR:		222869
Reported by:	m.bueker@berlin.de
2017-11-12 14:09:12 +00:00
Pawel Pekala
ac01eaff99 - Date format for UPDATING is YYYYMMDD
- Change value to commit date to keep entries in chronological order

Approved by:	just fix it
2017-11-08 18:49:20 +00:00
Bradley T. Hughes
44ea3d95ff www/node: Update 8.8.1 -> 9.0.0
Update to the latest major version of Node.js.

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

Approved by:	robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D12974
2017-11-07 19:13:07 +00:00
Bernard Spil
1a7dfd5fc9 security/libressl: Update to 2.6.3
- Align with security/libressl-devel
 - Switch to using new install-man5 target for MAN3 option
 - Add UPDATING entry
2017-11-07 15:30:52 +00:00
Bernard Spil
b38d05d84e www/mod_auth_cas: Update to 1.1
- Update to 1.1
 - Add modules.d configuration file
 - Builds OK with clang
 - Fix configure detection of libpcre

PR:             214707
Submitted by:   Geoffroy Desvernay <dgeo@centrale-marseille.fr>
With hat:       apache
2017-11-05 12:36:16 +00:00
Bernard Spil
36df8a34b9 www/mod_rpaf2: Update to 0.8.4
- Update to 0.8.4 fixing Apache 2.4 compat [1]
 - Add modules.d config file [1] fixing [2]
 - Add upstream fix for clang warning [1]

PR:             209869 [1], 222374 [2]
Submitted by:   Geoffroy Desvernay <dgeo@centrale-marseille.fr> [1]
Reported by:    mayhem30@gmail.com [2]
With hat:       apache
2017-11-05 12:04:45 +00:00
Adam Weinberger
4492438acd Alter language bindings
Separate python2 and python3 bindings[1], to allow each to be enabled
independently or concurrently. py27 is still the default.

As long as I'm messing with language bindings, turn the Tcl and Lua
options off by default. This does NOT in any way affect support for
editing those types of files (including indenting, completion,
highlighting, linting, etc.)---it only affects plugins written in
Tcl or Lua or interactive debugging.

Suggested by:	mat [1]
2017-10-31 17:15:06 +00:00
Rodrigo Osorio
e0d561f4a9 Fix conflicts with emacs ctags (editors/emacs-devel, editors/emacs-nox11, editors/emacs)
by prefix the 'u' character.

PR:		223076
Submitted by:	<carl.shapiro@gmail.com
2017-10-26 22:14:34 +00:00
Guido Falsi
b1fac01e5e Retire WITHOUT_DEBUG flag.
The flag has partial support across the tree, and the same effect
can be obtained by using ".undef WITH_DEBUG".

Reviewed by:		mat, rene
Approved by:		portmgr (rene)
Differential Revision:	https://reviews.freebsd.org/D12548
2017-10-15 14:05:04 +00:00
Bryan Drewery
9779576b57 Update to 7.6p1
- Update x509 patch to 11.0
- HPN/NONECIPHER do not apply currently and are disabled by default,
  same as the base sshd.  A compatibility patch is applied if
  these options are disabled to prevent startup failures; the options
  are kept as deprecated.
- SCTP patch does not apply.

Changes: https://www.openssh.com/txt/release-7.6

Notable changes:
  - SSH version 1 support dropped.
  - Dropped support for hmac-ripemd160 MAC.
  - Dropped support for the ciphers arcfour, blowfish and CAST.
  - RSA keys less than 1024 bits are refused.
2017-10-12 19:40:58 +00:00
Tobias Kortkamp
1344a926b3 Fix typo
netpbm 10.88.00 -> netpbm 10.80.00
2017-10-06 19:21:02 +00:00
Tobias Kortkamp
8a9988ba82 Provide a hint for portmaster/portupgrade/make users for dealing with
the graphics/netpbm update.

Reported by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
2017-10-06 13:40:36 +00:00
Cy Schubert
c1ac4cfd3a Make the command rename options default. This avoids a conflict with
net/bsdrcmds by default allowing end-users to install both ports.

Users may deselect the options to use the original command names
however they must also uninstall net/bsdrcmds to avoid the conflict.
2017-10-05 01:56:06 +00:00
Tobias Kortkamp
7caab4aac6 x11-wm/cwm: Update to 5.6-201-g5a46349
A lot of things have changed for the better since version 5.6 in cwm,
but upstream has stopped tagging new releases.  This updates the port
to use a more recent commit to match cwm in OpenBSD more closely.
This is important because configuration options have changed which
makes it harder to share config files between systems.

While here

- Fix license which appears to not be BSD 2-clause but the ISC license
- Update WWW.  The old site is gone.
- Remove MASTER_SITES which wasn't really used

Changes:	https://github.com/chneukirchen/cwm/compare/v5.6...linux
PR:		222423
Approved by:	braakvaak@aol.com (maintainer timeout, 2 weeks)
2017-10-02 15:04:37 +00:00
Emanuel Haupt
18195f72a2 Add a notification for users of mail/isync using Maildir sub-folders.
PR:		222720 (based on)
Submitted by:	seschwar@gmail.com
2017-10-02 06:26:25 +00:00
Eugene Grosbein
68345b1ce3 Give a hint for those who strugges updating PHP after
dependency switch from devel/oniguruma5 to devel/oniguruma6

PR:		220809
Reported by:	dvl
Approved by:	ale (maintainer timeout, 8 weeks)
2017-09-29 20:10:13 +00:00
Guido Falsi
caeb91dbc2 Fix a grammar error and a typo.
Reported by:	Scott Bennett <bennett@sdf.org>
2017-09-28 20:05:57 +00:00
Guido Falsi
67f777acfe Make courier-autlib ports run the sysconftool on installation, as
suggested by upstream, like courier-imap port does.

The sample files are renamed to ".dist" because that is the name
the tool expects.

Also added a note to UPDATING to warn users about the sysconftool
expecting the comments not to be removed.

While here convert to localbase.

Suggested by:	Doug McIntyre <merlyn at iphouse.net>
2017-09-28 18:46:27 +00:00
Adam Weinberger
8987347c94 Remove references to gnupg22 port 2017-09-19 18:34:16 +00:00
Sunpoet Po-Chuan Hsieh
5a12c53f60 Use @FreeBSD.org 2017-09-17 18:00:18 +00:00
Kubilay Kocak
b75b16e980 MOVED/UPDATING: Improve cmake-modules entries
Clarify the wording around the devel/cmake-modules deletion (merge into
devel/cmake), and provide explicit instructions for users on how to
proceed.

PR:             222000
2017-09-17 05:22:30 +00:00
Jean-Sébastien Pédron
0cc13b3d48 lang/rust: Install Cargo + use bundled crates
This port now provides Cargo. This is the recommended now because Cargo
won't be provided separately in the future.

To build Cargo, we set `extended = true` in `config.toml`. As a side
effect, this flag also installs Rust source code. The port has a new
`SOURCES` option (disabled by default) to keep those sources.

As a consequence of this, `devel/cargo` is removed. Several ports
and Makefiles in Mk were updated to depend on `lang/rust` instead of
`devel/cargo`.

The other big change in this patch is the use of the bundled crates,
instead of relying on Cargo's registry (which was part of the distfiles,
in order to allow offline builds). So now, we don't need to prepare the
registry when updating this port.

This has several other benefits:
    * It fixes the build with sudo(8).
    * It fixes the use of the ino-64 patch (it was not applied to the
      registry, thus not used).

Compilation errors were fixed in the ino-64 patch.

Various `.cargo-checksum.json` files are updated after the sources are
patched (FBSD10_FIX, ino-64, and so on). This fixes builds which were
failing with errors such as:

    error: the listed checksum of `.../rustc-1.19.0-src/src/vendor/lzma-sys/xz-5.2.3/build-aux/config.rpath` has changed:
    expected: c8b4c017079da9dfb3086a0583e60ffe736184d89005dc5973f0bb0fd17c04bb
    actual:   561b00eb30ecaef2c9da17bc195e7d2a7ea63facea38ea9849fbb0ed340bebba

PR:		221088
Reported by:	joneum@, nwhitehorn@, romain@,
		Ekaterina Vaartis <vaartis@cock.li>,
		david@catwhisker.org,
		fullermd@over-yonder.net,
		rum1cro@yandex.ru,
		w.schwarzenfeld@utanet.at
Differential Revision:	https://reviews.freebsd.org/D11783
2017-09-15 18:01:17 +00:00
Adriaan de Groot
c91270bd8d Update CMake to 3.9, merge devel/cmake-modules into devel/cmake
Thanks to antoine@ for the exp-run.

Approved by:		rakuco (mentor)
Reviewed by:		tcberner (mentor)
Reviewed by:		mat
PR:			222000 (exp-run)
Differential Revision:	https://reviews.freebsd.org/D12299
2017-09-14 21:02:51 +00:00
Richard Gallamore
5773b6db78 Updated to 6.1.2, cleanup makefiles, add note in UPDATING
Upstream has set collation type for MySQL to be implicit and
will cause issues when updating if tables are not set to
utf8_unicode_ci.

Approved by:	lifanov (mentor, implicit)
2017-09-04 19:49:41 +00:00
Adam Weinberger
9c44649747 Add gnupg22 port. GnuPG 2.2 is the new LTS stable version. gnupg20 is
now marked for deprecation at the end of the year (when upstream support
for it will end). Users of gnupg20 should migrate to gnupg22.

The gnupg port is remaining at 2.1.x for now, as it's essentially the
same thing as 2.2.0. It will become 2.3 soon-ish.
2017-08-28 13:02:24 +00:00
Richard Gallamore
a3a23ae45d * Bump port revision, added emperor support to rc script
* Changed socket uid/gid and mode, this should fix github issue #1471[1]

[1] https://github.com/unbit/uwsgi/issues/1471

PR:		210170
Submitted by:	David Wahlund
Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D12089
2017-08-20 22:53:57 +00:00
Adam Weinberger
4921e7b6b2 Add more detailed instructions for the dovecot rename.
Submitted by:	Christos Chatzaras
2017-08-08 18:07:35 +00:00