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: net/rabbitmq-c/Makefile
SVNWeb

Number of commits found: 27

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:6a378e5659b93de6dbe8956246fb3bf971677624  commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  6a378e5  (Only the first 10 of 1159 ports in this commit are shown above. View all ports for this commit)
net: remove 'Created by' lines

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

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Jette <jettea46@yahoo.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 2 Aug 2021
[ 09:52 Dave Cottlehuber (dch) search for other commits by this committer ]    commit hash:3e96382a12a0353807fa31fc9a472d00e2eb7089  commit hash:3e96382a12a0353807fa31fc9a472d00e2eb7089  commit hash:3e96382a12a0353807fa31fc9a472d00e2eb7089  3e96382 
net/rabbitmq-c: re-enable default STATIC removed in last update

c67a6464ada6bdb6ec5c247ce95330450baed48e
Wed, 30 Jun 2021
[ 20:06 Juraj Lutter (otis) search for other commits by this committer Author: Daniel Engberg ]    commit hash:c67a6464ada6bdb6ec5c247ce95330450baed48e  commit hash:c67a6464ada6bdb6ec5c247ce95330450baed48e  commit hash:c67a6464ada6bdb6ec5c247ce95330450baed48e  c67a646 
net/rabbitmq-c: Update to 0.11.0

- Update to 0.11.0

And while here, also:
- Rearrage Makefile to Porter's Handbooks guidelines
- Remove unneeded Python dependency
- Make static library options
- Add support for "make test"

PR:		256842
Approved by:	dch (maintainer)
Fri, 25 Jun 2021
[ 20:46 Dave Cottlehuber (dch) search for other commits by this committer ]    commit hash:d61cfa2dadd8d1d12006723d48fff17d382cde56  commit hash:d61cfa2dadd8d1d12006723d48fff17d382cde56  commit hash:d61cfa2dadd8d1d12006723d48fff17d382cde56  d61cfa2 
net/rabbitmq-c: update to 0.10.0 & take ownership

PR:             24663
Sponsored by:   SkunkWerks, GmbH
Security:       CVE-2019-18609
Differential Revision: https://reviews.freebsd.org/D24875
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.
Mon, 29 Mar 2021
[ 09:33 dch search for other commits by this committer ] Original commit   Revision:569457
net/rabbitmq-c: take ownership

Approved by:	Geoff Garside (previous maintainer)
Sponsored by:	SkunkWerks, GmbH
Tue, 22 May 2018
[ 13:15 mat search for other commits by this committer ] Original commit   Revision:470610 (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
Add PY_FLAVOR to Python module dependencies.

Sponsored by:	Absolight
Sun, 26 Nov 2017
[ 06:18 antoine search for other commits by this committer ] Original commit   Revision:454903
Unbreak the ports tree

Reported by:	pkg-fallout
Pointy hat:	rodrigo
With hat:	portmgr
Sat, 25 Nov 2017
[ 22:15 rodrigo search for other commits by this committer ] Original commit   Revision:454899
Update v0.8.0
The 0.7.1 is very very outdated, 2 years ago. 0.8.0 was relesed in 2016

Added:
SSL: peer certificate and hostname validation improvements
SSL: the desire SSL version range can now be specified
SSL: SSLv2, and SSLv3 have been disabled by default

Fixed issues:
Rabbitmq-c may block when attempting to close an SSL socket
amqp_parse_url does not correctly initialize default parameters
x509 objects are leaked in verify_hostname
TCP_NOPUSH doesn't work under cygwin

Deprecated:
SSL: amqp_ssl_socket_set_verify is being replaced by
     amqp_ssl_socket_set_verify_peer and amqp_ssl_socket_set_verify_hostname

Removed:
OpenVMS build system and related files.
Unmaintained PolarSSL, CyaSSL, and gnuTLS SSL backends

PR:		223566
Submitted by:	loic.blot@unix-experience.fr
Reported by:	freebsd@geoffgarside.co.uk (maintainer)
Sat, 4 Nov 2017
[ 11:43 dbaio search for other commits by this committer ] Original commit   Revision:453453 (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
Update license of ports using MPL (without version)

All ports now should use MPL[10|11|20] license.

Approved by:	portmgr (blanket)
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Sat, 18 Apr 2015
[ 15:14 tijl search for other commits by this committer ] Original commit   Revision:384229 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Convert to USES=autoreconf
Fri, 24 Oct 2014
[ 16:21 mva search for other commits by this committer ] Original commit   Revision:371449 (Only the first 10 of 88 ports in this commit are shown above. View all ports for this commit)
- Convert ports of net/ to new USES=python

Approved by:	portmgr (implicit)
Mon, 8 Sep 2014
[ 11:37 tijl search for other commits by this committer ] Original commit   Revision:367614
Convert to USES=libtool and INSTALL_TARGET=install-strip
Mon, 23 Jun 2014
[ 14:40 vanilla search for other commits by this committer ] Original commit   Revision:358962
Stagify, new syntax of LIB_DEPENDS.

Approved by:	portmgr@
Thu, 29 May 2014
[ 12:00 miwi search for other commits by this committer ] Original commit   Revision:355691 (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
- Convert gmake,bzip2 to USES

Approved by:	portmgr
Sun, 15 Dec 2013
[ 13:56 wg search for other commits by this committer ] Original commit   Revision:336536
net/rabbitmq-c(-devel)?: depends explicitly on "python"

Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
Fri, 20 Sep 2013
[ 22:10 bapt search for other commits by this committer ] Original commit   Revision:327755 (Only the first 10 of 1288 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Tue, 19 Jun 2012
[ 23:50 jgh search for other commits by this committer ] Original commit 
- adopt optionsNG
- while here shift license section (portlint), and use stardard licenses

PR:     ports/169244
Submitted by:   maintainer, rabbitmq@geoffgarside.co.uk
Sun, 19 Feb 2012
[ 07:02 rm search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- replace `YES' with `yes' in USE_PYTHON/USE_PYDISTUTILS (mostly)

They all non-functional changes.
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Sat, 16 Oct 2010
[ 11:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 445 ports in this commit are shown above. View all ports for this commit)
Punt autoconf267->autoconf268
Tue, 5 Oct 2010
[ 19:57 ade search for other commits by this committer ] Original commit  (Only the first 10 of 235 ports in this commit are shown above. View all ports for this commit)
Round one migration of ports from automake{19,110} to automake111
Wed, 15 Sep 2010
[ 18:35 ade search for other commits by this committer ] Original commit  (Only the first 10 of 652 ports in this commit are shown above. View all ports for this commit)
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Wed, 9 Jun 2010
[ 18:03 jacula search for other commits by this committer ] Original commit 
This is a C-language AMQP client library for use with AMQP servers
speaking protocol versions 0-8 and 0-9-1. This port only speaks the
0-8 protocol version, for 0-9-1 use net/rabbitmq-c-devel.

 - <http://www.rabbitmq.com/>
 - <http://www.amqp.org/>
 - <http://hg.rabbitmq.com/rabbitmq-c>

WWW: http://hg.rabbitmq.com/rabbitmq-c

PR:             ports/145242
Submitted by:   Geoff Garside <rabbitmq@geoffgarside.co.uk>
Approved by:    pgj (mentor)

Number of commits found: 27