notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: devel/apr1/pkg-plist
SVNWeb

Number of commits found: 11

Tue, 6 Aug 2019
[ 08:58 joneum search for other commits by this committer ] Original commit   Revision:508239
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 View all of this commit message)
Wed, 12 Jul 2017
[ 19:25 brnrd search for other commits by this committer ] Original commit   Revision:445601
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
Mon, 22 Sep 2014
[ 18:48 ohauer search for other commits by this committer ] Original commit   Revision:368985
- 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 View all of this commit message)
Wed, 11 Jun 2014
[ 09:31 ohauer search for other commits by this committer ] Original commit   Revision:357445
- 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.
Mon, 21 Apr 2014
[ 17:43 ohauer search for other commits by this committer ] Original commit   Revision:351698
- 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 View all of this commit message)
Sat, 22 Mar 2014
[ 21:14 ohauer search for other commits by this committer ] Original commit   Revision:348807
- 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 View all of this commit message)
Sun, 13 Jan 2013
[ 22:26 ohauer search for other commits by this committer ] Original commit   Revision:310344
- 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>
Wed, 12 Dec 2012
[ 19:52 ohauer search for other commits by this committer ] Original commit   Revision:308787
- 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)
Sun, 2 Sep 2012
[ 14:31 ohauer search for other commits by this committer ] Original commit   Revision:303550 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sun, 8 Jul 2012
[ 16:48 ohauer search for other commits by this committer ] Original commit 
- convert to options NG
- sort pkg-plist
Tue, 18 May 2010
[ 04:00 pgollucci search for other commits by this committer ] Original commit 
- 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@

Number of commits found: 11