Re: How do I customize the xwin-xdg-menu menus?

2016-03-02 Thread qrasmfu8f4
> Customize how? Add new menus or menu items, remove or replace existing menus. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simp

Re: How do I customize the xwin-xdg-menu menus?

2016-03-02 Thread Yaakov Selkowitz
On 2016-03-02 14:34, qrasmfu...@snkmail.com wrote: I'm trying to figure out how to customize the xwin-xdg-menu menus (the menu that shows up in the taskbar as "X application menu on :0" and be default contains "Internet", "System Tools", and "XDG Menu" menu items. Customize how? -- Yaakov --

[ANNOUNCEMENT] hamster-time-tracker 1.04-1

2016-03-02 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * hamster-time-tracker-1.04-1 This GNOME application allows you to keep track on where are you spending your time. -- Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/f

How do I customize the xwin-xdg-menu menus?

2016-03-02 Thread qrasmfu8f4
I'm trying to figure out how to customize the xwin-xdg-menu menus (the menu that shows up in the taskbar as "X application menu on :0" and be default contains "Internet", "System Tools", and "XDG Menu" menu items. I've looked at http://standards.freedesktop.org/menu-spec/menu-spec-latest.html t

[ANNOUNCEMENT] libssh 0.7.3-1

2016-03-02 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * libssh4-0.7.3-1 * libssh-common-0.7.3-1 * libssh-devel-0.7.3-1 The ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made

[ANNOUNCEMENT] nghttp2 1.7.1-1

2016-03-02 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * nghttp2-1.7.1-1 * libnghttp2_14-1.7.1-1 * libnghttp2-devel-1.7.1-1 * python-nghttp2-1.7.1-1 * python3-nghttp2-1.7.1-1 nghttp2 is an implementation of HTTP/2 and its header compression algorithm HPACK in C. The framing layer

[ANNOUNCEMENT] graphite2 1.3.6-1

2016-03-02 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * graphite2-1.3.6-1 * libgraphite2_3-1.3.6-1 * libgraphite2-devel-1.3.6-1 Graphite is a package that can be used to create smart fonts capable of displaying writing systems with various complex behaviors. A smart font contain

[ANNOUNCEMENT] libssh2 1.7.0-1

2016-03-02 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * libssh2_1-1.7.0-1 * libssh2-devel-1.7.0-1 * mingw64-i686-libssh2-1.7.0-1 * mingw64-x86_64-libssh2-1.7.0-1 libssh2 is a library implementing the SSH2 protocol as defined by Internet Drafts: SECSH-TRANS, SECSH-USERAUTH, SECSH-

[ANNOUNCEMENT] exiv2 0.25-2

2016-03-02 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * exiv2-0.25-2 * libexiv2_14-0.25-2 * libexiv2-devel-0.25-2 * mingw6-i686-exiv2-0.25-2 * mingw6-x86_64-exiv2-0.25-2 Exiv2 is a C++ library and a command line utility to access Exiv, IPTC, and XMP image metadata. This release

Re: Security Users List

2016-03-02 Thread Ross Nelson
Hi, Would you be interested in reaching out "Security Users" with opt-in verified contact information? Few Industry Specific Lists:- 1. Juniper Firewalls 2. McAfee Endpoint Encryption 3. Microsoft Forefront Identity Manager 4. SAP Security 5. SonicWALL Internet Security Solutions 6. Symantec B

[ANNOUNCEMENT] pcre 8.38-2

2016-03-02 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * pcre-8.38-2 * libpcre1-8.38-2 * libpcre16_0-8.38-2 * libpcre32_0-8.38-2 * libpcrecpp0-8.38-2 * libpcreposix0-8.38-2 * libpcre-devel-8.38-2 * libpcre-doc-8.38-2 * mingw64-i686-pcre-8.38-2 * mingw64-x86_64-pcre-8.38-2 The PCRE

[ANNOUNCEMENT] Updated: openssl-1.0.2g-1

2016-03-02 Thread Corinna Vinschen
Hi folks, I've updated the version of OpenSSL to 1.0.2g-1. This is a security bugfix release. OpenSSL Security Advisory [1st March 2016] = NOTE: With this update, OpenSSL is disabl

Re: realpath() function not declared in scope when "-std=c++11" option added to g++

2016-03-02 Thread Csaba Raduly
Hi MyBig, On Wed, Mar 2, 2016 at 7:58 AM, MyBig SpamEmail wrote: > > Compiling the following code in test.cpp: > > #include > #include > > int main ( void ) > { > realpath ( "//.", NULL ); > return 0; > } > > This works: > % g++ test.cpp > > This doesn't: > % g++ -std=c++11 test