Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.0.2_3 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
4.0.2_2 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
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) |
4.0.2_1 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 ) |
4.0.2_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.0.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.0.2_1 08 Nov 2019 13:17:00 |
tobik |
security: Add missing USES={gnome,php} |
4.0.2_1 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
4.0.2 09 Jan 2017 13:16:50 |
amdmi3 |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
4.0.2 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
4.0.2 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
4.0.2 10 Mar 2016 15:06:51 |
feld |
security/pidgin-otr: Update to 4.0.2
Changes:
- Fix use-after-free issue during SMP
- Updated Spanish, German, Norwegian Bokmal translations
- New Danish translation
- The Windows binary has been linked with updated versions of libotr,
libgcrypt, libgpg-error, and other supporting libraries
MFH: 2016Q1
Security: CVE-2015-8833
Security: http://www.vuxml.org/freebsd/77e0b631-e6cf-11e5-85be-14dae9d210b8.html |
4.0.1 25 Feb 2016 14:16:10 |
amdmi3 |
- Clarify LICENSE
- Add LICENSE_FILE
- Fix build with disabled NLS |
4.0.1 12 Jan 2016 07:08:18 |
lme |
- Update to 4.0.1
- Add NLS OPTION |
4.0.0_6 05 Aug 2015 07:39:48 |
kwm |
Part 2 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.
PR: 201980
Exp-run by: antoine@ |
4.0.0_6 01 Jun 2015 01:29:31 |
amdmi3 |
- Strip library |
4.0.0_5 04 May 2015 00:33:15 |
eadler |
By request, reset maintainership of multiple ports
PR: 199903
Submitted by: "Chris Petrik" <chris@bsdjunk.com> |
4.0.0_5 22 Apr 2015 22:56:55 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
4.0.0_5 02 Jan 2015 18:46:34 |
pi |
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in (Only the first 15 lines of the commit message are shown above ) |
4.0.0_4 09 Dec 2014 21:39:33 |
jgh |
- over to chris@bsdjunk.com |
4.0.0_4 02 Dec 2014 22:44:25 |
cs |
- Update to 4.1.0
- Use striping
- Please portlint
- Bump PORTREVISION |
4.0.0_3 30 Jul 2014 03:57:24 |
pi |
security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
security/shishi with PR 192164 is already committed
[1] devel/ccrtp
[2] editors/abiword
[3] security/p5-Crypt-GCrypt
PR: 191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) |
4.0.0_2 17 May 2014 16:57:14 |
tijl |
Convert net-im/libpurple (and slave ports net-im/finch and net-im/pidgin)
to "USES=libtool tar:bzip2". Bump PORTREVISION on all dependent ports
and modernise them as well (USES, LIB_DEPENDS, staging).
audio/pidgin-musictracker:
- Replace LIBS with LDFLAGS.
- Disable static plugin.
net/online-desktop: Remove obsolete patches.
net-im/mbpurple:
- Drop pkgconf dependency.
- Replace post-patch with MAKE_ARGS.
- Use standard do-build.
(Only the first 15 lines of the commit message are shown above ) |
4.0.0_1 25 Feb 2014 02:48:56 |
jgh |
- explicitly depend on libotr.so.5
- while here define license
PR: 186944
Submitted by: amdmi3 |
4.0.0_1 02 Feb 2014 07:39:09 |
jgh |
- support staging |
4.0.0_1 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
4.0.0_1 06 Sep 2013 22:12:02 |
jgh |
- adopt USES for pkgconfig
- adopt new lib_depends format |
4.0.0_1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
4.0.0_1 06 Jul 2013 01:22:57 |
jgh |
- convert USE_GMAKE to USES=gmake |
4.0.0_1 03 May 2013 16:36:41 |
ehaupt |
Chase security/libgcrypt update |
4.0.0 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
4.0.0 26 Feb 2013 23:11:52 |
jgh |
- take maintainership and drop verify target |
4.0.0 08 Oct 2012 10:38:48 |
dougb |
Throw my ports back in the pool, and make my intentions clear for the
various ports that I've created.
I bid fond fare well
A chapter closes for me
What opens for you? |
4.0.0 07 Oct 2012 07:54:18 |
dougb |
Work around a problem on stable/[89] with libotr generating an
"undefined reference to `__stack_chk_fail_local'" error. None
of the usual remedies work (such as making sure that gcc is used
instead of ld for the linker) so on those releases we simply
disable that option.
pointyhat logs confirm that pidgin-otr (the only consumer of libotr
atm) is failing on 8 and 9 with the same configure error that I am
seeing on 8, so this patch should at least allow it to build on those
releases.
Bump PORTREVISION for libotr to err on the side of caution.
While I'm here, remove a now-spurious mod to the pidgin-otr configure. |
4.0.0 08 Sep 2012 07:03:21 |
dougb |
Update libotr and pidgin-otr to 4.0.0
The main new features in 4.0.0:
* Support v3 of the OTR protocol
* The plugin now supports multiple OTR conversations with the same buddy
who is logged in at multiple locations. In this case, a new OTR menu
will appear, which allows you to select which session an outgoing
message is indended for. Note that concurrent SMP authentications with
the same buddy who is logged in multiple times is not yet supported
(starting a second authentication will end the first).
* During a private conversation with a buddy, an incoming unencrypted
message will now trigger the regular incoming message notifications. (Only the first 15 lines of the commit message are shown above ) |
3.2.1 29 Jul 2012 08:17:33 |
dougb |
Remove my personal web site from MASTER_SITES |
3.2.1 26 Jul 2012 07:13:53 |
dougb |
Revert the unauthorized conversion of pkg-config from a proper build dep
to the new macro (r301539). Convert pkg-config to pkgconf.
Add a build dep on pkgconf to pidgin-otr to handle libotr's .pc files |
3.2.1 16 May 2012 19:41:27 |
dougb |
Versions 3.2.0 and earlier of the pidgin-otr plugin contain
a format string security flaw. This flaw could potentially be
exploited by a remote attacker to cause arbitrary code to be
executed on the user's machine.
The flaw is in pidgin-otr, not in libotr. Other applications
that use libotr are not affected. |
3.2.0_7 20 Jan 2012 13:07:17 |
dougb |
Remove license info |
3.2.0_7 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
3.2.0_7 04 Jul 2011 07:55:28 |
dougb |
Indicate my preference against bumping PORTREVISION in these ports
without a good reason |
3.2.0_7 03 Jul 2011 11:40:49 |
swills |
- Chase the libgcrypt shared lib version |
3.2.0_6 20 Mar 2011 19:42:33 |
dougb |
Join the party, remove MD5 from the last of my ports |
3.2.0_6 27 Jul 2010 01:25:20 |
wxs |
Chase security/libgcrypt shlib bump.
PR: ports/148755
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> |
3.2.0_5 14 Jun 2010 08:22:55 |
dougb |
Add LICENSE information to my ports where the right answer is obvious |
3.2.0_5 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
3.2.0_4 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
3.2.0_3 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
3.2.0_2 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
3.2.0_1 24 Mar 2009 19:51:28 |
dougb |
Where it matters, update regarding MAKE_JOBS_{UN}SAFE for my ports |
3.2.0_1 06 Jan 2009 13:01:11 |
rafan |
- Bump PORTREVISION due to share library version bump in security/libgcrypt
PR: ports/127478 |
3.2.0 02 Jul 2008 06:00:05 |
dougb |
Update to version 3.2.0, released June 15th. The configuration and
"OTR button" functionality have been moved to a menu. Also, "Buddy
authentication has been revamped, based on the user study published
in SOUPS 2008." The old authentication methods are still allowed.
This version adds locale files for ar, de, hu, and ru.
Drop the specific library version number for libpurple to
(hopefully) avoid churn down the road.
Assume maintainership, and add my website to MASTER_SITES.
Approved by: Maintainer timeout |
3.1.0_5 06 Jun 2008 14:01:07 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
3.1.0_4 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
3.1.0_3 02 Mar 2008 05:36:00 |
marcus |
Chase the libpurple shared lib version. |
3.1.0_2 13 Dec 2007 13:02:07 |
pav |
- Chase libpurple shlib bump
Pointy hat to: marcus |
3.1.0_2 13 Dec 2007 04:20:54 |
marcus |
Update pidgin to 2.3.1, and chase the shared lib version bump. See
http://developer.pidgin.im/wiki/ChangeLog for the list of changes. |
3.1.0_1 17 Sep 2007 19:48:18 |
marcus |
Chase the libpurple shared lib version. |
3.1.0 04 Sep 2007 22:35:34 |
dougb |
Unbreak the build by adding an explicit dependency on intltool |
3.1.0 23 Aug 2007 21:21:19 |
dougb |
1. Update to 3.1.0
2. Update the MASTER_SITES
3. Add a verify target for the PGP signature, and download the signature
4. Add USE_GMAKE
5. Add an unconditional USE_GETTEXT since there is no way to disable it
6. Update pkg-plist with the *.mo files
Approved by: maintainer timeout
PR: ports/115664 (pkg-plist fix)
Submitted by: Matthias Andree <matthias.andree@gmx.de> |
3.0.1_1 04 Aug 2007 21:45:39 |
marcus |
Chase the libpurple shared lib version. |
3.0.1 18 Jun 2007 11:07:42 |
miwi |
- Update to 3.0.1
- Update pkg-descr
- Update MASTER_SITES
- Connect to build
PR: 112651
Submitted by: Mike Smith<perlfu@gmail.com> |
3.0.0_2 18 Jun 2007 10:54:14 |
miwi |
- Force commit for notes that's a repocopy.
- Project was renamed
Repocopied by: marcus |