1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449
|
fribidi (1.0.8-2+deb11u1) bullseye; urgency=medium
* Non-maintainer upload by the LTS Team.
* CVE-2022-25308
stack-buffer-overflow issue in main()
* CVE-2022-25309
heap-buffer-overflow issue in fribidi_cap_rtl_to_unicode()
* CVE-2022-25310
SEGV issue in fribidi_remove_bidi_marks()
(Closes: #1008793)
-- Thorsten Alteholz <debian@alteholz.de> Tue, 05 Apr 2022 22:03:02 +0200
fribidi (1.0.8-2) unstable; urgency=medium
* Add revert_log2vis_get_embedding_levels.diff patch to revert back
fribidi_log2vis_get_embedding_levels function.
It seems to be removed by mistake by upstream, since its documentation is
still there (Closes: #947081)
* Revert last update to symbols file
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> Sat, 21 Dec 2019 03:11:40 +0100
fribidi (1.0.8-1) unstable; urgency=medium
* New upstream version 1.0.8
* Add Rules-Requires-Root=no
* Set debhelper-compat in build deps
* Refresh manpages.diff patch.
Dropped Truncate-isolate_level-to-FRIBIDI_BIDI_MAX_EXPLICIT_.diff,
applied upstream
* Update symbols file
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> Thu, 19 Dec 2019 21:07:01 +0100
fribidi (1.0.7-1.1) unstable; urgency=high
* Non-maintainer upload.
* Truncate isolate_level to FRIBIDI_BIDI_MAX_EXPLICIT_LEVEL (CVE-2019-18397)
(Closes: #944327)
-- Salvatore Bonaccorso <carnil@debian.org> Fri, 08 Nov 2019 13:36:50 +0100
fribidi (1.0.7-1) unstable; urgency=medium
* Imported Upstream version 1.0.7
* Drop no-config-h.diff patch, applied upstream
* Update standards version to 4.4.1
* Bumped compat level to 12
* Update copyright years
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> Thu, 03 Oct 2019 06:03:43 +0200
fribidi (1.0.5-3.1) unstable; urgency=medium
* Non-maintainer upload from the Venlo BSP.
[ Ondřej Nový ]
* d/copyright: Change Format URL to correct one
[ Hugh McMaster ]
* debian/control: Mark libfribidi-dev Multi-Arch: same (Closes: #907792).
* libfribidi0-udeb: Install the shared library files into a multi-arch libdir
(thanks to Samuel Thibault for supplying a patch) (Closes: #917909).
-- Christoph Berg <myon@debian.org> Sat, 12 Jan 2019 13:33:35 +0100
fribidi (1.0.5-3) unstable; urgency=medium
* Add pkg-config to build autopkgtest dependencies
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> Mon, 20 Aug 2018 15:02:40 +0200
fribidi (1.0.5-2) unstable; urgency=medium
* Add no-config-h.diff patch to remove HAVE_CONFIG_H from public API
(Closes: #906418, #906506)
* Add autopkgtest test suite
* Updated standards version to 4.2.0
* Remove trailing whitespaces
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> Sun, 19 Aug 2018 17:29:36 +0200
fribidi (1.0.5-1) unstable; urgency=medium
* New upstream release.
* No need for filenamemangle in watch file
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> Tue, 24 Jul 2018 03:24:18 +0200
fribidi (1.0.4-1) unstable; urgency=medium
* New upstream release.
* Update watch URL
* Refresh patch
* Remove override for dh_auto_install
* Update symbols file
* Add upstream metadata
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> Mon, 16 Jul 2018 03:37:06 +0200
fribidi (0.19.7-5) unstable; urgency=medium
* Bumped compat level to 11
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> Sun, 15 Jul 2018 08:09:23 +0200
fribidi (0.19.7-4) unstable; urgency=medium
[ Simon McVittie ]
* Reinstate the static library (Closes: #902822)
[ أحمد المحمودي (Ahmed El-Mahmoudy) ]
* Updated standards version to 4.1.5
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> Sun, 15 Jul 2018 07:21:08 +0200
fribidi (0.19.7-3) unstable; urgency=medium
* Update Vcs-* URLs
* Set maintainer email address to fribidi@tracker.debian.org (Closes: #899925)
* Switch to secure copyright format URL
* Update standards version
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> Wed, 27 Jun 2018 01:22:08 +0200
fribidi (0.19.7-2) unstable; urgency=medium
* Update watch file
* Update standards version to 4.1.1
* Bump compat level to 10
* Switch Vcs-* fields to secure URLs
* Changed udeb priority to optional
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> Sun, 19 Nov 2017 03:49:13 +0100
fribidi (0.19.7-1) unstable; urgency=medium
* New upstream release.
* Update copyright years.
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> Wed, 12 Aug 2015 07:31:53 +0200
fribidi (0.19.6-3) unstable; urgency=medium
* debian/control: Bumped Standards-Version to 3.9.6
* debian/copyright: Switched to machine readable format.
* Pass --enable-malloc to configure to avoid crashes when using fribidi in
multiple libraries concurrently.
(LP: #1376331)
* Update my email address.
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> Fri, 31 Oct 2014 08:30:53 +0200
fribidi (0.19.6-2) unstable; urgency=medium
* debian/control:
+ Removed Baruch Even from Uploads since he retired. (Closes: #760015)
+ Bumped Standards-Version to 3.9.5
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org> Sun, 31 Aug 2014 09:22:41 +0300
fribidi (0.19.6-1) unstable; urgency=low
* New upstream release.
* Removed autotools-dev since upstream updated libtools autohelper files.
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org> Mon, 09 Dec 2013 09:32:00 +0200
fribidi (0.19.5-2) unstable; urgency=low
* Upload to unstable
* debian/libfribidi0.symbols: Added Build-Depends-Package field.
* debian/control:
** Updated Standards-Version to 3.9.4
** Use canonical URIs in VCS-* fields
* Use autotools_dev to update outdated autotools helper files.
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org> Tue, 07 May 2013 16:19:15 +0200
fribidi (0.19.5-1) experimental; urgency=low
* New upstream release.
* Dropped typo.diff patch, as it is applied upstream.
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org> Wed, 05 Dec 2012 16:12:54 +0200
fribidi (0.19.4-1) experimental; urgency=low
* New upstraem release.
* debian/watch: Updated watch URL
* Refresh manpages.diff patch
* debian/libfribidi-dev.install: drop static library (upstream doesn't
provide it anymore).
* Added debian/libfribidi0.symbols, debian/gbp.conf
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org> Tue, 28 Aug 2012 16:25:42 +0200
fribidi (0.19.2-3) unstable; urgency=low
* Split fribidi utility in a separate package (Closes: #665790)
* debian/control: Updated Standards-Version to 3.9.3
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org> Wed, 28 Mar 2012 11:47:48 +0200
fribidi (0.19.2-2) unstable; urgency=low
* debian/fribidi.1: fix manpage formatting (Closes: #477212)
* debian/control:
+ Updated my email address
+ XC-Package-Type -> Package-Type
* Add multiarch support
+ Bumped compat level to 9
+ debian/control:
- Bumped debhelper Build-Dep to 9~
- Added Pre-Depends: ${misc:Pre-Depends} for libfribidi0
- Added Multi-Arch: same for libfribidi0
+ *.install: usr/lib/ -> /usr/lib/*/
* Bumped Standards-Version to 3.9.2
+ Drop .la file as per Policy 10.2
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org> Sat, 18 Feb 2012 18:58:42 +0200
fribidi (0.19.2-1) unstable; urgency=low
* New upstream release. (Closes: #462612)
* Switch to 3.0 (quilt) source format.
* Added LGPL2 copyright notice in debian/copyright.
* Removed fribidi-config.1 since fribidi-config is removed from upstream.
* Added THANKS file to libfribidi0.docs.
* Added debian/tmp/usr/share/man/man3/*.3 to libfribid-dev.manpages.
* debian/rules:
+ Simplify rules file.
+ remove empty manpages.
* debian/compat: Bump to 7.
* debian/control:
+ Bump debhelper version to >= 7.0.50~ in Build-Depends.
+ Bump Standards-Version to 3.8.4
+ Enhanced extended description for libfribidi0 and libfribidi-dev.
+ Added ${misc:Depends} to Depends fields.
+ Added myself to uploaders.
+ Added Vcs-* fields.
* debian/fribidi.1: Fix a typo.
* Added manpages.diff patch to fix a couple of hyphen issues in
fribidi_remove_bidi_marks.3
* Added typos.diff patch to fix typo in fribidi help information.
* Use dh_install instead of dh_movefiles: Rename debian/*.files to
debian/*.install
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> Thu, 04 Feb 2010 13:15:40 +0200
fribidi (0.10.9-1) unstable; urgency=low
[ Baruch Even ]
* New upstream version 0.10.8
- Upgrade from unicode standard version 4.1 to 5.0
[ Lior Kaplan ]
* Update debian/control so packages are binNMU safe.
See http://wiki.debian.org/binNMU for more info.
[ Baruch Even ]
* Do not ignore errors for make clean
* Move Homepage from description to control field
* Updated to 0.10.9, former version failed its build tests (Closes: #428067)
* Update Standards-Version to 3.7.3, no changes needed
-- Baruch Even <baruch@debian.org> Sat, 29 Dec 2007 17:37:56 +0200
fribidi (0.10.7-4) unstable; urgency=low
* Fix manual page name section (Closes: #368632)
* debian/control: Upgrade standards version to 3.7.2 (no changes needed).
* debian/copyright: Update Dov Grobgeld's contact address.
-- Lior Kaplan <kaplan@debian.org> Sat, 16 Sep 2006 10:37:10 +0300
fribidi (0.10.7-3) unstable; urgency=low
[ Lior Kaplan ]
* Apply patch from Frans Pop on debian/{rules,control} to better handle udeb
package in the shlibs file (Closes: #356260)
[ Baruch Even ]
* Update watch file to use www.fribidi.org instead of fribidi.org, the later
seems to be malfunctioning.
-- Lior Kaplan <kaplan@debian.org> Tue, 14 Mar 2006 23:21:06 +0200
fribidi (0.10.7-2) unstable; urgency=low
* Update watch file (Closes: #354354)
* Use -V option to dh_makeshlibs to automatically update the shlibs file of
the package. So far upstream doesn't use so numbering and we have to
resort to this hack.
-- Baruch Even <baruch@debian.org> Sun, 26 Feb 2006 19:01:46 +0000
fribidi (0.10.7-1) unstable; urgency=low
* New upstream release
* Update link to homepage.
* Update libtool/automake/autoconf scripts
* Update shlibs to force builders to depend on the latest version
-- Baruch Even <baruch@debian.org> Thu, 24 Nov 2005 20:38:11 +0000
fribidi (0.10.5-4) unstable; urgency=low
* Tighten shlibs again (Closes: #327368, #324397)
* Update DH compat to 4
-- Baruch Even <baruch@debian.org> Sat, 10 Sep 2005 17:16:24 +0100
fribidi (0.10.5-3) unstable; urgency=low
* Change maintainership to be the Debian-Hebrew group.
* Add Lior Kaplan as uploader.
* Change standards-version to 3.6.2, no changes needed.
-- Baruch Even <baruch@debian.org> Thu, 28 Jul 2005 10:47:14 +0100
fribidi (0.10.5-2) unstable; urgency=low
* Compile with -Os -fomit-frame-pointer to reduce size of udeb
(Closes: #314379)
-- Baruch Even <baruch@debian.org> Fri, 17 Jun 2005 11:03:25 +0100
fribidi (0.10.5-1) unstable; urgency=low
* New upstream version
-- Baruch Even <baruch@debian.org> Thu, 9 Jun 2005 21:08:31 +0100
fribidi (0.10.4-6) unstable; urgency=low
* The shlibs file in 0.10.4-5 pointed to use fribidi 0.10.5 which is a bug.
(Closes: #278616)
-- Baruch Even <baruch@debian.org> Thu, 28 Oct 2004 13:04:35 +0100
fribidi (0.10.4-5) unstable; urgency=low
* Fixed a portability issue in fribidi where the uint32 type it used was
really just unsigned long and this fails miserably on 64 bit machines.
This bug was exposed by geresh test program for fribidi on ia64 and alpha
machines.
- Now using standard glibc headers to provide uint32 type and similar size
mandataed types.
- Added a test program in build stage to make sure we don't have this
problem again.
* Upped the version required in the Build-Dep so that others will use the
fixed version (the above changed ABI on 64 bit machines).
-- Baruch Even <baruch@debian.org> Mon, 25 Oct 2004 07:42:00 +0100
fribidi (0.10.4-4) unstable; urgency=low
* Change the FriBidi homepage in the description. Closes: #275900, #275902
* Change the FriBidi homepage in the copyright file.
* Remove dependency on automake and libtool, it's unneeded.
* Updated watch file.
* Added fribidi-config manpage. Closes: #190549
* Add shlibs file so other packages will have the correct dependency.
Closes: #158886, #183540, #228776
-- Baruch Even <baruch@debian.org> Mon, 11 Oct 2004 05:15:23 +0100
fribidi (0.10.4-3) unstable; urgency=low
* Change -dev package to section libdevel, the override said so.
-- Baruch Even <baruch@debian.org> Mon, 7 Jun 2004 08:38:59 +0300
fribidi (0.10.4-2) unstable; urgency=low
* Move the files in the udeb from /usr/lib to /lib, needed for library
reduction to work properly (God knows why). Thanks to Steve Langasek.
Closes: #252958
-- Baruch Even <baruch@debian.org> Sun, 6 Jun 2004 21:00:04 +0300
fribidi (0.10.4-1.1) unstable; urgency=low
* NMU.
* Produce libfribidi-udeb for debian Installer.
-- Alastair McKinstry <mckinstry@debian.org> Sat, 27 Mar 2004 21:17:09 +0000
fribidi (0.10.4-1) unstable; urgency=low
* New maintainer (Closes: bug#188662)
* Moved dh_installdeb near the end so that postrm/postinst will be installed
correctly.
* Add manpage for fribidi (Closes: bug#174817)
* Move pkgconfig files to -dev package (Closes: bug#186158)
-- Baruch Even <baruch@debian.org> Sat, 19 Apr 2003 17:32:26 +0300
fribidi (0.10.4-0.1) unstable; urgency=low
* NMU.
* New upstream release - closes: #156879, #157807
-- Masayuki Hatta <mhatta@debian.org> Thu, 29 Aug 2002 09:56:48 +0900
fribidi (0.10.1-2) unstable; urgency=low
* Removed Depends, Build-Depends which don't be needed anymore.
(Closes: #136889)
-- Changwoo Ryu <cwryu@debian.org> Thu, 7 Mar 2002 12:10:23 +0900
fribidi (0.10.1-1) unstable; urgency=low
* New upstream release
-- Changwoo Ryu <cwryu@debian.org> Fri, 8 Feb 2002 22:30:34 +0900
fribidi (0.9.0-4) unstable; urgency=high
* Rebuild with glib 1.3.12. (Closes: #128539)
-- Changwoo Ryu <cwryu@debian.org> Thu, 10 Jan 2002 16:54:19 +0900
fribidi (0.9.0-3) unstable; urgency=low
* Rebuilt with glib 1.3.11.
-- Changwoo Ryu <cwryu@debian.org> Sun, 2 Dec 2001 00:55:38 +0900
fribidi (0.9.0-2) unstable; urgency=high
* Added libglib1.2-dev to the Build-Depends (Closes: #117224).
-- Changwoo Ryu <cwryu@debian.org> Mon, 26 Nov 2001 03:57:04 +0900
fribidi (0.9.0-1) unstable; urgency=low
* New upstream release. (Closes: #113299)
-- Changwoo Ryu <cwryu@debian.org> Mon, 24 Sep 2001 10:51:47 +0900
fribidi (0.1.12-1) unstable; urgency=low
* Initial Release.
-- Changwoo Ryu <cwryu@debian.org> Tue, 22 Aug 2000 02:13:16 +0900
|