Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.3.1.6.3_1 11 May 2023 06:59:10 |
Alexey Dokuchaev (danfe) |
devel/apr1: unbreak the port's build against enforced ccache
Without setting CC_FOR_BUILD the configure script will try to
search for suitable compiler, and if `devel/ccache` is packaged
with compiler symlinks, its `gcc' would be detected first thus
breaking the port's build. This only applies to APR_CONF_ENV,
not APU_CONF_ENV. |
1.7.3.1.6.3_1 04 Apr 2023 07:52:15 |
Bernard Spil (brnrd) |
devel/apr1: Fix build failure for GDMB option
PR: 269857 |
1.7.3.1.6.3_1 02 Apr 2023 18:34:41 |
Bernard Spil (brnrd) |
devel/apr1: Update BDB support
* Allow no BDB
* Correct license with BDB 18
* Spelling
PR: 269857
Submitted by: John Hein <jcfyecrayz liamekaens com> |
1.7.3.1.6.3 01 Apr 2023 15:42:03 |
Bernard Spil (brnrd) |
devel/apr1: Update to 1.7.3
* Update APR-util to 1.6.3
* Fix build with MySQL 8 [2]
* databases/db5 is depreacated since 2022-06-30 [3]
* Switch default BDB to 18
PR: 269857, 230538 [2], 261523 [3]
Submitted by: ngie
With hat: apache |
1.7.0.1.6.1_2 08 Feb 2023 10:53:56 |
Muhammad Moinur Rahman (bofh) |
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.7.0.1.6.1_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.7.0.1.6.1_2 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.7.0.1.6.1_2 29 Jun 2022 16:32:58 |
Po-Chuan Hsieh (sunpoet) |
devel/apr1: Update WWW
Approved by: portmgr (blanket) |
1.7.0.1.6.1_2 27 Apr 2022 13:21:22 |
Piotr Kubaj (pkubaj) |
devel/apr1: remove obsolete powerpc / powerpcspe conditional |
1.7.0.1.6.1_2 23 Feb 2022 12:15:49 |
Jochen Neumeister (joneum) |
devel/apr1: Fix output of `apu-1-config --libs` when default version of berkeley
db is 18
When default version of berkeley db is 18, `apu-1-config --libs` returns
following output.
yasu@eastasia[2137]% apu-1-config --libs
-ldb -lgdbm -lexpat
yasu@eastasia[2146]%
However, it is not libdb.so but libdb-18.1.so that is installed under
${PREFIX}/lib when you install database/db18. And it results in build failure of
some ports that depend on devel/apr1 and use the output of `apu-1-config --libs`
to get the options necessary for linking libraries properly. So fix the output
by adding patch that makes configure script detects library name correctly.
PR: 262137
Submitted by: yasu
Approved by: apache (with hat)
Sponsored by: Netzkommune GmbH |
1.7.0.1.6.1_1 12 May 2021 17:11:38 |
Dmitry Marakasov (amdmi3) |
devel/apr1: remove mentions of nonexisting option
Approved by: portmgr blanket |
1.7.0.1.6.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.7.0.1.6.1_1 01 Apr 2020 17:02:29 |
pkubaj |
devel/apr1: fix build of devel/subversion on powerpc(spe)
Those architectures don't have atomic functions working.
PR: 242680
Submitted by: jhibbits
Reported by: canardo909@gmx.com |
1.7.0.1.6.1 15 Mar 2020 13:26:22 |
brnrd |
devel/apr1: Fix tomcat-native build
* Remove modification to build/apr_rules.mk introduced
in r322367. No further documentation on change found.
With hat: apache
PR: 244695
Submitted by: Michael Osipov <michael osipov siemens com> |
1.7.0.1.6.1 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
1.7.0.1.6.1 06 Aug 2019 08:58:16 |
joneum |
Update to 1.7.0
*) apr_dir_read: [Unix] Dropped the preference of the dirread_r() flavor
for dirread(), because the former is both deprecated and unneeded.
[Yann Ylavic, William Rowe]
*) apr_file_info: [Win32 only] Treat only "name surrogate" reparse points
as symlinks, and not other reparse tag types. PR47630
[Oleg Liatte <olegliatte gmail.com>]
*) Test %ld vs. %lld to avoid compiler emits using APR_OFF_T_FMT, in the
case of apparently equivilant long and long long types. [William Rowe]
*) Recognize APPLE predefined macros as equivilant to DARWIN. [Jim Jagielski]
(Only the first 15 lines of the commit message are shown above ) |
1.6.5.1.6.1_1 11 Nov 2018 15:38:51 |
danfe |
Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support. Due to shlib
version change, bump port revisions of the consumer ports.
PR: 233059
Exp-run by: antoine
Approved by: maintainer (johans, numerous timeouts) |
1.6.5.1.6.1 27 Oct 2018 21:46:51 |
brnrd |
devel/apr1: Update APR to 1.6.5
- MySQL 8.0 (port marked "devel") not compatible [1]
PR: 230538 [1]
Reported by: <please forget me.uk>
Differential Revision: https://reviews.freebsd.org/D17688 |
1.6.3.1.6.1_1 21 Mar 2018 21:24:44 |
brnrd |
devel/apr1: Bump portrevision
- Repair my rookie mistake of earlier today
- Bump revision of dependent ports (again)
Reported by: antoine |
1.6.3.1.6.1 21 Mar 2018 19:50:35 |
brnrd |
devel/apr1: Fix runtime issues of dependent port
- iconv is in base in all supported FreeBSD versions
- Fix build with MariaDB 10.2 [2]
- Bump portrevision in dependencies
PR: 226705 [1], 226026 [2]
With hat: apache
Approved by: joneum (apache) |
1.6.3.1.6.1 18 Mar 2018 08:33:22 |
amdmi3 |
- Switch to new test framework
Approved by: portmgr blanket |
1.6.3.1.6.1 08 Nov 2017 08:06:09 |
brnrd |
devel/apr1: Update to 1.6.3.1.6.1
- Fixes build with LibreSSL [1]
PR: 222762 [1] |
1.6.2.1.6.0 13 Jul 2017 11:04:28 |
brnrd |
devel/apr1: Fix SQLite option
- Fix SQLITE configure args (typo)
- Whitespace fixes
- Fix typo in UPDATING entry
- Add pkg-message with warning
Reported by: Stefan Esser |
1.6.2.1.6.0 12 Jul 2017 19:25:15 |
brnrd |
devel/apr1: Update to 1.6 branch
- Update APR to 1.6.0
- Update APR-util to 1.6.2
- Add UPDATING entry
- Ungroup APR
- Add missing descriptions
- Switch to using OPT_VARS
- Add ODBC driver
- Remove FreeTDS driver and patch
- Remove Windows files from WRKDIR not WRKSRC
- Cosmetic fixes
- Update patches for new version
Reviewed by: ohauer (maintainer)
Approved by: ohauer (maintainer)
Differential Revision: https://reviews.freebsd.org/D11285 |
1.5.2.1.5.4_2 09 Oct 2016 12:10:02 |
jbeich |
devel/nspr, security/nss: drop version from SONAME
No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.
$ cc -lplds4 -L/usr/local/lib
/usr/lib/crt1.o: In function `_start1':
crt1_c.c:(.text+0xa6): undefined reference to `main'
/usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
/usr/local/lib/libplds4.so: undefined reference to `pthread_create'
/usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
/usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
/usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'
PR: 213144
Exp-run by: antoine |
1.5.2.1.5.4_1 04 Aug 2016 18:44:21 |
ohauer |
- add patch to modify apr1 poll() emulation to match behavior expected by serf
serf depends on the poll emulation in apr returning a POLLERR event if a
non-blocking connect() attempt fails in order to trigger an IPv6 -> IPv4
fallback, or a fallback to another address for a multi-homed host. On
FreeBSD, the poll emulation is done using kqueue, and the result returned by
the poll() emulation is POLLIN + POLLHUP.
- upstream apache PR:
https://bz.apache.org/bugzilla/show_bug.cgi?id=59914
PR: 211430
Submitted by: Don Lewis (truckman@)
MFH: 2016Q3 |
1.5.2.1.5.4 19 Jul 2016 11:04:14 |
mat |
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight |
1.5.2.1.5.4 05 Jul 2016 15:32:51 |
ohauer |
- replace USE_XXX with new USES=xxx notation |
1.5.2.1.5.4 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
1.5.2.1.5.4 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
1.5.2.1.5.4 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.5.2.1.5.4 10 Jan 2016 18:17:36 |
ohauer |
- adopt new SQLITE USES |
1.5.2.1.5.4 05 Nov 2015 12:36:25 |
mat |
Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR: 204056
Submitted by: mat
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D2735 |
1.5.2.1.5.4 29 May 2015 05:13:46 |
ohauer |
- update apr to 1.5.2
Changes for APR 1.5.2
*) apr_escape: Correctly calculate the size of the returned string in
apr_escape_path and set the correct return value in case we actually
escape the string. [<aduryagin gmail.com>] PR 57230.
*) apr_poll(cb): fix error paths returned values and leaks. [Yann Ylavic]
*) apr_skiplist: Optimize the number of allocations by reusing pooled or
malloc()ed nodes for the lifetime of the skiplist. [Yann Ylavic]
*) apr_skiplist: Fix possible multiple-free() on the same value in
apr_skiplist_remove_all(). [Yann Ylavic]
*) apr_global_mutex/apr_proc_mutex: Resolve failures with the
POSIX sem implementation in environments which receive signals.
[Jeff Trawick]
*) apr_skiplist: Fix potential corruption of skiplists leading to
results or crashes. [Takashi Sato <takashi tks st>, Eric Covener]
PR 56654. |
1.5.1.1.5.4 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.5.1.1.5.4 22 Mar 2015 23:54:34 |
bdrewery |
Use proper MAKE_CMD reference.
With hat: portmgr |
1.5.1.1.5.4 22 Nov 2014 19:13:50 |
crees |
Switch to USES=pgsql |
1.5.1.1.5.4 22 Sep 2014 18:48:55 |
ohauer |
- update to apr-util-1.5.4
- add LICENSE
- add CPE support (reflect only apr-util)
- s/libtool:keepla/libtool/ [1]
- USE_BDB= s/48+/5+/ (db5 is already the default version in the ports tree)
- build always with THREADS and remove the THREAD OPTION
- use dedicated CONFIGURE_ENV for apr/apr-util [2]
- always install lib/apr-util-1 directory
- display apr/apr-util build steps with an ECHO_MSG for better
buildlog analyzing
Changes with APR-util 1.5.4 [3]
*) MySQL driver: Fix incorrect handling of bad parameter in the
driver support for apr_dbd_transaction_end(). PR 56330.
*) apr_crypto_get_driver(): Fix invalid storage reference on error path. (Only the first 15 lines of the commit message are shown above ) |
1.5.1.1.5.3_4 20 Sep 2014 12:14:20 |
ohauer |
- adopt new ${opt}_ARGS for USE and DEPENDS
- small cleanup and restructure
- add LICENSE
- no version bump [1]
[1] A new apr-util release is in the pipe and with
this commit the next changes are more transparent.
with hat apache@ |
1.5.1.1.5.3_4 21 Aug 2014 22:50:30 |
mandree |
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) |
1.5.1.1.5.3_3 24 Jul 2014 18:34:16 |
tijl |
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above ) |
1.5.1.1.5.3_2 04 Jul 2014 09:41:00 |
tijl |
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit) |
1.5.1.1.5.3_1 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
1.5.1.1.5.3_1 11 Jun 2014 09:31:13 |
ohauer |
- USES libtool:keepla
- bump PORTREVISION
Originally I planned to keep this change on hold,
but a couple of minutes before gdbm was changed
so this is a good time to annoy users only once. |
1.5.1.1.5.3 21 Apr 2014 17:43:46 |
ohauer |
- update apr to 1.5.1
- use OPTIONS_SUB instead PLIST_SUB
- remove back ported patch
- use POSIX instead SysV SHM
- remove LDFLAGS from CONFIGURE_ENV (unbreak auto. testing)
Changes for APR 1.5.1
*) apr_os_proc_mutex_get() on Unix: Avoid segfault for cross-
process pthread mutexes. [Yann Ylavic <ylavic.dev gmail.com>]
*) When using shmget-based shared memory, the ID used for ftok is
now an APR hash of the filename instead of the constant '1'.
We do this to help avoid collisions. PR 53996 [Jim Jagielski]
*) apr_socket_atreadeof(): Fix breakage on OS X. [Jim Jagielski] (Only the first 15 lines of the commit message are shown above ) |
1.5.0.1.5.3 22 Mar 2014 21:14:41 |
ohauer |
- update to apr-1.5.0
- add fix for FreeBSD 10 obtained from
http://svn.apache.org/viewvc?view=revision&revision=1551672
- bump USE_BDB=42+ -> USE_BDB=48+ [1]
- add entry to UPDATING
Changes for APR 1.5.0 (shortened)
http://www.apache.org/dist/apr/CHANGES-APR-1.5
*) Add apr_sockaddr_is_wildcard() to check if a socket address
refers to the wildcard address for the protocol family (e.g.,
0.0.0.0/INADDR_ANY for IPv4). [Jeff Trawick]
*) Add the apr_escape interface. [Graham Leggett]
(Only the first 15 lines of the commit message are shown above ) |
1.4.8.1.5.3 10 Feb 2014 17:22:41 |
mat |
No need to define IPV6 twice
Pointy hat to: ehaupt
Sponsored by: Absolight |
1.4.8.1.5.3 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
1.4.8.1.5.3 24 Nov 2013 19:42:15 |
ohauer |
- update apr-util to 1.5.3
- *no update* to apr-1.5.0 [1]
Changes with APR-util 1.5.3
*) Fix warnings in odbc driver on 64bit systems.
PR 55197 [Tom Donovan]
*) Add support to apr_memcache for unix domain sockets.
PR 54573 [Remi Gacogne <rgacogne+asf aquaray.com>]
*) Add support for Berkeley DB 6.0. [Rainer Jung]
[1] apache24 is broken if build against apr-1.5.0 and
enable-v4-mapped is set to ON (the default) |
1.4.8.1.5.2 29 Sep 2013 17:56:04 |
ohauer |
- add stage support |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
1.4.8.1.5.2 07 Sep 2013 19:49:42 |
bsam |
Introduce variable ICONV_PREFIX at Mk/Uses/iconv.mk. The default for
pre 100043 is ${LOCALBASE} and /usr otherwise. Convert all ports to
new variable usage.
Approved by: portmgr (bapt, implicit) |
1.4.8.1.5.2 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.4.8.1.5.2 06 Jul 2013 08:43:49 |
ohauer |
- update devel/apr1
apr-1.4.6 -> apr-1.4.8
apr-util-1.4.1 -> apr-util-1.5.2
- add support for NSS crypto driver (apr-util)
Changes URL's:
http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/CHANGES?view=markup
http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/CHANGES?view=markup
http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/CHANGES?view=markup
Thanks to tijl@ for sending patches to the apache@ list.
http://lists.freebsd.org/pipermail/freebsd-apache/2013-June/003172.html
with hat apache@ |
1.4.6.1.4.1_3 27 Apr 2013 08:50:47 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
1.4.6.1.4.1_3 26 Mar 2013 09:06:13 |
ohauer |
- fix build with freetds
- no version bump (not a default option)
PR: 177118
Submitted by: Christopher Dukes <chris.dukes.aix@gmail.com> |
1.4.6.1.4.1_3 19 Feb 2013 21:54:08 |
ohauer |
- Revert PTHREAD cleanup, else apr-1-config returns wrong values
even if build with explicit LDFLAGS set.
Noted on the apache@ list by Geoff Speicher
http://lists.freebsd.org/pipermail/freebsd-apache/2013-February/003044.html |
1.4.6.1.4.1_3 14 Feb 2013 09:42:13 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
1.4.6.1.4.1_3 13 Jan 2013 22:26:01 |
ohauer |
- add apu OPTION for freetds
(no PORTREVISION bump, since not a default option)
Requested on
http://lists.freebsd.org/pipermail/freebsd-apache/2013-January/003020.html
Apache bug Id.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53666
Submitted by: "Mikhail T." <mi+thun@aldan.algebra.com> |
1.4.6.1.4.1_3 14 Dec 2012 15:06:10 |
ale |
Fix PLIST. |
1.4.6.1.4.1_2 12 Dec 2012 19:52:04 |
ohauer |
- add and enable Crypto framework [1]
(only OpenSSL, there are some build issues with NSS)
- remove unused PERL build dependency [2]
- use OPTIONS_GROUP instead OPTIONS_DEFINE
- bump PORTREVISION
[1] requested by many on the apache@ list
[2] thanks to andre@ (noted on the apache@ list) |
1.4.6.1.4.1_1 02 Sep 2012 14:31:59 |
ohauer |
devel/apr1 [1]
- update APR to 1.4.6
- update APR-util to 1.4.1
- remove PKGNAMESUFFIX'es
www/apache-(event|itk|peruser|worker)-mpm
- adopt new Makefile header, adjust
PKGNAMESUFFIX in apache22 masterport
PKGNAME match now LATEST_LINK
www/apache22 [2]-[6]
- rewrite for options NG
- PORTNAME s|apache|apache22|
- remove APR APR-util specific otions,
will be checked now with help of apr/u-1-config (Only the first 15 lines of the commit message are shown above ) |
1.4.5.1.3.12_1 08 Jul 2012 18:08:22 |
ohauer |
- cleanup option desc. |
1.4.5.1.3.12_1 08 Jul 2012 16:48:26 |
ohauer |
- convert to options NG
- sort pkg-plist |
1.4.5.1.3.12_1 23 Jan 2012 22:48:55 |
pgollucci |
- Fix ./configure tests w/ CLANG for IPv6
- No PORTVERSION bump, clang is not default
PR: ports/164420
Submitted by: Yuri Pankov <yuri.pankov@gmail.com>
With Hat: apache@ |
1.4.5.1.3.12_1 12 Sep 2011 13:46:59 |
gabor |
- Track dependencies after databases/gdbm update |
1.4.5.1.3.12 19 Jun 2011 10:27:12 |
skv |
Update to 5.14.1
Changes: http://search.cpan.org/~jesse/perl-5.14.1/pod/perldelta.pod |
1.4.5.1.3.12 22 May 2011 21:31:16 |
ohauer |
- update to apr-1.4.5
- update to apr-util-1.3.12
- add new make target "test:"
Changes for APR 1.4.5
*) Security: CVE-2011-1928
apr_fnmatch(): Fix high CPU loop. [William Rowe]
*) Fix top_builddir in installed apr_rules.mk. [Bojan Smojver]
Changes with APR-util 1.3.12
*) apr_ldap: Fix crash because of NULL cleanup registered by
apr_ldap_rebind_init(). [Rainer Jung]
commit with hat apache@ |
1.4.4.1.3.11_1 17 May 2011 22:29:25 |
pav |
- Bump PORTREVISION so the recent fix is visible to dependencies
Reported by: pointyhat |
1.4.4.1.3.11 16 May 2011 20:02:22 |
ohauer |
- add a fix to allow tomcat-native buld work again
Fix send also upstream to dev@apr.ao |
1.4.4.1.3.11 13 May 2011 23:00:18 |
ohauer |
- update apr1 to version 1.4.4 (security update CVE-2011-0419)
Changes: (trimmed non FreeBSD related to keep the list shorter)
http://www.apache.org/dist/apr/CHANGES-APR-1.4
Changes for APR 1.4.4
Changes for APR 1.4.3
*) Security: CVE-2011-0419
Reimplement apr_fnmatch() from scratch using a non-recursive
algorithm; now has improved compliance with the fnmatch() spec.
[William Rowe]
*) poll, pollset, pollcb on Windows: Handle calls with no file/socket
descriptors. PR 49882. [Stefan Ruppert <sr myarm.com>, Jeff Trawick] (Only the first 15 lines of the commit message are shown above ) |
1.4.2.1.3.10 01 Apr 2011 11:45:59 |
ohauer |
- make sure the system own sed is choosen even when
textproc/gsed is installed during build time.
This preserves issues in case textproc/gsed is removed
from the system after build time.
Issue described by Ryusuke SUZUKI <ryusuke _at_ FreeBSD.org>
With Hat: apache@ |
1.4.2.1.3.10 25 Feb 2011 06:15:44 |
ade |
Update to libtool 2.4
Tested by: pav (multiple -exp runs) |
1.4.2.1.3.10 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.4.2.1.3.10 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
1.4.2.1.3.10 06 Oct 2010 05:32:24 |
pgollucci |
- Update apr-util to 1.3.10
Security:
http://www.vuxml.org/freebsd/dd943fbb-d0fe-11df-95a8-00219b0fc4d8.html
With Hat: apache@
<ChangeLog>
*) SECURITY: CVE-2010-1623 (cve.mitre.org)
Fix a denial of service attack against apr_brigade_split_line().
[Stefan Fritsch]
*) SECURITY: CVE-2009-3560, CVE-2009-3720 (cve.mitre.org)
Fix two buffer over-read flaws in the bundled copy of expat which
could cause applications to crash while parsing specially-crafted
XML documents. [Joe Orton]
(Only the first 15 lines of the commit message are shown above ) |
1.4.2.1.3.9_2 05 Oct 2010 23:13:42 |
pgollucci |
- bsd.port.mk adds CFLAGS to CONFIGURE_ENV but not if you reference it directly
in the Makefile. Even if you use bsd.port.(pre|post).mk.
- This re-fixes WITH_MYSQL=yes WITH_MYSQL_VER=55 after ale@ really fixed
database/mysql55-client, databases/mysql55-server include/mysql layout.
This is a very non default config, so no PORTREVISION bump
PR: ports/146276 |
1.4.2.1.3.9_2 05 Oct 2010 19:57:56 |
ade |
Round one migration of ports from automake{19,110} to automake111 |
1.4.2.1.3.9_2 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
1.4.2.1.3.9_1 11 Sep 2010 13:28:57 |
pgollucci |
- Bump supported pthon version |
1.4.2.1.3.9_1 27 May 2010 03:32:06 |
pgollucci |
- set LIB_DEPENDS with just = not += |
1.4.2.1.3.9_1 26 May 2010 23:27:44 |
pgollucci |
- full patch from dev@apr.apache.org to detech bdb 5.0
With Hat: apache@ |
1.4.2.1.3.9_1 18 May 2010 05:44:57 |
pgollucci |
- Define python version explicitly
${APR_WRKDIR}/build/gen-build.py does not work with Python 3.1
- No PORTREVISION bump (build only)
PR: ports/146621
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
With Hat: apache@ |
1.4.2.1.3.9_1 18 May 2010 04:00:27 |
pgollucci |
- Force commit to note repo copy from devel/apr to devel/apr1
PR: ports/146553
Repo copy by: marcus
Submitted by: myself (pgollucci@)
With Hat: apache@ |