The NetBSD Project

CVS log for pkgsrc/x11/proxymngr/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / x11 / proxymngr

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.7
Tue Mar 19 09:53:07 2019 UTC (5 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.6: +1 -1 lines
lbxproxy, proxymngr: remove

LBX support was removed from X server in 1.2, 12 years ago.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Nov 29 16:28:08 2018 UTC (6 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -2 lines
proxymngr: make sure target directory for config exists.

pkglint fix: Add PKG_SYSCONFBASE to BUILD_DEFS.

Bump PKGREVISION.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Mar 7 11:57:39 2018 UTC (6 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -5 lines
xorgproto: use xorgproto instead of separate *proto packages

Remove now obsolete packages.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Sep 16 19:27:27 2017 UTC (7 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Reset maintainer

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Nov 1 19:40:40 2015 UTC (9 years, 2 months ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Fix sysconfdir.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Aug 6 07:21:26 2015 UTC (9 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -3 lines
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.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jul 2 12:38:32 2015 UTC (9 years, 6 months ago) by rodent
Branches: MAIN
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.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>