Path to this page:
NOTICE: This package has been removed from pkgsrc./
x11/proxymngr,
X proxy manager service
Branch: CURRENT,
Version: 1.0.4nb2,
Package name: proxymngr-1.0.4nb2,
Maintainer: pkgsrc-usersX proxy manager service:
The proxy manager (proxymngr) is responsible for resolving requests from
xfindproxy (and other similar clients), starting new proxies when appropriate,
and keeping track of all of the available proxy services. The proxy manager
strives to reuse existing proxies whenever possible.
Required to run:[
x11/lbxproxy]
Required to build:[
pkgtools/x11-links] [
devel/xorg-util-macros] [
pkgtools/cwrappers] [
x11/xorgproto]
Master sites: (Expand)
SHA1: 78984a9e3ccbec423e4103d51dd88df9ef23f63c
RMD160: c1490e136362b002e213047779f6ce3e49fb051c
Filesize: 128.355 KB
Version history: (Expand)
- (2019-03-20) Package deleted from pkgsrc
- (2018-11-29) Updated to version: proxymngr-1.0.4nb2
- (2018-03-07) Updated to version: proxymngr-1.0.4nb1
- (2015-08-06) Updated to version: proxymngr-1.0.4
- (2015-07-02) Package added to pkgsrc.se, version proxymngr-1.0.3 (created)
CVS history: (Expand)
2019-03-19 10:53:07 by Thomas Klausner | Files touched by this commit (8) | |
Log message:
lbxproxy, proxymngr: remove
LBX support was removed from X server in 1.2, 12 years ago.
|
2018-11-29 17:28:08 by Thomas Klausner | Files touched by this commit (1) |
Log message:
proxymngr: make sure target directory for config exists.
pkglint fix: Add PKG_SYSCONFBASE to BUILD_DEFS.
Bump PKGREVISION.
|
2017-09-16 21:27:31 by Thomas Klausner | Files touched by this commit (372) |
Log message:
Reset maintainer
|
2015-11-04 04:29:14 by Alistair G. Crooks | Files touched by this commit (670) |
Log message:
Add SHA512 digests for distfiles for x11 category
Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.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-01 20:40:40 by Mark Davies | Files touched by this commit (1) |
Log message:
Fix sysconfdir.
|
2015-08-06 09:21:26 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.0.4:
proxymngr 1.0.4
Stop checking if pointers are NULL before passing them to free()
Stop casting results of malloc calls
Replace last strcpy call + manual append with snprintf call
Replace malloc(strlen)+strcpy sets with strdup calls
Ensure memory is initialized before use in PushRequestorQueue
If authLen <= 0, then we weren't initializing the authName & authData
pointers until after checking if all the allocations succeeded, but
if any allocations failed, we'd then try to free them before that.
Error: Uninitialised memory (CWE 456)
Possible access to uninitialised memory '&newreq->authData'
at line 590 of pmdb.c in function 'PushRequestorQueue'.
&newreq->authData allocated at line 559.
&newreq->authData uninitialised when authLen <= 0 at \
line 568.
at line 591 of pmdb.c in function 'PushRequestorQueue'.
&newreq->authData allocated at line 559.
&newreq->authData uninitialised when authLen <= 0 at line 568
and newreq->authName == NULL at line 574.
Possible access to uninitialised memory '&newreq->authName'
at line 588 of pmdb.c in function 'PushRequestorQueue'.
&newreq->authName allocated at line 559.
&newreq->authName uninitialised when authLen <= 0 at \
line 568.
at line 589 of pmdb.c in function 'PushRequestorQueue'.
&newreq->authName allocated at line 559.
&newreq->authName uninitialised when authLen <= 0 at line 568
and newreq->authName != NULL at line 574.
[ This bug was found by the Parfait 1.5.1 bug checking tool.
http://labs.oracle.com/pls/apex/f?p=labs:49:::::P49_PROJECT_ID:13 ]
autogen.sh: Honor NOCONFIGURE=1
See http://people.gnome.org/~walters/docs/build-api.txt
configure: Drop AM_MAINTAINER_MODE
This is not a GNU project, so declare it foreign.
Assume signal handlers return void, as C89 requires
Drops use of Imake's obsolete SIGNALRETURNSINT.
|
2015-07-02 14:38:33 by Blue Rats | Files touched by this commit (59) |
Log message:
Adding:
libXaw3d
libXprintAppUtil
liblbxutil
mkcomposecache
proxymngr
rstart
xcmsdb
xdbedizzy
xedit
xf86dga
xmh
xpr
xrx
xtrap
from pkgsrc-wip as requested by wiz@ last quarter. LICENSE can be fixed
later.
|