1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

26943 Commits

Author SHA1 Message Date
Mathieu Arnold
b134f2c696 Fix security/p5-Crypt-{TEA,GOST} and undeprecate dependency.
Sponsored by:	Absolight
2015-04-24 16:20:31 +00:00
Mathieu Arnold
a92aeeffb0 Deprecate Perl modules that only work with 5.16, as it's being phased out, with
the same deprecation date.

With hat:	perl@
Sponsored by:	Absolight
2015-04-24 14:25:06 +00:00
Baptiste Daroussin
25c34fd38f Update icu to 55.1 2015-04-23 21:26:09 +00:00
Ryan Steinmetz
a724a27e8d - Update to 2.2.7 2015-04-23 13:01:16 +00:00
Renato Botelho
8d9a7eb5e1 Update to 4.7.4 2015-04-23 10:34:56 +00:00
Renato Botelho
bfd46a92ef Update to 1.7.3 2015-04-23 10:34:39 +00:00
Bartek Rutkowski
5a22f617cd net/ntp-rc: add CPE info
PR:		199621
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
Approved by:	portmgr blanket
2015-04-23 07:51:16 +00:00
Bartek Rutkowski
e6be1e4d62 net/ntp-devel: add CPE info
PR:		199620
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
Approved by:	portmgr blanket
2015-04-23 07:41:24 +00:00
Bartek Rutkowski
886e8fb12d net/ntp: add CPE info
PR:		199619
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
Approved by:	portmgr blanket
2015-04-23 06:48:53 +00:00
Dmitry Marakasov
b3f8be8a59 - Add CPE info
- Whitespace fix
- Fix WWW

Approved by:	portmgr blanket
2015-04-23 00:38:24 +00:00
Dmitry Marakasov
7bf00a233f - Add CPE info
Approved by:	portmgr blanket
2015-04-23 00:38:04 +00:00
Ryan Steinmetz
be28f0985a - Update to 3.0.8
PR:		199631
Submitted by:	ncrogers@gmail.com
2015-04-23 00:21:23 +00:00
Dmitry Marakasov
3fe9bca3bd - Fix shebangs
MFH:		2015Q2
Approved by:	portmgr blanket
2015-04-22 22:57:44 +00:00
Martin Matuska
10f5f95437 Horde package update:
security/pear-Horde_Auth 2.1.6 -> 2.1.7
www/pear-Horde_Http 2.1.4 -> 2.1.5
dns/pear-Horde_Idna 1.0.1 -> 1.0.2
graphics/pear-Horde_Image 2.2.0 -> 2.3.0
devel/pear-Horde_Itip 2.0.7 -> 2.1.0
mail/pear-Horde_Mime 2.8.0 -> 2.8.1
mail/pear-Horde_Mime_Viewer 2.0.8 -> 2.1.0
net/pear-Horde_Rpc 2.1.3 -> 2.1.4
devel/pear-Horde_Util 2.5.4 -> 2.5.5
2015-04-22 19:58:46 +00:00
Olivier Duchateau
03a5920190 Update to 1.10.3
Changelog: https://github.com/shazow/urllib3/blob/master/CHANGES.rst#1103-2015-04-21
2015-04-22 19:36:54 +00:00
Ryan Steinmetz
16469b1d7c - Add missing pwdump tool
- Fix timeout in updater script
- Silence warnings in updater script
- Fix periodic script
- Fix default directory permissions
- Bump PORTREVISION
2015-04-22 16:07:52 +00:00
Bartek Rutkowski
fc6455d731 net/chrony: add CPE info
PR:		199513
Submitted by:	jbeich
Approved by:	portmgr blanket
2015-04-22 11:43:12 +00:00
Emanuel Haupt
811ac916cf With SOCAT on systems where b0 to b4000000 options are not available, like
FreeBSD, setting the speed of a TERMIOS terminal is done using the ispeed and
ospeed options.

But when using simultaneously ispeed and ospeed parameters with SOCAT, the speed
values are set within two distinct ioctl requests, so changing the speed of
terminals or devices that need matching input and output returns an Invalid
argument error (the TIOCSETA/TIOCSETAW/TIOCSETAF ioctl returns -1 and sets errno
to EINVAL).

This is especially the case On FreeBSD, where many tty device drivers need
matching input and output speeds: - those that depend on ucom(4): uark(4),
ubsa(4), ubser(4), uftdi(4), umcs(4), uplcom(4), uslcom(4), uvscom(4) - some
others, even not depending on ucom(4): sio(4), digi(4), rp(4) But some don't:
tty(4)

With those drivers, the input and output speeds must match and be set inside a
single ioctl request (TIOCSETA, TIOCSETAW or TIOCSETAF). The only exception to
this rule is when the input baud rate is zero because, according to POSIX, in
that case, the input baud rate is set equal to the output baud rate.

For instance, this call to SOCAT on FreeBSD 10.1 terminates immediately with an
EINVAL error: # socat -d /dev/cuaU2,ispeed=57600,ospeed=57600,echo=0,raw
TCP-LISTEN:9000,reuseaddr 2015/03/09 00:43:33 socat[20723] E tcsetattr(3,
TCSADRAIN, 0x7fffffffe148): Invalid argument

Provide a patch that avoids this type of error: when setting both input and
output speeds, only one ioctl syscall is performed.

PR:             198441
Submitted by:   Alexandre Fenyo <fbsd.bugzilla@fenyo.net>
2015-04-22 06:55:23 +00:00
Baptiste Daroussin
24e47f5a44 Set soname so shared library tracking properly works 2015-04-21 22:51:16 +00:00
Sunpoet Po-Chuan Hsieh
e52b37cea1 - Update to 15.1.0
Changes:	http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.1.0/twisted/pair/topfiles/NEWS
2015-04-21 18:40:39 +00:00
Alexey Dokuchaev
7dc087e772 http://www.klop.ws/distfiles/ is back online, so add it to MASTER_SITES again.
Submitted by:	maintainer (via private email)
2015-04-21 14:38:12 +00:00
Don Lewis
5b04cb4206 Update net/axa to 1.1.1.
Use MASTER_SITE_FARSIGHT intead of github, which eliminates
the need for autoreconf.

Differential Revision:	https://reviews.freebsd.org/D2339
Approved by:	mat (mentor)
Sponsored by:	Farsight Security, Inc.
2015-04-21 14:36:03 +00:00
Alexey Dokuchaev
1b39f6d1a9 Unbreak this valuable port by providing three additional working mirrors
(unfortunately, they are all FTP).  Remove now defunct mirrors, but keep
freebsd.nsu.ru (last Sunday, machine suffered hardware failure, probably
power supply related, but should hopefully get back in order again soon).
2015-04-21 10:15:45 +00:00
Antoine Brodin
51faa29c31 Mark BROKEN: unfetchable
Reported by:	pkg-fallout
2015-04-21 09:06:12 +00:00
Tijl Coosemans
68edbeeaae - Display a stage-qa warning when ports use PREFIX/var instead of /var
- Add --localstatedir=/var to _LATE_CONFIGURE_ARGS (like --mandir) but not
  when CONFIGURE_ARGS already sets it.  (GNU configure scripts set it to
  PREFIX/var when PREFIX != /usr.)
- Add --localstatedir="${PREFIX}/var" to CONFIGURE_ARGS in some ports so
  they aren't affected by this change (for now at least).  This commit is
  meant to ensure that new ports don't make the same mistake.

- games/acm: the configure script in this port is very old; instead of
  patching it more, just replace GNU_CONFIGURE with HAS_CONFIGURE.
- irc/charybdis: it already used /var but adding --localstatedir=/var
  changed the behaviour of the configure script; adjust the port to this.

PR:		199506
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-04-20 19:06:29 +00:00
Vanilla I. Shu
9e76f354cc Fix build on 9.3. 2015-04-20 12:49:20 +00:00
Vanilla I. Shu
21a670cd3d Upgrade to 2.0
PR:		199485
Submitted by:	maintainer
2015-04-20 09:48:29 +00:00
Adam Weinberger
d9090d1f1b Use the new USE_GITHUB format. 2015-04-19 19:19:35 +00:00
Guido Falsi
8e7866129e - Add SYSINFO option to asterisk ports and force them to respect
it, otherwise they fail to build when devel/libsysinfo port is
  already present on system.

While here:

- Silence some Makefile commands
- Remove mostly obsolete comment from option description

Reported by:	Bob Eager <bob@eager.cx>
MFH:		2015Q2
2015-04-18 23:10:07 +00:00
Tijl Coosemans
2f31f6488f Convert to USES=autoreconf 2015-04-18 15:14:57 +00:00
Tijl Coosemans
5d48443269 - Remove libtool hacks and patches that are now handled by USES=libtool
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
2015-04-18 09:47:29 +00:00
Roman Bogorodskiy
04c88e60f0 Update to 0.17.0. 2015-04-18 05:00:37 +00:00
Rene Ladan
2af5dcc160 Remove expired ports:
2015-04-15 databases/php53-sqlite3: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-simplexml: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-sybase_ct: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-pdo_mysql: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-ctype: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-wddx: security EOL reached 14 Aug 2014
2015-04-15 security/php53-filter: security EOL reached 14 Aug 2014
2015-04-15 ftp/php53-ftp: security EOL reached 14 Aug 2014
2015-04-15 net/php53-soap: security EOL reached 14 Aug 2014
2015-04-15 converters/php53-recode: security EOL reached 14 Aug 2014
2015-04-15 security/php53-openssl: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-dba: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-pdo_pgsql: security EOL reached 14 Aug 2014
2015-04-15 sysutils/php53-fileinfo: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-pdo_odbc: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-sqlite: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-readline: security EOL reached 14 Aug 2014
2015-04-15 mail/php53-imap: security EOL reached 14 Aug 2014
2015-04-15 sysutils/php53-posix: security EOL reached 14 Aug 2014
2015-04-15 archivers/php53-phar: security EOL reached 14 Aug 2014
2015-04-15 graphics/php53-gd: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-xsl: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-pdo_firebird: security EOL reached 14 Aug 2014
2015-04-15 devel/mingw64-binutils: Obsolete.  Migrate to devel/binutils based ports
2015-04-15 devel/cross-binutils: Obsolete.  Migrate to devel/binutils based ports
2015-04-15 databases/php53-pdo_dblib: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-sysvshm: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-json: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-redis: requires php53, security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-pspell: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-pgsql: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-xmlreader: security EOL reached 14 Aug 2014
2015-04-15 converters/php53-iconv: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-odbc: security EOL reached 14 Aug 2014
2015-04-15 ftp/php53-curl: security EOL reached 14 Aug 2014
2015-04-15 math/php53-gmp: security EOL reached 14 Aug 2014
2015-04-15 security/php53-mcrypt: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-shmop: security EOL reached 14 Aug 2014
2015-04-15 math/php53-bcmath: security EOL reached 14 Aug 2014
2015-04-15 security/php53-hash: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-sysvsem: security EOL reached 14 Aug 2014
2015-04-15 archivers/php53-zip: security EOL reached 14 Aug 2014
2015-04-15 graphics/php53-exif: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-gettext: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-mysql: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-xmlwriter: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-xml: security EOL reached 14 Aug 2014
2015-04-15 converters/php53-mbstring: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-sysvmsg: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-mysqli: security EOL reached 14 Aug 2014
2015-04-15 misc/php53-calendar: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-tokenizer: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-pdo: security EOL reached 14 Aug 2014
2015-04-15 net/php53-xmlrpc: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-interbase: security EOL reached 14 Aug 2014
2015-04-15 www/php53-session: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-mssql: security EOL reached 14 Aug 2014
2015-04-15 www/php53-tidy: security EOL reached 14 Aug 2014
2015-04-15 archivers/php53-zlib: security EOL reached 14 Aug 2014
2015-04-15 net/php53-ldap: security EOL reached 14 Aug 2014
2015-04-15 net-mgmt/php53-snmp: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-dom: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-pcntl: security EOL reached 14 Aug 2014
2015-04-15 archivers/php53-bz2: security EOL reached 14 Aug 2014
2015-04-15 net/php53-sockets: security EOL reached 14 Aug 2014
2015-04-15 lang/php53: security EOL reached 14 Aug 2014
2015-04-15 devel/pecl-uuid: requires php53, security EOL reached 14 Aug 2014
2015-04-15 lang/php53-extensions: security EOL reached 14 Aug 2014
2015-04-15 german/pecl-konto_check: requires php53, security EOL reached 14 Aug 2014
2015-04-17 www/moodle26: Deprecated by upstream, use www/moodle2{7,8} instead
2015-04-17 21:00:10 +00:00
Sunpoet Po-Chuan Hsieh
b2216b1d28 - Update to 2.001003
Changes:	http://search.cpan.org/dist/GeoIP2/Changes
2015-04-17 19:51:58 +00:00
Tijl Coosemans
fc8613157a Add LDAP option 2015-04-17 12:25:47 +00:00
Mathieu Arnold
7495b8be6b The IPv6 regression has been fixed in net/quagga, remove this.
Sponsored by:	Absolight
2015-04-17 09:37:37 +00:00
Mathieu Arnold
e517dd5b48 Fix ipv6 on 8 and possibly 9.
Obtained from:	http://git.savannah.gnu.org/gitweb/?p=quagga.git;a=patch;h=3e07588e6c2d11464b458cef3965ae31b5f99181
Sponsored by:	Absolight
2015-04-17 09:18:11 +00:00
Tijl Coosemans
455229efe5 Update WWW links 2015-04-16 20:00:33 +00:00
Muhammad Moinur Rahman
5a5b1142ea net/tcpkali: Update version 0.4.2=>0.5
PR:		199481
Submitted by:	neel@neelc.org
2015-04-16 19:06:38 +00:00
Tijl Coosemans
0cb631680c - Updates to the Linphone stack: Belle-sip 1.4.0, oRTP 0.24.1,
Mediastreamer 2.11.1, Linphone 3.8.1
- Switch to PolarSSL 1.3.x to enable instant messaging encryption
- SRTP/ZRTP support has been moved from oRTP to Mediastreamer

Notable enhancements in this release:
- Fullscreen mode
- Hang up button in the video window
- Wizard for audio/video settings
- Arabic translation
- Support RTP/AVPF (RFC4585) with VP8 codec: this feature allows
  transmission error recovery for video, which greatly enhances the
  video quality over unreliable links
2015-04-16 19:00:51 +00:00
Renato Botelho
e136016bf8 - Add a patch to fix heap overflow
- Bump PORTREVISION

Obtained from:	https://github.com/the-tcpdump-group/tcpdump/issues/446
MFH:		2015Q2
Security:	CVE-2015-3138
2015-04-16 11:21:44 +00:00
Renato Botelho
534847e4fb - Modernize OPTIONS
- Remove old CONFIGURE_ARGS that are now invalid
2015-04-16 11:18:41 +00:00
Dmitry Marakasov
af3a239dfe - Add LICENSE_FILE
- Add CPE info

Approved by:	portmgr blanket
2015-04-16 01:51:03 +00:00
Dmitry Marakasov
1956e06def - Add CPE info
Approved by:	portmgr blanket
2015-04-16 01:50:57 +00:00
Dmitry Marakasov
ceeab232bd - Update to 3.2.5.7
PR:		199455
Submitted by:	bradleythughes@fastmail.fm
Approved by:	mom040267@gmail.com (maintainer)
2015-04-15 20:34:56 +00:00
Dmitry Marakasov
cd28ac813c - Add LICENSE_FILE
- Add CPE info
2015-04-15 13:15:40 +00:00
Dmitry Marakasov
7976ce6d4f - Add LICENSE_FILE
- Add CPE info
2015-04-15 13:14:48 +00:00
Dmitry Marakasov
231837a442 - Fix LICENSE
- Add LICENSE_FILE
- Add CPE info
2015-04-15 13:13:59 +00:00
Dmitry Marakasov
f504d5979f - Add CPE info
Approved by:	portmgr blanket
2015-04-15 13:13:21 +00:00
Tijl Coosemans
074ea5282a converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
  http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
  defined because the base system iconv supports these extensions too.

Add/remove patches to/from ports to call iconv with non-const arguments.

This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier.  Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.

This exposed some ports that link with libiconv when it is available instead
of using libc iconv.  In these cases one of the following changes has been
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
  some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
  LIBICONV_PLUG is defined in the iconv test, also switch to external
  gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
  ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
  don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5

Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
  and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
  CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
  dependencies

PR:		199099
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-04-15 08:20:27 +00:00