Commit graph

24 commits

Author SHA1 Message Date
taca
07f76649c5 Update pear-Net_Socket to 1.2.2.
pkgsrc change: set LICENSE to 2-clause-bsd.


1.2.2						2017-04-13 13:22 UTC

Changelog:

* Bug #21178: $php_errormsg is deprecated in PHP 7.2


1.2.1						2017-04-06 11:23 UTC

Changelog:

* Fix BSD-2 licensing

1.2.0						2017-04-06 09:13 UTC

Changelog:

* Change license to BSD-2 Clause
* Request #17526: License change
2017-05-28 11:21:33 +00:00
taca
3b1ad7751d Update pear-Net_Socket to 1.1.0.
Release date: 2017-03-08 14:32 UTC

Changelog:

* Set minimum PHP version to 5.4.0
* Set minimum PEAR version to 1.10.1

* Bug #18262: Incomplete buffer sent with fwrite after bugfix #14619
* Bug #20113: package.xml does not validate
* Bug #21031: Warning on connection error(stream_socket_client)
* PR #7: Fix for "Maximum execution time of 30 seconds exceeded" error
* PR #8: Make PHP5 compatible
2017-03-17 15:49:50 +00:00
agc
203292f73e Add SHA512 digests for distfiles for net category
Problems found with existing digests:
	Package haproxy distfile haproxy-1.5.14.tar.gz
	159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded]
	da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]

Problems found locating distfiles:
	Package bsddip: missing distfile bsddip-1.02.tar.Z
	Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz
	Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2
	Package djbdns: missing distfile djbdns-cachestats.patch
	Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch
	Package gated: missing distfile gated-3-5-11.tar.gz
	Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz
	Package poink: missing distfile poink-1.6.tar.gz
	Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz
	Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch
	Package waste: missing distfile waste-source.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 00:34:51 +00:00
adam
642b183de2 Changes 1.0.14:
- Fix connecting when host is specified with protocol prefix e.g. ssl://
2014-07-23 14:06:10 +00:00
asau
e059e7e469 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 17:18:07 +00:00
wiz
6dc4abe4b7 Reset maintainer, developer has left the building 2012-04-15 22:00:58 +00:00
taca
310355dd8a Update pear-Net_Socket package to 1.0.10.
1.0.10		2010-10-15 14:52 UTC

Changelog:

QA release
- Configurable newline sequence (PEAR Bug #14181)
- Make $size parameter to gets() optional (PEAR Bug #14433)
- Don't overwrite $errstr set by fsockopen (PEAR Bug #14448)
- Avoid an infinite loop if fwrite() returns 0 (PEAR Bug #14619)
- CS cleanup (PEAR Bug #14803)
2010-12-22 15:46:35 +00:00
taca
c9b1507851 Update pear-Net_SMTP from 1.0.8 to 1.0.9
- Fix variable name in setWriteBuffer() (PEAR Bug #11039)
- Use %d for ints (PEAR Bug #11202)
- Fix passing context to socket for both PHP 4 and PHP 5
- Catch errors from fsockopen() that happen before the socket is actually
  opened (Jan Scheider, jan@horde.org)
- Restore the original track_errors setting
- Silence unsilenced fwrite call
- Update PHPDoc
2010-02-06 15:58:19 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
adrianp
d4dd57b3c4 1.0.8
Optimize away some duplicate is_resource() calls.
Better solution for eof() on blocking sockets [#1427].
Add select() implementation [#1428].
Restore support for unix sockets (Bug #2961).
Don't rely on gethostbyname() for error checking (Bug #3100).
Make package.xml safe for PEAR 1.4.0.
Chunk socket writes on Windows by default, or if explicitly specified (Bug #980)
Don't run any $addr with a '/' in it through gethostbyname() (Bug #3372)
Fixing bug #6789: Net_Sock::eof() returns false when socket is already disconnected
Using package.xml v2.0
Fixing request #3327: Method for setting Socket's write buffer size
Add enableCrypto() for calling stream_socket_enable_crypto with PHP 5.1.0+
Revert change for bug #7692 that caused trouble with code already using
output buffering.
2008-04-30 19:30:24 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
adrianp
d069d5bd59 PKGREVISION++ for the recent PEAR/PHP changes so that all child packages
pick up the new dependencies properly
2007-05-05 22:09:18 +00:00
joerg
8572e2517c Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
2006-06-04 16:26:54 +00:00
joerg
337c6b1297 Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.

OK from jlam@ and adrianp@.
2006-06-02 18:27:54 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
4c8ce83051 Add RMD160 checksum. 2005-05-25 13:13:30 +00:00
jdolecek
1ab96e8771 Net_Socket and Net_SMTP were unbundled from PHP4 in 4.3.11, g/c the related
conditionals and buildlink logic, and convert to standard DEPENDS
2005-04-11 20:08:43 +00:00
jdolecek
ebdc0c2e06 use PKGBASE rather than PKGNAME - the version of the PHP4-bundled component
might differ, so claiming the exact version is part of PHP4 might be
misleading
2004-11-28 10:21:48 +00:00
jdolecek
be30ce006c introduce optional dependence on Net_Socket 1.0.2 - php-4.3.9nb1 contains
1.0.1 (default), packages requesting 1.0.2 get dependence on 4.3.9nb2
2004-11-27 14:16:39 +00:00
jdolecek
dabfddfb8b update for DIST_SUBDIR=pear 2004-11-27 13:33:52 +00:00
jdolecek
5749169468 fix BUILDLINK_VARS setting 2004-11-27 12:52:59 +00:00
jdolecek
bf81d5a98e Use HOMEPAGE provided by lang/php/pear.mk 2004-11-27 10:02:52 +00:00
kristerw
786e3ef21e This pkg is placed in net/pear-Net_Socket and not wip/pear-Net_Socket... 2004-11-02 21:52:13 +00:00
jdolecek
dc43c99810 Add pear-Net_Socket 1.0.1 - PHP classes to provide Network Socket Interface.
This comes bundled in 4.x, so arrange for this to be built only with PHP 5.x.
2004-11-01 21:36:44 +00:00