Hello community,

here is the log from the commit of package links for openSUSE:Factory checked 
in at 2013-08-24 10:15:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/links (Old)
 and      /work/SRC/openSUSE:Factory/.links.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "links"

Changes:
--------
--- /work/SRC/openSUSE:Factory/links/links.changes      2013-07-30 
11:45:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.links.new/links.changes 2013-08-24 
10:15:36.000000000 +0200
@@ -1,0 +2,17 @@
+Thu Aug 22 20:06:22 UTC 2013 - [email protected]
+
+- links-no-date-time.patch: Supress usage of __DATE__ and 
+  __TIME__ macros  build-compare should be happy now.
+
+-------------------------------------------------------------------
+Thu Aug 22 19:40:59 UTC 2013 - [email protected]
+
+- version 2.7
+* support ipv6
+* Fix memory leak in ftp
+* support HTTPS proxy
+- Update spec file URL section.
+- Fix buildRequires, add support for lzma and bzip2, just use
+  pkgconfig(x11) instead of xorg-x11-devel
+
+-------------------------------------------------------------------

Old:
----
  links-2.6.tar.bz2

New:
----
  links-2.7.tar.bz2
  links-no-date-time.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ links.spec ++++++
--- /var/tmp/diff_new_pack.Fwivat/_old  2013-08-24 10:15:37.000000000 +0200
+++ /var/tmp/diff_new_pack.Fwivat/_new  2013-08-24 10:15:37.000000000 +0200
@@ -21,15 +21,19 @@
 BuildRequires:  automake
 BuildRequires:  gpm-devel
 BuildRequires:  jpeg
+BuildRequires:  libbz2-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pkgconfig
-BuildRequires:  xorg-x11-devel
-Url:            http://artax.karlin.mff.cuni.cz/~mikulas/links/
+BuildRequires:  xz-devel
+BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(x11)
+
+Url:            http://links.twibright.com/
 Provides:       web_browser
-Version:        2.6
+Version:        2.7
 Release:        0
 Summary:        Text-Based WWW Browser
 License:        GPL-2.0+
@@ -38,6 +42,7 @@
 Patch2:         configure.diff
 Patch3:         links-nosslcomp.patch
 Patch4:         links-sni.patch
+Patch5:         links-no-date-time.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -57,6 +62,8 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
+
 %build
 autoreconf -ifv
 CFLAGS="$RPM_OPT_FLAGS -DOPENSSL_NO_SSL_INTERN -fno-strict-aliasing -pipe"

++++++ configure.diff ++++++
--- /var/tmp/diff_new_pack.Fwivat/_old  2013-08-24 10:15:37.000000000 +0200
+++ /var/tmp/diff_new_pack.Fwivat/_new  2013-08-24 10:15:37.000000000 +0200
@@ -1,5 +1,5 @@
---- links-2.6.orig/configure.in
-+++ links-2.6/configure.in
+--- links-2.7.orig/configure.in
++++ links-2.7/configure.in
 @@ -16,9 +16,11 @@ image_formats="GIF PNG XBM"
  AM_CONFIG_HEADER(config.h)
  

++++++ links-2.6.tar.bz2 -> links-2.7.tar.bz2 ++++++
++++ 147172 lines of diff (skipped)

++++++ links-no-date-time.patch ++++++
--- links-2.7.orig/menu.c
+++ links-2.7/menu.c
@@ -75,7 +75,7 @@ static void menu_version(struct terminal
        add_to_str(&s, &l, cast_uchar "\n");
 
        add_and_pad(&s, &l, term, *text_ptr++, maxlen);
-       add_to_str(&s, &l, cast_uchar(__DATE__ "  " __TIME__));
+       /* add_to_str(&s, &l, cast_uchar(__DATE__ "  " __TIME__)); */
        add_to_str(&s, &l, cast_uchar "\n");
 
        add_and_pad(&s, &l, term, *text_ptr++, maxlen);
++++++ links-nosslcomp.patch ++++++
--- /var/tmp/diff_new_pack.Fwivat/_old  2013-08-24 10:15:40.000000000 +0200
+++ /var/tmp/diff_new_pack.Fwivat/_new  2013-08-24 10:15:40.000000000 +0200
@@ -1,5 +1,5 @@
---- links-2.6.orig/https.c
-+++ links-2.6/https.c
+--- links-2.7.orig/https.c
++++ links-2.7/https.c
 @@ -44,7 +44,23 @@ SSL *getSSL(void)
                if (!m) return NULL;
                context = SSL_CTX_new((void *)m);
@@ -25,9 +25,9 @@
                SSL_CTX_set_default_verify_paths(context);
  /* needed for systems without /dev/random, but obviously kills security. */
                /*{
---- links-2.6.orig/connect.c
-+++ links-2.6/connect.c
-@@ -184,9 +184,6 @@ static void ssl_want_read(struct connect
+--- links-2.7.orig/connect.c
++++ links-2.7/connect.c
+@@ -309,9 +309,6 @@ static void ssl_want_read(struct connect
  
        set_timeout(c);
  
@@ -37,7 +37,7 @@
        switch (SSL_get_error(c->ssl, SSL_connect(c->ssl))) {
                case SSL_ERROR_NONE:
                        c->newconn = NULL;
-@@ -374,9 +371,6 @@ static void connected(struct connection
+@@ -560,9 +557,6 @@ static void connected(struct connection
                        goto ssl_error;
                }
                SSL_set_fd(c->ssl, *b->sock);

++++++ links-sni.patch ++++++
--- /var/tmp/diff_new_pack.Fwivat/_old  2013-08-24 10:15:40.000000000 +0200
+++ /var/tmp/diff_new_pack.Fwivat/_new  2013-08-24 10:15:40.000000000 +0200
@@ -1,6 +1,6 @@
---- links-2.6.orig/connect.c
-+++ links-2.6/connect.c
-@@ -370,6 +370,14 @@ static void connected(struct connection
+--- links-2.7.orig/connect.c
++++ links-2.7/connect.c
+@@ -556,6 +556,14 @@ static void connected(struct connection
                if (!c->ssl) {
                        goto ssl_error;
                }

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to