1
0
forked from erlang/erlang
Commit Graph

88 Commits

Author SHA256 Message Date
9f8e49178d Accepting request 545828 from home:matwey:branches:devel:languages:erlang:Factory
- Update to 20.1.5:
  * erts: Fixed a regression in zlib:gunzip/1 that prevented it
    from working when the decompressed size was a perfect multiple
    of 16384. This regression was introduced in 20.1.1
  * erts: Fixed a memory corruption bug in enif_inspect_iovec;
    writable binaries stayed writable after entering the iovec.
  * erts: Fixed a crash in enif_inspect_iovec on encountering empty
    binaries.
  * erts: zlib:deflateParams/3 will no longer return buf_error when
    called after zlib:deflate/2 with zlib 1.2.11.
  * inets: Correct the handling of location headers so that the
    status code is not hard coded. This should have been fixed by
    commit 2cc5ba70cbbc6b3ace81a2a0324417c3b65265bb but
    unfortunately was broken during a code refactoring and
    unnoticed due to a faulty placed test case.
- Update to 20.1.4:
  * inets: Fix broken handling of POST requests
  * inets: Make sure ints:stop/2 of the service httpd is
    synchronous
  * inets: Honor status code returned by ESI script and modernize
    "location" header handling.
- Update to 20.1.3:
  * diameter: A fault introduced in diameter 2.1 could cause decode
    errors to be ignored in AVPs following the header of aGrouped
    AVP.
  * erts: Added zlib:set_controlling_process/2 to move a zstream()
    between processes.
  * erts: Fix so that schedulers are bound correctly when the first
    available cpu is not the first detected cpu. e.g. when using
    "taskset -c X..Y" when X is not equal to 0.
  * snmp: The recbuf configuration option was not propagated
    correctly to the socket for the SNMP Manager.

OBS-URL: https://build.opensuse.org/request/show/545828
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=59
2017-12-01 18:34:16 +00:00
3da1ac6610 Accepting request 544782 from home:RBrownSUSE:branches:devel:languages:erlang:Factory
Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)

OBS-URL: https://build.opensuse.org/request/show/544782
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=58
2017-11-23 20:14:46 +00:00
9488d1ab7f Accepting request 535374 from home:matwey:branches:devel:languages:erlang:Factory
- Update to 21.1.2:
  * diameter: An inadvertently removed monitor in diameter 2.1
    caused the ets table diameter_reg to leak entries, and caused
    service restart and more to fail.
  * erts: Fixed bug that could cause a VM crash when a corrupt
    message is received on distribution channel from other node.
- Update to 20.1.1:
  * compiler: The compiler could issue an incorrect internal
    consistency failure diagnostic for some complicated bit syntax
    maches.
  * erts: The new zlib module returned a data_error when inflating
    concatenated streams, which was incompatible with the old
    module's behavior of returning the uncompressed data up to the
    end of the first stream.
  * erts: zlib:gunzip/1 will no longer stop at the end of the first
    stream when decompressing concatenated gzip files.
  * ssh: Fixed broken printout
  * ssh: Disable aes_gcm ciphers if peer is OpenSSH 6.2 which is
    known to have trouble with them in some cases.
- Update to 20.1:
  * crypto, public_key: Extend crypto and public_key functions
    sign and verify with: support for RSASSA-PS padding for
    signatures and for saltlength setting X9.31 RSA padding. sha,
    sha224, sha256, sha384, and sha512 for dss signatures as
    mentioned in NIST SP 800-57 Part 1. ripemd160 to be used for
    rsa signatures. A new tuple in crypto:supports/0 reports
    supported MAC algorithms.
  * diameter: Add service option decode_format to allow incoming
    messages to be decoded into maps instead of records. Decode
    performance has been improved. Add service/transport option
    avp_dictionaries to give better support for dictionaries only
    defining AVPs.
  * erts: Upgraded the ERTS internal PCRE library from version
    8.40 to version 8.41.
  * erts, kernel, tools: Profiling with lock counting can now be
    fully toggled at runtime in the lock counting emulator
    (-emu_type lcnt). Everything is enabled by default to match
    the old behavior, but specific categories can be toggled at
    will with minimal runtime overhead when disabled. Refer to the
    documentation on lcnt:rt_mask/1 for details.
  * lcnt:collect and lcnt:clear will no longer block all other
    threads in the runtime system. This makes it possible to run
    the lock counting under heavier load.
  * erts: The zlib module has been refactored and all its
    operations will now yield appropriately, allowing them to be
    used freely in concurrent applications.
  * erts, tools: Add erlang:iolist_to_iovec/1, which converts an
    iolist() to an erlang:iovec(), which is suitable for use with
    enif_inspect_iovec().
  * erts: Add new nif API functions for managing an I/O Queue. The
    added functions are: enif_ioq_create(), enif_ioq_destroy(),
    enif_ioq_enq_binary(), enif_ioq_enqv(), enif_ioq_deq(),
    enif_ioq_peek(), enif_inspect_iovec(), enif_free_iovec()
  * observer/crashdump_viewer: Reading of crash dumps with many
    binaries is optimized. A progress bar is shown when the detail
    view for a process is opened. The cdv script now sets
    ERL_CRASH_DUMP_SECONDS=0 to avoid generating a new crash dump
    from the node running the Crashdump Viewer.
  * observer: Add system statistics and limits to frontpage in
    observer.
  * public_key, ssl**: Improved error propagation and reports
  * ssh: A new option modify_algorithms is implemented. It enables
    specifying changes on the default algorithms list. See the
    reference manual and the SSH User's Guide chapter "Configuring
    algorithms in SSH".
  * tools/xref: The predefined Xref analysis locals_not_used now
    understands the -on_load() attribute and does not report
    unused functions.
  * tools/fprof: When sampling multiple processes and analyzing
    with totals set to true, the output now sums together all
    caller and callee entries which concerns the same function.
    Previous behaviour was to report each contributing entry
    separately.

OBS-URL: https://build.opensuse.org/request/show/535374
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=57
2017-11-02 07:26:29 +00:00
300525b6e8 Accepting request 527005 from home:matwey:branches:devel:languages:erlang:Factory
- Only Java 1.6 is supported by Erlang since 18.0 release
- Update to 20.0.5:
  * erts: Fixed bug in binary_to_term and binary_to_atom that could
    cause VM crash. Typically happens when the last character of an
    UTF8 string is in the range 128 to 255, but truncated to only
    one byte. Bug exists in binary_to_term since ERTS version
    5.10.2 (OTP_R16B01) and binary_to_atom since ERTS version 9.0
    (OTP-20.0).
  * inets: http_uri aligned to follow RFC 3986 and not convert "+"
    to space when decoding URIs.
  * inets: Added new option max_client_body_chunk to httpd server
    to allow chunked delivery of PUT and POST data to mod_esi
    callback. Note, new mod_esi callback implementation is
    required. Also correct value provided by server_name
    environment variable.

OBS-URL: https://build.opensuse.org/request/show/527005
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=56
2017-09-22 07:28:50 +00:00
ed10e29f72 Accepting request 519286 from home:matwey:branches:devel:languages:erlang:Factory
- Update to 20.0.4:
  * dializer: Fix a bug where merging PLT:s could lose info. The
    bug was introduced in Erlang/OTP 20.0.
  * erts: A timer internal bit-field used for storing scheduler id
    was too small. As a result, VM internal timer data structures
    could become inconsistent when using 1024 schedulers on the
    system. Note that systems with less than 1024 schedulers are
    not effected by this bug. This bug was introduced in ERTS
    version 7.0 (OTP 18.0).
  * erts: Automatic cleanup of a BIF timer, when the owner process
    terminated, could race with the timeout of the timer. This
    could cause the VM internal data structures to become
    inconsistent which very likely caused a VM crash. This bug was
    introduced in ERTS version 9.0 (OTP 20.0).
- Update to 20.0.3:
  * asn1: Default values now work in extension for PER, so if you
    give the atom asn1_DEFAULT instead of a value it will become
    the default value.
  * compiler: Fail labels on guard BIFs weren't taken into account
    during an optimization pass, and a bug in the validation pass
    sometimes prevented this from being noticed when a fault
    occurred.
  * erts: Binary append operations did not check for overflow,
    resulting in nonsensical results when huge binaries were
    appended.
  * ssh: All unknown options are sent to the transport handler
    regardless of type.

OBS-URL: https://build.opensuse.org/request/show/519286
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=55
2017-09-02 09:48:08 +00:00
b9c0d10058 Accepting request 517750 from home:matwey:branches:devel:languages:erlang:Factory
- Update to 20.0.2:
 * asn: Fixed compilation error of generated code caused by a
   missing quotation of function names as part of an external call for
   encoding.
 * erts: Added missing release notes for OTP-14491 ("performance
   bug in pre-allocators") which was included in erts-9.0.1 (OTP-20.0.1).
 * erts: Fixed a bug that prevented TCP sockets from being
   closed properly on send timeouts.
 * erts: Fixed bug in operator bxor causing erroneuos result
   when one operand is a big *negative* integer with the lowest N*W bits as
   zero and the other operand not larger than N*W bits. N is an integer of 1
   or larger and W is 32 or 64 depending on word size.
 * kernel: The documentation for the 'quiet' option in
   disk_log:open/1 had an incorrect default value.
- erlang-gs application has been depricated

OBS-URL: https://build.opensuse.org/request/show/517750
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=54
2017-08-24 11:38:42 +00:00
62231a7899 Accepting request 511023 from home:matwey:branches:devel:languages:erlang:Factory
OBS-URL: https://build.opensuse.org/request/show/511023
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=53
2017-07-30 19:20:02 +00:00
42c2a46964 Accepting request 493213 from home:matwey:branches:devel:languages:erlang:Factory
OBS-URL: https://build.opensuse.org/request/show/493213
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=52
2017-05-25 07:12:37 +00:00
4855b94312 Accepting request 493204 from home:msmeissn:branches:devel:languages:erlang:Factory
- Disable global PIE for erlang, code is currently not fully
  ready.

OBS-URL: https://build.opensuse.org/request/show/493204
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=51
2017-05-06 13:25:06 +00:00
8c302ce339 Accepting request 478445 from home:matwey:branches:devel:languages:erlang:Factory
OBS-URL: https://build.opensuse.org/request/show/478445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=50
2017-03-18 07:49:43 +00:00
38743d3f51 Accepting request 454237 from home:matwey:branches:devel:languages:erlang:Factory
OBS-URL: https://build.opensuse.org/request/show/454237
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=49
2017-02-13 11:38:41 +00:00
06b5464a05 Accepting request 446885 from home:matwey:branches:devel:languages:erlang:Factory
OBS-URL: https://build.opensuse.org/request/show/446885
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=48
2017-01-20 20:14:38 +00:00
Nico Kruber
006ac0ee44 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=47 2016-09-30 11:59:03 +00:00
Nico Kruber
c824d27342 Accepting request 431243 from home:NicoK:branches:devel:languages:erlang:Factory
update to 19.1

OBS-URL: https://build.opensuse.org/request/show/431243
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=46
2016-09-30 11:57:47 +00:00
Nico Kruber
0db5eb2729 Accepting request 419073 from home:matwey:branches:devel:languages:erlang:Factory
- Update to 19.0.4:
  * erts: Fixed a race that could cause a lost wakeup of a process
    that timed out in a receive ... after. This bug was introduced
    in ERTS version 7.0.
  * erts: Fixed segfault after writing an erl crash dump.

OBS-URL: https://build.opensuse.org/request/show/419073
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=45
2016-09-29 09:24:08 +00:00
abc37407f9 Accepting request 404842 from home:matwey:branches:devel:languages:erlang:Factory
If accepted, please do not forward to Factory until d:l:e bleeding edge rebuilt.

OBS-URL: https://build.opensuse.org/request/show/404842
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=44
2016-07-18 14:39:44 +00:00
5d124cc653 Accepting request 403774 from home:jengelh:branches:devel:languages:erlang:Factory
- Do not suppress errors from useradd/groupadd
- Orthographic/typographical fixes

OBS-URL: https://build.opensuse.org/request/show/403774
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=43
2016-06-26 08:53:32 +00:00
78e3c2cef7 Accepting request 402864 from home:matwey:branches:devel:languages:erlang:Factory
OBS-URL: https://build.opensuse.org/request/show/402864
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=42
2016-06-17 10:14:09 +00:00
32525d617b Accepting request 398330 from home:matwey:branches:devel:languages:erlang:Factory
OBS-URL: https://build.opensuse.org/request/show/398330
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=41
2016-06-14 12:05:24 +00:00
23d0305daa Accepting request 393472 from home:matwey:branches:devel:languages:erlang:Factory
OBS-URL: https://build.opensuse.org/request/show/393472
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=40
2016-05-22 08:54:56 +00:00
Nico Kruber
6f8f394f45 Accepting request 374121 from home:NicoK:branches:devel:languages:erlang:Factory
update to 18.3

(local build for 42.1 runs fine, let's see how the others do, but I wanted this sr out now)

OBS-URL: https://build.opensuse.org/request/show/374121
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=39
2016-03-21 12:49:37 +00:00
40fda0ff25 Accepting request 356832 from home:matwey:branches:devel:languages:erlang:Factory
OBS-URL: https://build.opensuse.org/request/show/356832
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=38
2016-02-23 15:08:23 +00:00
Nico Kruber
8992dc2fdc Accepting request 354438 from home:matwey:branches:devel:languages:erlang:Factory
OBS-URL: https://build.opensuse.org/request/show/354438
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=37
2016-01-27 12:56:36 +00:00
Nico Kruber
5f7dd47647 Accepting request 342548 from home:matwey:branches:devel:languages:erlang:Factory
OBS-URL: https://build.opensuse.org/request/show/342548
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=36
2015-11-17 12:37:21 +00:00
2677d9d78f Accepting request 334851 from home:matwey:branches:devel:languages:erlang:Factory
OBS-URL: https://build.opensuse.org/request/show/334851
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=35
2015-09-29 17:30:37 +00:00
3f4fcfa42e OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=34 2015-09-29 16:42:45 +00:00
a9c39d99ee Accepting request 327239 from home:NicoK:branches:devel:languages:erlang:Factory
update to 18.0.3 and fix a deadlock (fix now yet in 18.0.x)

OBS-URL: https://build.opensuse.org/request/show/327239
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=33
2015-08-26 19:34:04 +00:00
9379b55d7a Accepting request 318495 from home:seife:OpenStack:Master
fix RHEL/CentOS 7 build

OBS-URL: https://build.opensuse.org/request/show/318495
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=32
2015-07-28 12:26:13 +00:00
471607fb5d Accepting request 315656 from home:NicoK:branches:devel:languages:erlang:Factory
update to 18.0.2

OBS-URL: https://build.opensuse.org/request/show/315656
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=31
2015-07-09 08:39:51 +00:00
b01d8e37ec Accepting request 314607 from home:NicoK:branches:devel:languages:erlang:Factory
update to 18.0.1

(all builds successful, but I needed to rebuild since I had a typo in the changelog)

OBS-URL: https://build.opensuse.org/request/show/314607
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=30
2015-06-30 21:56:47 +00:00
3621f42dda Accepting request 313852 from home:NicoK:branches:devel:languages:erlang:Factory
update Erlang to 18.0

OBS-URL: https://build.opensuse.org/request/show/313852
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=29
2015-06-26 16:02:57 +00:00
82eb673f25 Accepting request 313649 from home:dirkmueller:branches:devel:languages:erlang:Factory
- update to 17.5.6:
  * Fix broken relay counters
  * Fix diameter_sctp listener race
- fix build for SLE_12

OBS-URL: https://build.opensuse.org/request/show/313649
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=28
2015-06-25 08:59:31 +00:00
8bc25917d7 Accepting request 313556 from home:dirkmueller:branches:devel:languages:erlang:Factory
- Update to 17.5.4
- fix systemd service files for epmd:
  * fix stop of epmd (epmd -kill is deprecated and ignored, so stop hangs)

OBS-URL: https://build.opensuse.org/request/show/313556
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=27
2015-06-24 13:22:48 +00:00
7971017184 Accepting request 313553 from home:dirkmueller:branches:devel:languages:erlang:Factory
- fix systemd service files for epmd:
  * fix stop of epmd (epmd -kill is deprecated and ignored, so stop hangs)

OBS-URL: https://build.opensuse.org/request/show/313553
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=26
2015-06-24 13:05:12 +00:00
db7071524f Accepting request 309105 from home:matwey:branches:devel:languages:erlang:Factory2
OBS-URL: https://build.opensuse.org/request/show/309105
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=25
2015-06-19 13:46:39 +00:00
06ad50b6cb Accepting request 294756 from home:NicoK:branches:devel:languages:erlang:Factory
update to 17.5

OBS-URL: https://build.opensuse.org/request/show/294756
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=24
2015-04-07 13:14:23 +00:00
706e1ce74b Accepting request 287990 from home:NicoK:branches:devel:languages:erlang:Factory
add an upstream patch for fixing include directory handling in common test (regression of Erlang 17.4)

OBS-URL: https://build.opensuse.org/request/show/287990
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=23
2015-02-26 18:48:03 +00:00
f84133aa7a Accepting request 265069 from home:matwey:erlang174
OBS-URL: https://build.opensuse.org/request/show/265069
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=22
2014-12-13 15:52:00 +00:00
Nico Kruber
974a6c6356 Accepting request 260885 from home:matwey:branches:devel:languages:erlang:Factory
OBS-URL: https://build.opensuse.org/request/show/260885
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=21
2014-11-22 02:44:27 +00:00
a9f3b0cc27 Accepting request 260429 from home:Ledest:misc
fix bashisms in pre script

OBS-URL: https://build.opensuse.org/request/show/260429
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=20
2014-11-09 07:51:41 +00:00
Nico Kruber
6369f21e87 Accepting request 251506 from home:matwey:branches:devel:languages:erlang:Factory
OBS-URL: https://build.opensuse.org/request/show/251506
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=19
2014-09-24 14:40:06 +00:00
1ffe01c2d9 Accepting request 246536 from home:matwey:branches:devel:languages:erlang:Factory
OBS-URL: https://build.opensuse.org/request/show/246536
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=18
2014-08-26 16:07:25 +00:00
Nico Kruber
9ee1876036 Accepting request 238944 from home:matwey:branches:devel:languages:erlang:Factory:1
OBS-URL: https://build.opensuse.org/request/show/238944
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=17
2014-07-01 10:06:03 +00:00
Nico Kruber
1630a79c7c Accepting request 238872 from home:NicoK:branches:devel:languages:erlang:Factory
update to version 17.1 (released Wednesday, 25th)

OBS-URL: https://build.opensuse.org/request/show/238872
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=16
2014-06-27 13:25:38 +00:00
77fb46413f Accepting request 229546 from home:matwey:branches:devel:languages:erlang:Factory:R17
New major version 17.0.

Please do not forward to openSUSE:Factory until bleeding_edge will be successfully rebuild.

OBS-URL: https://build.opensuse.org/request/show/229546
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=15
2014-04-30 18:11:57 +00:00
Sascha Peilicke
e76d62e6a2 Accepting request 228204 from home:matwey:branches:devel:languages:erlang:Factory
OBS-URL: https://build.opensuse.org/request/show/228204
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=14
2014-03-31 07:34:00 +00:00
Sascha Peilicke
56df8a3ff6 Accepting request 227187 from home:matwey:branches:devel:languages:erlang:Factory
OBS-URL: https://build.opensuse.org/request/show/227187
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=13
2014-03-24 09:16:04 +00:00
27baf26b73 Accepting request 223188 from home:matwey:branches:devel:languages:erlang:Factory
OBS-URL: https://build.opensuse.org/request/show/223188
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=12
2014-03-03 13:53:41 +00:00
71b5a8f49b - Fix names of epmd.service and epmd.socket files
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=11
2014-02-19 07:30:35 +00:00
Sascha Peilicke
f24423c743 Accepting request 221128 from home:matwey:branches:devel:languages:erlang:Factory
OBS-URL: https://build.opensuse.org/request/show/221128
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=10
2014-02-17 09:44:44 +00:00