Sofian Brabez
d8de13398d
- Update to 0.3
...
Approved by: jadawin@ (mentor)
2011-07-22 13:07:25 +00:00
Dimitry Andric
ef5b181f79
Building security/libgcrypt 1.5.0 with clang results in errors similar
...
to the following:
rijndael.c:846:46: error: ambiguous instructions require an explicit suffix (could be 'cmpb', 'cmpw', 'cmpl', or 'cmpq')
"movdqa 0xa0(%%esi), %%xmm1\n\t"
^
<inline asm>:24:2: note: instantiated into assembly here
cmp $10, -80(%ebp)
^
This is because the 'cmp' instruction lacks a type suffix, and is thus
ambiguous. Fix this by changing these to 'cmpq'.
PR: ports/158994
Approved by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
2011-07-21 20:18:45 +00:00
Brendan Fabeny
926ec47f7e
Avoid redirects on the primary master site
...
Reported by: Ruslan Mahmatkhanov
2011-07-21 15:10:56 +00:00
Julien Laffaye
2f634463b6
- Chase gpgme shared lib bump.
...
- Add an entry to UPDATING
Reviewed by: tabthorpe
2011-07-21 12:43:39 +00:00
Julien Laffaye
6004f13382
- Update to 1.3.1
...
- Move LICENSE earlier
PR: ports/159076
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
2011-07-21 12:43:23 +00:00
Rene Ladan
96ba3e0bdd
Remove remaining Java-1.4-only ports:
...
2011-07-28 devel/colorer: Depends on deprecated Java 1.4
2011-07-28 security/jce_policy14: Only for Java 1.4, which is deprecated
2011-07-21 11:22:41 +00:00
Doug Barton
8d5d707de8
Fix the rc.d script to avoid unconditional code execution,
...
and various other cleanups.
2011-07-21 05:14:57 +00:00
Mark Linimon
06e6677793
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
...
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp
2011-07-21 05:03:02 +00:00
Mark Linimon
621254280d
Disconnect the following deprecated ports that only work with java1.4:
...
devel/colorer
java/jboss3
security/jce_policy14
textproc/galax
PR: ports/158969
Submitted by: rene
2011-07-21 02:43:51 +00:00
Xin LI
946a43afd7
Document rsync DoS issue (CVE-2011-1097).
2011-07-20 20:50:18 +00:00
Matthias Andree
5271ccc4c3
Avoid jamming the build if the jail is without address, skip self-test.
2011-07-20 20:37:43 +00:00
Pav Lucistnik
3129b4c952
- Mark BROKEN: fails to build
...
Reported by: pointyhat
2011-07-20 19:40:38 +00:00
Cy Schubert
fd4ced72f2
Implement r1.147. It appears to have been commented out.
2011-07-20 17:14:18 +00:00
Ryan Steinmetz
621aa2d4c4
Update to 6.5
...
Fix whitespace in pkg-descr
Fix build when using clang
PR: ports/159009
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> [maintainer]
Approved by: tabthorpe (mentor)
2011-07-19 21:45:26 +00:00
Ryan Steinmetz
b714daacf4
Add DAG Support
...
Fix build when using custom LOCALBASE/PREFIX
Pacify portlint(1)
PR: ports/158147
Submitted by: rpsfa@rit.edu (me)
Approved by: maintainer timeout, tabthorpe (mentor)
2011-07-19 21:14:30 +00:00
Stephen Montgomery-Smith
537fa88c5f
- Fix startup script rc.d/racoon.
...
- Bump portrevision.
PR: ports/148605
Submitted by: John Hein <jhein@symmetricom.com>
Approved by: maho (mentor) and vanhu@netasq.com (maintainer)
2011-07-19 03:33:26 +00:00
Stephen Montgomery-Smith
d411c5c227
- Maintainer to magik@roorback.net
...
Approved by: maho (mentor) and magik@roorback.net
2011-07-19 02:05:33 +00:00
Pav Lucistnik
fefa88ac8b
- Mark BROKEN: does not link
...
Reported by: pointyhat
2011-07-18 22:00:53 +00:00
Johan van Selst
ce93c8c177
- Add MASTER_SITE_GNU as new site for nettle
...
- Remove duplicated ex modeline
2011-07-18 08:45:55 +00:00
Pav Lucistnik
5ade40d72e
- Fix build by depending on libgcrypt explicitly
...
Reported by: pointyhat
2011-07-17 21:53:58 +00:00
Pav Lucistnik
da56229899
- Fix build by explicitly depending on libgcrypt
...
Reported by: pointyhat
2011-07-17 21:49:43 +00:00
Johan van Selst
26ee302738
Update nettle to 2.2
2011-07-17 16:20:58 +00:00
Alberto Villa
c2f28f7e83
- Backport patches to fix KCalc issues.
...
Submitted by: Raphael Kubo da Costa <kubito@gmail.com> via area51
2011-07-17 16:07:23 +00:00
Matthias Andree
3f828cc498
- Take over maintainership from beat@ along his suggestion,
...
permit him to take it back or commit without my approval.
- Update to upstream version 0.61.
- Add OPTIONS for GSSAPI and GTK (both enabled by default).
NOTE: GSSAPI is currently broken on 9-CURRENT because the
Kerberos in base expects MD2 which isn't provided by OpenSSL.
- mark BROKEN on OSVERSION >= 900000 when GSSAPI is enabled
- heed CFLAGS, CC, WITH_DEBUG, INSTALL_* settings.
- WITHOUT_X11 is now an alias for WITHOUT_GTK
- drop utmp support, the upstream requires a utmpx implementation that
FreeBSD does not provide in any version.
- Preliminary clang support (adds files/patch-timing.c)
- Refreshed patches.
2011-07-17 14:18:36 +00:00
Sunpoet Po-Chuan Hsieh
28b23b0036
- Update to 0.27
...
Changes: http://search.cpan.org/dist/Crypt-OpenSSL-RSA/Changes
2011-07-16 06:00:26 +00:00
Mark Linimon
a799df6e74
Does not compile on sparc64: unrecognized C++ options.
2011-07-16 05:39:43 +00:00
Ryan Steinmetz
72a02a04ab
Update my email address on the ports I maintain.
...
Approved by: wxs@ (mentor)
2011-07-15 21:15:29 +00:00
Beech Rintoul
c67b09c354
- Add support for new PAM based log formats in the config file
...
- Bump portrevision
PR: ports/158913
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2011-07-15 18:38:34 +00:00
Rene Ladan
123e99f359
Deprecate (only for Java 1.4) and set expiration date to 2011-07-28
...
(same as Java 1.4)
PR: ports/158411
Submitted by: myself
Approved by: nork (timeout, 17 days)
2011-07-15 08:39:55 +00:00
Stanislav Sedov
d083aaa3d9
- Fix mirror URL.
...
- Provide licensing info.
PR: ports/155158
Submitted by: "jaapb@kerguelen.org"
2011-07-15 00:13:39 +00:00
Martin Matuska
96cc2bdcf8
Set maintainer of Horde ports to horde@FreeBSD.org
...
Approved by: maintainer (beech@ and mm@)
2011-07-14 20:33:30 +00:00
Doug Barton
c383c90ce5
Add a patch to handle an ABI change relative to libgcrypt 1.5
...
Confirmed upstream:
http://lists.gnupg.org/pipermail/gnupg-users/2011-July/042333.html
PR: ports/158674
Submitted by: Mark Atkinson <atkin901@gmail.com>
Approved by: early maintainer timeout/portmgr (pav)
2011-07-14 08:19:00 +00:00
Roman Bogorodskiy
0d06d2359a
- Switch to nettle as crypto library as it's primary library
...
supported by upstream and additionally there are some
inconsistences with libgcrypt 1.5.x.
- Bump PORTREVISION
2011-07-14 08:05:49 +00:00
Stephen Montgomery-Smith
0c145731fc
- Add VersionAddendum support.
...
- Bump portrevision.
PR: ports/142824
Submitted by: Scot Hetzel <swhetzel@gmail.com>
Approved by: gabor (mentor)
2011-07-13 21:47:05 +00:00
Sofian Brabez
5a31dc0f26
- Update to 0.0.6
...
Approved by: miwi@ (mentor)
2011-07-12 05:48:17 +00:00
MANTANI Nobutaka
21067ddf8f
Update to 0.60.
2011-07-09 04:49:07 +00:00
Cy Schubert
a08f89a86f
Bump PORTREVISION.
2011-07-08 19:50:21 +00:00
Cy Schubert
1a0849777c
Fix MITKRB5-SA-2011-005, FTP daemon fails to set effective group ID.
...
Notified by: Tim Zingelman <tez@netbsd.org>
Security: MITKRB5-SA-2011-005
2011-07-08 19:48:48 +00:00
Sofian Brabez
d1193f6361
- Update to 0.12
...
- Add LICENSE
Approved by: jadawin@ (mentor)
2011-07-08 07:10:50 +00:00
Martin Matuska
2953142895
This Horde package provides an OAuth consumer ( http://oauth.net )
...
and OAuth infrastruture, and in the future will provide an OAuth server.
WWW: http://pear.horde.org
2011-07-07 22:25:38 +00:00
Beech Rintoul
3c4f578560
- Replaced by new pear install
...
security/horde4-auth
2011-07-07 22:07:19 +00:00
Martin Matuska
ba0e4696e1
The Horde_Crypt package class provides an API for various cryptographic
...
systems.
WWW: http://pear.horde.org
2011-07-07 21:09:07 +00:00
Martin Matuska
dc5a6ab32f
Horde_Share provides an interface to all shared resources a user
...
owns or has access to.
WWW: http://pear.horde.org
2011-07-07 19:46:16 +00:00
Martin Matuska
8673449071
The Perms package provides an interface to the Horde permissions system.
...
WWW: http://pear.horde.org
2011-07-07 19:45:02 +00:00
Martin Matuska
7457efc8ce
The Horde_Auth package provides a common interface into the various backends
...
for the Horde authentication system.
WWW: http://pear.horde.org
2011-07-07 19:22:31 +00:00
Martin Matuska
ce00e2eada
Package for managing and accessing the Horde groups system.
...
WWW: http://pear.horde.org
2011-07-07 18:51:05 +00:00
Martin Matuska
dca5c5a933
The Horde_Secret library provides an API for encrypting and decrypting
...
small pieces of data with the use of a shared key.
WWW: http://pear.horde.org
2011-07-07 18:01:20 +00:00
Max Brazhnikov
19572cc47f
Update KDE Software Compilation ports to 4.6.5
...
Official announcement: http://www.kde.org/announcements/announce-4.6.5.php
Changelog: http://www.kde.org/announcements/changelogs/changelog4_6_4to4_6_5.php
2011-07-07 16:38:39 +00:00
Matthias Andree
cf8ca0757d
Update to upstream release 2.2.1.
...
NOTE: the easy-rsa/2.0 openssl.cnf file has been removed and replaced by
an openssl-0.9.8.cnf and an openssl-1.0.0.cnf file.
Changelog URL:
http://openvpn.net/index.php/open-source/documentation/change-log/425-changelog-for-openvpn-22.html
2011-07-07 00:16:57 +00:00
Renato Botelho
d69d7cfa0e
Fix build with llvm from ports
...
PR: ports/157147
Submitted by: Lapo Luchini <lapo@lapo.it>
2011-07-06 00:16:03 +00:00