Bug#924962: Additional informations

2019-03-20 Thread Mészáros Mihály
Hi,

Let me add some more details, I hope it helps

  * Big part of the debdiff is connected to docker branch merge,
but please consider that it is not included in the package so
nothing changed regarding this.
  * As you can see from source the TTL is only issue in Sparc64 and fixed
only for that __sparc9__ architecture and  has no consequence to any
other arcitetcures.
See:

https://github.com/coturn/coturn/commit/7f201e86a6de85c980297e66357e7af908556742
  * The pwd check is just this one line change:
See:

https://github.com/coturn/coturn/commit/2d59a5de2b7c99fe2ab4556c299119eba53ec582

All other code changes are connected to the 64 bit mem alignment fix, or
simple doc, tidy, etc..

All in all the main change is that equivalent code, works from now on
the less tolerant 64 bit architectures. (and avoids crash with sigbus).

Misi



Bug#924962: unblock: coturn/4.5.1.1-1

2019-03-19 Thread Mészáros Mihály
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package coturn

The release 4.5.1.0 was a security fix. 
To keep it separated form other issues, it doesn't contain an another
very important 64 bit mem alingment fix that we released in upstream: 4.5.1.1.

The 4.5.1.0 has fixed many security issues, but it still contains the mem 
alingment
problem on all 64 bit arcitectures! And so it is broken in many 64 bit
architectures that don't tolarate and autofix mem alingment issues:
e.g. Arm64, Sparc64 etc.

We had to ignore 64 bit issue in 4.5.1.0-1 to release security fix as soon as 
possible.
See the "-" sign that ignores the errors: 
https://github.com/coturn/coturn/blob/6cce69cf35221bc5270744b842e6f73c0ded9ac0/debian/rules#L20
It is ugly, and it is also removed in 4.5.1.1-1 with the release of the 64bit 
mem alingment fix.

In 4.5.1.0 we droped root privilege but we didn't considered that in
the defualt file logging it will cause an issue.
In 4.5.1.1-1 we turned on syslog in the preinstalled config to fix this:
https://github.com/coturn/coturn/blob/debian/4.5.1.1-1/debian/patches/Set-logging-to-syslog.patch

We almost catched the freeze deadline with 4.5.1.1-1 (only missed an hour or 
so).

Please consider to unblock it beacuse of the above.

Thanks!

unblock coturn/4.5.1.1-1

-- System Information:
Debian Release: 9.8
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-8-amd64 (SMP w/1 CPU core)
Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8), 
LANGUAGE=hu_HU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru coturn-4.5.1.0/ChangeLog coturn-4.5.1.1/ChangeLog
--- coturn-4.5.1.0/ChangeLog2019-01-18 13:35:39.0 +0100
+++ coturn-4.5.1.1/ChangeLog2019-03-02 23:11:57.0 +0100
@@ -1,3 +1,19 @@
+02/03/2019 Oleg Moskalenko  Mihály Mészáros 
+Version 4.5.1.1 'dan Eider':
+   - merge PR #330 missing \r\n after http Connection:close (by gribunin)
+   - merge PR #303 fix typo enpoint (by Majid Motallebikashani)
+   - merge PR #129 seperate http web-admin listener (by Thibaut ACKERMANN)
+   - regression from 4.5.1.0
+   * readd pwd check
+   * add to config missing web-admin-listen-on-workers option
+   - merge docker branch
+   * Add Docker file for all database backend.
+   - merge sparc64 branch
+   * Fix mem alingment issue on 64 bit architecture
+   That issue caused earlier "bus error" on sparc64 and armhf
+   - merge PR #336 Clarify Debian install (by David-dp-)
+   - merge PR #339 RPM build fix (by Peter Hudec )
+
 24/11/2018 Oleg Moskalenko  Mihály Mészáros 
 Version 4.5.1.0 'dan Eider':
Consider to change config file after upgrade, because it contains some 
diff -Nru coturn-4.5.1.0/debian/changelog coturn-4.5.1.1/debian/changelog
--- coturn-4.5.1.0/debian/changelog 2019-01-28 13:16:57.0 +0100
+++ coturn-4.5.1.1/debian/changelog 2019-03-03 00:38:30.0 +0100
@@ -1,3 +1,14 @@
+coturn (4.5.1.1-1) unstable; urgency=medium
+
+  * [a13ba45] Fix: missing /etc/turnserver.conf
+  * [8a03c32] Revert "Temporary prevent from failing"
+This reverts commit 218987f4256a8894e06d7876c434b1f37fd0785f.
+  * [96ca6cb] New upstream release (4.5.1.1) (Closes: #916919)
+  * [f399223] Set log to syslog
+  * [7b135b2] Upgrde to debian-policy 4.3
+
+ -- Mészáros Mihály   Sun, 03 Mar 2019 00:38:30 +0100
+
 coturn (4.5.1.0-1) unstable; urgency=medium
 
   * Sync to upstream 4.5.1.0
diff -Nru coturn-4.5.1.0/debian/control coturn-4.5.1.1/debian/control
--- coturn-4.5.1.0/debian/control   2019-01-28 12:46:05.0 +0100
+++ coturn-4.5.1.1/debian/control   2019-03-03 00:38:30.0 +0100
@@ -16,7 +16,7 @@
libssl-dev (>= 1.0.0~),
postgresql-client,
sqlite3
-Standards-Version: 4.2.1
+Standards-Version: 4.3.0
 Homepage: https://github.com/coturn/coturn/
 Vcs-Git: https://github.com/coturn/coturn.git -b debian/sid
 Vcs-Browser: https://github.com/coturn/coturn/tree/debian/sid
diff -Nru coturn-4.5.1.0/debian/coturn.install 
coturn-4.5.1.1/debian/coturn.install
--- coturn-4.5.1.0/debian/coturn.install2019-01-28 12:46:05.0 
+0100
+++ coturn-4.5.1.1/debian/coturn.install2019-03-03 00:07:47.0 
+0100
@@ -6,6 +6,7 @@
 bin/turnutils_stunclient usr/bin
 bin/turnutils_uclient usr/bin
 debian/etc/ufw/applications.d/turnserver etc/ufw/applications.d
+examples/etc/turnserver.conf etc
 include/turn/client/TurnMsgLib.h usr/include/turn
 include/turn/client/ns_turn_ioaddr.h usr/include/turn
 include/turn/client/ns_turn_msg.h usr/include/turn
diff -Nru coturn-4.5.1.0/debian/patches/series 
coturn-4.5.1.1/debian/patches/series
--- coturn-4.5.1.0/debian/patch

Bug#916919: coturn 4.5.0.7-1: FTBFS, alignment problem

2019-01-22 Thread Mészáros Mihály
We have made some progress to fix coturn on sparc64

See: https://github.com/coturn/coturn/tree/sparc64

You can try these mem alignment fixes that are general 64 bit issues:
https://github.com/coturn/coturn/commit/4f2c353588c63647e17e41fb49c49367105e9b18



Bug#491691: gnugk: mysql connection loss

2008-07-22 Thread MÉSZÁROS Mihály

Hello!

So can you include this patch to the next revision of 2.2.6?
I have routing problem with the 2.2.7 using my current gatkeeper 
configuration file. I didn't have the time to debug. So i don't know 
what is the problem exactly. I am using in my config 
ENUM+SRV+Neighbour(LRQ), and with 2.2.7 i had a problem with ENUM lookup.

So can you backport this patch in 2.2.6?

Thank you,
Misi

Hi,

That patch is already included in GnuGk 2.2.7 and it should work fine
in 2.2.6, too.

Regards,
Jan
  





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#473785: [Pkg-mediawiki-devel] Bug#473785: mediawiki-extensions: Fatal error: Call to undefined method PPTemplateFrame_DOM::splitBraceNode()

2008-04-02 Thread MÉSZÁROS Mihály

Hello!

Hi !

Le Tuesday 01 April 2008 17:41:36 Misi, vous avez écrit :
  

If i enable the ParserFunction i got the folling error:

Fatal error: Call to undefined method
PPTemplateFrame_DOM::splitBraceNode() in
/usr/share/mediawiki-extensions/ParserFunctions.php on line 158



How did you enable the extension ? With which version of mediawiki package ?

  

I made a symbolyc link to available.
lrwxrwxrwx 1 root root 66 ápr 1 18.29 
/etc/mediawiki-extensions/extensions-enabled/ParserFunctions.php - 
/etc/mediawiki-extensions/extensions-available/ParserFunctions.php

I'm using it on my wikis and it seems to work well..

  

[EMAIL PROTECTED]:~$ dpkg -l mediawiki
Kért=Ismeretlen/Telepít/Eltávolít/Töröl/Fog
| 
Állapot=Nem/Telepített/Konfig-fájlok/Kibontatlan/Hibás-konfig/Félig-települt
|/ Hib?=(nem)/Fog/Reinstallt-kért/X=mindkét-gond (Állapot,Hib: 
nagybetű=rossz)

||/ Név Verzió Leírás
+++-=-=-==
ii mediawiki 1:1.12.0-2 website engine for collaborative work
[EMAIL PROTECTED]:~$


Romain
  

Regards,
Misi