Send Pd-cvs mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.puredata.info/listinfo/pd-cvs
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Pd-cvs digest..."


Today's Topics:

   1. [git]pure-data branch, master,    updated.
      9feff9d6cbe67af0d7270fb808709b6d3131e4fd (Miller Puckette)
   2. [git]pure-data branch, master,    updated.
      4fbb3f038c26384c6e32037621f3e62c25dcae3d (Miller Puckette)
   3. [git]pure-data branch, master,    updated.
      5a1b58362c405d44da00cce8e075b0a57ca6eed2 (Miller Puckette)
   4. [git]pure-data branch, master,    updated.
      f1e0d17d70a154e6d794a4cf7f0f457fed6b6a68 (Miller Puckette)
   5. autobuild: pd-extended debian-stretch-amd64 2016-03-22
      06.41.11 (pd buildbot)
   6. autobuild: pd-extended debian-wheezy-i386 2016-03-22      06.41.11
      (pd buildbot)
   7. autobuild: pd-extended debian-squeeze-i386 2016-03-22
      06.36.10 (pd auto builds)


----------------------------------------------------------------------

Message: 1
Date: Mon, 21 Mar 2016 17:30:28 +0000
From: "Miller Puckette" <[email protected]>
To: [email protected]
Subject: [PD-cvs] [git]pure-data branch, master,        updated.
        9feff9d6cbe67af0d7270fb808709b6d3131e4fd
Message-ID: <[email protected]>

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pure-data".

The branch, master has been updated
       via  9feff9d6cbe67af0d7270fb808709b6d3131e4fd (commit)
      from  1eca9753a6f50b26a2a658948e662a9e6e886746 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9feff9d6cbe67af0d7270fb808709b6d3131e4fd
Author: Miller Puckette <[email protected]>
Date:   Mon Mar 21 10:29:48 2016 -0700

    tweaks from SDY to compile Pd in recent Mac OSXes

-----------------------------------------------------------------------

Summary of changes:
 configure.ac                                       |    1 -
 extra/Makefile.am                                  |    2 +-
 .../src/hostapi/coreaudio/pa_mac_core_utilities.c  |    4 ++--
 3 files changed, 3 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
pure-data



------------------------------

Message: 2
Date: Mon, 21 Mar 2016 21:17:18 +0000
From: "Miller Puckette" <[email protected]>
To: [email protected]
Subject: [PD-cvs] [git]pure-data branch, master,        updated.
        4fbb3f038c26384c6e32037621f3e62c25dcae3d
Message-ID: <[email protected]>

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pure-data".

The branch, master has been updated
       via  4fbb3f038c26384c6e32037621f3e62c25dcae3d (commit)
       via  a59b58da12abcbecc25fb59949b79c04bea9b647 (commit)
      from  9feff9d6cbe67af0d7270fb808709b6d3131e4fd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4fbb3f038c26384c6e32037621f3e62c25dcae3d
Author: Miller Puckette <[email protected]>
Date:   Mon Mar 21 14:14:35 2016 -0700

    update deken to snapshot from Mar 21, 2016

commit a59b58da12abcbecc25fb59949b79c04bea9b647
Author: Miller Puckette <[email protected]>
Date:   Mon Mar 21 13:51:09 2016 -0700

    memory leak fix in s_path.c

-----------------------------------------------------------------------

Summary of changes:
 src/s_path.c     |    3 +
 tcl/pd_deken.tcl |  110 ++++++++++++++++++++++++++++++++++++++++++++++++++----
 2 files changed, 105 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
pure-data



------------------------------

Message: 3
Date: Mon, 21 Mar 2016 21:39:08 +0000
From: "Miller Puckette" <[email protected]>
To: [email protected]
Subject: [PD-cvs] [git]pure-data branch, master,        updated.
        5a1b58362c405d44da00cce8e075b0a57ca6eed2
Message-ID: <[email protected]>

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pure-data".

The branch, master has been updated
       via  5a1b58362c405d44da00cce8e075b0a57ca6eed2 (commit)
       via  76ff8d464f3f421900f5d366cb731188e0df91e0 (commit)
      from  4fbb3f038c26384c6e32037621f3e62c25dcae3d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5a1b58362c405d44da00cce8e075b0a57ca6eed2
Author: IOhannes m zmölnig <[email protected]>
Date:   Tue Mar 15 15:47:04 2016 +0100

    Fix a number of bugs (ressource leaks, initialization,...)
    
    These bugs were discovered via static code-analysis
     https://scan.coverity.com/projects/pure-data-pure-data
    (The CID numbers are the "Coverity IDs" used to identify the various bugs)
    
    - Don't free binbuf within glist_readfrombinbuf (CID:74871)
      - it must be deleted by the caller
    - Initialize sockaddr_in (CID:74861,74862,74863,74866)
    - Initialize indelay/outdelay (CID:74864,74865)
    - Initialize device-arrays (CID:74853,74854,74855,74856)
    - Closing unneeded sockets (CID:74827)
    - Initialize sockaddr_in (CID:74860}
    - Close file-descriptor if the soundfile is unparsable (CID:74822,74823)
    - Close file-handle in cleanup (CID:74816)
    - Call va_end() when handling variadic args (CID:74872)
    - Added missing break (CID:74800)
    - Prevent NULL-dereferences (CID:74792,74793)
    - Size checks when copying into string buffers 
(CID:74844,74845,74846,74847,74849)
    - Freeing no-more used storage (CID:74832)
    - Fixed code block (CID:74806)
    - Initialize sockaddr_in (CID:74860)
    - Initialize array-values to 0 (CID:74867)
    - Free allocated memory (CID:74813,74830)
    - Removed allocation of unused memory
    - Use pd_free() to free templates (CID:74814)
      - template_free() does not free the entire structure (it misses the 
pd_new() part)
    - initialize variable (CID:77865)
    - Prevent NULL-pointer dererencing (CID:77864)
    - Free heap-allocate binbuf after use (CID:74833)

commit 76ff8d464f3f421900f5d366cb731188e0df91e0
Author: IOhannes m zmölnig <[email protected]>
Date:   Mon Dec 28 22:34:39 2015 +0100

    travis-ci configuration for automatic builds

-----------------------------------------------------------------------

Summary of changes:
 .travis.yml        |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/d_soundfile.c  |   18 ++++++++++++------
 src/g_canvas.c     |    4 ++--
 src/g_editor.c     |    3 ++-
 src/g_readwrite.c  |   11 ++++++-----
 src/g_template.c   |    2 +-
 src/m_binbuf.c     |   18 +++++++++++-------
 src/m_class.c      |    2 +-
 src/m_pd.c         |    3 ++-
 src/s_audio.c      |    9 +++++++++
 src/s_audio_alsa.c |    2 +-
 src/s_inter.c      |    4 ++--
 src/s_path.c       |    3 ++-
 src/u_pdreceive.c  |    2 +-
 src/u_pdsend.c     |    2 +-
 src/x_array.c      |   12 +++++++++---
 src/x_net.c        |    5 +++--
 src/x_text.c       |    1 +
 src/x_vexp.c       |    2 +-
 src/x_vexp_if.c    |    7 +++++--
 20 files changed, 124 insertions(+), 38 deletions(-)
 create mode 100644 .travis.yml


hooks/post-receive
-- 
pure-data



------------------------------

Message: 4
Date: Mon, 21 Mar 2016 23:34:18 +0000
From: "Miller Puckette" <[email protected]>
To: [email protected]
Subject: [PD-cvs] [git]pure-data branch, master,        updated.
        f1e0d17d70a154e6d794a4cf7f0f457fed6b6a68
Message-ID: <[email protected]>

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pure-data".

The branch, master has been updated
       via  f1e0d17d70a154e6d794a4cf7f0f457fed6b6a68 (commit)
       via  8e4cf3a8d1c459e7e57dd25fa60e9662fe4cb5b4 (commit)
       via  3fed8e71e88ee41daba903474d8352359efcb911 (commit)
      from  5a1b58362c405d44da00cce8e075b0a57ca6eed2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f1e0d17d70a154e6d794a4cf7f0f457fed6b6a68
Author: Miller Puckette <[email protected]>
Date:   Mon Mar 21 16:33:36 2016 -0700

    Hannes thinks the version already in there was newer than the one I
    downloaded.
    
    Revert "update deken to snapshot from Mar 21, 2016"
    
    This reverts commit 4fbb3f038c26384c6e32037621f3e62c25dcae3d.

commit 8e4cf3a8d1c459e7e57dd25fa60e9662fe4cb5b4
Author: Miller Puckette <[email protected]>
Date:   Mon Mar 21 16:31:15 2016 -0700

    try to fix memory leak (rtextx not deleted in glist_delete())

commit 3fed8e71e88ee41daba903474d8352359efcb911
Author: Miller Puckette <[email protected]>
Date:   Mon Mar 21 15:05:37 2016 -0700

    get rid of some extra/expr refs in makefiles

-----------------------------------------------------------------------

Summary of changes:
 msw/build-nt.bat |    2 -
 src/g_graph.c    |    6 ++-
 src/g_rtext.c    |    7 +++-
 src/makefile.gnu |    1 -
 src/makefile.mac |    1 -
 src/x_array.c    |    2 +-
 tcl/pd_deken.tcl |  110 ++++--------------------------------------------------
 7 files changed, 19 insertions(+), 110 deletions(-)


hooks/post-receive
-- 
pure-data



------------------------------

Message: 5
Date: Tue, 22 Mar 2016 06:42:39 -0400 (EDT)
From: [email protected] (pd buildbot)
To: [email protected]
Subject: [PD-cvs] autobuild: pd-extended debian-stretch-amd64
        2016-03-22      06.41.11
Message-ID: <[email protected]>

last 20 errors ----------------------------------------
collect2: error: ld returned 1 exit status
rsync error: syntax or usage error (code 1) at main.c(1362) [Receiver=3.1.1]
last 15 lines ----------------------------------------
default.pdextended
generate_install_makefile.bash
Makefile
pd-extended.desktop
pd-extended.menu
pd-extended.png
pd-extended.xml
pd-extended.xpm
README
text-x-puredata.png
+ [ -e ]
+ rsync -a --chmod=a+r -e ssh 
[email protected]:/home/apt/www/auto-build/2016-03-22/48x48 build debian 
default.pdextended generate_install_makefile.bash Makefile pd-extended.desktop 
pd-extended.menu pd-extended.png pd-extended.xml pd-extended.xpm README 
text-x-puredata.png
Unexpected local arg: build
If arg is a remote file/dir, prefix it with a colon (:).
rsync error: syntax or usage error (code 1) at main.c(1362) [Receiver=3.1.1]

the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2016-03-22/logs/2016-03-22_06.41.11_linux_debian-stretch-amd64_pd-extended.txt



------------------------------

Message: 6
Date: Tue, 22 Mar 2016 06:43:44 -0400 (EDT)
From: [email protected] (pd buildbot)
To: [email protected]
Subject: [PD-cvs] autobuild: pd-extended debian-wheezy-i386 2016-03-22
        06.41.11
Message-ID: <[email protected]>

last 20 errors ----------------------------------------
collect2: error: ld returned 1 exit status
rsync error: syntax or usage error (code 1) at main.c(1246) [Receiver=3.0.9]
last 15 lines ----------------------------------------
default.pdextended
generate_install_makefile.bash
Makefile
pd-extended.desktop
pd-extended.menu
pd-extended.png
pd-extended.xml
pd-extended.xpm
README
text-x-puredata.png'
+ '[' -e ']'
+ rsync -a --chmod=a+r -e ssh 
[email protected]:/home/apt/www/auto-build/2016-03-22/48x48 build debian 
default.pdextended generate_install_makefile.bash Makefile pd-extended.desktop 
pd-extended.menu pd-extended.png pd-extended.xml pd-extended.xpm README 
text-x-puredata.png
Unexpected local arg: build
If arg is a remote file/dir, prefix it with a colon (:).
rsync error: syntax or usage error (code 1) at main.c(1246) [Receiver=3.0.9]

the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2016-03-22/logs/2016-03-22_06.41.11_linux_debian-wheezy-i386_pd-extended.txt



------------------------------

Message: 7
Date: Tue, 22 Mar 2016 06:55:30 -0400 (EDT)
From: [email protected] (pd auto builds)
To: [email protected]
Subject: [PD-cvs] autobuild: pd-extended debian-squeeze-i386
        2016-03-22      06.36.10
Message-ID: <[email protected]>

last 20 errors ----------------------------------------
last 15 lines ----------------------------------------
----------------------------------------
Building in dchroot squeeze
----------------------------------------
W: line 19 [squeeze]: Deprecated key ‘script-config’ used
I: This option will be removed in the future; please update your configuration
W: line 16 [squeeze]: Obsolete key ‘priority’ used
I: This option has been removed, and no longer has any effect
E: /etc/schroot/chroot.d/conv-FeqtAt-dchroot: line 7 [squeeze]: A chroot or 
alias ‘chroot:squeeze’ already exists with this name
I: Duplicate names are not allowed

the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2016-03-22/logs/2016-03-22_06.36.10_linux_debian-squeeze-i386_pd-extended.txt



------------------------------

Subject: Digest Footer

_______________________________________________
Pd-cvs mailing list
[email protected]
http://lists.puredata.info/listinfo/pd-cvs


------------------------------

End of Pd-cvs Digest, Vol 133, Issue 22
***************************************

Reply via email to