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
non port: mail/qmail-mysql/Makefile
SVNWeb

Number of commits found: 43

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  b587cc2  (Only the first 10 of 577 ports in this commit are shown above. View all ports for this commit)
mail: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ashish@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam David <adam@FreeBSD.org>
  *  Adam McDougall <mcdouga9@egr.msu.edu>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Deiter <tiamat@komi.mts.ru>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
  *  Alex Perel <veers@disturbed.net>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 29 Oct 2021
[ 09:50 Stefan Eßer (se) search for other commits by this committer ]    commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  819f25b  (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 16 Feb 2021
[ 01:00 amdmi3 search for other commits by this committer ] Original commit   Revision:565379
Fix qmail's qmailsend wrapper script by using correct PATH and removing bad
quoting

PR:		252457, 252293
Submitted by:	erdgeist@erdgeist.org (maintainer)
Reported by:	callumgibson@optusnet.com.au
MFH:		2021Q1
Sun, 24 May 2020
[ 12:59 pi search for other commits by this committer ] Original commit   Revision:536399
mail/qmail: Fixes CVE-2005-1513 to CVE-2005-1513, update TLS patch
mail/qmail-tls: Update TLS patch

See
https://www.qualys.com/2020/05/19/cve-2005-1513/remote-code-execution-qmail.txt
for details about the CVEs

- now builds with openssl 1.1.1e from the ports

PR:		244969, 245010
Submitted by:	erdgeist@erdgeist.org (maintainer)
Reported by:	klokanek@eldar.cz
MFH:		2020Q2
Security:	CVE-2005-1513, CVE-2005-1514, CVE-2005-1515
Fri, 15 Nov 2019
[ 10:12 tobik search for other commits by this committer ] Original commit   Revision:517643 (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
Sun, 4 Aug 2019
[ 08:37 pkubaj search for other commits by this committer ] Original commit   Revision:508078
mail/qmail-mysql: fix build with GCC architectures

Similar to other ports using, MySQL, it links to libatomic.

Approved by:	mentors (implicit approval)
Fri, 30 Oct 2015
[ 23:07 bdrewery search for other commits by this committer ] Original commit   Revision:400559
- Fix creation of rc symlink in package
- Fix procname in rc script so it can 'stop' correctly. [1]

Submitted by:	Dirk Engling <erdgeist@erdgeist.org> [1]
Mon, 17 Aug 2015
[ 14:20 mat search for other commits by this committer ] Original commit   Revision:394508 (Only the first 10 of 271 ports in this commit are shown above. View all ports for this commit)
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
Wed, 25 Jun 2014
[ 14:19 bdrewery search for other commits by this committer ] Original commit   Revision:359244
Fix CONFLICTS with netqmail-tls after PKGNAME rename in r359176
Tue, 24 Jun 2014
[ 18:27 bdrewery search for other commits by this committer ] Original commit   Revision:359119
Fix CONFLICTS after qmail->netqmail rename
Fri, 20 Jun 2014
[ 03:03 bdrewery search for other commits by this committer ] Original commit   Revision:358497
Switch mail/qmail and mail/qmail-mysql to using netqmail. Switch their
PKGNAMEs to reflect this as well and bump their version up to the last
netqmail release of 1.06.

qmail-ldap and qmail-spamcontrol explicitly want to be applied on stock
qmail, so leave those alone.

This does not bring much, but it allows easier updates to qmail-tls and
some of the other patches which depend on netqmail.

qmail-tls is left as qmail for now. It will be updated to the newer
revision soon which does require netqmail.

Changes include:
  * QMAILQUEUE by default
  * Fix for 0.0.0.0
  * qmail-smtpd is protected from exceedingly long (eg 2GB) headers

Other than those listed, there are no other significant changes beyond
documentation or patches that were already applied by default.
Sat, 19 Apr 2014
[ 06:24 bdrewery search for other commits by this committer ] Original commit   Revision:351584
- Don't try removing /var/qmail/queue at all
- Remove /var/qmail/queue from STAGEDIR so it's not an orphan
Thu, 17 Apr 2014
[ 05:16 bdrewery search for other commits by this committer ] Original commit   Revision:351447 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
mail/qmail, mail/qmail-tls, mail/qmail-mysql, mail/qmail-spamcontrol:

- Support stagedir
- Fix all leftovers
  Note that this depends on new Mk/Scripts/check_leftovers.sh added in r351446.
- Bump PORTREVISION in all ports due to plist being fixed.
- Support man.d on FreeBSD 9+
- Convert NOPORTDOCS
- Fix bad perl shebang for scripts/mkaliasdir
- Remove pkg-install and move all to pkg-plist
- Fix /var/qmail modified warning in poudriere by doing nothing in
  install-mtree
- Fix /var/qmail getting unpredictable/wrong permissions due to
  USERS/GROUPS changing for every user with HOME=/var/qmail
- Use more OPTIONS helpers
- Fix ccache support for spamcontrol patch building
- Fix build of SMTPEXTFORK in mail/qmail-spamcontrol with recent clang

Tested with:	pkg and pkg_install
Fri, 20 Sep 2013
[ 15:58 bdrewery search for other commits by this committer ] Original commit   Revision:327710 (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
- Add NO_STAGE until validated to be safe for upcoming staging support
Fri, 14 Jun 2013
[ 21:13 bdrewery search for other commits by this committer ] Original commit   Revision:320964
- Fix qmail-mysql build with clang and recent mysql-client

Reported by:	miwi via pointyhat
Sat, 23 Feb 2013
[ 18:49 bdrewery search for other commits by this committer ] Original commit   Revision:312845
- Cleanup example rc file
 - Support SHUTDOWN
 - Check for needed files/dependencies in precmd
 - Respect LOCALBASE
 - Make rclint happy
- Rename symlink from qmail.sh to qmailsmtpd
- Rename installed example rc file from qmail-smtpd.rcNG to qmailsmtpd
Thu, 31 Jan 2013
[ 23:39 bdrewery search for other commits by this committer ] Original commit   Revision:311340
- Fix build on CURRENT by using gcc for now
Fri, 5 Oct 2012
[ 12:41 garga search for other commits by this committer ] Original commit   Revision:305298 (Only the first 10 of 59 ports in this commit are shown above. View all ports for this commit)
Change headers of all ports maintained by me to new format
Sat, 28 Jul 2012
[ 15:57 cs search for other commits by this committer ] Original commit  (Only the first 10 of 75 ports in this commit are shown above. View all ports for this commit)
Fix typos in COMMENT

Approved by:	portmgr@ (implicit)
Sat, 19 Mar 2011
[ 13:15 ale search for other commits by this committer ] Original commit  (Only the first 10 of 131 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports linking to default libmysqlclient.
Mon, 31 Mar 2008
[ 01:07 garga search for other commits by this committer ] Original commit 
- Fix pkg-install to create initial aliases correctly, broken when was rewritten
from csh to sh
- Bump PORTREVISION from all slave ports
Wed, 26 Dec 2007
[ 16:43 garga search for other commits by this committer ] Original commit 
- Fix a segfault on amd64 (except on qmail-spamcontrol and qmail-ldap) [1]
- Add an rcNG startup example file to QMAIL_PREFIX/boot [2]
- Bump PORTREVISION due to rcNG add (except for qmail-ldap)
- Fix make certificate to add ciphers file to QMAIL_PREFIX/control [3]

PR:             ports/118117 [1], ports/117422 [2], ports/118198 [3]
Submitted by:   Andrew Reilly <areilly@bigpond.net.au> [1] [3]
                Nick@van-laarhoven.org [2]
Thu, 10 Aug 2006
[ 15:34 garga search for other commits by this committer ] Original commit 
Register CONFLICTS between qmail master and all slave ports
Mon, 3 Apr 2006
[ 15:52 garga search for other commits by this committer ] Original commit 
Update qmail-mysql to 1.1.15
Sat, 21 Jan 2006
[ 17:37 krion search for other commits by this committer ] Original commit  (Only the first 10 of 82 ports in this commit are shown above. View all ports for this commit)
- Fix 'all-depends-list' target in cases if dependencies list is
  very long and if some dependencies can't be added into the list.
  [1]

- Fix FAM support.  Make gamin the default FAM system. [2]

- Introduce new 'quicksearch' target to show only port, path and
  info section of the matching ports. [3]

- Introduce new category - rubygems. [4]

- Fix stale dependencies while installing qmail slaveport and
  another port that depends on qmail. [5]

- Add commentary for describes target in bsd.port.mk. [6]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 11 Jul 2005
[ 16:47 garga search for other commits by this committer ] Original commit  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Change MAINTAINER to my @FreeBSD.org account

Approved by:    flz (mentor)
Wed, 1 Jun 2005
[ 22:12 flz search for other commits by this committer ] Original commit 
- Update mysql patch to 1.1.11.

PR:             ports/81766
Submitted by:   maintainer
Tue, 10 May 2005
[ 14:31 sem search for other commits by this committer ] Original commit  (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
- Transfer all work to MASTER port and make slave ports easier
- Use only one pkg-plist and use PLIST_SUB
- Use DOCSDIR intead of DOCDIR
- OPTIONS'ify
- Remove WITH_PRESERVE_CONFIG_FILES knob and detect automatically when is need
  to create it.
- Add $FreeBSD$ tag to pkg-plist and pkg-install
- Fix error on enable-qmail script
- Remove MASTER_SITE_QMAIL definition from Makefile since it's defined on
  bsd.sites.mk
- Add a new option to don't create rc.d/qmail.sh
- Add rc.d/qmail.sh to pkg-plist when necessary

PR:             ports/80833
Submitted by:   maintainer
Thanks to:      novel, Joao Ricardo P. Mendes <joao@redepegasus.com.br>
Thu, 5 May 2005
[ 20:03 sem search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
o Pacify a lot of portlint WARN and FATAL messages
o Change ${PERL} to ${SED} or ${REINPLACE_CMD}
o Added patch patch-qmail-1.03-rfc2821.diff to search other MX servers
  when the first return a code > 500 and < 599
o Install mkaliasdir script on ${PREFIX}/scripts directory
o Remove targets to disable-qmail and enable-sendmail and put it on a
  shell script that is installed on /var/qmail/scripts. Change messages
  reflect this.
o Organize better pkg-plist
o Remove thereal-post-patch target and put all on post-post-patch target
o Add [0-9] to CONFLICTS on qmail-ldap port
o Change LIB_DEPENDS to USE_MYSQL=yes on qmail-mysql port
o Change qmail-spamcontrol to don't need more to apply patches mannualy

PR:             ports/79094
Submitted by:   maintainer
Sat, 9 Apr 2005
[ 17:52 lioux search for other commits by this committer ] Original commit 
Give maintainership to Renato Botelho <freebsd@galle.com.br> who
has been submitting outstanding PRs for all qmail ports I have been
maintaining up to this moment. They will be in good hands.
Sun, 7 Mar 2004
[ 21:08 lioux search for other commits by this committer ] Original commit 
Remove redundant USE_PERL5_BUILD, already declared in MASTER port
Thu, 20 Nov 2003
[ 15:06 trevor search for other commits by this committer ] Original commit  (Only the first 10 of 111 ports in this commit are shown above. View all ports for this commit)
Define USE_PERL5_BUILD, not erroneous USE_PERL.

Submitted by:   Oliver Eikemeier
[ 13:51 trevor search for other commits by this committer ] Original commit  (Only the first 10 of 111 ports in this commit are shown above. View all ports for this commit)
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
Sun, 23 Feb 2003
[ 19:58 lioux search for other commits by this committer ] Original commit  (Only the first 10 of 265 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment
Mon, 10 Feb 2003
[ 09:04 kris search for other commits by this committer ] Original commit  (Only the first 10 of 63 ports in this commit are shown above. View all ports for this commit)
Convert COMMENT to COMMENTFILE until these ports can be converted.

Submitted by:   lioux
Wed, 3 Apr 2002
[ 21:10 lioux search for other commits by this committer ] Original commit 
o Fix breakage introduced in last rev:
- Comma operator does not work for {DIST,PATCH}FILES just yet,
  re-arrange groups to achieve similar effect
[ 01:30 lioux search for other commits by this committer ] Original commit 
o Both sanitize MASTER_SITES and add additional ones
o Full deployment of MASTER_SITES:n
Mon, 21 Jan 2002
[ 02:25 lioux search for other commits by this committer ] Original commit 
Update qmail-mysql to patch level 1.1.8    
Thu, 22 Feb 2001
[ 18:15 lioux search for other commits by this committer ] Original commit 
* qmail port   o bump PORTREVISION   o sanitize MASTER_SITES   o added several
flags (defined checks) to enable   active slave port control on what they
inherit   o add extra enhancement patches, these can be   inherited too:   	-
WITH_QMAILQUEUE_PATCH: qmailqueue-patch   	- WITH_BIG_TODO_PATCH:
big-todo.103.patch   	- WITH_BIG_CONCURRENCY_PATCH: big-concurrency.patch   		-
WITH_BIG_CONCURRENCY_PATCH_CONCURRENCY_LIMIT   		default: 509   o add patches
checksum to distinfo   o added MASTER_SITE_QMAIL for internal use   o additional
copies of slave qmail patches are now housed   at MASTER_SITE_LOCAL,
PATCH_SITE_SUBDIR=lioux because   these patches only have ONE PATCH_SITES source
each   	- qmail-ldap-1.03-20010201.patch.gz (qmail-ldap)   	-
qmail-mysql-1.1.1.patch (qmail-mysql)   	- tls.patch (qmail-tls)   o turn all
absolute references to both binaries and   FreeBSD configuration files into
VARs: better   maintability   o s/yetanotherone-/slaveport-/: that is the
correct   nomenclature   o ${LN} should use -sf instead of plain -s   o typo
fix: QMail -> qmail    
Wed, 14 Feb 2001
[ 01:26 lioux search for other commits by this committer ] Original commit 
Have slave ports correctly inherit PREFIX from master port qmail    
Mon, 12 Feb 2001
[ 03:08 lioux search for other commits by this committer ] Original commit 
Add initial revision of port of a patch to stock qmail supporting   MySQL
queries from within qmail    

Number of commits found: 43