Since this is the first time this is being done I'd like to state that this
is so people who install packages from a release CD can have a (rough)
reference point on when the release was cut so they know how far back to
read in UPDATING.
Submitted by: Warren Block <wblock@wonkity.com>
Discussed at: http://lists.freebsd.org/pipermail/freebsd-ports/2011-February/066090.html
the 2.32 protocol for compatibility with hosts not using FreeBSD ports. [1]
Note that other than discussed in the PR, this port installs
unison232[-text] commands and documentation into .../unison232
directories so as to avoid conflicts with net/unison and allow
parallel installation of both ports.
Other changes since repocopy than renaming:
- Take maintainership for this new port for now and grant Guido Falsi
implicit approval for port changes.
- Downgrade to 2.32.52 (the repocopy copied HEAD rather than the
specified date) - note I'm not bumping PORTEPOCH since unison232
wasn't hooked to the build before this commit, and we've renamed to
installed port/package from unison to unison232, so it's technically a
new port.
- Query GTK2 support through OPTIONS framework, unless WITHOUT_X11 is
defined. Check WITHOUT_GTK2 variable, don't care about WITH_GTK2.
- Create ${DESKTOPDIR} before trying to install files into it, for the
benefit of systems that install into a fresh PREFIX.
- Remove CONFLICTS, add PKGNAMESUFFIX=232.
- Clean up the Makefile a bit, and don't hide non-echo/cat commands
- Remove pkg-message variants
- Hook net/unison232 to the tree in net/Makefile
- Add UPDATING entry
- Add German translation for the .desktop file.
PR: ports/154912 [1]
Submitted by: mandree (myself)
- Readd patch to remove i18n check for 0.4.2
- Warn users of 3rd party plugins in UPDATING about possible incompatibilities
- Do not install .bak files
Feature safe: yes
Most notably, this version fixes local exim -> root escalation,
CVE-2010-4345.
Port had also gained configurable knob for disabling -D option
and make variables TRUSTED_CONFIG_LIST and WHITELIST_D_MACROS
to fine tune the behaviour of options -C and -D.
New items are documented at
ftp://exim.inode.at/exim/ChangeLogs/NewStuff-4.73
Changelog is available at
ftp://exim.inode.at/exim/ChangeLogs/ChangeLog-4.73
Security: e4fcf020-0447-11e0-becc-0022156e8794 / CVE-2010-4345
PR: 152963 [1], 153711 [2]
Submitted by: Alexander Wittig <alexander@wittig.name> [1]
Approved by: garga (mentor)
Leave the entries with the same ages as 7.0-R there for people that might upgrade from that version.
PR: ports/152692
Submitted by: myself
Approved by: portmgr (pav)
- Update textproc/libwpd to 0.9.0 release
- Add graphics/libwpg01 and textproc/libwpd08 as support libraries only
- Take maintainership of textproc/libwpd[08] [1]
- Chase dependencies in related ports
- Describe updating procedure in UPDATING
Approved by: Mikhail Teterin (maintainer) via mail [1]
* php5-sockets is needed and php5-filter -- not needed;
* local modifications to config.php should go into config_local.php
and config.php must be replaced at every installation.
Feature safe: yes
Approved by: garga (mentor)
Major changes:
- new installation layout, resembling RPM packages:
- client = Client Utilities + Development Libraries + Shared components
- server = MySQL Server + Embedded
- new build system: cmake instead of autotools
- fewer port knobs
Expect various breakages, but if we are lucky this could become the new default
mysql port.