<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports, branch release/10.4.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F10.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F10.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2017-09-06T09:26:51Z</updated>
<entry>
<title>MFH: r449332</title>
<updated>2017-09-06T09:26:51Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2017-09-06T09:26:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0b48d9e7b41602b07bf406fe0d6a658cb33db5a9'/>
<id>urn:sha1:0b48d9e7b41602b07bf406fe0d6a658cb33db5a9</id>
<content type='text'>
Fix not starting after crash.

When nrpe quits ungracefully, for example, if the box was rebooted, it
often does not start because the pid file is still there, and the pid in
it exists and the pid in it is in use by some other process.

The dubious code is in src/nrpe.c in write_pid_file() around line 1756
that could be axed.

But I think the easiest way to fix this is with the attached patch.
precmd is run just before starting the daemon and after checking that it
is not already running.

With this, it starts just fine, and still refuses to start if it is
really already running, but starts fine if the pid file contains a pid
that exists but is not nrpe.

PR:		221740
Submitted by:	mat
Approved by:	maintainer timeout, ports-secteam blanket
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>MFH: r449270</title>
<updated>2017-09-05T05:54:34Z</updated>
<author>
<name>Jan Beich</name>
<email>jbeich@FreeBSD.org</email>
</author>
<published>2017-09-05T05:54:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=698499d2ec0f0b363835ed8b59be7ef054977c2e'/>
<id>urn:sha1:698499d2ec0f0b363835ed8b59be7ef054977c2e</id>
<content type='text'>
graphics/colmap: try#2 to unbreak on non-x86

../ext/VLFeat/libvlfeat.a(host.c.o): In function `_vl_x86cpu_info_init':
host.c:(.text+0x1c): undefined reference to `_vl_cpuid'
host.c:(.text+0x40): undefined reference to `_vl_cpuid'
collect2: error: ld returned 1 exit status

Reported by:	pkg-fallout (aarch64, armv6)
Approved by:	ports-secteam blanket
</content>
</entry>
<entry>
<title>MFH: r449128</title>
<updated>2017-09-03T16:26:41Z</updated>
<author>
<name>Marc Fonvieille</name>
<email>blackend@FreeBSD.org</email>
</author>
<published>2017-09-03T16:26:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=711bc16752b52021161b8647f98179fe7d190458'/>
<id>urn:sha1:711bc16752b52021161b8647f98179fe7d190458</id>
<content type='text'>
Update to r50775 from the FreeBSD docset (a.k.a. 10.4-R version)

Approved by:	portmgr (blanket), doceng (implicit)
</content>
</entry>
<entry>
<title>- Fix RUN_DEPENDS</title>
<updated>2017-09-03T13:27:50Z</updated>
<author>
<name>TAKATSU Tomonari</name>
<email>tota@FreeBSD.org</email>
</author>
<published>2017-09-03T13:27:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=db1414d7d104f92e91b4cb0d34c9098e9c377829'/>
<id>urn:sha1:db1414d7d104f92e91b4cb0d34c9098e9c377829</id>
<content type='text'>
Approved by:	ports-secteam (delphij)
</content>
</entry>
<entry>
<title>MFH: r449108</title>
<updated>2017-09-02T15:03:53Z</updated>
<author>
<name>Adam Weinberger</name>
<email>adamw@FreeBSD.org</email>
</author>
<published>2017-09-02T15:03:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f600cc23ee89aa48b33d06147ffc764f883cad4a'/>
<id>urn:sha1:f600cc23ee89aa48b33d06147ffc764f883cad4a</id>
<content type='text'>
Disable the pkg-deinstall script.

spamd's pkg-install adds spamd stuff to /etc/services, and pkg-deinstall
removed it. The problem is that pkg doesn't run DEINSTALL before INSTALL
when upgrading/reinstalling. As a result, when spamd is restarted,
/etc/services winds up lacking the spamd entries, causing spamd to fail
to start.

The ideal solution is pkg running those targets in the predicted order,
or pkg gaining a @services keyword. In the meantime, this commit just
disables the pkg-deinstall. If you are uninstalling spamd you can remove
those /etc/services entries by hand.

PR:		212335
Approved by:	maintainer timeout (~ 1 yr)

Approved by:	ports-secteam (delphij)
</content>
</entry>
<entry>
<title>MFH: r447182</title>
<updated>2017-09-02T09:59:45Z</updated>
<author>
<name>Rodrigo Osorio</name>
<email>rodrigo@FreeBSD.org</email>
</author>
<published>2017-09-02T09:59:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=06fbf47b96988440821d7cf411647924a5761433'/>
<id>urn:sha1:06fbf47b96988440821d7cf411647924a5761433</id>
<content type='text'>
Update port to 0.5.12
Fix CVE-2017-8920: XSS in 'R' parameter

Security:	CVE-2017-8920

Approved by:	ports-secteam (feld)
</content>
</entry>
<entry>
<title>MPL11 license doesn't exist in 2017Q3</title>
<updated>2017-09-01T21:51:10Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2017-09-01T21:51:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a670716c5c9e430ae98a63b5dbe7de44eabdfd58'/>
<id>urn:sha1:a670716c5c9e430ae98a63b5dbe7de44eabdfd58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFH: r448998 r449000 r449020</title>
<updated>2017-08-31T19:29:19Z</updated>
<author>
<name>Mark Felder</name>
<email>feld@FreeBSD.org</email>
</author>
<published>2017-08-31T19:29:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d1329950f3ca9075b3d97cce9d7bb2fb10d0a761'/>
<id>urn:sha1:d1329950f3ca9075b3d97cce9d7bb2fb10d0a761</id>
<content type='text'>
Add base/port options for libpcap

PR:		221923
Approved by:	ehaupt (maintainer)

Correctly define the _DESC values

Reported by:	ehaupt,mat

Fix OPTIONS_SINGLE logic. The two options (LIBPCAP_BASE and LIBPCAP_PORTS) need
to be mutually exclusive.

If LIBPCAP_BASE is selected, make sure the binary is linked against the libpcap
from base, even if net/libpcap is present.

Bump PORTREVISION to make sure the OPTIONS change is tracked.

Reported by:	jbeich

Approved by:	ports-secteam (with hat)
</content>
</entry>
<entry>
<title>MFH: r448607</title>
<updated>2017-08-31T12:47:13Z</updated>
<author>
<name>Torsten Zuehlsdorff</name>
<email>tz@FreeBSD.org</email>
</author>
<published>2017-08-31T12:47:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=66cea1339defeff03b170838cc98ec448b42d1e8'/>
<id>urn:sha1:66cea1339defeff03b170838cc98ec448b42d1e8</id>
<content type='text'>
mail/phpmailer: Update from 5.2.23 to 5.2.24

Changelog:

- SECURITY Fix: XSS vulnerability in one of the code examples, CVE-2017-11503.
  The code_generator.phps example did not filter user input prior to output.
  This file is distributed with a .phps extension, so it it not normally
  executable unless it is explicitly renamed, so it is safe by default. There
  was also an undisclosed potential XSS vulnerability in the default exception
  handler (unused by default). Patches for both issues kindly provided by
  Patrick Monnerat of the Fedora Project.
- Handle bare codes (an RFC contravention) in SMTP server responses
- Make message timestamps more dynamic - calculate the date separately
  for each message
- Include timestamps in HTML-format debug output
- Improve Turkish, Norwegian, Serbian, Brazilian Portuguese &amp;
  simplified Chinese translations
- Correction of Serbian ISO language code from sr to rs
- Fix matching of multiple entries in Host to match IPv6 literals
  without breaking port selection (see #1094, caused by a3b4f6b)
- Better capture and reporting of SMTP connection errors

Reported by: Ken J. &lt;tweakerz@shaw.ca&gt;

Approved by:	ports-secteam (delphij)
</content>
</entry>
<entry>
<title>MFH: r448429</title>
<updated>2017-08-30T22:34:17Z</updated>
<author>
<name>TAKATSU Tomonari</name>
<email>tota@FreeBSD.org</email>
</author>
<published>2017-08-30T22:34:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d60e8e7c83ef4192dfae26f283b0111bd253d499'/>
<id>urn:sha1:d60e8e7c83ef4192dfae26f283b0111bd253d499</id>
<content type='text'>
- Update to 3.5.9

PR:		221165
Submitted by:	Koichiro IWAO &lt;meta+ports_AT_vmeta_DOT_jp&gt;

Approved by:	ports-secteam (delphij)
</content>
</entry>
</feed>
