1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Commit Graph

18765 Commits

Author SHA1 Message Date
Emanuel Haupt
c44622bec8 Support staging 2014-02-25 11:33:21 +00:00
Kubilay Kocak
db88c60866 security/py-cryptography: Tests fix, Depend on OpenSSL
- Backport python setup.py test integration PR [1]
- Add OpenSSL as a dependency (Was py-openssl dependency)
- Add TEST_DEPENDS and regression-test: target

[1] https://github.com/pyca/cryptography/pull/678
2014-02-25 11:29:36 +00:00
Emanuel Haupt
73505fba51 Use DATADIR 2014-02-25 11:28:41 +00:00
Emanuel Haupt
7bea79ddd1 Support staging 2014-02-25 11:27:23 +00:00
Emanuel Haupt
3dc9f96fc1 Support staging 2014-02-25 11:21:16 +00:00
Emanuel Haupt
4ace7cc811 Support staging 2014-02-25 11:19:57 +00:00
Emanuel Haupt
85ec030d89 Support staging 2014-02-25 10:22:48 +00:00
Emanuel Haupt
b6b5bbaffb Support staging 2014-02-25 10:21:26 +00:00
Emanuel Haupt
b90d4a6a72 Support staging 2014-02-25 10:04:26 +00:00
Emanuel Haupt
47bf1ea3a4 Support staging 2014-02-25 09:48:09 +00:00
Jason Helfman
6ba8fe37d5 - explicitly depend on libotr.so.5
- while here define license

PR:		186944
Submitted by:	amdmi3
2014-02-25 02:48:56 +00:00
Ryan Steinmetz
10cd1a3c6c - Update to 2.9.6.0 2014-02-24 22:58:49 +00:00
Baptiste Daroussin
43ba507bc6 Only allow building with xerces-c3 (xerces-c2 is going away) 2014-02-24 14:38:24 +00:00
Rene Ladan
395fee5cdd Document new vulnerabilities in www/chromium < 33.0.1750.117
Obtained from:	http://googlechromereleases.blogspot.nl/
MFH:		2014Q1
2014-02-24 13:13:55 +00:00
Antoine Brodin
6827378ef6 - Unbreak after last tcltls changes
- Fix a bad shebang (including STAGEDIR)

Reported by:	pkg-fallout
2014-02-23 14:29:55 +00:00
Kubilay Kocak
48e1e74a58 [NEW PORT] security/py-cryptography: Cryptographic recipes and primitives to Python developers
cryptography is a package designed to expose cryptographic recipes and
primitives to Python developers. Our goal is for it to be your "cryptographic
standard library". It supports Python 2.6-2.7, Python 3.2+, and PyPy.

cryptography includes both high level recipes, and low level interfaces to
common cryptographic algorithms such as symmetric ciphers, message digests
and key derivation functions.

WWW: http://github.com/pyca/cryptography/
2014-02-23 13:47:04 +00:00
Grzegorz Blach
f1345ef94c - Update to 2.0 2014-02-22 14:33:10 +00:00
Carlo Strub
de5aea05cd Add devel/py-yaml as a run dependency 2014-02-22 14:12:27 +00:00
Antoine Brodin
97d74920fa Attempt to unbreak, add explicit pkgconf dependency
Reported by:	pkg-fallout
2014-02-22 12:59:26 +00:00
Martin Wilke
abad98ae1d - Stage support 2014-02-22 10:33:16 +00:00
Antoine Brodin
c3ba4971e6 Mark broken: Does not build
With gcc:
gnome-libtool: compile:  cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./../../gl -I./../includes -I./../includes -I./.. -I/usr/local/include -fPIC -O2 -pipe -fno-strict-aliasing -I/usr/local/include/p11-kit-1 -MT x509.lo -MD -MP -MF .deps/x509.Tpo -c x509.c  -fPIC -DPIC -o .libs/x509.o
x509.c: In function 'gnutls_x509_dn_get_rdn_ava':
x509.c:2018: error: dereferencing pointer to incomplete type
x509.c:2019: error: dereferencing pointer to incomplete type
x509.c:2033: error: dereferencing pointer to incomplete type
x509.c:2034: error: dereferencing pointer to incomplete type

With clang:
x509.c:2018:23: error: incomplete definition of type 'struct asn1_node_st'
  ava->oid.data = elem->value;
                  ~~~~^
/usr/local/include/libtasn1.h:117:18: note: forward declaration of 'struct asn1_node_st'
  typedef struct asn1_node_st asn1_node_st;
                 ^
x509.c:2019:23: error: incomplete definition of type 'struct asn1_node_st'
  ava->oid.size = elem->value_len;
                  ~~~~^
/usr/local/include/libtasn1.h:117:18: note: forward declaration of 'struct asn1_node_st'
  typedef struct asn1_node_st asn1_node_st;
                 ^
x509.c:2033:13: error: incomplete definition of type 'struct asn1_node_st'
  ptr = elem->value;
        ~~~~^
/usr/local/include/libtasn1.h:117:18: note: forward declaration of 'struct asn1_node_st'
  typedef struct asn1_node_st asn1_node_st;
                 ^
x509.c:2034:16: error: incomplete definition of type 'struct asn1_node_st'
  remlen = elem->value_len;
           ~~~~^
/usr/local/include/libtasn1.h:117:18: note: forward declaration of 'struct asn1_node_st'
  typedef struct asn1_node_st asn1_node_st;
                 ^

Reported by:	pkg-fallout since november 2013
2014-02-22 09:15:57 +00:00
Tom Judge
82e317110e Update to 4.45 and add stagedir support. 2014-02-21 21:19:09 +00:00
Grzegorz Blach
df2abba597 - Update to 2.0.1 2014-02-21 20:42:08 +00:00
Antoine Brodin
fc9f72a8b6 Finish stage support 2014-02-21 18:44:41 +00:00
Antoine Brodin
e531cf36b7 Update to 2.1.0.1 2014-02-21 18:34:27 +00:00
Pietro Cerutti
8edb7ca926 - Convert to USES=tcl 2014-02-21 15:05:33 +00:00
Pietro Cerutti
5466e846ee - Convert to USES=tcl 2014-02-21 15:04:51 +00:00
Martin Wilke
4f0535a646 - Stage support 2014-02-21 14:01:35 +00:00
Emanuel Haupt
275e0b44c5 Remove trailing whitespaces from category security 2014-02-21 13:39:24 +00:00
Oliver Lehmann
fee55e1fef update to 0.66.1 2014-02-21 13:32:33 +00:00
Martin Wilke
6ba73484ae - Stage support 2014-02-21 10:14:57 +00:00
Martin Wilke
e2ea70b9f4 - Stage support 2014-02-21 09:53:37 +00:00
Martin Wilke
3381d4a544 - Stage support 2014-02-21 09:53:06 +00:00
Philippe Audeoud
f16fe0a931 - Update to 5.87 2014-02-21 08:42:49 +00:00
Martin Wilke
6773d64c79 - Stage support 2014-02-21 05:29:51 +00:00
Martin Wilke
c7139e02f3 - Stage support 2014-02-21 01:58:11 +00:00
Carlo Strub
8358da06f1 - Update to 0.2.6
- Support Staging
- Fix License
2014-02-20 19:59:55 +00:00
Palle Girgensohn
083cb42200 The PostgreSQL Global Development Group has released an important
update to all supported versions of the PostgreSQL database system,
which includes minor versions 9.3.3, 9.2.7, 9.1.12, 9.0.16, and
8.4.20. This update contains fixes for multiple security issues, as
well as several fixes for replication and data integrity issues.  All
users are urged to update their installations at the earliest
opportunity, especially those using binary replication or running a
high-security application.

This update fixes CVE-2014-0060, in which PostgreSQL did not properly
enforce the WITH ADMIN OPTION permission for ROLE management. Before
this fix, any member of a ROLE was able to grant others access to the
same ROLE regardless if the member was given the WITH ADMIN OPTION
permission. It also fixes multiple privilege escalation issues,
including: CVE-2014-0061, CVE-2014-0062, CVE-2014-0063, CVE-2014-0064,
CVE-2014-0065, and CVE-2014-0066. More information on these issues can
be found on our security page and the security issue detail wiki page.

Security:	CVE-2014-0060,CVE-2014-0061,CVE-2014-0062,CVE-2014-0063
		CVE-2014-0064,CVE-2014-0065,CVE-2014-0066,CVE-2014-0067
2014-02-20 18:11:25 +00:00
Max Brazhnikov
f9e9cc913f devel/qca:
- Add stage support
- Convert WITH_DEBUG to option
- Remove MAINTAINER_MODE
- Remove now needless stripping in post-install

security/qca-*:
- Convert LIB_DEPENDS to new style
- Add stage support
- Convert WITH_DEBUG to option
- Remove now needless stripping in post-install
2014-02-20 13:23:50 +00:00
Koop Mast
0a7180c8ef Remove gnome-panel 2.x support, it going away in the GNOME 3 update.
While here: USES=gmake, use new lib_depend syntax, stagify.
2014-02-19 19:29:49 +00:00
Pietro Cerutti
df40375e08 - Fix STAGEing 2014-02-19 16:36:33 +00:00
Dmitry Marakasov
0e86c58864 - Support staging
- Use new LIB_DEPENDS syntax
- Fix build of openvas-server on 10.x
2014-02-19 09:02:53 +00:00
Martin Wilke
cda5850e43 - Fix index 2014-02-19 04:52:30 +00:00
David Thiel
1d221d9bae Update to 3.8.1, STAGE-ify, add option for localtime.
Submitted by:	localtime patch by Chad Gross
2014-02-19 02:00:52 +00:00
Antoine Brodin
97f8d1f841 - Stage support
- New LIB_DEPENDS syntax
- Remove PYDISTUTILS_EGGINFO, it's useless with PYDISTUTILS_AUTOPLIST
2014-02-18 18:49:30 +00:00
Antoine Brodin
3311d4cab4 Stage suport 2014-02-18 18:45:40 +00:00
Max Brazhnikov
e9c34f4c34 KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!
Among changes:
- Switch KDE4_PREFIX to ${LOCALBASE}
- Remove now needless misc/kde4-shared-mime-info port
- Add stage support
- Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK
- Squeeze MASTER_SITES/MASTER_SITE_SUBDIR
- Convert LIB_DEPENDS to new style
- Use options helpers
- Drop support for FreeBSD 7.x
- Remove Qt/KDE 3 related workarounds
- Remove local patches and use upstream version scheme for libraries
- sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4,
  and x11-clocks/kdetoys4 ports have been split.
- devel/kcachegrind is now a part of KDE SC [1]
- more logs in area51 repo...

New ports:
  devel/kde-dev-scripts:	KDE development scripts
  devel/kde-dev-utils:		KDE development utilities
  games/klickety:		Tetris themed solitaire
  games/picmi:			Single player logic-based puzzle game
  textproc/libkomparediff2:	Library to compare files and strings

The area51 repository features commits by Schaich Alonso, avilla, rakuco
and myself.

PR:		ports/186491
Exp-run:	by bdrewery
Approved by:	beat (former maintainer) [1]
2014-02-18 14:23:03 +00:00
Matthias Andree
00f3cb728a - Repair PKCS11 option [1].
- Use the opportunity to simplify Makefile: leverage some of the
  OptionsNG and Staging features, removing our homebrew predecessors.
- QA: Strip .so libraries, fix shebang paths in samples.

Obtained from:	<https://forums.freebsd.org/viewtopic.php?f=7&t=44866> [1]
2014-02-18 09:03:59 +00:00
Antoine Brodin
ccd8ad982f - Stage support
- Use PYDISTUTILS_AUTOPLIST
- Fix RUN_DEPENDS
2014-02-17 18:45:43 +00:00
Adam Weinberger
abefb32e5a Remove unnecessary inclusion of bsd.port.options.mk. 2014-02-17 17:57:34 +00:00