* Since this release we need to call libtoolize.
* Replace the copy of the GNU GPL v2 LICENSE (that upstream now puts
in $docDir) by a symlink to our copy in /system/data/licenses/.
* Upstream now installs GeoIP.conf.default in $docDir (instead of
$settingsDir in the previous release) so we now have to get it
from there when moving it to $dataDir/geoipupdate/.
* Simplify the previous patch for GeoIP.conf since upstream now
ships a default config which has sane defaults for unregistered
users, making GeoIP.conf usable out of the box. This simplified
patch now only adds a table with a small list of ProductIds.
Upstream does not ship docs/libcurl/*.html anymore. Although these
may be generated with "make html", we would need roffit or any other
MAN2HTML conversion utility, so let's just drop the html doc.
Also add a post-install script, fix_openssh_config_paths.sh, which
makes the required changes to both ssh_config and sshd_config in
/boot/system/settings/ssh/ if needed. Original files are saved with
a .bak suffix. Moreover, default config files are also available in
/system/data/openssh/ as ssh_config.default and sshd_config.default.
* Bump to 7.49.1 and call runConfigure with CFLAGS=_BSD_SOURCE and
CXXFLAGS=-D_BSD_SOURCE otherwise "make check" fails to build.
* Drop $manDir/man3 on 2nd arch devel packages.
* Move the manual page of curl-config(1) to the devel package.
* Use install (instead of mkdir and cp) to simplify INSTALL().
* Keep $binDir for 2nd arch since x86_gcc2 fails many tests.
* No need to call libtoolize. Keep autoconf (needed on x86_64).
* Add version info in rdef file to have "Get Info" show it.
From the Changelog found in 7.2p2:
commit 69fead5d7cdaa73bdece9fcba80f8e8e70b90346
Author: jmc@openbsd.org <jmc@openbsd.org>
Date: Sun Nov 8 22:08:38 2015 +0000
upstream commit
remove slogin links; ok deraadt markus djm
Upstream-ID: 39ba08548acde4c54f2d4520c202c2a863a3c730
Created recipe for version 2.2.2 with nice polishing for the man
pages, the runtime and the default configuration:
* Template config in system/data/geoipupdate/GeoIP.conf.default.
* Active config in system/settings/GeoIP.conf.
* Download location for all GeoIP Legacy and GeoIP2 databases:
B_SYSTEM_CACHE_DIRECTORY/GeoIP/ (i.e. /boot/system/cache/GeoIP/).
* Patch for the default config to allow geoipupdate to download the
GeoLite2-City and GeoLite2-Country databases out-of-the-box.
Updated the recipe for geoip-1.6.9 to make it use the same directory
used by geoipupdate instead of /var/lib/geoip/ previously used when
that recipe was created. Also fixed missing mkdir in geoipupdate.sh
and added lost patch with miscellaneous enhancements for it and some
cleaning in the recipe.